ExponentCMS Docs:CSS
From ExponentCMS Docs
This page is for Documenters of this Wiki. It contains details of edits to the CSS style sheet in use on this Wiki.
All changes to the CSS should be outlined here.
CSS
The style sheet can be amended via MediaWiki:Monobook.css. Modifications to the base CSS styles in Monobook.css should follow the existing syntax.
Additional functionality can be added to the CSS, but to ensure there are no conflicts with existing styles, class and id definitions should always be preceded by the prefix exp_.
.'''exp_'''navbox {background: white;} #'''exp_'''navmenu {background: red;}
If you modify the CSS please thoroughly review existing modifications to ensure that you do not inadvertently affect other sections of this Wiki.

