Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
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; } //Remove media wiki logo |
− | #ca-nstab-main { display: none !important; } | + | #ca-nstab-main { display: none !important; } //Page Tab |
+ | #ca-talk { display: none !important; } //Discussion page tab |
Revision as of 08:47, 29 November 2021
/* CSS placed here will be applied to all skins */ #footer-poweredbyico { display: none; } //Remove media wiki logo #ca-nstab-main { display: none !important; } //Page Tab #ca-talk { display: none !important; } //Discussion page tab