Reduce colours somewhat

* colour bar for header now only has number of colours equal to
  columns underneath it
* h1 and h2 now have grey underlines instead of blue

bug: T182388
bug: T132000
Change-Id: I883bcfa872d6306c04418230c3f7034e5ec9f188
isekai
Isarra 7 years ago
parent 70b5f24986
commit 03b31d4d11

@ -352,13 +352,13 @@ pre,
h1, h1,
h2 { h2 {
border-bottom: solid 2px @blue; border-bottom: solid 2px @grey;
overflow: hidden; overflow: hidden;
} }
h1.firstHeading { h1.firstHeading {
margin: 0.25em 0 0.5em; margin: 0.25em 0 0.5em;
border-bottom: solid 4px @red; border-bottom: solid 4px @blue;
} }
h1 { h1 {

@ -18,3 +18,7 @@
#catlinks { #catlinks {
display: none; display: none;
} }
.color-right {
background: @blue-dark;
}

@ -27,6 +27,11 @@
display: none !important; display: none !important;
} }
.color-right,
.color-middle {
background: @red-dark;
}
// Have these cover the fixed header color-bar using the mw-header-nav-hack (with its own color-bar at the bottom) // Have these cover the fixed header color-bar using the mw-header-nav-hack (with its own color-bar at the bottom)
#mw-site-navigation, #mw-site-navigation,
#mw-related-navigation { #mw-related-navigation {

@ -35,6 +35,12 @@
box-shadow: 0 3px 3px 2px rgba( 0, 0, 0, 0.075 ), 0 0 2px rgba( 0, 0, 0, 0.2 ); box-shadow: 0 3px 3px 2px rgba( 0, 0, 0, 0.075 ), 0 0 2px rgba( 0, 0, 0, 0.2 );
} }
.color-right,
.color-middle,
.color-left {
background: @red-dark;
}
/* Dropdowns */ /* Dropdowns */
.sidebar-inner, .sidebar-inner,
.dropdown { .dropdown {

Loading…
Cancel
Save