Шаблон:SlideMenu: различия между версиями
Материал из Space Station 14 Вики
Pok (обсуждение | вклад) Нет описания правки |
Pok (обсуждение | вклад) Нет описания правки |
||
Строка 18: | Строка 18: | ||
position: relative; /* sticky */ | position: relative; /* sticky */ | ||
/* max-height:4.5em; */ | /* max-height:4.5em; */ | ||
} | } | ||
.overlay__container { | .overlay__container { | ||
Строка 24: | Строка 23: | ||
left: 0; | left: 0; | ||
right: 0; | right: 0; | ||
padding: {{{padding|12px}}}; | text-align: left; | ||
padding: clamp(6px, 1vw, {{{padding|12px}}});; | |||
background: {{{background-color|#27272e}}}; | background: {{{background-color|#27272e}}}; | ||
border-radius: {{{border-radius|0.55em}}}; | border-radius: {{{border-radius|0.55em}}}; | ||
Строка 56: | Строка 56: | ||
<div class="customCSS" style="display:none"> | <div class="customCSS" style="display:none"> | ||
.base__container { | .base__container { | ||
padding: {{{padding|15px}}}; | text-align: left; | ||
padding: clamp(7.5px, 1vw, {{{padding|15px}}}); | |||
background: {{{background-color|#27272e}}}; | background: {{{background-color|#27272e}}}; | ||
border-radius: {{{border-radius|0.8em}}}; | border-radius: {{{border-radius|0.8em}}}; | ||
Строка 74: | Строка 75: | ||
</div> | </div> | ||
}} | }} | ||
<div class="customCSS" style="display:none"> | <div class="customCSS" style="display:none"> | ||
/* При активации чекбокса с классом open-all-menus */ | /* При активации чекбокса с классом open-all-menus */ | ||
Версия от 14:53, 20 июля 2024
{{{title}}}
{{{content}}}