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

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(Created page with ".infobox.group { background: #FFF7EE; border: 1px solid #FF5300; } .infobox.group > tbody > tr:first-child { background: #FF8A4A; } .infobox.group > tbody > tr:nth-child(2n...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
.infobox.group {
.infobox#group {
background: #FFF7EE;
background: #FFF7EE;
border: 1px solid #FF5300;
border-color: #FF5300;
}
}
.infobox.group > tbody > tr:first-child {
.infobox#group > tbody > tr:first-child {
background: #FF8A4A;
background: #FF8A4A;
}
}
.infobox.group > tbody > tr:nth-child(2n+3) {
.infobox#group > tbody > tr:nth-child(2n+3) {
background: #FF9C77;
background: #FF9C77;
}
}

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

.infobox#group {
	background: #FFF7EE;
	border-color: #FF5300;
}
.infobox#group > tbody > tr:first-child {
	background: #FF8A4A;
}
.infobox#group > tbody > tr:nth-child(2n+3) {
	background: #FF9C77;
}