Шаблон:Prototypes/Механика/Груз/base: различия между версиями
Pok (обсуждение | вклад) Нет описания правки |
Pok (обсуждение | вклад) Нет описания правки |
||
| Строка 8: | Строка 8: | ||
<div class="груз__content"> | <div class="груз__content"> | ||
<div>Стоимость: <span style="color:#2ca937;">{{{price|9000}}}</span>$</div> | <div>Стоимость: <span style="color:#2ca937;">{{{price|9000}}}</span>$</div> | ||
<div>Категория: <span | <!--<div>Категория: <span style="color:var(--color);">{{#invoke:Ftl|main|translation|{{{name|cargoproduct-category-name-armory}}}}}</span></div>--> | ||
</div> | </div> | ||
| Строка 28: | Строка 28: | ||
<div class="груз__notes"> | <div class="груз__notes"> | ||
{{#if: {{{access|}}} | | {{#if: {{{access|}}} | | ||
<div>Для открытия ящика необходим доступ: {{{access}}}</div> | <div>Для открытия ящика необходим доступ: '''{{{access}}}'''</div> | ||
}} | }} | ||
{{#if: {{{description|}}} | | {{#if: {{{description|}}} | | ||
| Строка 43: | Строка 43: | ||
gap: 2px; | gap: 2px; | ||
border-radius: 0.2em 0.2em 0 0; | border-radius: 0.2em 0.2em 0 0; | ||
position: relative; | |||
overflow: hidden; | |||
} | } | ||
| Строка 98: | Строка 100: | ||
} | } | ||
.груз__header::before { | |||
background: var(--color); | |||
width: 6px; | |||
position: absolute; | |||
height: 50px; | |||
content: ""; | |||
right: 0px; | |||
transform: rotate(320deg); | |||
top: -12px; | |||
} | } | ||
#Armory . | |||
color: # | #Armory .груз__header { | ||
--color: #b32525; | |||
} | } | ||
}} | }} | ||