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

MediaWiki:Monobook.css

From CFD-Wiki

(Difference between revisions)
Jump to: navigation, search
Line 25: Line 25:
   top: 3.0em;
   top: 3.0em;
  }
  }
 +
  #bottom-navigation {
  #bottom-navigation {
   clear:both;
   clear:both;

Revision as of 09:19, 20 June 2007

/* 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