MediaWiki:Common.css: Difference between revisions
Jump to navigation Jump to searchmNo edit summary Tag: Reverted |
mNo edit summary Tag: Reverted |
||
Line 15: | Line 15: | ||
/* Hide categories at bottom of page */ | /* Hide categories at bottom of page */ | ||
#catlinks { display: none; } | #catlinks { display: none!important; } |
Revision as of 21:45, 29 September 2021
/* CSS placed here will be applied to all skins */
/* Suppress the auto-generated section numbers in the Table of Contents */
.tocnumber { display: none; }
/* Remove top navigation tabs */
#ca-nstab-main { display:none!important; }
#ca-talk { display:none!important; }
#ca-nstab-user { display:none!important; }
#ca-watch { display:none!important; }
#ca-unwatch { display:none!important; }
/* Hide page titles */
h1 { display: none; }
/* Hide categories at bottom of page */
#catlinks { display: none!important; }