Difference between revisions of "MediaWiki:Common.css"
| (5 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
/* Hide | /* Hide tabs on left */ | ||
#ca-nstab-main { display: none !important; } | #ca-nstab-main { display: none !important; } | ||
#ca-talk { display: none !important; } | #ca-talk { display: none !important; } | ||
/* 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 09: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; }