mirror of
https://github.com/pkimpel/retro-b5500.git
synced 2026-02-11 10:55:09 +00:00
143 lines
4.0 KiB
CSS
143 lines
4.0 KiB
CSS
/***********************************************************************
|
|
* retro-b5500/emulator B5500SPOUnit.css
|
|
************************************************************************
|
|
* Copyright (c) 2012, Nigel Williams and Paul Kimpel.
|
|
* Licensed under the MIT License, see http://www.opensource.org/licenses/mit-license.php
|
|
************************************************************************
|
|
* B5500 emulator SPO web interface style sheet.
|
|
************************************************************************
|
|
* 2012-12-16 P.Kimpel
|
|
* Original version, from B5500ConsoleUnit.css.
|
|
***********************************************************************/
|
|
|
|
BODY {
|
|
position: relative;
|
|
background-color: black;
|
|
margin: 4px}
|
|
|
|
DIV#SPODiv {
|
|
position: relative;
|
|
width: 800px;
|
|
background-color: #FDA;
|
|
border-radius: 32px;
|
|
padding: 2em;
|
|
text-align: left}
|
|
|
|
IFRAME#SPOUT {
|
|
width: 620px;
|
|
height: 475px;
|
|
border: 2px solid black;
|
|
background-color: #FFE;
|
|
font-family: Lucida Sans Typewriter, Courier New, Courier, monospace;
|
|
font-size: 10pt}
|
|
|
|
INPUT#SPIN {
|
|
display: none}
|
|
|
|
DIV#SPOControlsDiv {
|
|
position: absolute;
|
|
text-align: center;
|
|
width: 136px;
|
|
left: 690px;
|
|
top: 32px}
|
|
|
|
IMG#TeletypeLogo {
|
|
left: auto;
|
|
right: auto}
|
|
|
|
BUTTON.whiteButton {
|
|
position: absolute;
|
|
background-color: #CCC;
|
|
color: black;
|
|
font-family: Arial Rounded, Arial, Helvetica, sans-serif;
|
|
font-size: 10px;
|
|
font-weight: bold;
|
|
width: 60px;
|
|
height: 40px;
|
|
border: 1px solid #DDD;
|
|
border-radius: 4px}
|
|
|
|
BUTTON.blackButton {
|
|
position: absolute;
|
|
background-color: black;
|
|
color: white;
|
|
font-family: Arial Rounded, Arial, Helvetica, sans-serif;
|
|
font-size: 10px;
|
|
font-weight: bold;
|
|
width: 60px;
|
|
height: 40px;
|
|
border: 1px solid #DDD;
|
|
border-radius: 4px}
|
|
|
|
BUTTON.yellowButton {
|
|
position: absolute;
|
|
background-color: #990;
|
|
color: black;
|
|
font-family: Arial Rounded, Arial, Helvetica, sans-serif;
|
|
font-size: 10px;
|
|
font-weight: bold;
|
|
width: 60px;
|
|
height: 40px;
|
|
border: 1px solid #DDD;
|
|
border-radius: 4px}
|
|
|
|
BUTTON.whiteLit {
|
|
background-color: white}
|
|
|
|
BUTTON.yellowLit {
|
|
background-color: #FF0}
|
|
|
|
BUTTON.blackBorder {
|
|
border: 1px solid black}
|
|
|
|
BUTTON#SPOReadyBtn {
|
|
top: 187px;
|
|
left: 0px}
|
|
|
|
BUTTON#SPOPowerBtn {
|
|
top: 187px;
|
|
right: 0px}
|
|
|
|
BUTTON#SPORemoteBtn {
|
|
top: 243px;
|
|
left: 0px}
|
|
|
|
BUTTON#SPOLocalBtn {
|
|
top: 243px;
|
|
right: 0px}
|
|
|
|
BUTTON#SPOInputRequestBtn {
|
|
top: 299px;
|
|
left: 0px}
|
|
|
|
BUTTON#SPOEndOfMessageBtn {
|
|
top: 299px;
|
|
right: 0px}
|
|
|
|
BUTTON#SPOBlank1Btn {
|
|
top: 355px;
|
|
left: 0px}
|
|
|
|
BUTTON#SPOErrorBtn {
|
|
top: 355px;
|
|
right: 0px}
|
|
|
|
BUTTON#SPOBlank2Btn {
|
|
top: 411px;
|
|
left: 0px}
|
|
|
|
BUTTON#SPOBlank3Btn {
|
|
top: 411px;
|
|
right: 0px}
|
|
|
|
.center {
|
|
text-align: center}
|
|
|
|
.data {
|
|
font-family: Courier New, Courier, monospace;
|
|
text-align: left}
|
|
|
|
.number {
|
|
font-family: Courier New, Courier, monospace;
|
|
text-align: right}
|