User:GPFontaine/monobook.css

From Sydapedia
Jump to navigationJump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
 /* Most changes should be made in [[MediaWiki:Common.css]], unless only Cologneblue skin users should be effected. <nowiki>*/
 
 #pabanner { text-align:left !important; }
 
 /* Book infobox display */
 
 .bookInfobox {
   position:absolute;
   z-index:100;
   border:none;
   background:none;
   left: 150px;
   top: 5.0em;
   float:right;
   margin:0.0em;
   padding:0.0em;
   line-height:1.5em;
   text-align:left;
   white-space:nowrap;
 }
 
 .bookInfobox-monobook {
   display: none;
   speak: none;
 }
 
 /* Top-navigation - used in Template:TopNav and several book template */
 
 #top-navigation {
   position:absolute;
   left: 150px;
   top: 5.0em;
 }
 
 /* End of Cologneblue.css </nowiki>*/