The Rocklopedia Fakebandica now has a podcast.
Listen now!
Difference between revisions of "MediaWiki:Common.css"
From Rocklopedia Fakebandica
Jump to navigationJump to search (New page: →CSS placed here will be applied to all skins: body.page-Main_Page h1.firstHeading { display:none; }) |
|||
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; } | ||
+ | |||
+ | body { | ||
+ | font: x-small sans-serif; | ||
+ | background: #738287 | ||
+ | color: black; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } |
Revision as of 21:45, 1 June 2011
/* CSS placed here will be applied to all skins */ body.page-Main_Page h1.firstHeading { display:none; } body { font: x-small sans-serif; background: #738287 color: black; margin: 0; padding: 0; }