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

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

.ts-hello .tright {
	clear: none;
}

.ts-hello-helpPages {
	background: #d5fdf4;
	border: 2px dashed #00af89;
	border-radius: 2px;
	padding: 1em;
}

@media (min-width: 720px) {
	.ts-hello-helpPages {
		clear: right;
		float: right;
		margin: 0.5em 0 0.5em 1em;
		max-width: 15em;
	}
}

.ts-hello-helpPages > p {
	margin: 0;
}

.ts-hello-helpPages > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ts-hello-helpPages > ul > li + li {
	margin-top: 0.5em;
}

.ts-hello-englishInfo {
	font-size: 90%;
	font-style: italic;
}

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