Anonymous

Module:Infobox/styles.css: Difference between revisions

From Savez
Use div so this doesn't apply to
m (1 revision imported)
death date and age/infobox music genre>Jdlrobson
(Use div so this doesn't apply to)
Line 40: Line 40:
body.skin-minerva .infobox-below {
body.skin-minerva .infobox-below {
text-align: center;
text-align: center;
}
/* Dark theme: [[William_Wragg]], [[Coral_Castle]] */
html.skin-theme-clientpref-night .infobox-full-data div {
    background: #1f1f23 !important;
      /* switch with var( --color-base ) when supported. */
      color: #f8f9fa;
}
@media (prefers-color-scheme: dark) {
    html.skin-theme-clientpref-os .infobox-full-data div {
      background: #1f1f23 !important;
      /* switch with var( --color-base ) when supported. */
      color: #f8f9fa;
    }
}
}