1,112
edits
Happy 11th anniversary, screamer wiki!
No edit summary |
No edit summary Tag: Reverted |
||
Line 52: | Line 52: | ||
/* Infobox label and data colors */ | /* Infobox label and data colors */ | ||
.portable-infobox .pi-data-label:nth-child(odd), | .portable-infobox .pi-data-label:nth-child(odd), | ||
.portable-infobox .pi-data-value:nth-child( | .portable-infobox .pi-data-value:nth-child(even) { | ||
color: #000000; | color: #000000; | ||
background-color: #FFE4E1; | background-color: #FFE4E1; | ||
Line 58: | Line 58: | ||
.portable-infobox .pi-data-label:nth-child(even), | .portable-infobox .pi-data-label:nth-child(even), | ||
.portable-infobox .pi-data-value:nth-child( | .portable-infobox .pi-data-value:nth-child(odd) { | ||
color: #000000; | color: #000000; | ||
background-color: #A560B8; | background-color: #A560B8; |
edits