Navigation menu

MediaWiki:Hassomecolours.css: Difference between revisions

From The Kodiak Republic Wiki

m
Temp fix for edit font
No edit summary
Tag: Manual revert
m (Temp fix for edit font)
 
(13 intermediate revisions by the same user not shown)
Line 2:
.toc ul {
margin: 0.3em 0;
padding: 0 0.5em1em;
}
 
#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;
}
}
 
@media screen and (max-width: 700px) {
.toc ul {
margin: 0.3em 0;
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-editsection {
unicode-bidi: -moz-isolate;
unicode-bidi: -webkit-isolate;
unicode-bidi: isolate;
font-size: 0.75rem;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.