Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
/* Hide edit tabs */ | /* Hide edit tabs */ | ||
#ca-history { display: none !important;} | #ca-history { display: none !important;} | ||
#ca-viewsource { display:none!important; } | |||
#ca-view { display:none!important; } | |||
/* Hide Toolbox */ | |||
#p-tb { display: none; } |
Latest revision as of 10:18, 18 August 2021
/* CSS placed here will be applied to all skins */ /* Hide tabs on left */ #ca-nstab-main { display: none !important; } #ca-talk { display: none !important; } /* Hide edit tabs */ #ca-history { display: none !important;} #ca-viewsource { display:none!important; } #ca-view { display:none!important; } /* Hide Toolbox */ #p-tb { display: none; }