* { box-sizing: border-box; margin: 0px; padding: 0px; } #title{ font-size: 2em; color: #a7a7fe; text-align: left; } .profile{padding-left:1.8vw;} body { font: 1.0em/1.6 'Inconsolata', monospace; color: #c9cdc0; font-weight: 400; background-color: black; text-shadow: #ff7300; /* overflow-y: hidden; overflow-x: hidden; */ } .init { width: 100%; margin: 0% auto; } .init input { display: block; padding: 10px !important; margin: 10px; } a { text-decoration: none; color: orange; } td, th { text-align: center; color: #9288b7; } th, #highscore p { color: #b32727; font-weight: bold; } .red { background-color: #491616; } .red a { color: #b9831a; } /* Use a media query to add a breakpoint at 800px: */ @media screen and (max-width: 800px) { .left, .main, .right { width: 100%; /* The width is 100%, when the viewport is 800px or smaller */ } } #map{ display: block; margin-left: auto; margin-right: auto; /* margin-top:2.5vh; */ margin-bottom:2.5vh; } #zoommap{ position: fixed; width: 68%; /* margin-left: auto; margin-right: auto; */ /* margin-top:2.5vh; */ top: 10px; margin-bottom:2.5vh; display:none; /* height: 60vh; */ } #svg55{ width: 100%; height: 100%; padding-top: none; } /* .zoom>img{ height: calc(100vh - 60px); width: auto; } */ /* #dreammap{ height: 90vh; } */ #gateway-distance{ font: 1.2em/1.6 'Inconsolata', monospace; } .flex-container { display: flex; flex-direction: column; } .flex-left { width: 100%; height: 100vh; /* border: 2px solid #c9cdc0; */ border-radius: 1px; /* margin-right:3px; */ padding: 5px; padding-left: 10px; padding-right: 10px; padding-top: 10px; background-color:rgb(26, 26, 26, 0); } /* .flex-right { width: 45%; height: 100vh; /* border: 5px solid #c9cdc0; */ /* border-radius: 2px; padding: 5px; padding-right: 10px; padding-top: 10px; background-color:rgb(26, 26, 26); } */ .section{ border: 1px solid #3d3f38; border-radius:6px; display: flex; flex-direction: column; padding: 5px; margin-bottom:6px; color: #FF4800; background-color: #0e0e0a; } .section2{ border: 2px solid #3d3f38; border-radius:6px; display: flex; flex-direction: row; padding: 5px; margin-bottom:6px; color: rgb(88, 130, 255); background-color: #0e0e0a; } .button-base{ padding: 5px; margin: 5px; } #nav-console{ color: #c9cdc0; } #scene1{ display: none; } #input{ background-color: #c9cdc0; border: 2px solid black; font: 1.2em/1.6 'Inconsolata', monospace; -webkit-appearance: none; -ms-appearance: none; -moz-appearance: none; appearance: none; border-radius: 5px; } button{ background-color: #bd3e00; font: 1.2em/1.6 'Inconsolata', monospace; color:black; border-radius: 5px; border: 2px solid black; -webkit-appearance: none; -ms-appearance: none; -moz-appearance: none; appearance: none; margin-left: 2px; margin-bottom: 4px; padding-left: 4px; padding-right: 4px; } button:active{ background-color: rgb(65, 184, 255); } #log{ visibility: hidden; background-color: rgb(177, 193, 213); color: black; } #back{ visibility: hidden; width: 22%; background-color: #c9cdc0; color: black; } #back2{ display: none; width: 22%; background-color: #c9cdc0; color: black; } #log1{ display: none; background-color: rgb(65, 184, 255); border: none; border-radius: 0px; color: black; padding: 1px; padding-left: 6px; } #log2{ display: none; background-color: rgb(65, 184, 255); color: black; border-radius: 0px; border: none; padding: 1px; padding-left: 6px; } #log3{ display: none; background-color: rgb(65, 184, 255); color: black; border-radius: 0px; border: none; padding: 1px; padding-left: 6px; } #log4{ display: none; background-color: rgb(65, 184, 255); color: black; border-radius: 0px; border: none; padding: 1px; padding-left: 6px; } #log5{ display: none; background-color: rgb(65, 184, 255); color: black; border-radius: 0px; border: none; padding: 1px; padding-left: 6px; } #log1:active{ background-color: rgb(129, 135, 121); } #log2:active{ background-color: rgb(129, 135, 121); } #log3:active{ background-color: rgb(129, 135, 121); } #log4:active{ background-color: rgb(129, 135, 121); } #log5:active{ background-color: rgb(129, 135, 121); } #dreamlog{ display: none; } .flex-top { position: absolute; top:0px; width: 100vw; height: 50vh; border-radius: 2px; padding: 5px; padding-right: 10px; padding-top: 10px; background-color:rgb(26, 26, 26); } .flex-bottom { position: absolute; bottom:0px; width: 100vw; height: 50vh; bottom:0px; border-radius: 2px; padding: 5px; padding-right: 10px; padding-top: 10px; background-color:rgb(26,26,26); } .section2{ display: flex; border: 2px solid black; border-radius:1px; display: flex; flex-direction:row; padding: 5px; margin-bottom:6px; color: white; background-color: black; width: 30vw; } .section-main{ border: 2px solid #3d3f38; border-radius:6px; display: flex; flex-direction: column; padding: 5px; margin-bottom:6px; color: rgb(37, 37, 37); background-color: #a5bad5ed; } .flex-container2 { display: flex; flex-direction: row; } #rect13:active{ fill:yellow; } #rect15:active{ fill:yellow; } .wrapper{ margin: 0 auto; max-width: 450px; } .fullscreen-video { position: fixed; overflow: hidden; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; transform: translateX(-50%) translateY(-50%); z-index: -10; } .embed{width: 100%} #location-log{ display: none; } #chat-window{ height: 40vh; border: 1px solid #ccc; padding: 10px; overflow-y: scroll; } #messages { height: 40vh; overflow-y: auto; padding: 0; word-wrap: break-word; } #messages li { padding: 5px; margin-bottom: 10px; display: block; } .me { text-align: right; color: #e8b722; padding-bottom: 2px; border-radius: 4px; display: inline-block; } .others { text-align: left; color: #DE6C3F; border-radius: 4px; display: inline-block; } input[type="text"] { padding: 5px; } #logo{ max-width: 50vw; min-width: 360px; } #txt{background-color: #a0a09f;} /* The alert message box */ .alert { padding: 20px; background-color: #ff5400; /* Red */ color: white; margin-top: 10px; border-radius:6px; position: sticky; z-index: 2; } /* The close button */ .closebtn { margin-left: 15px; color: white; font-weight: bold; float: right; font-size: 22px; line-height: 20px; cursor: pointer; transition: 0.3s; } /* When moving the mouse over the close button */ .closebtn:hover { color: black; } #objective{ background-color: #14260f; }