1
0
mirror of https://github.com/pkimpel/retro-b5500.git synced 2026-02-12 03:07:30 +00:00
Files
pkimpel.retro-b5500/webUI/B5500SPOUnit.css

132 lines
3.7 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}
IMG#TeletypeLogo {
position: absolute;
top: 32px;
right: 64px}
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: #FFFF00}
BUTTON.blackBorder {
border: 1px solid black}
BUTTON#SPOReadyBtn {
bottom: 256px;
right: 120px}
BUTTON#SPOPowerBtn {
bottom: 256px;
right: 44px}
BUTTON#SPORemoteBtn {
bottom: 200px;
right: 120px}
BUTTON#SPOLocalBtn {
bottom: 200px;
right: 44px}
BUTTON#SPOInputRequestBtn {
bottom: 144px;
right: 120px}
BUTTON#SPOEndOfMessageBtn {
bottom: 144px;
right: 44px}
BUTTON#SPOBlank1Btn {
bottom: 88px;
right: 120px}
BUTTON#SPOErrorBtn {
bottom: 88px;
right: 44px}
BUTTON#SPOBlank2Btn {
bottom: 32px;
right: 120px}
BUTTON#SPOBlank3Btn {
bottom: 32px;
right: 44px}
TEXTAREA#SPOUT {
width: 620px;
/*
font-family: Lucida Sans Typewriter, Courier New, Courier, monospace;
font-size: 10pt */ }
.center {
text-align: center}
.data {
font-family: Courier New, Courier, monospace;
text-align: left}
.number {
font-family: Courier New, Courier, monospace;
text-align: right}