Шаблон:Prototypes/Механика/Груз/styles.css: различия между версиями
Pok (обсуждение | вклад) Новая страница: «.груз__header { display: grid; gap: 4px; border-radius: 0.2em 0.2em 0 0; position: relative; overflow: hidden; } .груз__title, .груз__content, .груз__product, .груз__notes { gap: 6px; } .груз__title { display: flex; flex-direction: row; font-weight: bold; align-items: center; } .груз__content { display: flex; justify-content: space-between; flex-wrap: wrap; font-size: 14px; } .г...» |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 49: | Строка 49: | ||
transform: rotate(320deg); | transform: rotate(320deg); | ||
top: -12px; | top: -12px; | ||
} | |||
#Armory .груз__header, #Security .груз__header { | |||
--color: #9d1f1f; | |||
} | |||
#Engineering .груз__header, #Atmospherics .груз__header, #Shuttle .груз__header { | |||
--color: #a39322; | |||
} | |||
#Cargo .груз__header, #Materials .груз__header { | |||
--color: #b7631a; | |||
} | |||
#Emergency .груз__header, #Livestock .груз__header { | |||
--color: #8a999c; | |||
} | |||
#Service .груз__header, #Hydroponics .груз__header, #Fun .груз__header, #Food .груз__header { | |||
--color: #317a28; | |||
} | |||
#Medical .груз__header { | |||
--color: #2f5eab; | |||
} | |||
#Science .груз__header { | |||
--color: #741fb3; | |||
} | } | ||