Шаблон:Second Hand/styles.css: различия между версиями
Перейти к навигации
Перейти к поиску
Нет описания правки |
Нет описания правки |
||
| Строка 10: | Строка 10: | ||
font-family: Impact; | font-family: Impact; | ||
color: red; | color: red; | ||
margin-top: | margin-top: 1em; | ||
margin-bottom: | margin-bottom: 1em; | ||
} | } | ||
| Строка 19: | Строка 19: | ||
font-family: Impact; | font-family: Impact; | ||
color: red; | color: red; | ||
margin-top: | margin-top: 1em; | ||
margin-bottom: | margin-bottom: 1em; | ||
} | } | ||
| Строка 28: | Строка 28: | ||
font-family: Impact; | font-family: Impact; | ||
color: green; | color: green; | ||
margin-top: | margin-top: 1em; | ||
margin-bottom: | margin-bottom: 1em; | ||
} | } | ||
| Строка 36: | Строка 36: | ||
font-family: Monotype Corsiva; | font-family: Monotype Corsiva; | ||
font-size: 150%; | font-size: 150%; | ||
margin-top: | margin-top: 1em; | ||
margin-bottom: | margin-bottom: 1em; | ||
} | } | ||
| Строка 44: | Строка 44: | ||
font-family: Impact; | font-family: Impact; | ||
color: red; | color: red; | ||
margin-top: | margin-top: 2em; | ||
font-size: 120%; | font-size: 120%; | ||
} | } | ||
Версия от 09:37, 6 января 2022
.landing-block {
padding: 10px;
border: 1px solid silver;
background: yellow;
}
.landing-header {
text-align: center;
font-size: 500%;
font-family: Impact;
color: red;
margin-top: 1em;
margin-bottom: 1em;
}
.landing-subheader {
text-align: center;
font-size: 200%;
font-family: Impact;
color: red;
margin-top: 1em;
margin-bottom: 1em;
}
.landing-subheader-green {
text-align: center;
font-size: 110%;
font-family: Impact;
color: green;
margin-top: 1em;
margin-bottom: 1em;
}
.landing-navigation {
text-align: center;
font-family: Monotype Corsiva;
font-size: 150%;
margin-top: 1em;
margin-bottom: 1em;
}
.landing-footnote {
text-align: center;
font-family: Impact;
color: red;
margin-top: 2em;
font-size: 120%;
}