Difference between revisions of "MediaWiki:Common.css"
From LightSpeed Help Guide
Lightspeed (Talk | contribs) |
Lightspeed (Talk | contribs) |
||
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; } |
− | #f-poweredbyico { display: none; } | + | #f-poweredbyico { display:none !important; } |
#p-tb { display:none !important; } | #p-tb { display:none !important; } |
Revision as of 15:36, 30 June 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; } #f-poweredbyico { display:none !important; } #p-tb { display:none !important; }