Template:Toy Blocks infobox/styles.css

From The Wiki Camp 2
Jump to navigation Jump to search
.infobox#character {
	background: #F8FFF7;
	border: 3px ridge #1ECAD0;
}
.infobox#character > tbody > tr:first-child {
	background: #8AFA8A;
}
.infobox#character > tbody > tr:nth-child(2n+3) {
	background: #AAFFAA;
}