MediaWiki:Common.css

From OrbiterWiki
Revision as of 14:06, 20 February 2011 by RaMan (talk | contribs)
Jump to navigation Jump 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 / Edge: 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.
 /* CSS placed here will be applied to all skins */

 /* notice boilerplates */ 
 .ylwnote, .grnnote, .bluenote, .rednote {
     margin: 1em 0 6px 0;
     padding: 10px 8px;
     border: 1px solid #999;
 }
 .bluenote { background: #c0e0ff; }
 .rednote { background: #ffdfbf; }
 .ylwnote { background: #ffff93; }
 .grnnote { background: #b5fbb3; }


 table { background: none; }
 

 p.MainPageG,      p.MainPageB,      p.MainPageP
   { margin:0; border:1px solid red; text-align:left; color:#000; padding:0.2em 0.4em; }
 p.MainPageG span, p.MainPageB span, p.MainPageP span
   { font-size:120%; font-weight:bold; }
 p span.IESucks
   { font-size:80%; float:right; }

 .MainPageBG  { border:1px solid red; vertical-align:top; color:#000; }

 p.MainPageG { background:#cef2e0; border-color:#a3bfb1; }
 p.MainPageB { background:#cedff2; border-color:#a3b0bf; }
 p.MainPageP { background:#ddcef2; border-color:#afa3bf; }