Jump to content

MediaWiki:Common.css

From Transight Wiki
Revision as of 05:10, 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.
/* Top header styling */
#mw-head-base, #p-personal, .mw-portlet {
    background-color: #800020 !important; /* Burgundy */
    color: white !important;
}

/* Logo styling */
#p-logo {
    background-image: url(/images/Transight logo (2).jpg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    height: 60px;
    width: 220px;
}
/* Align search box and login button */
#p-search {
    margin-left: auto;
    margin-right: 1rem;
    padding-top: 15px;
}

#p-personal {
    float: right;
    padding-top: 20px;
}

/* Remove MediaWiki name if showing */
.firstHeading {
    display: none;
}