Background color of map area
The WebOffice core client offers the possibility to customize the background color of the map area. The background color can be changed via CSS.
Userdefined grey background color within the map area of the WebOffice core client
There are two options for customizing the default splashscreen of the WebOffice core client:
•project specific customizing
•general customizing
Example for customizing the background color of the map area in the WebOffice core client:
#mainMapContainer {
background-color: rgba( 100,100,100,1 );
}
The background color is defined by RGB color values. The example above uses CSS3 definition which includes an alpha value to set a transparency level of the color.
Project specific customizing
The project specific customized splashscreen will only affect a corresponding WebOffice 10.9 R4 project and will be executed by adjusting the CSS file in /pub/client_core/styles/<Project-Skin-Name>.css. The name of the CSS file has to correspond with the configured project skin.
Please find more details for the configuration of the project skin in WebOffice core project in Customer Information. |
General Customizing
The general customized splashscreen affects all projects in your WebOffice 10.9 R4 application and will be executed by adjusting the CSS file in /pub/client_core/styles/weboffice_user.css