MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Hide | /* Hide Tools + Navigation for everyone except sysops | ||
#p-tb { | body:not(.mw-group-sysop) #p-tb { display: none !important; } | ||
body:not(.mw-group-sysop) #p-navigation { display: none !important; } | |||
} | */ | ||
#p-navigation { | |||
Latest revision as of 22:15, 1 September 2025
/* CSS placed here will be applied to all skins */ /* Hide Tools + Navigation for everyone except sysops body:not(.mw-group-sysop) #p-tb { display: none !important; } body:not(.mw-group-sysop) #p-navigation { display: none !important; } */