MediaWiki:Vector-2022.css: различия между версиями
WerySkok (обсуждение | вклад) Нет описания правки |
WerySkok (обсуждение | вклад) Нет описания правки |
||
Строка 4: | Строка 4: | ||
font-family: 'Inter', sans-serif; | font-family: 'Inter', sans-serif; | ||
} | } | ||
.mw-body h1, .mw-body-content h1, .mw-body-content h2, .vector-feature-zebra-design-disabled | .mw-body h1, .mw-body-content h1, .mw-body-content h2, .vector-feature-zebra-design-disabled { | ||
font-family: 'Inter', sans-serif; | font-family: 'Inter', sans-serif; | ||
font-weight: 500; | font-weight: 500; | ||
} | } | ||
.mw-body h1, .vector-feature-zebra-design-disabled | @media screen { | ||
.vector-sticky-header-context-bar-primary { | |||
font-family: 'Inter', sans-serif; | |||
font-weight: 500; | |||
color: #4b8fcc; | |||
} | |||
} | |||
.mw-body h1, .vector-feature-zebra-design-disabled { | |||
color: #4b8fcc; | color: #4b8fcc; | ||
} | } |
Текущая версия от 09:15, 11 сентября 2024
@import url('https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap');
body {
font-family: 'Inter', sans-serif;
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2, .vector-feature-zebra-design-disabled {
font-family: 'Inter', sans-serif;
font-weight: 500;
}
@media screen {
.vector-sticky-header-context-bar-primary {
font-family: 'Inter', sans-serif;
font-weight: 500;
color: #4b8fcc;
}
}
.mw-body h1, .vector-feature-zebra-design-disabled {
color: #4b8fcc;
}
.vector-sticky-header-container {
background: rgba(255, 255, 255, 0.7);
border: 1px solid #D9D9D9;
backdrop-filter: blur(12.5px);
--webkit-backdrop-filter: blur(12.5px);
border-radius: 0px 0px 20px 20px;
}