MediaWiki:Common.css: различия между версиями
User (обсуждение | вклад) Нет описания правки |
User (обсуждение | вклад) Нет описания правки |
||
| Строка 8: | Строка 8: | ||
.mw-logo:before { | .mw-logo:before { | ||
content: ''; | content: ''; | ||
background-image: url(images/custom/ | background-image: url(images/custom/wiki.png); | ||
width: 100px; | width: 100px; | ||
height: 100px; | height: 100px; | ||
Версия от 12:48, 7 мая 2024
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
.mw-logo {
position: relative;
}
.mw-logo-icon {
display: none;
}
.mw-logo:before {
content: '';
background-image: url(images/custom/wiki.png);
width: 100px;
height: 100px;
background-repeat: no-repeat;
background-size: 50px auto;
top: -63px;
left: 41px;
}