Jump to content

MediaWiki:Vector-2022.css

From RSN Wiki
Revision as of 17:06, 20 December 2025 by Gauravraj (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* ===============================
   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;
}