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