Template:Character infobox/styles.css: Difference between revisions

From Equestripedia, the Archives of Equestria!
Content added Content deleted
No edit summary
No edit summary
Line 10: Line 10:
background: #2B1D42;
background: #2B1D42;
}
}

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

Revision as of 22:31, 12 October 2022

.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-type-band .ib-line {
     border-bottom: 1px solid #DFCDDD;
     padding-bottom: 3px; }