Merge "Reduce colours somewhat"

isekai
jenkins-bot 7 years ago committed by Gerrit Code Review
commit 093dba116a

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

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

@ -27,6 +27,11 @@
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)
#mw-site-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 );
}
.color-right,
.color-middle,
.color-left {
background: @red-dark;
}
/* Dropdowns */
.sidebar-inner,
.dropdown {

Loading…
Cancel
Save