Открыть меню
Переключить меню настроек
Открыть персональное меню
Вы не представились системе
Ваш IP-адрес будет виден всем, если вы внесёте какие-либо изменения.

Шаблон:GradientHeaderFrame/styles.css

Материал из Wormix Station
Версия от 00:47, 23 сентября 2026; Джон НаноТрейзен (обсуждение | вклад) (Новая страница: «.header-frame { display: block; flex-direction: column; background: #0a1014; border: 1px solid #27292d; border-radius: 8px; border-spacing: 0; } .header-frame__header { display: flex; align-items: center; min-height: 32px; padding: 4px 10px; font-size: 115%; font-family: 'Roboto', 'Roboto-fallback'; background: rgba(255,255,255,0.04); text-align: center; } .header-frame__content { box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), inset 0 -2px...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
.header-frame {
	display: block;
	flex-direction: column;
	background: #0a1014;
	border: 1px solid #27292d;
	border-radius: 8px;
	border-spacing: 0;
}

.header-frame__header {
	display: flex;
	align-items: center;
	min-height: 32px;
	padding: 4px 10px;
	font-size: 115%;
	font-family: 'Roboto', 'Roboto-fallback';
	background: rgba(255,255,255,0.04);
	text-align: center;
}

.header-frame__content {
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), inset 0 -2px 4px rgba(0, 0, 0, 0.15);
	flex-grow: 2;
	border-radius: 0 0 0.3em 0.3em;
	margin: auto;
	padding:0;
}