MediaWiki:Vector-2022.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* | /* =============================== | ||
VECTOR-2022 LOGO | VECTOR-2022 SAFE LOGO TUNING | ||
=============================== */ | |||
/* 1. Hide | /* 1. Hide the site name text */ | ||
.mw-logo-wordmark, | .mw-logo-wordmark, | ||
.mw-logo-tagline { | .mw-logo-tagline { | ||
| Line 9: | Line 9: | ||
} | } | ||
/* 2 | /* 2. Increase logo size safely */ | ||
.mw-logo-icon { | .mw-logo-icon { | ||
height: 56px !important; /* | height: 56px !important; /* try 50px if you want tighter */ | ||
width: auto !important; | width: auto !important; | ||
} | } | ||
/* | /* 3. Vertically center logo WITHOUT breaking header */ | ||
.mw-logo | .vector-header-start .mw-logo { | ||
display: | display: flex; | ||
align-items: center; | |||
} | } | ||
/* | /* 4. Slight spacing from hamburger menu (Wikipedia-like) */ | ||
.vector-header { | .vector-header-start .mw-logo { | ||
margin-left: 6px; | |||
} | } | ||
Revision as of 17:02, 20 December 2025
/* ===============================
VECTOR-2022 SAFE LOGO TUNING
=============================== */
/* 1. Hide the site name text */
.mw-logo-wordmark,
.mw-logo-tagline {
display: none !important;
}
/* 2. Increase logo size safely */
.mw-logo-icon {
height: 56px !important; /* try 50px if you want tighter */
width: auto !important;
}
/* 3. Vertically center logo WITHOUT breaking header */
.vector-header-start .mw-logo {
display: flex;
align-items: center;
}
/* 4. Slight spacing from hamburger menu (Wikipedia-like) */
.vector-header-start .mw-logo {
margin-left: 6px;
}