This wiki contains unmarked spoilers and disturbing content without warning. Please be cautious when browsing.
We have just started this wiki. Please help us fill in all the information.
Editing is disabled for now.
We are not affiliated with Team Salvato.

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

From Monikapedia
Jump to navigationJump to search
(Created page with ".infobox.game { background: #FFF5EE; border: 1px solid #F98686; } .infobox.game > tbody > tr:first-child { background: #FAAAAA; } .infobox.game > tbody > tr:nth-child(2n+3)...")
 
m (4 revisions imported: Mario Wiki import)
 
(3 intermediate revisions by one other user not shown)
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 {
background: #FAAAAA;
background: #FAAAAA;
}
}
.infobox.game > tbody > tr:nth-child(2n+3) {
.infobox#game > tbody > tr:nth-child(2n+3) {
background: #FFE4E1;
background: #FFE4E1;
}
}

Latest revision as of 16:09, 10 May 2024

.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;
}