Шаблон:Second Hand/styles.css: различия между версиями

Материал из Абсурдопедии
Перейти к навигации Перейти к поиску
Нет описания правки
мНет описания правки
Строка 7: Строка 7:
.landing-header {
.landing-header {
text-align: center;
text-align: center;
font-size: 500%;
font-size: 300%;
font-family: Impact;
font-family: Impact;
color: red;
color: red;
Строка 16: Строка 16:
.landing-subheader {
.landing-subheader {
text-align: center;
text-align: center;
font-size: 200%;
font-size: 150%;
font-family: Impact;
font-family: Impact;
color: red;
color: red;
Строка 25: Строка 25:
.landing-subheader-green {
.landing-subheader-green {
text-align: center;
text-align: center;
font-size: 110%;
font-size: 150%;
font-family: Impact;
font-family: Impact;
color: green;
color: green;
Строка 35: Строка 35:
text-align: center;
text-align: center;
font-family: Monotype Corsiva;
font-family: Monotype Corsiva;
font-size: 150%;
font-size: 200%;
margin-top: 1em;
margin-top: 1em;
margin-bottom: 1em;
margin-bottom: 1em;

Версия от 09:39, 6 января 2022

.landing-block {
	padding: 10px;
	border: 1px solid silver;
	background: yellow;
}

.landing-header {
	text-align: center;
	font-size: 300%;
	font-family: Impact;
	color: red;
	margin-top: 1em;
	margin-bottom: 1em;
}

.landing-subheader {
	text-align: center;
	font-size: 150%;
	font-family: Impact;
	color: red;
	margin-top: 1em;
	margin-bottom: 1em;
}

.landing-subheader-green {
	text-align: center;
	font-size: 150%;
	font-family: Impact;
	color: green;
	margin-top: 1em;
	margin-bottom: 1em;
}

.landing-navigation {
	text-align: center;
	font-family: Monotype Corsiva;
	font-size: 200%;
	margin-top: 1em;
	margin-bottom: 1em;
}

.landing-footnote {
	text-align: center;
	font-family: Impact;
	color: red;
	margin-top: 2em;
	font-size: 120%;
}