1,112
edits
Happy 11th anniversary, screamer wiki!
No edit summary |
No edit summary |
||
Line 39: | Line 39: | ||
} | } | ||
/* Infobox label */ | |||
.portable-infobox .pi-data-label { | |||
font-weight: bold; | |||
margin-bottom: 5px; | |||
} | |||
/* Infobox data */ | |||
.portable-infobox .pi-data { | .portable-infobox .pi-data { | ||
margin-bottom: 10px; | margin-bottom: 10px; | ||
} | |||
/* Infobox label and data colors */ | |||
.portable-infobox .pi-data-label:nth-child(odd), | |||
.portable-infobox .pi-data-value:nth-child(odd) { | |||
color: #000000; | |||
background-color: #FFE4E1; | |||
} | |||
.portable-infobox .pi-data-label:nth-child(even), | |||
.portable-infobox .pi-data-value:nth-child(even) { | |||
color: #000000; | |||
background-color: #FFF5EE; | |||
} | } | ||
edits