Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m |
(hide main page title) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | |||
+ | /* hide main page title */ | ||
+ | body.page-Main_Page h1.firstHeading { display:none; } | ||
/* notice boilerplates */ | /* notice boilerplates */ |
Latest revision as of 14:20, 20 February 2011
/* CSS placed here will be applied to all skins */ /* hide main page title */ body.page-Main_Page h1.firstHeading { display:none; } /* 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; }