1,112
edits
Happy 11th anniversary, screamer wiki!
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 39: | Line 39: | ||
} | } | ||
.portable-infobox .pi-data-label { | .portable-infobox .pi-data-label { | ||
background-color: #B71C1C; | background-color: #B71C1C; | ||
Line 49: | Line 48: | ||
font-weight: bold; | font-weight: bold; | ||
color: #FFF5EE; | color: #FFF5EE; | ||
width: 100%; | |||
height: 100%; | |||
} | } | ||
.portable-infobox .pi-data { | .portable-infobox .pi-data { | ||
font-weight: bold; | font-weight: bold; | ||
color: #FFF5EE; | color: #FFF5EE; | ||
padding: 5px 10px; | padding: 5px 10px; | ||
background-color: # | background-color: #B71C1C; | ||
width: 100%; | |||
height: 100%; | |||
} | } | ||
Line 66: | Line 64: | ||
.portable-infobox .pi-data:nth-child(odd) .pi-data-label, | .portable-infobox .pi-data:nth-child(odd) .pi-data-label, | ||
.portable-infobox .pi-data:nth-child(odd) .pi-data-value { | .portable-infobox .pi-data:nth-child(odd) .pi-data-value { | ||
background-color: # | background-color: #FFE4E1; | ||
width: 100%; | |||
height: 100%; | |||
} | } | ||
Line 74: | Line 72: | ||
.portable-infobox .pi-data:nth-child(even) .pi-data-label, | .portable-infobox .pi-data:nth-child(even) .pi-data-label, | ||
.portable-infobox .pi-data:nth-child(even) .pi-data-value { | .portable-infobox .pi-data:nth-child(even) .pi-data-value { | ||
background-color: # | background-color: #FAAAAA; | ||
width: 100%; | |||
height: 100%; | |||
} | } | ||
edits