Jump to content

MediaWiki:Vector.css

From Transight Wiki
Revision as of 11:18, 19 June 2025 by Editor (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.
/* For Vector 2022 Skin */
.vector-header-logo {
    max-width: 200px !important;  /* Change width as needed */
    max-height: 60px !important;  /* Adjust height */
    padding: 0 !important;
    margin: 0 !important;
}

/* For classic Vector logo container */
.mw-logo-icon {
    width: 200px !important;  /* Or your preferred width */
    height: auto !important;  /* Maintain aspect ratio */
}

/* Optional: Adjust logo position */
.vector-header .mw-logo-container {
    padding-top: 5px;
}