Template:Infobox character/styles.css

From Candypedia
Revision as of 06:37, 2 November 2024 by NeonWabbit (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.ib-character {
	border-spacing: 2px 5px;
}

.ib-character .infobox-above,
.ib-character .infobox-header {
	background-color: transparent;
}

/* 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;
	}
}