1,112
edits
Happy 11th anniversary, screamer wiki!
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 37: | Line 37: | ||
height: 25px; | height: 25px; | ||
line-height: 25px; | line-height: 25px; | ||
} | } | ||
Line 54: | Line 46: | ||
align-items: center; | align-items: center; | ||
justify-content: center; | justify-content: center; | ||
padding: | padding: 5px; | ||
font-weight: bold; | font-weight: bold; | ||
color: #FFF5EE; | color: #FFF5EE; | ||
} | } | ||
/* Infobox data */ | |||
.portable-infobox .pi-data { | .portable-infobox .pi-data { | ||
font-weight: bold; | font-weight: bold; | ||
color: #FFF5EE; | color: #FFF5EE; | ||
padding: 10px; | padding: 5px 10px; | ||
background-color: #F98686; | background-color: #F98686; | ||
} | } | ||
Line 70: | Line 63: | ||
.portable-infobox .pi-data:nth-child(odd) .pi-data-value { | .portable-infobox .pi-data:nth-child(odd) .pi-data-value { | ||
background-color: #B71C1C; | background-color: #B71C1C; | ||
padding: 5px 10px; | |||
} | } | ||
Line 76: | Line 70: | ||
.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; | ||
padding: 5px 10px; | |||
} | } | ||
edits