Template:Collapse top/styles.css: Difference between revisions
Template page
More actions
Changed styling |
typo fix |
||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
. | .cot-header-mainspace { | ||
background:# | background:#F0F2F5; | ||
color:inherit; | |||
} | } | ||
.cot-header-other { | |||
background:# | background:#CCFFCC; | ||
color:inherit; | |||
} | } | ||
@media | |||
html.skin-theme-clientpref-night . | @media screen { | ||
background:# | html.skin-theme-clientpref-night .cot-header-mainspace { | ||
background:#14181F; | |||
color:inherit; | |||
} | |||
html.skin-theme-clientpref-night .cot-header-other { | |||
background:#003500; | |||
color:inherit; | |||
} | } | ||
} | } | ||
html.skin-theme-clientpref- | @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 { | |||
html.skin-theme-clientpref- | background:#003500; | ||
background:# | color:inherit; | ||
} | } | ||
} | } | ||