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

Материал из Тептар — свободной энциклопедии
< Шаблон:Box
Версия от 12:44, 19 июня 2020; Mansur700 (обсуждение | вклад) (Новая страница: «.ts-Box { } .ts-Box-header { font-size: 220%; color: #54595d; } .ts-Box-subheader { padding: .5em 0; font-size: 120%; color: #54595d; } .ts-Box-tools { m...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигации Перейти к поиску
.ts-Box {
}

.ts-Box-header {
	font-size: 220%;
	color: #54595d;
}

.ts-Box-subheader {
	padding: .5em 0;
	font-size: 120%;
	color: #54595d;
}

.ts-Box-tools {
	margin-top: .5em;
	margin-bottom: .5em;
	text-align: center;
}

.ts-Box-newtopic {
	margin-bottom: 2em;
}

@media (min-width: 720px) {
	.ts-Box-tools {
		float: right;
		margin-left: 2em;
	}
}

@media (max-width: 719px) {
	.ts-Box-header {
		font-size: 140%;
	}
	
	.ts-Box-tools {
		margin-bottom: 1.6em;
	}
	
	.ts-Box-search .searchbox .searchboxInput {
		width: 100%;
	}
}