No edit summary Tag: Manual revert |
No edit summary |
||
Line 20: | Line 20: | ||
text-align: center; | text-align: center; | ||
} | } | ||
.fw-600 { | .fw-600,.bold { | ||
font-weight: 600; | font-weight: 600; | ||
} | } |
Revision as of 10:00, 24 May 2023
/* CSS placed here will be applied to all skins */
/*
CSS FILES
MAIN PAGE
MediaWiki:Common.css/MainPage.css
*/
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 {display:none;}