Difference between revisions of "MediaWiki:Common.css"
From Circopedia
(New page: →* CSS placed here will be applied to all skins: #f-poweredbyico { display: none; }) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
/** CSS placed here will be applied to all skins */ | /** CSS placed here will be applied to all skins */ | ||
#f-poweredbyico { display: none; } | #f-poweredbyico { display: none; } | ||
+ | #f-copyrightico { display: none; } | ||
+ | body.page-Main_Page h1.firstHeading { display:none; } |
Latest revision as of 01:35, 4 September 2008
/** CSS placed here will be applied to all skins */ #f-poweredbyico { display: none; } #f-copyrightico { display: none; } body.page-Main_Page h1.firstHeading { display:none; }