MediaWiki:Common.css: различия между версиями

Страница интерфейса MediaWiki
Нет описания правки
Нет описания правки
Строка 3: Строка 3:
@media (prefers-reduced-motion: reduce) {
@media (prefers-reduced-motion: reduce) {
     *, ::before, ::after {
     *, ::before, ::after {
        animation-delay: auto !important;
animation-delay: unset;
         animation-duration: auto !important;
         animation-duration: unset;
         animation-iteration-count: auto !important;
         animation-iteration-count: unset;
         scroll-behavior: auto !important;
         scroll-behavior: unset;
         transition-duration: auto !important;
         transition-duration: unset;
    }
     }
     }
}


@font-face {
@font-face {

Версия от 09:19, 16 мая 2024

/* Размещённый здесь CSS будет применяться ко всем темам оформления */

@media (prefers-reduced-motion: reduce) {
    *, ::before, ::after {
		animation-delay: unset;
        animation-duration: unset;
        animation-iteration-count: unset;
        scroll-behavior: unset;
        transition-duration: unset;
    }
    }

@font-face {
font-family: "Golos-Text";
src: url("/resources/assets/fonts/golos-text_regular.woff") format("woff");
src: url("/resources/assets/fonts/golos-text_regular.woff2") format("woff2");
font-style: normal;
font-weight: normal;
}

@font-face {
font-family: "Golos-Text";
src: url("/resources/assets/fonts/golos-text_bold.woff") format("woff");
src: url("/resources/assets/fonts/golos-text_bold.woff2") format("woff2");
font-style: normal;
font-weight: bold;
}

@font-face {
font-family: "Golos-Text";
src: url("/resources/assets/fonts/golos-text_medium.woff") format("woff");
src: url("/resources/assets/fonts/golos-text_medium.woff2") format("woff2");
font-style: normal;
font-weight: 500;
}

html, body {
    font-family: 'Golos-Text', sans-serif;
}