Шаблон:MainMenuBlocks/Item: различия между версиями
Материал из Space Station 14 Вики
Pok (обсуждение | вклад) Нет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
Строка 4: | Строка 4: | ||
position: relative; | position: relative; | ||
border-radius: 0.3em; | border-radius: 0.3em; | ||
transition: all 0. | transition: all 0.15s ease; | ||
overflow: hidden; | overflow: hidden; | ||
min-width: 100px; | min-width: 100px; | ||
text-align: center; | text-align: center; | ||
box-shadow: 0px 0.2em 0.3em 0px rgba(0, 0, 0, 0.25); | |||
} | } | ||
Строка 24: | Строка 24: | ||
--><div class="customCSS" style="display:none"> | --><div class="customCSS" style="display:none"> | ||
.main-menu-frame:hover { | .main-menu-frame:hover { | ||
filter: brightness( | filter: brightness(105%); | ||
box-shadow: 0px 0.4em 0.4em 0.1em rgba(0, 0, 0, 0.25); | |||
transform: translateY(-0.3em); | |||
} | } | ||
</div> | </div> |