Template:Collapse top/styles.css: Difference between revisions
From All Skies Encyclopaedia
imported>I Am Andumé m (I Am Andumé moved page Template:TemplateStyles sandbox/I Am Andumé/styles.css to Template:Collapse top/styles.css without leaving a redirect: Move sandbox to templatespace) |
imported>Pppery |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
/* {{pp-template}} */ |
|||
.cot-header-mainspace { |
.cot-header-mainspace { |
||
background:#F0F2F5; |
background:#F0F2F5; |
||
Line 13: | Line 14: | ||
html.skin-theme-clientpref-night .cot-header-mainspace { |
html.skin-theme-clientpref-night .cot-header-mainspace { |
||
background:#14181F; |
background:#14181F; |
||
color:inherit; |
|||
} |
} |
||
html.skin-theme-clientpref-night .cot-header-other { |
html.skin-theme-clientpref-night .cot-header-other { |
||
background:#003500; |
background:#003500; |
||
color:inherit; |
|||
} |
} |
||
} |
} |
||
Line 24: | Line 27: | ||
html.skin-theme-clientpref-os .cot-header-mainspace { |
html.skin-theme-clientpref-os .cot-header-mainspace { |
||
background:#14181F; |
background:#14181F; |
||
color:inherit; |
|||
} |
} |
||
html.skin-theme-clientpref-os .cot-header- |
html.skin-theme-clientpref-os .cot-header-other { |
||
background:#003500; |
background:#003500; |
||
color:inherit; |
|||
} |
} |
||
} |
} |
Latest revision as of 18:23, 9 November 2024
/* {{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;
}
}