From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
.infobox#move {
background: #f7f7ff;
border-color: mediumpurple;
}
.infobox#move > tbody > tr:first-child {
background: #af91ed;
}
.infobox#move > tbody > tr:nth-child(2n+3) {
background: lavender;
}