1,112
edits
Happy 11th anniversary, screamer wiki!
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 39: | Line 39: | ||
} | } | ||
/* Infobox header */ | |||
.portable-infobox .pi-title { | |||
background-color: #B71C1C; | |||
font-weight: bold; | |||
color: #FFF5EE; | |||
padding: 10px; | |||
} | |||
/* Infobox label */ | |||
.portable-infobox .pi-data-label { | .portable-infobox .pi-data-label { | ||
background-color: #B71C1C; | background-color: #B71C1C; | ||
Line 45: | Line 54: | ||
align-items: center; | align-items: center; | ||
justify-content: center; | justify-content: center; | ||
padding: | padding: 10px; | ||
font-weight: bold; | font-weight: bold; | ||
color: #FFF5EE; | color: #FFF5EE; | ||
} | } | ||
Line 55: | Line 62: | ||
font-weight: bold; | font-weight: bold; | ||
color: #FFF5EE; | color: #FFF5EE; | ||
padding: | padding: 10px; | ||
background-color: # | background-color: #F98686; | ||
} | } | ||
Line 64: | Line 69: | ||
.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: #B71C1C; | ||
} | } | ||
Line 73: | Line 76: | ||
.portable-infobox .pi-data:nth-child(even) .pi-data-value { | .portable-infobox .pi-data:nth-child(even) .pi-data-value { | ||
background-color: #FAAAAA; | background-color: #FAAAAA; | ||
} | } | ||
edits