Difference between revisions of "MediaWiki:Common.css"
(Created page with "→CSS placed here will be applied to all skins: #ca-nstab-main { display: none !important; } #ca-talk { display: none !important; }") |
|||
| (6 intermediate revisions 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 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-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; }