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

From Equestripedia, the Archives of Equestria!
Content added Content deleted
(Created page with ".infobox#character { background: #F8FFF7; border-color: #88AA88; } .infobox#character > tbody > tr:first-child { background: #8AFA8A; } .infobox#character > tbody > tr:nth-child(2n+3) { background: #AAFFAA; }")
 
No edit summary
Line 1: Line 1:
.infobox#character {
.infobox#character {
background: #F8FFF7;
background: #2B1D42;
border-color: #88AA88;
border: 2px solid #DFCDDD;
color: #DFCDDD;
}
}
.infobox#character > tbody > tr:first-child {
.infobox#character > tbody > tr:first-child {
background: #8AFA8A;
background: #2B1D42;
}
}
.infobox#character > tbody > tr:nth-child(2n+3) {
.infobox#character > tbody > tr:nth-child(2n+3) {
background: #AAFFAA;
background: #2B1D42;
}
}

Revision as of 18:59, 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;
}