Jump to content

MediaWiki:Vector.css

From Transight Wiki
Revision as of 11:15, 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.
/* Resize site logo */
.mw-logo-icon {
    width: 180px !important;
    height: auto !important;
}

/* Optional: resize the wordmark if used */
.mw-logo-container,
.vector-header-logo {
    max-height: 100px !important;
}

/* Optional: if logo is in the header */
.vector-logo {
    max-width: 180px !important;
    height: auto !important;
}