MediaWiki:Vector.css: различия между версиями
Перейти к навигации
Перейти к поиску
(Настройка логотипа и декора) |
(Фикс отображения логотипа) |
||
| Строка 1: | Строка 1: | ||
/* Custom site-wide additions can be placed here. */ | /* Custom site-wide additions can be placed here. */ | ||
#p-logo { | #p-logo { | ||
| Строка 15: | Строка 9: | ||
#p-logo .mw-wiki-logo, | #p-logo .mw-wiki-logo, | ||
#p-logo a.mw-wiki-logo { | #p-logo a.mw-wiki-logo { | ||
width: 166px; | |||
height: 80px; | |||
display: block; | display: block; | ||
background-image: url(/images/logo-ege-280.png) !important; | background-image: url(/images/logo-ege-280.png) !important; | ||
| Строка 20: | Строка 16: | ||
background-position: center; | background-position: center; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
order: 0; | |||
} | } | ||
| Строка 30: | Строка 27: | ||
} | } | ||
#p-logo:: | #p-logo::before { | ||
content: ""; | content: ""; | ||
display: block; | display: block; | ||
| Строка 36: | Строка 33: | ||
height: 2px; | height: 2px; | ||
background: #d9dde4; | background: #d9dde4; | ||
order: 1; | |||
} | } | ||
#p-logo:: | #p-logo::after { | ||
content: "WIKI"; | content: "WIKI"; | ||
display: block; | display: block; | ||
| Строка 46: | Строка 44: | ||
text-transform: uppercase; | text-transform: uppercase; | ||
color: #6c7a89; | color: #6c7a89; | ||
order: | order: 2; | ||
} | } | ||
Версия от 05:18, 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: 8px;
}
#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;
}