1
0
mirror of https://github.com/pkimpel/retro-b5500.git synced 2026-02-11 19:05:01 +00:00
Files
pkimpel.retro-b5500/webUI/B5500DatacomUnit.css
paul.kimpel@digm.com 3da0844cc7 Release emulator version 0.16:
1. Fix zero-length datacom message read in IOUnit.
2. Insert additional delay at end-of-message for B5500DatacomUnit.
3. Fix minor behavioral problems in B5500MagTapeDrive.
4. Minor wiki corrections and enhancements.
2013-11-21 04:31:13 +00:00

62 lines
2.0 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.
***********************************************************************/
BODY {
position: relative;
margin: 4px}
PRE {
font-family: Lucida Sans Typewriter, Courier New, Courier, monospace;
font-size: 8pt;
margin: 0}
IFRAME#TermOut {
height: 480px;
width: 560px;
border: 1px solid black}
BODY.TermOut {
background-color: white;
font-family: Lucida Sans Typewriter, Courier New, Courier, monospace;
font-size: 8pt}
DIV#TermControlsDiv {
margin-bottom: 2px;
text-align: left}
BUTTON.greenButton {
background-color: #060;
color: white;
height: 24px;
font-family: Arial Rounded, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
border: 1px solid black;
border-radius: 4px}
BUTTON.greenLit {
color: black;
background-color: #0F0}
BUTTON.blackBorder {
border: 1px solid black}
SPAN.annunciator {
color: black;
font-family: Arial Rounded, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
visibility: hidden}
SPAN.textLit {
color: red;
visibility: visible}