Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:B9s LED table/styles.css: Difference between revisions

Template page
(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 }
}