More actions
Tabula Rasa (talk | contribs) No edit summary |
Tabula Rasa (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
.infobox-table td { | .infobox-table td { | ||
vertical-align: top; | vertical-align: top; | ||
} | |||
@media screen { | |||
html.skin-theme-clientpref-night .infobox-table { | |||
background-color: #383838; | |||
color: #ace; | |||
} | |||
} | } |
Revision as of 08:18, 19 February 2025
/* CSS placed here will be applied to all skins */ .infobox-table th { vertical-align: top; } .infobox-table td { vertical-align: top; } @media screen { html.skin-theme-clientpref-night .infobox-table { background-color: #383838; color: #ace; } }