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

Материал из База знаний Центра ПУСК МФТИ
Нет описания правки
Нет описания правки
Строка 1: Строка 1:
@import "https://wiki.mipt.ru/skins/wiki.css";
@import "https://wiki.mipt.ru/skins/wiki.css";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
.mw-logo-icon {
.mw-logo-icon {
     width: 193px !important;
     width: 193px !important;
Строка 9: Строка 10:
     margin: 0.75em 0 0.5em;
     margin: 0.75em 0 0.5em;
}
}
#p-logo-text { display: none;
#p-logo-text { display: none;}
.open-sans-regular {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

Версия от 07:23, 20 декабря 2024

@import "https://wiki.mipt.ru/skins/wiki.css";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
.mw-logo-icon {
    width: 193px !important;
    height: 60px !important;
}
.mw-wiki-logo.timeless-logo img {
    width: 190px;
    height: 60px !important;
    margin: 0.75em 0 0.5em;
}
#p-logo-text { display: none;}
.open-sans-regular {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}