1,112
edits
Happy 11th anniversary, screamer wiki!
No edit summary |
No edit summary |
||
Line 41: | Line 41: | ||
/* Infobox label */ | /* Infobox label */ | ||
.portable-infobox .pi-data-label { | .portable-infobox .pi-data-label { | ||
background-color: #FAAAAA; | |||
flex: 0 0 30%; | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
padding: 5px; | |||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.portable-infobox .pi-data-value { | |||
.portable-infobox .pi-data { | flex: 1; | ||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
padding: 5px; | |||
} | } | ||
edits