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

Материал из MURS вики
Нет описания правки
Нет описания правки
Строка 4: Строка 4:
   font-family: 'Inter', sans-serif;
   font-family: 'Inter', sans-serif;
}
}
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
.mw-body h1, .mw-body-content h1, .mw-body-content h2, .vector-feature-zebra-design-disabled .vector-sticky-header-context-bar-primary {
   font-family: 'Inter', sans-serif;
   font-family: 'Inter', sans-serif;
   font-weight: 500;
   font-weight: 500;

Версия от 09:13, 17 февраля 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 .vector-sticky-header-context-bar-primary {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

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