MediaWiki:Common.css: различия между версиями
Материал из Свободное время
Андрей (обсуждение | вклад) Нет описания правки |
Андрей (обсуждение | вклад) Нет описания правки |
||
| Строка 1: | Строка 1: | ||
/*ТУТ ПРО ЛОГОТИП */ | /*ТУТ ПРО ЛОГОТИП */ | ||
/* | /* УНИЧТОЖИТЬ название сайта полностью */ | ||
#mw-head-base | #mw-head-base .vector-menu-content, | ||
#mw-head-base .mw-h1-title, | |||
#mw-head-base .siteTitle, | |||
#mw-head-base span, | |||
#mw-head-base a, | |||
#mw-head-base h1, | #mw-head-base h1, | ||
# | #mw-panel, | ||
.vector-header-container .mw-workspace-container { | |||
. | |||
.mw- | |||
display: none !important; | display: none !important; | ||
} | } | ||
/* | /* ТОЛЬКО большой логотип */ | ||
.mw-logo-container { | .mw-logo-container { | ||
position: absolute !important; | |||
top: 10px !important; | |||
left: 10px !important; | |||
z-index: 999 !important; | |||
width: 160px !important; | width: 160px !important; | ||
height: 160px !important; | height: 160px !important; | ||
} | } | ||
| Строка 47: | Строка 29: | ||
width: 150px !important; | width: 150px !important; | ||
height: 150px !important; | height: 150px !important; | ||
border-radius: 0 !important; | |||
} | } | ||
Версия от 15:06, 30 декабря 2025
/*ТУТ ПРО ЛОГОТИП */
/* УНИЧТОЖИТЬ название сайта полностью */
#mw-head-base .vector-menu-content,
#mw-head-base .mw-h1-title,
#mw-head-base .siteTitle,
#mw-head-base span,
#mw-head-base a,
#mw-head-base h1,
#mw-panel,
.vector-header-container .mw-workspace-container {
display: none !important;
}
/* ТОЛЬКО большой логотип */
.mw-logo-container {
position: absolute !important;
top: 10px !important;
left: 10px !important;
z-index: 999 !important;
width: 160px !important;
height: 160px !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;
border-radius: 0 !important;
}
/*ДАЛЕЕ НЕ ПРО ЛОГОТИП */
.extimg-400 img {
width: 400px !important;
height: auto;
display: block;
}
.ext-right {
float: right;
margin: 0 0 1em 1em;
clear: right;
}
