Шаблон:GradientHeaderFrame/Sub/styles.css: различия между версиями
Материал из Space Station 14 Вики
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 8: | Строка 8: | ||
.gradient-header-frame-sub__header { | .gradient-header-frame-sub__header { | ||
display: flex; | |||
justify-content: space-between; | |||
color: var(--theme-text-color-header); | color: var(--theme-text-color-header); | ||
font-size: 1.15em; | font-size: 1.15em; | ||
Версия от 22:37, 21 апреля 2025
.gradient-header-frame-sub {
display: flex;
flex-direction: column;
border: 1px solid var(--theme-bg-color-400);
border-radius: 0.3em;
}
.gradient-header-frame-sub__header {
display: flex;
justify-content: space-between;
color: var(--theme-text-color-header);
font-size: 1.15em;
font-family: "noto sans";
padding: 6px 10px;
background: var(--theme-bg-header-light--gradient);
text-align: left;
}
.gradient-header-frame-sub__content {
box-shadow: var(--box-shadow-inset);
background: var(--theme-bg-color-200);
flex-grow: 2;
border-radius: 0 0 0.3em 0.3em;
}