Skip to content
Snippets Groups Projects
Select Git revision
  • 8af351abc78d1ca0d164babb710dfa1d25dfac52
  • devel default
  • master
  • fo
  • jirka/typing
  • fo-base
  • mj/submit-images
  • jk/issue-96
  • jk/issue-196
  • honza/add-contestant
  • honza/mr7
  • honza/mrf
  • honza/mrd
  • honza/mra
  • honza/mr6
  • honza/submit-images
  • honza/kolo-vs-soutez
  • jh-stress-test-wip
  • shorten-schools
19 results

mo.css

Blame
  • mo.css 6.99 KiB
    body {
    	display: flex;
    	flex-direction: column;
    	background-color: white;
    	color: black;
    	margin: 0;
    	min-height: 100vh;
    }
    
    .content, main {
    	display: block;
    	margin: 0 auto;
    	padding: 0 1em;
    	max-width: 1000px;
    	width: 100%;
    }
    
    header {
    	padding: 10px 0px;
    }
    
    header.flavor-test {
    	background-color: #33cc33;
    }
    
    header.flavor-devel {
    	background-color: #cc77cc;
    }
    
    main {
    	padding: 1em;
    }
    
    header .content {
    	display: flex;
    }
    
    header img { height: 60px; }
    
    header h1 { margin: auto 20px 0px; color: #222; }
    
    #nav-wrapper {
    	position: sticky;
    	top: 0;
    	background-color: #222;
    	border: 1px #222 solid;
    	z-index: 10;
    }
    
    footer {
    	margin-top: auto;
    }
    
    .error {
    	color: red;
    	font-weight: bold;
    }
    
    .okay {
    	color: green;
    	font-weight: bold;
    }
    
    .hint {
    	color: #737373;
    }
    
    span.unknown {
    	font-weight: bold;
    	color: red;