MediaWiki:Vector.css: различия между версиями
Материал из История Вологдов
| Строка 6: | Строка 6: | ||
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%; | font-size: 115%; | ||
| + | letter-spacing: 0.3px; | ||
} | } | ||
| Строка 37: | Строка 38: | ||
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: 145%; | font-size: 145%; | ||
| + | |||
| + | } | ||
| + | |||
| + | |||
| + | pre, code, tt, kbd, samp, .mw-code { | ||
| + | |||
| + | font-family:"PT Sans Narrow", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif; | ||
| + | letter-spacing: 2px; | ||
} | } | ||
Версия 11:13, 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%;
letter-spacing: 0.3px;
}
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%;
}
pre, code, tt, kbd, samp, .mw-code {
font-family:"PT Sans Narrow", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
letter-spacing: 2px;
}