Template:Location infobox/styles.css

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
.infobox#location {
	background: #FEF;
	border-color: #C8C;
}
.infobox#location > tbody > tr:first-child {
	background: #CBC;
}
.infobox#location > tbody > tr:nth-child(2n+3) {
	background: #FFE3FF;
}