MediaWiki:Vector.css: различия между версиями
Перейти к навигации
Перейти к поиску
(Настройка отображения логотипа) |
(Корректировка gap для логотипа) |
||
| (не показано 7 промежуточных версий этого же участника) | |||
| Строка 1: | Строка 1: | ||
/* Custom site-wide additions can be placed here. */ | |||
#p-logo { | #p-logo { | ||
padding: 32px 18px 16px; | |||
box-sizing: border-box; | |||
margin: 0 auto 12px; | |||
} | } | ||
#p-logo .mw-wiki-logo { | #p-logo .mw-wiki-logo, | ||
width: | #p-logo a.mw-wiki-logo { | ||
height: | width: 166px; | ||
height: 80px; | |||
display: block; | |||
background-image: url(/images/logo-ege-280.png) !important; | |||
background-size: contain; | background-size: contain; | ||
background-position: | background-position: center; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
order: 0; | |||
} | |||
.skin-vector-legacy #p-logo { | |||
display: flex; | |||
flex-direction: column; | |||
align-items: center; | |||
justify-content: center; | |||
gap: 14px; | |||
} | |||
#p-logo::before { | |||
content: ""; | |||
display: block; | |||
width: 60px; | |||
height: 2px; | |||
background: #d9dde4; | |||
order: 1; | |||
} | |||
#p-logo::after { | |||
content: "WIKI"; | |||
display: block; | |||
font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif; | |||
font-size: 14px; | |||
letter-spacing: 0.3em; | |||
text-transform: uppercase; | |||
color: #6c7a89; | |||
order: 2; | |||
} | } | ||
Текущая версия от 05:20, 4 ноября 2025
/* Custom site-wide additions can be placed here. */
#p-logo {
padding: 32px 18px 16px;
box-sizing: border-box;
margin: 0 auto 12px;
}
#p-logo .mw-wiki-logo,
#p-logo a.mw-wiki-logo {
width: 166px;
height: 80px;
display: block;
background-image: url(/images/logo-ege-280.png) !important;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
order: 0;
}
.skin-vector-legacy #p-logo {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 14px;
}
#p-logo::before {
content: "";
display: block;
width: 60px;
height: 2px;
background: #d9dde4;
order: 1;
}
#p-logo::after {
content: "WIKI";
display: block;
font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
font-size: 14px;
letter-spacing: 0.3em;
text-transform: uppercase;
color: #6c7a89;
order: 2;
}