Skip to content
Snippets Groups Projects
Select Git revision
  • 80fa042658555b26e96fe98a9dc761c59a8f492c
  • main default protected
  • 1.1.0
  • 1.0
4 results

menu.ods

Blame
  • style.css 11.44 KiB
    :root {
    	--border-color: #444;
    	--color-green: #2A2;
    	--color-blue: #38F;
    	--color-bright-green: #6ecf5b;
    	--color-orange: #F70;
    	--color-red: #F00;
    }
    
    html {
    	padding: 0;
    	margin: 0;
    	overflow: hidden;
    }
    
    body {
    	font-family: "B612 Regular", sans-serif;
    	background-color: black;
    	color: #EEE;
    	border: 1px solid white;
    	border-radius: 1em;
    	max-width: 768px;
    	height: 1023px;
    	box-sizing: border-box;
    	padding: 0;
    	margin: 0;
    }
    
    main {
    	padding-top: 0.3em;
    }
    
    header {
    	width: 100%;
    	border-bottom: 1px solid white;
    	padding: 0.5em 1em;
    	box-sizing: border-box;
    	display: flex;
    	gap: 1em;
    	.title {
    			flex-grow: 1;
    			min-width: 0;
    			text-align: center;
    		  h1 {
    			  margin: 0;
    			  padding: 0;
    				margin-top: 0.2em;
    				font-weight: normal;
    				text-transform: uppercase;
    				font-size: 1.2em;
    		  }
    		  .time-display, #uptime-display {
    			  margin: 0;
    			  padding: 0;
    			}
    		}
    	
    	.status {
    		width: 5em;
    		text-align: center;
    		p {
    			padding: 0;
    			margin: 0;
    		}
    		.status_title {
    			margin-bottom: 2px;
    		}
    		.status_text {
    			margin-top: 2px;
    		}