Шаблон:Prototypes/Механика/Груз/base: различия между версиями
Материал из Space Station 14 Вики
|
|
| Строка 64: |
Строка 64: |
| display: grid; | | display: grid; |
| font-size: 14px; | | font-size: 14px; |
| }
| |
|
| |
| .cargo-group {
| |
| display: grid;
| |
| grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
| |
| gap: 12px;
| |
| }
| |
|
| |
| @media (max-width: 800px) {
| |
| .cargo-group {
| |
| grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
| |
| }
| |
| } | | } |
|
| |
|
| Строка 96: |
Строка 84: |
|
| |
|
| --><div class="customCSS" style="display:none"> | | --><div class="customCSS" style="display:none"> |
|
| |
| .gradient-block__body:has(.груз__product .mw-collapsible-toggle) { | | .gradient-block__body:has(.груз__product .mw-collapsible-toggle) { |
| min-height: 180px; | | min-height: 180px; |
Версия от 15:27, 2 июня 2025
Ящик пистолетов-пулемётов
.mw-parser-output *:has(.сollapsible-menu) { position: relative; }
.mw-parser-output *:has(.сollapsible-menu) { position: relative; }
.gradient-block__body:has(.груз__product .mw-collapsible-toggle) {
min-height: 180px;
}
#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;
}