Template:Infobox/styles.css: Difference between revisions
Template page
More actions
m remove padding for image |
airport color styles |
||
Line 40: | Line 40: | ||
} | } | ||
. | .airport-international { | ||
background-color: | background-color: #2473e3; | ||
color: | color: white | ||
} | } | ||
.airport-airport { | |||
background-color: #2473e3; | |||
color: white | |||
} | |||
.airport-airfield { | |||
background-color: #3f3f3f; | |||
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*/ | ||