Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

From RSN Wiki
Created page with ".mw-logo-container span { display: none !important; }"
 
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
.mw-logo-container span {
/* ===============================
  VECTOR-2022 LOGO — FINAL FIX
  =============================== */
 
/* 1. Hide wordmark text */
.mw-logo-wordmark,
.mw-logo-tagline {
   display: none !important;
   display: none !important;
}
/* 2. Reset forced HTML sizing */
.mw-logo-icon {
  height: auto !important;
  width: auto !important;
  max-height: 56px; 
  transform: scale(2.1) translateY(15px);
  transform-origin: left center;
}
/* 3. Keep header alignment intact */
.vector-header-start {
  align-items: center;
}
/* 4. Correct spacing after scaling */
.vector-header-start .mw-logo {
  margin-left: 8px;
  display: flex;
  align-items: center;
}
}

Latest revision as of 17:12, 20 December 2025

/* ===============================
   VECTOR-2022 LOGO — FINAL FIX
   =============================== */

/* 1. Hide wordmark text */
.mw-logo-wordmark,
.mw-logo-tagline {
  display: none !important;
}

/* 2. Reset forced HTML sizing */
.mw-logo-icon {
  height: auto !important;
  width: auto !important;
  max-height: 56px;  
  transform: scale(2.1) translateY(15px);
  transform-origin: left center;
}

/* 3. Keep header alignment intact */
.vector-header-start {
  align-items: center;
}

/* 4. Correct spacing after scaling */
.vector-header-start .mw-logo {
  margin-left: 8px;
  display: flex;
  align-items: center;
}