(Created page with ".b9s-table { text-align: center; } .b9s-loaded { background-color: #c8ffc8 } .b9s-missing { background-color: #ffc8c8 } .b9s-corrupt { background-color: #c8c8ff }") |
(dark theme) |
||
Line 6: | Line 6: | ||
.b9s-missing { background-color: #ffc8c8 } | .b9s-missing { background-color: #ffc8c8 } | ||
.b9s-corrupt { background-color: #c8c8ff } | .b9s-corrupt { background-color: #c8c8ff } | ||
@media screen and (prefers-color-scheme: dark) { | |||
/* only timeless has a dark theme skin right now */ | |||
/* [[Category:Pages that ihaveahax really needs to update when more skins get a dark theme]] */ | |||
body.skin-timeless .b9s-loaded { background-color: #4b804b } | |||
body.skin-timeless .b9s-missing { background-color: #804b4b } | |||
body.skin-timeless .b9s-corrupt { background-color: #4b4b80 } | |||
} |
Revision as of 07:27, 4 July 2022
.b9s-table {
text-align: center;
}
.b9s-loaded { background-color: #c8ffc8 }
.b9s-missing { background-color: #ffc8c8 }
.b9s-corrupt { background-color: #c8c8ff }
@media screen and (prefers-color-scheme: dark) {
/* only timeless has a dark theme skin right now */
/* [[Category:Pages that ihaveahax really needs to update when more skins get a dark theme]] */
body.skin-timeless .b9s-loaded { background-color: #4b804b }
body.skin-timeless .b9s-missing { background-color: #804b4b }
body.skin-timeless .b9s-corrupt { background-color: #4b4b80 }
}