MediaWiki:Hassomecolours.css

From The Kodiak Republic Wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@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.