Fishcakes Wiki:CSS

From Fishcakes Wiki

Jump to: navigation, search

Image:Icon_Documentation_40px.png Documentation: CSS

This page contains Documentation for 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.

Contents

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.

Print CSS

To change the Print CSS, edit the file:

skins/common/CommonPrint.css

Changes to this file for this site:

/* Dan Salmon additions */
 
 .fish_navbox {display:none;}
 .fish_nav {display:none;}
 
 /* Home Page Layout */
 
 .fish_homebox {background:transparent;}

Handheld CSS

To change the Handheld CSS for PDA's and mobile phones, edit the file:

/skins/monobook/handheld.css


Image:Icon Resources 20px.png Documentation Resources


Personal tools