@import 'explorer.css'; .fullscreen { width:100%; min-height: 100%; } .run, .running { width: 100%; height: 42px; text-align: center; } .running { display: none } #wow .notrunning { display: none } #wow .running { display: block } .runbutton { padding-top: 6px; padding-bottom: 10px; font-weight: 500; text-align: center; } a { text-decoration: none; /*font-weight: bold;*/ } .display { position: absolute; /*background: rgba(0,0,255,.1);*/ } svg { height: 100% } #marterial { position: absolute; width: 100%; height: 330px; z-index: -1; overflow: hidden; } .out { padding: 10px; padding-bottom: 0px; text-align: center; font-family: monospace; } .hint { text-align: left; padding-left: 14px } .langlabel { display: inline-block; flex-grow: 1; height: 40px; line-height: 40px; } .bookend { display: inline-block; } .prog { width: 400px; max-width: 100%; position: relative; } .demofooter { padding: 10px; /*padding-top: 0px;*/ text-align: center; /*display: flex*/ } #wow .demofooter { display: flex; padding: 0px; justify-content: space-between; align-items: center; } #logo { text-align: center; padding-top: 70px; height: 182px; } .to_ocr { width: 100%; } #wow { margin-top: 25px; } .demo { border-radius: 5px; width:500px; text-align: left } .demoheader { overflow: hidden; border-radius: 5px 5px 0px 0px } #canvas { margin-left: auto; margin-right: auto; pointer-events:none; z-index: 0; background-image: url(../img/logowhite.png); background-size: cover; } #splash { text-align: center; position: relative; } .desc { text-align: left; font-size: 18px; } .vr { display: inline-block; height: 40px; } #notconvinced { max-width: 960; margin-left: auto; margin-right: auto; margin-top: 8%; } .randombold { font-size: 18px; /*font-family: Georgia;*/ letter-spacing: .8px; line-height: 37px; } .rant { padding-left: 8%; padding-right: 8%; } .npm { margin-top: 20px; padding-left: 15px; } .longasstag{ text-align: left; white-space: normal; word-break: break-all; } #code { text-align: center; width: 335px; border-radius: 5px; margin-right: 40px; margin-left: 40px; margin-top: 120px; } .woloasdf { padding-top: 8%; } .fork{ position: absolute; top: 0; right: 0; border: 0; z-index: 2; } .fork img { width: 149px; } .two { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-around; max-width: 1100px; margin-left: auto; margin-right: auto; } #two { margin-bottom: 8%; } .demoheader .CodeMirror { padding-bottom: 9px; padding-top: 9px; padding-left: 13px; } #ocroutput { position: relative; } .manyLanguages { font-size: 7px; padding-top: 10px; } body { padding: 0px; margin: 0px; font-family: Lato;/*, Helvetica, Arial, sans-serif;*/ font-weight: 300; } button { height: 60px; width: 240px; margin-top: 10px; font: inherit; font-size: 30px; -webkit-transition: all 0.7s ease; transition: all 0.7s ease; outline: 0; } button:hover { cursor: pointer; } @media (max-width: 914px) { #logo { padding-top: 8%; height: auto; } #marterial { height: 100%; } .demo { margin-right: 8%; margin-left: 8%; } #code { margin-top: 20px; margin-bottom: 20px; width: 400px; } #fork { width: 28%; } }