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

Материал из Свободное время
Нет описания правки
Метка: отменено
Нет описания правки
Метка: ручная отмена
Строка 2: Строка 2:
.mw-logo {
.mw-logo {
     background-image: url('https://svremya.org/images/logo.png') !important;
     background-image: url('https://svremya.org/images/logo.png') !important;
     background-size: 512px 512px !important;
     background-size: 135px 135px !important;
     background-repeat: no-repeat !important;
     background-repeat: no-repeat !important;
     background-position: center !important;
     background-position: center !important;

Версия от 14:55, 30 декабря 2025

#mw-head-base .mw-logo,
.mw-logo {
    background-image: url('https://svremya.org/images/logo.png') !important;
    background-size: 135px 135px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.extimg-400 img {
    width: 400px !important;
    height: auto;
    display: block;
}

.ext-right {
    float: right;
    margin: 0 0 1em 1em;
    clear: right;
}