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

Материал из Абсурдопедии
Перейти к навигации Перейти к поиску
Нет описания правки
м дополнение
 
(не показана 1 промежуточная версия этого же участника)
Строка 46: Строка 46:
margin-top: 2em;
margin-top: 2em;
font-size: 120%;
font-size: 120%;
}
.landing-message {
font-family: Monotype Corsiva;
font-size: 150%;
}
.landing-message-danger {
font-family: Monotype Corsiva;
font-size: 150%;
color: red;
}
}

Текущая версия от 09:51, 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%;
	color: red;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
}

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

.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%;
}

.landing-message {
	font-family: Monotype Corsiva;
	font-size: 150%;
}

.landing-message-danger {
	font-family: Monotype Corsiva;
	font-size: 150%;
	color: red;
}