Difference between revisions of "MediaWiki:Common.css"

From OrbiterWiki
Jump to navigation Jump to search
(moved common stuff from Monobook)
 
m
Line 11: Line 11:
 
  .ylwnote { background: #ffff93; }
 
  .ylwnote { background: #ffff93; }
 
  .grnnote { background: #b5fbb3; }
 
  .grnnote { background: #b5fbb3; }
 +
 +
 +
table { background: none; }
 
   
 
   
  

Revision as of 14:06, 20 February 2011

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