Шаблон:ModernTitle: различия между версиями
Материал из Space Station 14 Вики
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
Строка 1: | Строка 1: | ||
<h2 class="modern-title" style="width:{{{width|100%}}};">{{{text}}}</h2> | <h2 class="modern-title" style="color:{{{color|#fff}}};width:{{{width|100%}}};">{{{text}}}</h2> | ||
<!-- Не изменяемый CSS --> | <!-- Не изменяемый CSS --> | ||
<div class="customCSS" style="display:none"> | <div class="customCSS" style="display:none"> | ||
.modern-title { | .modern-title { | ||
background: {{{background|#8b1c1c}}}; | background: {{{background|#8b1c1c}}}; | ||
padding: 15px; | padding: 15px; | ||
border-left: | border-left: 4px solid {{{border-color|#5b0909}}}; | ||
border-radius: | border-radius: 5px; | ||
box-shadow: 0 2px | box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); | ||
text-align: center; | |||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
h2.modern-title { | h2.modern-title { | ||
border-bottom: none; | border-bottom: none; | ||
font-size: 1.2em; | |||
font-family: 'Arial', sans-serif; | font-family: 'Arial', sans-serif; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
</div> | </div> |