MediaWiki:Vector-2022.css: Difference between revisions
(Created page with "body.vector-2022 { background-color: #ffd1dc; →soft pink: } .vector-body { background-color: white; } →optionallsss: remove weird borders if they clash: .vector-header-container, .vector-footer, .mw-page-container { border: none; }") |
No edit summary |
||
Line 1: | Line 1: | ||
body.vector-2022 { | body.skin-vector.vector-2022 { | ||
background-color: #ffd1dc; | background-color: #ffd1dc !important; | ||
} | } | ||
.vector- | body.skin-vector.vector-2022 .mw-page-container { | ||
background-color: white; | background-color: white !important; | ||
} | } | ||
body.skin-vector.vector-2022 .vector-header-container, | |||
.vector-header-container, .vector- | body.skin-vector.vector-2022 .vector-footer { | ||
border: none; | border: none !important; | ||
background-color: #ffd1dc !important; /* match background if you want */ | |||
} | } |
Revision as of 01:11, 21 May 2025
body.skin-vector.vector-2022 { background-color: #ffd1dc !important; } body.skin-vector.vector-2022 .mw-page-container { background-color: white !important; } body.skin-vector.vector-2022 .vector-header-container, body.skin-vector.vector-2022 .vector-footer { border: none !important; background-color: #ffd1dc !important; /* match background if you want */ }