Шаблон:To-do/styles.css

Материал из Народные Сказки
Версия от 18:16, 28 мая 2023; ru>Andras (Новая страница: «.ts-To-do-tmbox .mbox-text { padding: .5em; } .ts-To-do-title { display: flex; align-items: center; padding: .25em .5em; flex: auto; font-size: 110%; font-weight: bold; } .ts-To-do-title-icon { margin-right: .5em; } .ts-To-do-content { margin-top: .5em; padding: .25em .5em; background: #fffaef; font-size: 90%; } .ts-To-do-footer { margin-top: .5em; padding: 0 .5em; text-align: right; font-size: 90%; } →‎** COLLAPSIBLE **: .ts-To-do .mw...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
.ts-To-do-tmbox .mbox-text {
	padding: .5em;
}

.ts-To-do-title {
	display: flex;
	align-items: center;
	padding: .25em .5em;
	flex: auto;
	font-size: 110%;
	font-weight: bold;
}

.ts-To-do-title-icon {
	margin-right: .5em;
}

.ts-To-do-content {
	margin-top: .5em;
	padding: .25em .5em;
	background: #fffaef;
	font-size: 90%;
}

.ts-To-do-footer {
	margin-top: .5em;
	padding: 0 .5em;
	text-align: right;
	font-size: 90%;
}

/*** COLLAPSIBLE ***/

.ts-To-do .mw-collapsible-toggle {
	margin-top: .45em;
	margin-left: .5em;
}

.ts-To-do .mw-collapsible-toggle a {
	color: #202122;
}

/*** SMALL VARIANT ***/

.ts-To-do-tmbox--small {
	width: 35em;
	float: right;
	clear: right;
	margin-left: 1em;
}

.ts-To-do--small .ts-To-do-title {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
}

.ts-To-do--small .mw-collapsible-toggle {
	margin-top: 0;
}

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