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

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 1: Line 1:
.infobox#person {
.infobox#person {
background: #F8FFF7;
background: #F8FFF7;
border: 1px solid #88AA88;
border-color: #88AA88;
}
}
.infobox#person > tbody > tr:first-child {
.infobox#person > tbody > tr:first-child {

Latest revision as of 15:03, April 28, 2022

.infobox#person {
	background: #F8FFF7;
	border-color: #88AA88;
}
.infobox#person > tbody > tr:first-child {
	background: #8AFA8A;
}
.infobox#person > tbody > tr:nth-child(2n+3) {
	background: #AAFFAA;
}