Template:Infobox/styles.css: Difference between revisions
Template page
More actions
m remove padding for image |
field-center |
||
(3 intermediate revisions by the same user not shown) | |||
Line 44: | Line 44: | ||
color: var(--rarity-epic-text-color, white); | color: var(--rarity-epic-text-color, white); | ||
} | } | ||
.airport-international { | |||
background-color: #2473e3; | |||
color: white | |||
} | |||
.airport-airport { | |||
background-color: #2473e3; | |||
color: white | |||
} | |||
.airport-airfield { | |||
background-color: #00994c; | |||
color: white | |||
} | |||
.airport-military { | |||
background-color: #3f3f3f; | |||
color: white | |||
} | |||
.airport-heliport { | |||
background-color: #6a46a0; | |||
color: white | |||
} | |||
.airport-hospital { | |||
background-color: #b646a0; | |||
color: white | |||
} | |||
/*END OF TODO*/ | /*END OF TODO*/ | ||
Line 96: | Line 127: | ||
border-bottom: 0.5px solid grey; | border-bottom: 0.5px solid grey; | ||
line-height: 23px; | line-height: 23px; | ||
} | |||
.infobox__field-center{ | |||
color: white; | |||
text-align: center; | |||
width: 31%; | |||
padding: 0.4em; | |||
border-right: 0.4px solid black; | |||
} | } | ||