MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* === GLOBAL HEADER AREA BURGUNDY === */ | /* === GLOBAL HEADER AREA BURGUNDY === */ | ||
body { | body { | ||
--header-background-color: # | --header-background-color: #680022 !important; | ||
--header-text-color: white !important; | --header-text-color: white !important; | ||
--header-border-color: # | --header-border-color: #680022 !important; | ||
} | } | ||
| Line 12: | Line 12: | ||
.vector-page-toolbar, | .vector-page-toolbar, | ||
.vector-page-toolbar-container { | .vector-page-toolbar-container { | ||
background-color: # | background-color: #680022 !important; | ||
color: white !important; | color: white !important; | ||
border: none !important; | border: none !important; | ||
| Line 21: | Line 21: | ||
} | } | ||
.vector-search-box button { | .vector-search-box button { | ||
background-color: # | background-color: #680022 !important; | ||
color: white !important; | color: white !important; | ||
border: none !important; | border: none !important; | ||
| Line 28: | Line 28: | ||
/* === Make entire top header burgundy === */ | /* === Make entire top header burgundy === */ | ||
.vector-header-container { | .vector-header-container { | ||
background-color: # | background-color: #680022 !important; | ||
} | } | ||
/* === Set all page link colors to burgundy === */ | /* === Set all page link colors to burgundy === */ | ||
a, a:visited { | a, a:visited { | ||
color: # | color: #680022 !important; | ||
} | } | ||
Revision as of 07:20, 23 June 2025
/* === GLOBAL HEADER AREA BURGUNDY === */
body {
--header-background-color: #680022 !important;
--header-text-color: white !important;
--header-border-color: #680022 !important;
}
/* === HEADER SECTIONS === */
.vector-header,
.vector-header-container,
.vector-sticky-header,
.vector-page-toolbar,
.vector-page-toolbar-container {
background-color: #680022 !important;
color: white !important;
border: none !important;
}
.vector-search-box input {
color: black !important;
}
.vector-search-box button {
background-color: #680022 !important;
color: white !important;
border: none !important;
border-radius: 4px;
}
/* === Make entire top header burgundy === */
.vector-header-container {
background-color: #680022 !important;
}
/* === Set all page link colors to burgundy === */
a, a:visited {
color: #680022 !important;
}
/* === TOP TABS === */
.vector-tab,
.vector-tab a {
background: transparent !important;
color: white !important;
font-weight: bold;
}
.vector-tab a:hover {
border-bottom: 2px solid white !important;
}
.vector-tab.selected a {
border-bottom: 3px solid white !important;
}
/* === USER MENU === */
.vector-user-menu,
.vector-user-menu a {
color: white !important;
}
/* === CUSTOM LOGO (for Vector-2022) === */
.vector-header .mw-logo {
background-image: url("/resources/assets/TRANSIGHT_NEW.jpg"); /* Fix path and encode spaces */
background-repeat: no-repeat;
background-size: contain;
background-position: center;
width: 250px;
height: 50px;
}
/* === Hide the default MediaWiki logo === */
.vector-header .mw-logo img {
opacity: 0 !important;
}