Template:Collapse top/styles.css: Difference between revisions
Appearance
Taurussmith (talk | contribs) m Protected "Template:Collapse top/styles.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading] |
Taurussmith (talk | contribs) m Set stable version settings for "Template:Collapse top/styles.css" [Auto-review: requires "sysop" permission] |
(No difference)
| |
Latest revision as of 01:20, 13 March 2026
/* {{pp-template}} */
.cot-header-mainspace {
background:#F0F2F5;
color:inherit;
}
.cot-header-other {
background:#CCFFCC;
color:inherit;
}
@media screen {
html.skin-theme-clientpref-night .cot-header-mainspace {
background:#14181F;
color:inherit;
}
html.skin-theme-clientpref-night .cot-header-other {
background:#003500;
color:inherit;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .cot-header-mainspace {
background:#14181F;
color:inherit;
}
html.skin-theme-clientpref-os .cot-header-other {
background:#003500;
color:inherit;
}
}