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

Версия от 04:14, 26 августа 2026; Sanec (обсуждение | вклад) (Новая страница: «.pageframe { overflow: hidden; display: flex; flex-direction: column; background-color: #f5f5f5; box-shadow: 0 0 0.3em #999; border-radius: 8px; } .pageframe hr { margin: 0.5rem 0; background-color: #e0e0e0; } .pageframe-header { display: flex; align-items: center; min-height: 1.75rem; gap: 0.5rem; padding: 2px 0.5rem 0; background-color: #666; color: #ffffff; border-bottom: 2px solid #999; } .pageframe-header-icon { line-height: 1em;...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
.pageframe {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background-color: #f5f5f5;
	box-shadow: 0 0 0.3em #999;
	border-radius: 8px;
}

.pageframe hr {
	margin: 0.5rem 0;
	background-color: #e0e0e0;
}

.pageframe-header {
	display: flex;
	align-items: center;
	min-height: 1.75rem;
	gap: 0.5rem;
	padding: 2px 0.5rem 0;
	background-color: #666;
	color: #ffffff;
	border-bottom: 2px solid #999;
}

.pageframe-header-icon {
    line-height: 1em;
}

.pageframe-header-text {
	flex: 1;
	font-weight: bold;
	text-align: center;
	line-height: 1.1rem;
	padding: 0.25em 0;
}

.pageframe-content {
    padding: 0.5rem;
    border: 1px solid #e0e0e0;
    border-top: unset;
    border-radius: 0 0 8px 8px;
}