Шаблон:GradientHeaderFrame/Sub/styles.css
Материал из Space Station 14 Вики
Версия от 16:02, 29 марта 2025; Pok (обсуждение | вклад) (Новая страница: «.gradient-header-frame-sub { display: flex; flex-direction: column; border: 1px solid var(--theme-bg-header-light); border-radius: 0.3em; } .gradient-header-frame-sub__header { color: #efefef; 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); bac...»)
.gradient-header-frame-sub {
display: flex;
flex-direction: column;
border: 1px solid var(--theme-bg-header-light);
border-radius: 0.3em;
}
.gradient-header-frame-sub__header {
color: #efefef;
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(--ooui--bg-dark);
flex-grow: 2;
border-radius: 0 0 0.3em 0.3em;
}