(dark colors for timeless) |
m (typo) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 15: | Line 15: | ||
} | } | ||
@media screen | @media screen and (prefers-color-scheme: dark) { | ||
body.skin-timeless #mp-header { | body.skin-timeless #mp-header, | ||
html.skin-theme-clientpref-os body.skin-citizen #mp-header { | |||
border: 1px solid #939bc4; | border: 1px solid #939bc4; | ||
background-color: # | background-color: #30344a; | ||
} | } | ||
} | |||
html.skin-theme-clientpref-night body.skin-citizen #mp-header { | |||
border: 1px solid #939bc4; | |||
background-color: #30344a; | |||
} | } |
Latest revision as of 02:37, 2 May 2024
#mp-header {
border: 1px solid #CCD0E5;
background-color: #eaedfc;
margin-top: 15px;
margin-bottom: 10px;
padding: 8px;
text-align: center;
}
.mp-opening {
font-size: 162%;
font-weight: bold;
margin: 0;
padding: 0.1em;
}
@media screen and (prefers-color-scheme: dark) {
body.skin-timeless #mp-header,
html.skin-theme-clientpref-os body.skin-citizen #mp-header {
border: 1px solid #939bc4;
background-color: #30344a;
}
}
html.skin-theme-clientpref-night body.skin-citizen #mp-header {
border: 1px solid #939bc4;
background-color: #30344a;
}