Format:Meta-casetămc/styles.css
Aspect
.cmbox {
margin: 3px 10%;
border-collapse: collapse;
border: 1px solid #aaa;
background: #DFE8FF; /* Default "notice" blue */
}
.cmbox-notice {
background: #D8E8FF; /* Blue */
}
.cmbox-speedy {
margin-top: 4px;
margin-bottom: 4px;
border: 4px solid #b22222; /* Red */
background: #FFDBDB; /* Pink */
}
.cmbox-delete {
background: #FFDBDB; /* Red */
}
.cmbox-content {
background: #FFE7CE; /* Orange */
}
.cmbox-style {
background: #FFF9DB; /* Yellow */
}
.cmbox-move {
background: #E4D8FF; /* Purple */
}
.cmbox-protection {
background: #EFEFE1; /* Gray-gold */
}
@media screen {
html.skin-theme-clientpref-night .cmbox {
background-color: #0d1a27 !important; /* Default "notice" blue */
}
html.skin-theme-clientpref-night .cmbox-speedy,
html.skin-theme-clientpref-night .cmbox-delete {
background-color: #300 !important; /* Pink */
}
html.skin-theme-clientpref-night .cmbox-content {
background-color: #331a00 !important; /* Orange */
}
html.skin-theme-clientpref-night .cmbox-style {
background-color: #332b00 !important; /* Yellow */
}
html.skin-theme-clientpref-night .cmbox-move {
background-color: #08001a !important; /* Purple */
}
html.skin-theme-clientpref-night .cmbox-protection {
background-color: #212112 !important; /* Gray-gold */
}
}
@media screen and ( prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .cmbox {
background-color: #0d1a27; /* Default "notice" blue */
}
html.skin-theme-clientpref-os .cmbox-speedy,
html.skin-theme-clientpref-os .cmbox-delete {
background-color: #300; /* Pink */
}
html.skin-theme-clientpref-os .cmbox-content {
background-color: #331a00; /* Orange */
}
html.skin-theme-clientpref-os .cmbox-style {
background-color: #332b00; /* Yellow */
}
html.skin-theme-clientpref-os .cmbox-move {
background-color: #08001a; /* Purple */
}
html.skin-theme-clientpref-os .cmbox-protection {
background-color: #212112; /* Gray-gold */
}
}
@media screen {
html.skin-theme-clientpref-night .mw-warning-with-logexcerpt,
html.skin-theme-clientpref-night .mw-lag-warn-high,
html.skin-theme-clientpref-night .mw-cascadeprotectedwarning,
html.skin-theme-clientpref-night .fmbox-warning,
html.skin-theme-clientpref-night .fmbox,
html.skin-theme-clientpref-night #mw-protect-cascadeon {
background: #300;
}
}
@media screen and ( prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .mw-warning-with-logexcerpt,
html.skin-theme-clientpref-os .mw-lag-warn-high,
html.skin-theme-clientpref-os .mw-cascadeprotectedwarning
html.skin-theme-clientpref-night .fmbox-warning,
html.skin-theme-clientpref-night .fmbox,
html.skin-theme-clientpref-os #mw-protect-cascadeon {
background: #300;
}
}