Шаблон:ModernTitle: различия между версиями
Материал из Space Station 14 Вики
Pok (обсуждение | вклад) Нет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
(не показаны 42 промежуточные версии 2 участников) | |||
Строка 1: | Строка 1: | ||
<h2 class="modern-title" style=" | <h2 class="modern-title" style="font-size:{{{font-size|clamp(1.4rem, 2.5vw, 1.7rem)}}};color:{{{color|#fff}}};margin:{{{margin|1.25em 0 0.7em 0}}};><span class="modern-title-h2">{{{1}}}</span></h2><!-- | ||
<!-- | |||
-->{{#css: | |||
.modern-title .mw-headline { | |||
min-width: clamp(50px, 20vw, 300px); | |||
padding: 0 3%; | |||
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5); | |||
} | |||
<!-- Сброс стилей --> | |||
.modern-title { | |||
border-bottom: none !important; | |||
font-family: 'Montserrat', sans-serif !important; | |||
font-weight: bold !important; | |||
line-height: unset !important; | |||
display: flex !important; | |||
} | |||
.modern-title { | .modern-title { | ||
align-items: center; | |||
justify-content: center; | |||
text-align: center; | |||
} | |||
.modern-title::before, | |||
.modern-title::after { | |||
content: ""; | |||
flex-grow: 1; | |||
height: 4px; | |||
background-color: {{{background-color|#363649}}}; | |||
} | |||
.modern-title::before { | |||
margin-right: 10px; | |||
} | |||
.modern-title::after { | |||
margin-left: 10px; | |||
} | |||
.modern-title .mw-headline { | |||
background-color: {{{background-color|#363649}}}; | |||
border-radius: 5px; | |||
} | } | ||
@media (max-width: 600px) { | |||
.modern-title .mw-headline { | |||
width: 100% !important; | |||
padding: 0 !important; | |||
} | |||
.modern-title::before { | |||
margin-right: 0; | |||
} | |||
.modern-title::after { | |||
margin-left: 0; | |||
} | |||
} | } | ||
}} |