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
Line 3: Line 3:
/* Hide the Tools menu */
/* Hide the Tools menu */
#p-tb {
#p-tb {
    display: none !important;
}
/* Hide the Navigation menu */
#p-navigation {
     display: none !important;
     display: none !important;
}
}

Revision as of 22:05, 1 September 2025

/* CSS placed here will be applied to all skins */

/* Hide the Tools menu */
#p-tb {
    display: none !important;
}
/* Hide the Navigation menu */
#p-navigation {
    display: none !important;
}