1,112
edits
Happy 11th anniversary, screamer wiki!
No edit summary Tag: Manual revert |
No edit summary Tag: Reverted |
||
Line 41: | Line 41: | ||
/* Infobox label */ | /* Infobox label */ | ||
.portable-infobox .pi-data-label { | .portable-infobox .pi-data-label { | ||
flex: 0 0 30%; | flex: 0 0 30%; | ||
display: flex; | display: flex; | ||
Line 58: | Line 57: | ||
} | } | ||
.portable-infobox .pi-data | .portable-infobox .pi-data:nth-child(odd) .pi-data-label { | ||
background-color: #FAAAAA; | |||
color: # | } | ||
.portable-infobox .pi-data:nth-child(odd) .pi-data-value { | |||
background-color: #FFE4E1; | |||
} | |||
.portable-infobox .pi-data:nth-child(even) .pi-data-label { | |||
background-color: #F98686; | background-color: #F98686; | ||
} | |||
.portable-infobox .pi-data:nth-child(even) .pi-data-value { | |||
background-color: #FFF5EE; | |||
} | } | ||
Line 76: | Line 84: | ||
background-color: #FAAAAA; | background-color: #FAAAAA; | ||
} | } | ||
.portable-infobox .pi-image { | .portable-infobox .pi-image { |
edits