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

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (Protected "Template:Character infobox/styles.css" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only administrators] (indefinite)))
No edit summary
Line 1: Line 1:
.infobox.character {
.infobox#character {
background: #F8FFF7;
background: #F8FFF7;
border: 1px solid #88AA88;
border: 1px solid #88AA88;
}
}
.infobox.character > tbody > tr:first-child {
.infobox#character > tbody > tr:first-child {
background: #8AFA8A;
background: #8AFA8A;
}
}
.infobox.character > tbody > tr:nth-child(2n+3) {
.infobox#character > tbody > tr:nth-child(2n+3) {
background: #AAFFAA;
background: #AAFFAA;
}
}

Revision as of 16:56, April 26, 2022

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