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

Материал из Space Station 14 Вики
Новая страница: «.gradient-header-frame { display: flex; flex-direction: column; border: 1px solid var(--theme-bg-header-light); border-radius: 0.3em; } .gradient-header-frame__header { display: flex; align-items: center; color: #efefef; font-size: 1.15em; font-family: "noto sans"; padding: 6px 10px; background: var(--theme-bg-header-light--gradient-center); text-align: center; } .gradient-header-frame__content { box-shadow: var(--box-shadow-inset); backgro...»
 
мНет описания правки
Строка 3: Строка 3:
flex-direction: column;
flex-direction: column;
border: 1px solid var(--theme-bg-header-light);
border: 1px solid var(--theme-bg-color-400);
border-radius: 0.3em;
border-radius: 0.3em;
}
}
Строка 20: Строка 20:
.gradient-header-frame__content {
.gradient-header-frame__content {
box-shadow: var(--box-shadow-inset);
box-shadow: var(--box-shadow-inset);
background: var(--ooui--bg-dark);
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;
}
}

Версия от 17:52, 12 апреля 2025

.gradient-header-frame {
	display: flex;
	flex-direction: column;
	
	border: 1px solid var(--theme-bg-color-400);
	border-radius: 0.3em;
}

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

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