Шаблон:Песочница/Iniquity/styles.css

Материал из wikixw
Перейти к навигации Перейти к поиску
.ts-userbox {
	border: 1px solid #a2a9b1;
	box-sizing: border-box;
	color: #000;
	display: flex;
	flex-direction: column;
	font-size: 8pt;
	margin: 1px;
	text-align: center;
	width: 238px;
}

.ts-userbox-caption {
	background: #00ff40;
	line-height: 1.25em;
	padding: 2pt 4pt;
}

.ts-userbox-main {
	align-items: stretch;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	min-height: 45px;
}

.ts-userbox-idCell {
	align-items: center;	
	background: #eaecf0;
	display: flex;
	font-size: 14pt;
	font-weight: bold;
	justify-content: center;
	min-width: 45px;
}

.ts-userbox-info {
	align-items: center;
	background: #f8f9fa;
	display: flex;
	flex-grow: 5;
	line-height: 1.25em;
	padding: 2pt 4pt;
	text-align: left;
}

.ts-userbox-info > p {
	margin: 0;
}
/* [[Категория:Шаблоны:Подстраницы CSS]] */