Jump to content

MediaWiki:Vector-2022.css

From Transight Wiki
Revision as of 12:06, 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.
/* Style site name "Transight Telematics" */
.mw-logo-wordmark {
    color: #800020 !important;     /* Burgundy */
    font-size: 20px !important;    /* Resize as needed */
    font-weight: bold;
}
/* Break out of logo container jail */
.vector-header-logo {
    flex: 0 0 auto !important;
    max-width: none !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Resize actual logo image */
.vector-header-logo img {
    max-height: 60px !important;
    width: auto !important;
    height: auto !important;
    display: block !important;
}

/* Optional: Hide site title if you just want the image */
.vector-header-title {
    display: none !important;
}