Template:Collapse top/styles.css: Difference between revisions
From All Skies Encyclopaedia
imported>I Am Andumé Added CSS |
imported>I Am Andumé Changed styling |
||
| Line 27: | Line 27: | ||
html.skin-theme-clientpref-night .itnc-table-body { | html.skin-theme-clientpref-night .itnc-table-body { | ||
background:# | background:#7a6f10; | ||
} | } | ||
@media (prefers-color-scheme: dark) { | @media (prefers-color-scheme: dark) { | ||
html.skin-theme-clientpref-night .itnc-table-body { | html.skin-theme-clientpref-night .itnc-table-body { | ||
background:# | background:#7a6f10; | ||
} | } | ||
} | } | ||
Revision as of 04:19, 9 May 2024
.itnc-table-border {
background:#e6f2ff;
border:1px solid #a3b1bf;
padding:1em;
vertical-align:top;
}
html.skin-theme-clientpref-night .itnc-table-border {
background:#e6f2ff;
border:1px solid #a3b1bf;
padding:1em;
vertical-align:top;
}
@media (prefers-color-scheme: dark) {
html.skin-theme-clientpref-night .itnc-table-border {
background:#0056b3;
border:1px solid #a3b1bf;
padding:1em;
vertical-align:top;
}
}
.itnc-table-body {
background:khaki;
}
html.skin-theme-clientpref-night .itnc-table-body {
background:#7a6f10;
}
@media (prefers-color-scheme: dark) {
html.skin-theme-clientpref-night .itnc-table-body {
background:#7a6f10;
}
}





