Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox/styles.css: Difference between revisions

Template page
Pyrenol (talk | contribs)
m remove padding for image
Owning (talk | contribs)
airport color styles
Line 40: Line 40:
}
}


.rarity-epic {
.airport-international {
   background-color: var(--rarity-epic-bg-color, #ffbb33);
   background-color: #2473e3;
   color: var(--rarity-epic-text-color, white);
   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*/


Cookies help us deliver our services. By using our services, you agree to our use of cookies.