Template:Film infobox/styles.css

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
.infobox#film {
	background: #F5F5F5;
	border-color: #000;
}
.infobox#film > tbody > tr:first-child {
	background: #D3D3D3;
}
.infobox#film > tbody > tr:nth-child(2n+3) {
	background: #DCDCDC;
}