Template:Infobox character/styles.css: Difference between revisions
Jump to navigation
Jump to search
Created page with ".ib-character { border-spacing: 2px 5px; } .ib-character .infobox-above, .ib-character .infobox-header { background-color: #DEDEE2; } →light background for transparent images: .ib-character .infobox-image img { background-color: #f8f9fa; } @media screen { html.skin-theme-clientpref-night .ib-character .infobox-above, html.skin-theme-clientpref-night .ib-character .infobox-header { background: hsl(240, 6%, 20%); color: inherit; } } @media screen and (pre..." |
(No difference)
|
Latest revision as of 21:59, 2 June 2025
.ib-character {
border-spacing: 2px 5px;
}
.ib-character .infobox-above,
.ib-character .infobox-header {
background-color: #DEDEE2;
}
/* light background for transparent images */
.ib-character .infobox-image img {
background-color: #f8f9fa;
}
@media screen {
html.skin-theme-clientpref-night .ib-character .infobox-above,
html.skin-theme-clientpref-night .ib-character .infobox-header {
background: hsl(240, 6%, 20%);
color: inherit;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .ib-character .infobox-above,
html.skin-theme-clientpref-os .ib-character .infobox-header {
background: hsl(240, 6%, 20%);
color: inherit;
}
}