No edit summary |
No edit summary |
||
Line 41: | Line 41: | ||
#ca-viewsource { display: none !important; } | #ca-viewsource { display: none !important; } | ||
.citizen-drawer__siteinfo, #n-help-mediawiki, #t-specialpages, #t-upload {display:none;} | .citizen-drawer__siteinfo, #n-help-mediawiki, #t-specialpages, #t-upload, #siteSub {display:none;} |
Revision as of 22:36, 31 May 2023
/* CSS placed here will be applied to all skins */
/*
CSS FILES
MAIN PAGE
MediaWiki:Common.css/MainPage.css
*/
/* Remove category lists from bottom of page */
#catlinks {
display: none;
}
/* Remove PageForms "This category uses the form" text */
.mw-parser-output p:has([title='Form:Location']) {
display: none;
}
abbr {
cursor: help;
}
.h-100 {
height: 100%;
}
.d-none {display:none;}
/* START Text */
.tc {
text-align: center;
}
.fw-600,.bold {
font-weight: 600;
}
/* END Text */
/* GENERAL */
.dark, .dark-inline, .dark-inline-flex {display: none !important;}
#ca-viewsource { display: none !important; }
.citizen-drawer__siteinfo, #n-help-mediawiki, #t-specialpages, #t-upload, #siteSub {display:none;}