MediaWiki:Hassomecolours.css: Difference between revisions

From The Kodiak Republic Wiki

Content added Content deleted
m (Remove media query.)
Tag: Reverted
m (Temp fix for edit font)
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
@media screen {
.toc ul {
.toc ul {
margin: 0.3em 0;
padding: 0 0.5em;
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;
}
}

@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;
}
}

Latest revision as of 02:15, 26 January 2023

@media screen {
	.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;
    }
}

@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.