MediaWiki:Common.css: Difference between revisions

From Desque Support
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: Hide the Tools menu: #p-tb { display: none !important; }"
 
No edit summary
 
(One intermediate revision 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 */


/* Hide the Tools menu */
/* Hide Tools + Navigation for everyone except sysops
#p-tb {
body:not(.mw-group-sysop) #p-tb { display: none !important; }
    display: none !important;
body:not(.mw-group-sysop) #p-navigation { display: none !important; }
}
*/

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; }
*/