Template:Infobox television channel/styles.css: Difference between revisions
Appearance
change a class to reflect intended functionality |
m 1 revision imported from wikipedia:Template:Infobox_television_channel/styles.css |
(No difference)
|
Latest revision as of 17:43, 15 January 2025
/* {{pp-template|small=yes}} */
.ib-tv-channel .infobox-header {
background-color: #efefef;
}
/* always light bg for logos */
.ib-tv-channel-logo img {
background-color: #f8f9fa;
}
.ib-tv-channel-availability .infobox-header{
background-color: #bfdfff;
width: 100%;
}
/* FIXME: be specific about which <th>s you're targeting here
* infoboxes will not be tables forever
* See also the color line below
*/
.ib-tv-channel-embed-header .infobox-header{
font-size: 100%;
background-color: #bfdfff;
}
@media screen {
html.skin-theme-clientpref-night .ib-tv-channel .infobox-header {
background-color: hsl(0, 0%, 10%);
color: inherit;
}
html.skin-theme-clientpref-night .ib-tv-channel-availability .infobox-header,
html.skin-theme-clientpref-night .ib-tv-channel-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-tv-channel-infobox-header {
background-color: hsl(0, 0%, 10%);
color: inherit;
}
html.skin-theme-clientpref-os .ib-tv-channel-availability .infobox-header,
html.skin-theme-clientpref-os .ib-tv-channel-embed-header .infobox-header{
background-color: hsl(210, 100%, 10%);
color: inherit;
}
}