From ExponentCMS Docs
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Documenters
- About Docs
General guidelines for adding and editing Documentation.
- Categories
List of Categories in use with a brief description.
- CSS Style Sheet
Details of edits to the CSS style sheet.
- Edit CSS
Use this link to edit the Monbook CSS style sheet.
- Images
Category containing Images used as content on the site.
- Images Icons
Category containing Icon Images used in the site structure for Navigation and Menus.
- Navigation
Guidelines for site Navigation.
- Namespaces
List of Namespaces with a brief description.
- Templates
List of Templates which add functionality to the site.
- Tutorial Files
Category containing files uploaded for use in Tutorials, including PDF, Archives and Images.
Edit Menu
Documenters: CSS
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.
Useful Links for CSS Edits