|
Tags: Blanking Manual revert |
| (14 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| /* === Transight Custom Header Bar === */
| |
| body {
| |
| --header-bg-color: #FFFFFF; /* Set to white */
| |
| }
| |
|
| |
|
| /* Top header area background */
| |
| #mw-page-base,
| |
| #mw-head-base,
| |
| .vector-header-container,
| |
| .vector-header {
| |
| background-color: var(--header-bg-color) !important;
| |
| border: none !important;
| |
| }
| |
|
| |
| /* Replace default logo with Transight logo */
| |
| #p-logo a {
| |
| background-image: url("Transight logo.png") !important;
| |
| background-repeat: no-repeat !important;
| |
| background-position: center !important;
| |
| background-size: contain !important;
| |
| height: 55px;
| |
| width: 160px;
| |
| display: block;
| |
| }
| |
|
| |
| /* Hide the default wordmark text logo (optional) */
| |
| #p-logo a > img {
| |
| opacity: 0;
| |
| }
| |
|
| |
| /* Search bo*
| |