MediaWiki:Common.css: различия между версиями
добавил блок шапки и изменил метода на импорт на link |
вернул заголовки и изменил синтаксис импорта |
||
Строка 1: | Строка 1: | ||
<link | <link href="https://fonts.googleapis.com/css?family=Istok+Web:400,400i,700,700i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext" rel="stylesheet">/* Тело */ | ||
/* Тело */ | |||
body { | body { | ||
background-color: #ffbf00; | background-color: #ffbf00; | ||
Строка 6: | Строка 5: | ||
z-index: 0; | z-index: 0; | ||
} | } | ||
.mw-body { | .mw-body, h1, h2 { | ||
font-family: Istok Web, sans-serif; | font-family: Istok Web, sans-serif; | ||
background-color: #fdeaa8; | background-color: #fdeaa8; |
Версия от 16:15, 27 февраля 2020
<link href="https://fonts.googleapis.com/css?family=Istok+Web:400,400i,700,700i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext" rel="stylesheet">/* Тело */
body {
background-color: #ffbf00;
font-family: Istok Web, sans-serif;
z-index: 0;
}
.mw-body, h1, h2 {
font-family: Istok Web, sans-serif;
background-color: #fdeaa8;
z-index: 2;
}
/* Шапка
div#mw-head {
}*/
/* Основа для страницы — пока непонятно, зачем надо
Может изменять цвет полосы под строкой пользователя */
#mw-page-base {
background-color: transparent;
background-image: none;
}