Jump to content

MediaWiki:Common.css

From Transight Wiki
Revision as of 05:21, 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 bar full width background - burgundy */
#mw-head-base,
#mw-head,
#left-navigation,
#right-navigation {
    background-color: #800020 !important;
    color: white !important;
    border: none !important;
}

/* Header tabs (Main Page, Read, etc.) styling */
.vector-menu-tabs,
.vector-menu-tabs li {
    background-color: transparent !important;
    border: none !important;
}

/* Individual tabs */
.vector-menu-tabs li a {
    background-color: transparent !important;
    color: white !important;
    border: none !important;
    padding: 8px 12px !important;
    font-weight: bold;
}

/* Selected tab underline only */
.vector-menu-tabs .selected a {
    border-bottom: 3px solid white !important;
    background: transparent !important;
}

/* Search bar styling */
#p-search input {
    background-color: white !important;
    color: black !important;
    border: none !important;
    border-radius: 4px;
    padding: 4px 8px;
}

/* Search button styling */
#p-search button {
    background-color: white !important;
    color: #800020 !important;
    font-weight: bold;
    border: none !important;
    padding: 4px 8px;
    border-radius: 4px;
}

/* Insert Transight logo top-left */
#p-logo {
    background-image: url(/images/Transight_logo.jpg);  /* Update with correct path */
    background-size: contain;
    background-repeat: no-repeat;
    height: 60px;
    width: 220px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}

/* Sidebar and toolboxes back to clean look */
#mw-panel,
#p-tb {
    background-color: #f8f8f8 !important;
    color: #000 !important;
}

/* Remove burgundy boxes in menus */
.vector-menu .vector-menu-content-list li a {
    background-color: transparent !important;
    color: #800020 !important;
}

/* Top right login/user area alignment */
#p-personal {
    padding-top: 15px;
}

/* Remove empty title spacing if needed */
#firstHeading {
    margin-top: 1.5em;
}