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

Материал из ПроДетЛит
Нет описания правки
Нет описания правки
Строка 10: Строка 10:
background-color: rgb(235,120,115);
background-color: rgb(235,120,115);
}
}
 
.toc h2 {
background-color: #000
}
body {
body {
   background: rgb(235, 120, 115);
   background: rgb(235, 120, 115);

Версия от 18:58, 25 июля 2019

/* Размещённый здесь CSS будет применяться ко всем темам оформления */
.firstHeading{
	background-color: #fff;
}
.mw-body h1 {
    font-size: 2.4em;
    font-family: 'Gilroy', 'sans-serif';
}
.mw-body-content h2 {
	background-color: rgb(235,120,115);
}
.toc h2 {
	background-color: #000
}
body {
  background: rgb(235, 120, 115);
}
#p-logo a {
    width: 11.5em;
    height: 320px;
}
#mw-panel {
    padding-left: 0em;
}
#mw-panel #p-logo + .portal {
    background-image: none;
    margin-top: 11em;
}