@ -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-middle,
.color-left {
/* Dropdowns */
.sidebar-inner,
.dropdown {