Template:Infobox character/styles.css: Difference between revisions

From Objectshowpedia
Created page with ".ib-character { border-spacing: 2px 5px; } .ib-character .infobox-above, .ib-character .infobox-header { background-color: #DEDEE2; color:black; } →‎light background for transparent images: .ib-character .infobox-image img { background-color: #f8f9fa; }"
m 1 revision imported: For infoboxes.
 
(No difference)

Latest revision as of 17:14, 5 October 2024

.ib-character {
	border-spacing: 2px 5px;
}

.ib-character .infobox-above, .ib-character .infobox-header {
	background-color: #DEDEE2; 
	color:black;
}

/* light background for transparent images */
.ib-character .infobox-image img {
	background-color: #f8f9fa;
}