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

Материал из Свободное время
Нет описания правки
Нет описания правки
Строка 1: Строка 1:
/*ТУТ ПРО ЛОГОТИП */
/*ТУТ ПРО ЛОГОТИП */
/* УНИЧТОЖИТЬ название сайта полностью */
/* Центрировать весь хедер */
#mw-head-base .vector-menu-content,
#mw-head-base {
#mw-head-base .mw-h1-title,
    display: flex !important;
#mw-head-base .siteTitle,
    justify-content: center !important;
#mw-head-base span,
    align-items: center !important;
#mw-head-base a,
    position: relative !important;
#mw-head-base h1,
    height: 160px !important;
#mw-panel,
     padding: 0 !important;
.vector-header-container .mw-workspace-container {
     display: none !important;
}
}


/* ТОЛЬКО большой логотип */
/* Логотип слева в центре */
.mw-logo-container {
.mw-logo-container {
     position: absolute !important;
     position: absolute !important;
     top: 10px !important;
    left: 20px !important;
     left: 10px !important;
     top: 50% !important;
     z-index: 999 !important;
     transform: translateY(-50%) !important;
     width: 160px !important;
     z-index: 10 !important;
     height: 160px !important;
     width: 150px !important;
     height: 150px !important;
}
}


Строка 29: Строка 28:
     width: 150px !important;
     width: 150px !important;
     height: 150px !important;
     height: 150px !important;
     border-radius: 0 !important;
}
 
/* Название по центру */
.mw-h1-title,
#firstHeading,
.siteTitle {
     position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 5 !important;
    font-size: 1.8em !important;
}
}



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

/*ТУТ ПРО ЛОГОТИП */
/* Центрировать весь хедер */
#mw-head-base {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    height: 160px !important;
    padding: 0 !important;
}

/* Логотип слева в центре */
.mw-logo-container {
    position: absolute !important;
    left: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 10 !important;
    width: 150px !important;
    height: 150px !important;
}

.mw-logo {
    background-image: url('https://svremya.org/images/logo.png') !important;
    background-size: 150px 150px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 150px !important;
    height: 150px !important;
}

/* Название по центру */
.mw-h1-title,
#firstHeading,
.siteTitle {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    z-index: 5 !important;
    font-size: 1.8em !important;
}

/*ДАЛЕЕ НЕ ПРО ЛОГОТИП */


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

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