mirror of
https://github.com/pkimpel/retro-b5500.git
synced 2026-02-27 09:28:53 +00:00
80 lines
2.3 KiB
CSS
80 lines
2.3 KiB
CSS
/***********************************************************************
|
|
* retro-b5500/emulator B5500DatacomUnit.css
|
|
************************************************************************
|
|
* Copyright (c) 2013, Nigel Williams and Paul Kimpel.
|
|
* Licensed under the MIT License, see
|
|
* http://www.opensource.org/licenses/mit-license.php
|
|
************************************************************************
|
|
* B5500 emulator Datacom web interface style sheet.
|
|
************************************************************************
|
|
* 2013-10-19 P.Kimpel
|
|
* Original version, from B5500SPOUnit.css.
|
|
***********************************************************************/
|
|
|
|
#DatacomUnit {
|
|
height: 100%;
|
|
min-height: 100%;
|
|
overflow: hidden;
|
|
padding: 0}
|
|
|
|
#TermOut {
|
|
position: absolute;
|
|
left: 8px;
|
|
right: 8px;
|
|
top: 40px;
|
|
bottom: 8px;
|
|
min-height: 120px;
|
|
min-width: 120px;
|
|
overflow-x: hidden;
|
|
overflow-y: scroll;
|
|
color: black;
|
|
background-color: white;
|
|
padding: 4px;
|
|
border: 1px solid gray}
|
|
|
|
#Paper {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
margin-top: 2000px;
|
|
margin-bottom: 0;
|
|
padding: 0}
|
|
|
|
#EndOfPaper {
|
|
display: block;
|
|
margin: 0;
|
|
padding: 0;
|
|
opacity: 0}
|
|
#EndOfPaper.hidden {
|
|
display: none}
|
|
|
|
#InputBox {
|
|
display: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: none;
|
|
background-color: #FF9}
|
|
#InputBox.visible {
|
|
display: block}
|
|
#InputBox:focus {
|
|
border: none;
|
|
outline: none} /* to suppress Chrome's default outline */
|
|
|
|
#TermControlsDiv {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
margin: 8px}
|
|
|
|
#TermConnectBtn {
|
|
height: 24px}
|
|
|
|
SPAN.annunciator {
|
|
width: 2em;
|
|
text-align: right;
|
|
color: black;
|
|
font-size: 8pt;
|
|
font-weight: bold;
|
|
visibility: hidden}
|
|
|
|
SPAN.textLit {
|
|
color: red;
|
|
visibility: visible} |