Template:Company infobox/styles.css

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
.infobox#company {
	background: #fcfffc;
	border-color: #88c;
}
.infobox#company > tbody > tr:first-child {
	background: #ccf;
}
.infobox#company > tbody > tr:nth-child(2n+3) {
	background: #ebebff;
}