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

Материал из wikixw
Перейти к навигации Перейти к поиску
@media (min-width: 720px) {
	.ts-Box {
		background-color: #fff;
		border: 1px solid #a2a9b1;
    	border-radius: 2px;
		padding: 1em 1.6em;
	}
}

.ts-Box::after {
	display: block;
	clear: both;
	content: "";
}

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

.ts-Box-image {
	float: right;
}

.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%;
	}
}
/* [[Категория:Шаблоны:Подстраницы CSS]] */