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

Материал из Space Station 14 Вики
мНет описания правки
мНет описания правки
Строка 1: Строка 1:
.gradient-header-frame-sub {
.gradient-header-frame-sub {
    display: flex;
display: flex;
    flex-direction: column;
flex-direction: column;
   
    border: 1px solid var(--theme-bg-color-400);
border: 1px solid var(--theme-bg-color-400);
    border-radius: 0.3em;
border-radius: 0.3em;
}
}


.gradient-header-frame-sub__header {
.gradient-header-frame-sub__header {
    color: #efefef;
color: var(--theme-text-color-header);
    font-size: 1.15em;
font-size: 1.15em;
    font-family: "noto sans";
font-family: "noto sans";
    padding: 6px 10px;
padding: 6px 10px;
    background: var(--theme-bg-header-light--gradient);
background: var(--theme-bg-header-light--gradient);
    text-align: left;
text-align: left;
}
}


.gradient-header-frame-sub__content {
.gradient-header-frame-sub__content {
    box-shadow: var(--box-shadow-inset);
box-shadow: var(--box-shadow-inset);
    background: var(--theme-bg-color-200);
background: var(--theme-bg-color-200);
    flex-grow: 2;
flex-grow: 2;
    border-radius: 0 0 0.3em 0.3em;
border-radius: 0 0 0.3em 0.3em;
}
}

Версия от 05:01, 16 апреля 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 {
	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;
}