Шаблон:Легенда/styles.css

< Шаблон:Легенда
Версия от 20:00, 11 сентября 2024; Neotrit (обсуждение | вклад) (Новая страница: «→‎Скопировано из [[:en:Template:Legend/styles.css]] с изменениями: .ts-legend { page-break-inside: avoid; break-inside: avoid-column; display: block; font-size: 90%; } .thumb .ts-legend, figcaption .ts-legend { font-size: inherit; } .ts-legend-inline { display: inline-block; } .ts-legend-color { display: inline-block; min-width: 1.25em; height: 1.25em; line-height: 1.25; margin: 1px 0; text-align: center; border: 1...»)
/* Скопировано из [[:en:Template:Legend/styles.css]] с изменениями */
.ts-legend {
	page-break-inside: avoid;
	break-inside: avoid-column;
	display: block;
	font-size: 90%;
}

.thumb .ts-legend,
figcaption .ts-legend {
	font-size: inherit;
}

.ts-legend-inline {
	display: inline-block;
}

.ts-legend-color {
	display: inline-block;
	min-width: 1.25em;
	height: 1.25em;
	line-height: 1.25;
	margin: 1px 0;
	text-align: center;
	border: 1px solid black;
	color: black;
	vertical-align: middle;
}

/*empty for now, but part of the design!*/
/*.ts-legend-text {}*/

/* [[Категория:Шаблоны:Подстраницы CSS]] */