Template:Game 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#game {
.infobox#game {
background: #FFF5EE;
background: #FFF5EE;
border: 1px solid #F98686;
border-color: #F98686;
}
}
.infobox#game > tbody > tr:first-child {
.infobox#game > tbody > tr:first-child {

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

.infobox#game {
	background: #FFF5EE;
	border-color: #F98686;
}
.infobox#game > tbody > tr:first-child {
	background: #FAAAAA;
}
.infobox#game > tbody > tr:nth-child(2n+3) {
	background: #FFE4E1;
}