Change style
The MEWP contains a couple of stylesheets to create the style of the pages. The following files are preset and can be changed.
Common.css
the common.css file inside the top css folder is the basis for all pages. Here all the elements are designed. Because this file is loaded first, it can be overwritten by the rest of the stylesheets.
General.css
The general.css file inside the domain folder is the basis for all pages within that domain. Classes that are defined here will overwrite the style of the common.css file.
Administration.css
The administration.css file is used to create the style for the administration page for a specific domain. Here you can overwrite the style that has been created in the common.css and the general.css file.
Consultation.css
The consultation.css file is used to create the style for the consultation page for a specific domain. Here you can overwrit the style that has been created in the common.css and the general.css file.
(kba name).css
The (kba name).css file is used to create the style for a specific KBA. This file will overwrite all other styles that are defined in other stylesheet files.