body { padding-top: 50px; } .block { border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; padding: 0; min-height: 4em; } .block-label { color: grey; position: absolute; z-index: 60; opacity: .7; right: 1em; bottom: 0.25em; margin: 0; width: 100%; text-transform: uppercase; font-size: large; text-align: right; } /* lg */ @media (min-width: 1200px) { html, body, #gui, #block-row { height: 100%; } .block { overflow: auto; min-height: 100%; height: 100%; } } /* md */ @media (min-width: 992px) and (max-width: 1199px) { html, body, #gui, #block-row { height: 100%; } .block { overflow: auto; min-height: 50%; height: 50%; } } /* sm */ @media (min-width: 768px) and (max-width: 991px) { } /* xs */ @media (max-width: 767px) { } /* description */ #description { padding: 0.5em; } /* info */ #info { padding: 0.5em; } /* code_editor */ #code_editor { min-height: 100%; height: 100%; padding: 0; } /* console */ #console { min-height: 100%; height: 100%; font-size: 14px; padding: 0; } #console div.jquery-console-inner { width:100%; height:100%; background:#333; padding:0.5em; overflow:auto } #console div.jquery-console-prompt-box { color:#fff; font-family:monospace; } #console div.jquery-console-focus span.jquery-console-cursor { background:#fefefe; color:#333; font-weight:bold } #console div.jquery-console-message-error { color:#ef0505; font-family:sans-serif; font-weight:bold; padding:0.1em; } #console div.jquery-console-message-value { color:#1ad027; font-family:monospace; padding:0.1em; } #console div.jquery-console-message-type { color:#52666f; font-family:monospace; padding:0.1em; } #console span.jquery-console-prompt-label { font-weight:bold } #console div.jquery-console-message { color: #ddffdd; font-family: monospace; } /* webkit-scrollbar */ ::-webkit-scrollbar { width: 12px; } ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; } ::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); } /*toolbar #editor-toolbar { width: 100%; padding-left: 15px; height: 25px; display: inline-block; } #editor-toolbar .tool-icon { font-size: 16px; padding-left: 10px; padding-right: 10px; } .nav-xs { list-style:none; padding-left: 0; float:left; white-space:nowrap; margin-bottom: 0; } .nav-xs>li { list-style: none; white-space: nowrap; position: relative; display: inline-block !important; background-color: transparent; background: linear-gradient(to bottom, #2a3f53 0%,#192f42 100%); border-right: 1px solid #000; } .nav-xs>li>a { display: block; padding: 2px 6px 3px 6px; font-size: 12px; } .nav-xs>li>a{ color: #fff; } */ /* codeq hints */ /* the highlighted part of the text, used in pop-up and drop-down hints */ .editor-mark { background-color: #e7c3c3; } /* the pop-up window, it is already absolutely positioned and its and positioning properties controlled from CodeMirror */ .editor-popup { background: #245269; color: #e7c3c3; border: 1px solid black; }