Template:DLC infobox/styles.css: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
.infobox#dlc { | .infobox#dlc { | ||
background: # | background: #F9EFFF; | ||
border-color: # | border-color: #ED85F7; | ||
} | } | ||
.infobox#dlc > tbody > tr:first-child { | .infobox#dlc > tbody > tr:first-child { | ||
color: #FFF; | color: #FFF; | ||
background: # | background: #EBA9F9; | ||
} | } | ||
.infobox#dlc > tbody > tr:nth-child(2n+3) { | .infobox#dlc > tbody > tr:nth-child(2n+3) { | ||
background: # | background: #F5E2FF; | ||
} | } |