Template:Collapse top/styles.css: Difference between revisions
From All Skies Encyclopaedia
imported>I Am Andumé (test) |
imported>I Am Andumé No edit summary |
||
Line 1: | Line 1: | ||
. |
.cot-header-mainspace { |
||
background:# |
background:#F0F2F5; |
||
⚫ | |||
border:1px solid #a3b1bf; |
|||
padding:1em; |
|||
vertical-align:top; |
|||
} |
} |
||
.cot-header-other { |
|||
⚫ | |||
background:# |
background:#CCFFCC; |
||
color:inherit; |
|||
border:1px solid #a3b1bf; |
|||
padding:1em; |
|||
vertical-align:top; |
|||
} |
} |
||
@media (prefers-color-scheme: dark) { |
|||
@media screen { |
|||
html.skin-theme-clientpref-night . |
html.skin-theme-clientpref-night .cot-header-mainspace { |
||
background:# |
background:#14181F; |
||
border:1px solid #a3b1bf; |
|||
padding:1em; |
|||
vertical-align:top; |
|||
} |
} |
||
⚫ | |||
⚫ | |||
.itnc-table-body { |
|||
background:#003500; |
|||
⚫ | |||
} |
} |
||
⚫ | |||
background:#ad9c00; |
|||
⚫ | |||
@media (prefers-color-scheme: dark) { |
@media screen and (prefers-color-scheme: dark) { |
||
html.skin-theme-clientpref- |
html.skin-theme-clientpref-os .cot-header-mainspace { |
||
background:# |
background:#14181F; |
||
} |
} |
||
} |
|||
⚫ | |||
.sidebar-test { |
|||
background:#003500; |
|||
⚫ | |||
⚫ | |||
} |
} |
Revision as of 04:15, 4 September 2024
.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;
}
html.skin-theme-clientpref-night .cot-header-other {
background:#003500;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .cot-header-mainspace {
background:#14181F;
}
html.skin-theme-clientpref-os .cot-header-mainspace {
background:#003500;
}
}