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

Материал из База знаний Центра ПУСК МФТИ
Нет описания правки
Нет описания правки
 
(не показано 26 промежуточных версий этого же участника)
Строка 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');
@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
.mw-logo-icon {
.mw-logo-icon {
     width: 193px !important;
     width: 193px !important;
Строка 19: Строка 17:
   font-variation-settings:
   font-variation-settings:
     "wdth" 100;
     "wdth" 100;
}
@font-face {
  font-family: "Open Sans";
  src: url("https://wiki.mipt.ru/fonts/OpenSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("https://wiki.mipt.ru/fonts/Merriweather-Bold.ttf") format("truetype")
  font-style: normal;
  font-weight: normal;
}
}
#mw-header *,
#mw-header *,
Строка 33: Строка 43:
h1,h2,h3,h4,h5,h6 {
h1,h2,h3,h4,h5,h6 {
   color: black;
   color: black;
   font-family: "Merriweather", serif;
   font-family: "Merriweather", serif !important;
   font-style: normal;
   font-style: normal;
   font-weight: 600 !important;
   font-weight: 600 !important;
}
#mw-content-container {
    border-bottom-color: #006A44 !important; 
}
.color-bar {
    color: #006A44 !important; 
}
#mw-footer {
    display : none !important; 
}
#site-navigation {
    display : none !important; 
}
}

Текущая версия от 10:56, 24 декабря 2024

@import "https://wiki.mipt.ru/skins/wiki.css";
.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;
}
@font-face {
  font-family: "Open Sans"; 
  src: url("https://wiki.mipt.ru/fonts/OpenSans-Regular.ttf") format("truetype");
  font-style: normal; 
  font-weight: normal; 
}
@font-face {
  font-family: "Merriweather"; 
  src: url("https://wiki.mipt.ru/fonts/Merriweather-Bold.ttf") format("truetype")
  font-style: normal; 
  font-weight: normal; 
}
#mw-header *,
#mw-site-navigation *,
#mw-related-navigation *,
body {
    font-family: "Open Sans", serif;
     font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
h1,h2,h3,h4,h5,h6 {
  color: black;
  font-family: "Merriweather", serif !important;
  font-style: normal;
  font-weight: 600 !important;
}
#mw-content-container {
    border-bottom-color: #006A44 !important;  
}

.color-bar {
    color: #006A44 !important;  
}
#mw-footer {
    display : none !important;  
}

#site-navigation {
    display : none !important;  
}