1,112
edits
Happy 11th anniversary, screamer wiki!
No edit summary Tag: Manual revert |
No edit summary |
||
Line 51: | Line 51: | ||
/* Infobox label and data colors */ | /* Infobox label and data colors */ | ||
.portable-infobox .pi-data | .portable-infobox .pi-data:nth-child(odd) .pi-data-label, | ||
.portable-infobox .pi-data | .portable-infobox .pi-data:nth-child(odd) .pi-data-value { | ||
background-color: #FFE4E1; | background-color: #FFE4E1; | ||
} | } | ||
.portable-infobox .pi-data | /* Second label and data */ | ||
.portable-infobox .pi-data | .portable-infobox .pi-data:nth-child(even) .pi-data-label, | ||
.portable-infobox .pi-data:nth-child(even) .pi-data-value { | |||
background-color: # | background-color: #FAAAAA; | ||
} | } | ||
edits