MediaWiki:Common.css: Difference between revisions
From The Ǝncore Theatre Company
(Created page with "→CSS placed here will be applied to all skins: #footer-poweredbyico { display: none; }") |
No edit summary |
||
(3 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 */ | ||
#footer-poweredbyico { display: none; } | #footer-poweredbyico { display: none; } | ||
#ca-talk { | |||
display: none !important; | |||
} | |||
#p-tb { | |||
display: none !important; | |||
} | |||
#ca-viewsource { | |||
display: none !important; | |||
} |
Latest revision as of 11:52, 25 April 2024
/* CSS placed here will be applied to all skins */ #footer-poweredbyico { display: none; } #ca-talk { display: none !important; } #p-tb { display: none !important; } #ca-viewsource { display: none !important; }