Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

From RSN Wiki
No edit summary
No edit summary
Line 11: Line 11:
/* 2. FORCE logo size increase (HTML attributes safe) */
/* 2. FORCE logo size increase (HTML attributes safe) */
.mw-logo-icon {
.mw-logo-icon {
   transform: scale(3) !important; /* increase size */
   transform: scale(2.2) !important; /* increase size */
   transform-origin: left center;
   transform-origin: left center;
   margin-top: 30px;
   margin-top: 30px;

Revision as of 17:06, 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(2.2) !important; /* increase size */
  transform-origin: left center;
  margin-top: 30px;
}

/* 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;
}