Difference between revisions of "MediaWiki:Common.css"
From Billy Meier
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body.page-Main_Page h1#firstHeading { display:none; } | body.page-Main_Page h1#firstHeading { display:none; } | ||
− | div.footeradvert h5 { color: rgb(77, 77, 77); | + | div.footeradvert h5 { |
− | text-decoration: none } | + | color: rgb(77, 77, 77); |
+ | text-decoration: none | ||
+ | font-family: sans-serif; | ||
+ | font-size: 12.8px; | ||
+ | font-weight: 700; | ||
+ | } |
Revision as of 20:29, 24 August 2013
/* CSS placed here will be applied to all skins */ body.page-Main_Page h1#firstHeading { display:none; } div.footeradvert h5 { color: rgb(77, 77, 77); text-decoration: none font-family: sans-serif; font-size: 12.8px; font-weight: 700; }