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

Материал из Space Station 14 Вики
Нет описания правки
мНет описания правки
 
(не показаны 33 промежуточные версии 2 участников)
Строка 1: Строка 1:
<h2 class="modern-title" style="width:{{{width|100%}}};">{{{text}}}</h2>
<div class="modern-title" style="font-size:{{{font-size|clamp(1.3rem, 2.5vw, 1.7rem)}}};color:{{{color|#fff}}};margin:{{{margin|1.25em 0 0.7em 0}}};><span class="custom-heading" style="padding:{{{padding|0 3%}}};width:{{{width|none}}};>{{{1}}}</span>
<!-- Не изменяемый CSS -->
</div>
<h3></h3><!-- Не изменяемый CSS -->
<div class="customCSS" style="display:none">
<div class="customCSS" style="display:none">
.modern-title {
.modern-title {
background: #9f2828;
position: relative;
color: #fff;
display: flex;
padding: 15px 25px;
align-items: center;
border-left: 5px solid #601818;
justify-content: center;
border-radius: 8px;
text-align: center;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
font-family: 'Montserrat', sans-serif;
box-sizing: border-box;
font-weight: bold;
}
.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;
}
}
h2.modern-title {
.modern-title span {
border-bottom: none;
background-color: {{{background-color|#363649}}};
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
border-radius: 5px;
font-size: 1.5em;
min-width: clamp(50px, 20vw, 300px);
font-weight: bold;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
display: block;
}
margin-block-start: 0.83em;
 
margin-block-end: 0.83em;
@media (max-width: 600px) {
margin-inline-start: 0px;
.modern-title span {
margin-inline-end: 0px;
width: 100% !important;
unicode-bidi: isolate;
padding: 0 !important;
}
.modern-title::before {
margin-right: 0;
}
.modern-title::after {
margin-left: 0;
}
}
}
</div>
</div>

Текущая версия от 17:02, 15 сентября 2024

{{{1}}}