Navigation menu

MediaWiki:Hassomecolours.css: Difference between revisions

From The Kodiak Republic Wiki

m
Temp fix for edit font
No edit summary
m (Temp fix for edit font)
 
(3 intermediate revisions by the same user not shown)
Line 4:
padding: 0 1em;
}
 
#mw-header {
border-bottom: solid @borders @secondary;
z-index: 1;
position: relative;
box-shadow: 0 0.125em 0.25em rgba( 0, 0, 0, 0.25 ), 0 0 0.25em rgba( 0, 0, 0, 0.125 );
background: darken( @primary, 15% ) -40em 0 no-repeat;
background-image: radial-gradient( circle, lighten( @primary, 5% ) 0%, darken( @primary, 5% ) 50%, darken( @primary, 15% ) 100% );
height: 30px;
}
}
 
Line 11 ⟶ 21:
padding: 0 1em;
}
#mw-header {
border-bottom: solid @borders @secondary;
z-index: 1;
position: relative;
box-shadow: 0 0.125em 0.25em rgba( 0, 0, 0, 0.25 ), 0 0 0.25em rgba( 0, 0, 0, 0.125 );
background: darken( @primary, 15% ) -40em 0 no-repeat;
background-image: radial-gradient( circle, lighten( @primary, 5% ) 0%, darken( @primary, 5% ) 50%, darken( @primary, 15% ) 100% );
height: 30px;
}
}
 
#.mw-headereditsection {
unicode-bidi: -moz-isolate;
border-bottom: solid @borders @secondary;
unicode-bidi: -webkit-isolate;
z-index: 1;
unicode-bidi: isolate;
position: relative;
font-size: 0.75rem;
box-shadow: 0 0.125em 0.25em rgba( 0, 0, 0, 0.25 ), 0 0 0.25em rgba( 0, 0, 0, 0.125 );
background: darken( @primary, 15% ) -40em 0 no-repeat;
background-image: radial-gradient( circle, lighten( @primary, 5% ) 0%, darken( @primary, 5% ) 50%, darken( @primary, 15% ) 100% );
height: 30px;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.