Template:Power Shot infobox/styles.css

From the Super Mario Wiki, the Mario encyclopedia
< Template:Power Shot infobox
Revision as of 00:21, May 5, 2022 by Porplemontage (talk | contribs) (Created page with ".infobox#power-shot { background: #60C5DF; border-color: cyan; } .infobox#power-shot > tbody > tr:first-child { background: #4C9DB2; } .infobox#power-shot > tbody > tr:nth-...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
.infobox#power-shot {
	background: #60C5DF;
	border-color: cyan;
}
.infobox#power-shot > tbody > tr:first-child {
	background: #4C9DB2;
}
.infobox#power-shot > tbody > tr:nth-child(2n+3) {
	background: #39B7D7;
}