MediaWiki:Vector-2022.css: Difference between revisions
Appearance
Blanked the page Tag: Blanking |
No edit summary |
||
| Line 1: | Line 1: | ||
/* =============================== | |||
VECTOR-2022 LOGO — FORCE FIX | |||
=============================== */ | |||
/* 1. Remove the wordmark text */ | |||
.mw-logo-wordmark, | |||
.mw-logo-tagline { | |||
display: none !important; | |||
} | |||
/* 2. FORCE logo size increase (HTML attributes safe) */ | |||
.mw-logo-icon { | |||
transform: scale(1.6) !important; /* increase size */ | |||
transform-origin: left center; | |||
} | |||
/* 3. Compensate spacing caused by scaling */ | |||
.vector-header-start .mw-logo { | |||
margin-left: 12px !important; | |||
} | |||
/* 4. Vertically align logo properly */ | |||
.vector-header-start { | |||
align-items: center; | |||
} | |||
Revision as of 17:05, 20 December 2025
/* ===============================
VECTOR-2022 LOGO — FORCE FIX
=============================== */
/* 1. Remove the wordmark text */
.mw-logo-wordmark,
.mw-logo-tagline {
display: none !important;
}
/* 2. FORCE logo size increase (HTML attributes safe) */
.mw-logo-icon {
transform: scale(1.6) !important; /* increase size */
transform-origin: left center;
}
/* 3. Compensate spacing caused by scaling */
.vector-header-start .mw-logo {
margin-left: 12px !important;
}
/* 4. Vertically align logo properly */
.vector-header-start {
align-items: center;
}