Template:Infobox radio station/styles.css
Appearance
/* {{pp-template|small=yes}} */ .ib-radio-station .infobox-header { background-color: #efefef; } /* always light bg for logos */ .ib-radio-station-logo img { background-color: #f8f9fa; } .ib-radio-station .infobox-above{ font-size: 100%; background-color: #bfdfff; width: 100%; } .ib-radio-station-embed-header .infobox-header{ font-size: 100%; background-color: #bfdfff; } @media screen { html.skin-theme-clientpref-night .ib-radio-station .infobox-header { background-color: hsl(0, 0%, 10%); color: inherit; } html.skin-theme-clientpref-night .ib-radio-station .infobox-above, html.skin-theme-clientpref-night .ib-radio-station-embed-header .infobox-header{ background-color: hsl(210, 100%, 10%); color: inherit; } } @media screen and (prefers-color-scheme: dark) { html.skin-theme-clientpref-os .ib-radio-station-infobox-header { background-color: hsl(0, 0%, 10%); color: inherit; } html.skin-theme-clientpref-os .ib-radio-station .infobox-above, html.skin-theme-clientpref-os .ib-radio-station-embed-header .infobox-header{ background-color: hsl(210, 100%, 10%); color: inherit; } }