Jump to content

MediaWiki:Vector.css

From Transight Wiki
Revision as of 11:53, 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.
/* === Transight Custom Header Bar === */
body {
    --header-bg-color: #FFFFFF; /* Set to white */
}

/* Top header area background */
#mw-page-base,
#mw-head-base,
.vector-header-container,
.vector-header {
    background-color: var(--header-bg-color) !important;
    border: none !important;
}

/* Replace default logo with Transight logo */
#p-logo a {
    background-image: url("Transight logo.png") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    height: 55px;
    width: 160px;
    display: block;
}

/* Hide the default wordmark text logo (optional) */
#p-logo a > img {
    opacity: 0;
}

/* Search bo*