Шаблон:ModernTitle: различия между версиями
Материал из Space Station 14 Вики
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) Нет описания правки |
||
Строка 1: | Строка 1: | ||
< | <div class="modern-title" style="color:{{{color|#fff}}};width:{{{width|100%}}};><span>{{{text}}}</span></div> | ||
<!-- Не изменяемый CSS --> | <!-- Не изменяемый CSS --> | ||
<div class="customCSS" style="display:none"> | <div class="customCSS" style="display:none"> | ||
.modern-title { | .modern-title { | ||
background: {{{background|# | position: relative; | ||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
margin: 30px 0 20px 0; | |||
font-size: 1.5em; | |||
font-family: 'Montserrat', sans-serif; | |||
font-weight: bold; | |||
} | |||
.modern-title::before, | |||
.modern-title::after { | |||
content: ""; | |||
flex-grow: 1; | |||
height: 3px; | |||
background-color: {{{background-color|#9F2828}}}; | |||
} | |||
.modern-title::before { | |||
margin-right: 10px; | |||
} | |||
.modern-title::after { | |||
margin-left: 10px; | |||
} | |||
.modern-title span { | |||
background-color: {{{background-color|#9F2828}}}; | |||
padding: 0 10px; | |||
border-radius: 5px; | border-radius: 5px; | ||
} | } | ||
</div> | </div> |
Версия от 23:51, 2 августа 2024
{{{text}}}