MediaWiki:Vector.css: различия между версиями
Материал из История Вологдов
| Строка 5: | Строка 5: | ||
background-color: #ffffff; | background-color: #ffffff; | ||
font-family:"PT Sans Narrow", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif; | font-family:"PT Sans Narrow", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif; | ||
| + | font-size: 115%; | ||
} | } | ||
| Строка 29: | Строка 30: | ||
height: 0px; | height: 0px; | ||
| + | |||
| + | } | ||
| + | |||
| + | .mw-body h1 { | ||
| + | |||
| + | font-family:"PT Sans Narrow", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif; | ||
| + | font-size: 145%; | ||
} | } | ||
Версия 11:07, 25 марта 2016
/* Размещённый здесь CSS будет применяться к векторной теме оформления */
body {
background-color: #ffffff;
font-family:"PT Sans Narrow", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
font-size: 115%;
}
div#mw-head {
background-color: #ffffff;
}
.mw-body {
border-bottom: #ffffff;
}
div#mw-panel {
top: 40px;
}
#p-logo {
height: 0px;
}
.mw-body h1 {
font-family:"PT Sans Narrow", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
font-size: 145%;
}