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

Материал из Space Station 14 Вики
Нет описания правки
мНет описания правки
 
(не показана 51 промежуточная версия 2 участников)
Строка 1: Строка 1:
<h2 class="modern-title" style="width:{{{width|100%}}};">{{{text}}}</h2>
<h2 class="modern-title" style="--background-color:{{{background-color|#363649}}};color:{{{color|#fff}}};margin:{{{margin|1.25em 0 0.7em 0}}};><span class="modern-title-h2">{{{1}}}</span></h2><!--
<!-- Не изменяемый CSS -->
 
<div class="customCSS" style="display:none">
-->{{#css:
.modern-title .mw-headline {
    min-width: clamp(50px, 20vw, 300px);
    padding: 2px 3%;
    font-size: clamp(1.4rem, 2.5vw, 1.5rem);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
 
.modern-title::before,
.modern-title::after {
content: "";
flex-grow: 1;
height: 6px;
border-radius: 1px;
}
.modern-title::after {
    background: linear-gradient(90deg, var(--background-color) 85%, #ffffff00);
    margin-left: 10px;
}
 
.modern-title::before {
    background: linear-gradient(270deg, var(--background-color) 85%, #ffffff00);
margin-right: 10px;
}
 
.modern-title .mw-headline {
background-color: var(--background-color);
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;
}
}
 
<!-- Сброс стилей -->
.modern-title {
.modern-title {
background: #9f2828;
    border-bottom: none !important;
color: #fff;
    font-family: 'Montserrat', sans-serif !important;
padding: 15px 25px;
font-weight: bold !important;
border-left: 5px solid #601818;
    line-height: unset !important;
border-radius: 8px;
    display: flex !important;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
box-sizing: border-box;
}
}
h2.modern-title {
.modern-title {
border-bottom: none;
align-items: center;
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
justify-content: center;
font-size: 1.5em;
text-align: center;
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>
}}

Текущая версия от 20:04, 15 января 2025

{{{1}}}