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 11: Line 11:
}
}


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

Revision as of 03:15, 13 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-line {
     border-bottom: 1px solid #DFCDDD;
     padding-bottom: 3px; }