MediaWiki:Common.css: различия между версиями
Материал из Свободное время
Андрей (обсуждение | вклад) Нет описания правки Метка: ручная отмена |
Андрей (обсуждение | вклад) Нет описания правки |
||
| Строка 1: | Строка 1: | ||
/* Логотип слева от названия */ | |||
.mw-logo-container { | |||
display: flex !important; | |||
align-items: center !important; | |||
gap: 10px !important; | |||
} | |||
/* Логотип как изображение */ | |||
.mw-logo { | .mw-logo { | ||
background-image: none !important; | |||
background: none !important; | |||
width: 40px !important; | |||
height: 40px !important; | |||
flex-shrink: 0 !important; | |||
} | |||
.mw-logo::before { | |||
content: '' !important; | |||
width: 40px !important; | |||
height: 40px !important; | |||
background-image: url('https://svremya.org/images/logo.png') !important; | background-image: url('https://svremya.org/images/logo.png') !important; | ||
background-size: | background-size: contain !important; | ||
background-repeat: no-repeat !important; | background-repeat: no-repeat !important; | ||
background-position: center !important; | background-position: center !important; | ||
display: block !important; | |||
} | |||
/* Название сайта справа */ | |||
#mw-head-base .mw-h1-title { | |||
margin: 0 !important; | |||
font-size: 1.5em !important; | |||
} | } | ||
.extimg-400 img { | .extimg-400 img { | ||
Версия от 14:58, 30 декабря 2025
/* Логотип слева от названия */
.mw-logo-container {
display: flex !important;
align-items: center !important;
gap: 10px !important;
}
/* Логотип как изображение */
.mw-logo {
background-image: none !important;
background: none !important;
width: 40px !important;
height: 40px !important;
flex-shrink: 0 !important;
}
.mw-logo::before {
content: '' !important;
width: 40px !important;
height: 40px !important;
background-image: url('https://svremya.org/images/logo.png') !important;
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center !important;
display: block !important;
}
/* Название сайта справа */
#mw-head-base .mw-h1-title {
margin: 0 !important;
font-size: 1.5em !important;
}
.extimg-400 img {
width: 400px !important;
height: auto;
display: block;
}
.ext-right {
float: right;
margin: 0 0 1em 1em;
clear: right;
}
