/* Skeleton Overide */ .clearfix { clear: both; } select { display: inline; margin-bottom: 15px; min-width: 220px; width: auto; } .CodeMirror { height: 99%; } /* Main Styles */ body, html { border: 0px; margin: 0px; padding: 0px; height: 100%; position: relative; width: 100%; } #topbar { min-height: 50px; background: #4E3419; color: #ffffff; font-family: monospace; } #topbar #home-logo { position: absolute; top: 10px; left: 15px; width: 30px; } #topbar #title { position: absolute; left: 55px; top: 15px; font-size: 1.3em; } #navlinks ul { float: right; color: #ffffff; margin-right: 15px; } #navlinks ul li { margin: 15px 15px 15px 15px; float: left; } #navlinks ul li a{ margin:0; text-decoration: none; color: #ffffff; } #navlinks #scilab-logo { width: 90px; margin: 5px 0 0 0; } #selectors { margin: 10px 0 0 15px; } #selectors label { display: inline-block; min-width: 75px; } #content { position: absolute; top: 200px; bottom: 20px; width: 100%; min-height: 400px; bottom: 50px; background: #eeeeee; } #input { position: absolute; top: 5px; bottom: 60px; left: 15px; width: 48%; height: auto; } #output { position: absolute; top: 5px; bottom: 60px; right: 15px; width: 48%; height: auto; } #controls { position: absolute; right: 0px; } #controls a { text-decoration: none; } #controls img { width: 12px; margin: 0 0 0 5px; } #input textarea, #output textarea{ position: absolute; width: 100%; height: 99%; font-size: 100%; font-family: inherit; } #execute { position: absolute; left: 15px; bottom: -15px; } #bug { position: absolute; right: 15px; bottom: -15px; } #credits { position: absolute; bottom: -50px; width: 100%; height: 50px; background: #4E3419; color: #ffffff; font-family: monospace; text-align: center; } #credits small { font-size: .6em; display: block; } #lightbox-me-wrapper { padding: 35px; background: #ffffff; box-shadow: 0 0 10px #ffffff; }