Template:Character infobox/styles.css

From Equestripedia, the Archives of Equestria!
Revision as of 03:15, 13 October 2022 by Amelia (talk | contribs)
.infobox#character {
	background: #2B1D42;
	border: 2px solid #DFCDDD;
	color: #DFCDDD;
}
.infobox#character > tbody > tr:first-child {
	background: #2B1D42;
}
.infobox#character > tbody > tr:nth-child(2n+3) {
	background: #2B1D42;
}

.ib-line {
     border-bottom: 1px solid #DFCDDD;
     padding-bottom: 3px; }