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 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* CSS placed here will affect users of the Monobook skin */
-
 
/* Book infobox display
/* Book infobox display
     Type .bookInfobox-monobook { display: none; speak: none; } on your monobook CSS to not display the drop down box. */
     Type .bookInfobox-monobook { display: none; speak: none; } on your monobook CSS to not display the drop down box. */
-
 
  .bookInfobox {
  .bookInfobox {
     position:absolute;
     position:absolute;
Line 10: Line 8:
     top:0.6em;
     top:0.6em;
  }
  }
-
 
  .bookInfobox-monobook {
  .bookInfobox-monobook {
   position:absolute;  
   position:absolute;  
Line 19: Line 16:
   font-size: 100%;
   font-size: 100%;
  }
  }
-
 
  #top-navigation {
  #top-navigation {
   position:absolute;
   position:absolute;
Line 25: Line 21:
   top: 3.0em;
   top: 3.0em;
  }
  }
-
 
  #bottom-navigation {
  #bottom-navigation {
   clear:both;
   clear:both;

Latest 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