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

Материал из Space Station 14 Вики
Нет описания правки
мНет описания правки
 
(не показаны 2 промежуточные версии этого же участника)
Строка 5: Строка 5:
<div class="gradient-header-frame-sub__content no-margin-edges short-scrollbar" style="padding:{{{padding|6px}}};{{{style}}}>{{{content}}}</div></div><!--
<div class="gradient-header-frame-sub__content no-margin-edges short-scrollbar" style="padding:{{{padding|6px}}};{{{style}}}>{{{content}}}</div></div><!--


-->{{#css:
--><templatestyles src="GradientHeaderFrame/Sub/styles.css" />
.gradient-header-frame-sub {
    display: flex;
    flex-direction: column;
   
    border: 1px solid #373741;
    border-radius: 0.3em;
}
 
.gradient-header-frame-sub__header {
    color: #efefef;
    font-size: 1.15em;
    font-family: "noto sans";
    padding: 6px 10px;
    background: linear-gradient(120deg, #33333d, #292931);
    text-align: left;
}
 
.gradient-header-frame-sub__content {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), inset 0 -2px 4px rgba(0, 0, 0, 0.15);
    background: #232329;
    flex-grow: 2;
    border-radius: 0 0 0.3em 0.3em;
}
}}

Текущая версия от 16:03, 29 марта 2025

{{{title}}}
{{{content}}}