Jump to content

MediaWiki:Common.css

From Transight Wiki
Revision as of 05:43, 23 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.
/* === Custom Logo for Vector 2022 === */
#p-logo {
    background-image: url('/resources/assets/transight-logo.jpg');  /* Ensure this path is correct */
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 60px;
    margin-left: 20px;
    z-index: 10;
}

/* Hide the default MediaWiki logo (text) */
.vector-header .mw-wiki-logo {
    display: none;
}

/* === Make entire top header burgundy === */
.vector-header-container {
    background-color: #800020 !important;
}

/* === Set all page link colors to burgundy === */
a, a:visited {
    color: #800020 !important;
}

/* === Active link on hover === */
a:hover {
    color: #a02c3c !important;
}