Jump to content

MediaWiki:Vector-2022.css

From Transight Wiki

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 the logo in Vector 2022 skin */
.vector-header-logo {
    width: 200px;
    height: auto;
}

.vector-header-logo img {
    max-height: 60px;  /* tweak this height as needed */
    width: auto;
}

/* Optional: hide or style the text next to the logo */
.vector-header-title {
    font-size: 16px;
    margin-left: 8px;
    color: #444;
}
.vector-header-title {
    display: none;
}