MediaWiki:Common.css: различия между версиями
Материал из MIK32 микроконтроллер
Sh-sergey (обсуждение | вклад) Нет описания правки Метка: отменено |
Sh-sergey (обсуждение | вклад) Нет описания правки Метка: отменено |
||
Строка 17: | Строка 17: | ||
#mw-site-navigation *, | #mw-site-navigation *, | ||
#mw-related-navigation *, | #mw-related-navigation *, | ||
#mv-body * { | #mv-body * | ||
#mv-content * { | |||
font-family: 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif; | font-family: 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif; | ||
} | } |
Версия от 09:05, 20 января 2025
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
.spoilers-body {
background-color: #f5f5f5!important;
overflow: auto;
border-radius: 0;
}
.spoilers-button {
border-radius: 0;
background: #f5f5f5!important;
display: block;
overflow: auto;
}
/* Top bar font modernization */
#mw-header *,
#mw-site-navigation *,
#mw-related-navigation *,
#mv-body *
#mv-content * {
font-family: 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif;
}
/* Avoid cutting off letters with descenders: g,j,p,q,y */
#personal h2 span {
height: 1.5em;
position:relative;
bottom:0.1em
}
/* Triangle position patch */
#personal h2::after {
position: relative;
bottom: 0.5em;
}