CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Wiki > MediaWiki:Monobook.css

MediaWiki:Monobook.css

From CFD-Wiki

Revision as of 09:19, 20 June 2007 by Jola (Talk | contribs)
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

/* CSS placed here will affect users of the Monobook skin */

/* Book infobox display
    Type .bookInfobox-monobook { display: none; speak: none; } on your monobook CSS to not display the drop down box. */
 
 .bookInfobox {
    position:absolute;
    z-index:100; 
    right:10px; 
    top:0.6em;
 }
 
 .bookInfobox-monobook {
   position:absolute; 
   float:left;
   z-index:100; 
   left:10px; 
   top:3.1em;
   font-size: 100%;
 }

 #top-navigation {
   position:absolute;
   right: 1.15em;
   top: 3.0em;
 }
 #bottom-navigation {
   clear:both;
   float:right;
   margin-top: 1em;
 }
My wiki