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
(New page: - CSS placed here will affect users of the Monobook skin: #top-navigation { position:absolute; right: 1.15em; top: 3.0em; } #bottom-navigation { clear:both; float:righ...)
 
(3 intermediate revisions not shown)
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
 +
    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 {
  #top-navigation {
   position:absolute;
   position:absolute;
Line 8: Line 24:
   clear:both;
   clear:both;
   float:right;
   float:right;
-
  margin-top: 1em;
+
  margin-top: 1em;
  }
  }

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