Difference between revisions of "MediaWiki:Common.css"
From LightSpeed Help Guide
Lightspeed (Talk | contribs) |
Lightspeed (Talk | contribs) |
||
(6 intermediate revisions 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 */ | ||
− | #ca-talk { display: none !important; } | + | #ca-talk { display:none !important; } |
− | #ca-history { display: none !important; } | + | #ca-history { display:none !important; } |
− | #ca-viewsource { display: none !important; } | + | #ca-viewsource { display:none !important; } |
+ | |||
+ | #footer-poweredbyico { display:none !important; } | ||
+ | |||
+ | #p-tb { display:none !important; } |
Latest revision as of 14:23, 6 July 2015
/* CSS placed here will be applied to all skins */ #ca-talk { display:none !important; } #ca-history { display:none !important; } #ca-viewsource { display:none !important; } #footer-poweredbyico { display:none !important; } #p-tb { display:none !important; }