Шаблон:ModernTitle: различия между версиями

Материал из Space Station 14 Вики
мНет описания правки
мНет описания правки
Строка 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}}};
color: #fff;
padding: 15px;
padding: 15px;
border-left: 5px solid {{{border-color|#5b0909}}};
border-left: 4px solid {{{border-color|#5b0909}}};
border-radius: 8px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
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-size: 1.2em;
font-weight: bold;
font-weight: bold;
display: block;
margin-block-start: 0.83em;
margin-block-end: 0.83em;
margin-inline-start: 0px;
margin-inline-end: 0px;
unicode-bidi: isolate;
}
}
</div>
</div>

Версия от 21:30, 2 августа 2024

{{{text}}}