mirror of
https://github.com/pkimpel/retro-b5500.git
synced 2026-04-29 21:27:49 +00:00
Reorganize webUI folder; implement SPO UI using a <textarea>.
This commit is contained in:
@@ -20,22 +20,6 @@ DIV#consoleDiv {
|
||||
height: 72px;
|
||||
padding: 32px;
|
||||
background-color: #666666}
|
||||
|
||||
DIV#SPODiv {
|
||||
position: relative;
|
||||
width: 1052px;
|
||||
margin-top: 1em;
|
||||
text-align: center}
|
||||
|
||||
DIV#SPOInnerDiv {
|
||||
position: relative;
|
||||
background-color: #FDA;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
border-radius: 32px;
|
||||
padding: 2em;
|
||||
text-align: left;
|
||||
width: 800px}
|
||||
|
||||
DIV#BurroughsLogo {
|
||||
background-color: black;
|
||||
@@ -57,57 +41,6 @@ DIV#B5500Logo {
|
||||
top: 72px;
|
||||
right: 32px}
|
||||
|
||||
DIV.blackButton {
|
||||
background-color: black;
|
||||
color: white;
|
||||
font-size: 10px;
|
||||
position: absolute;
|
||||
top: 32px;
|
||||
width: 48px;
|
||||
height: 32px;
|
||||
text-align: center;
|
||||
padding: 2px;
|
||||
border: 1px solid #DDDDDD;
|
||||
border-radius: 4px}
|
||||
|
||||
DIV.whiteButton {
|
||||
background-color: #CCCCCC;
|
||||
color: black;
|
||||
font-size: 10px;
|
||||
position: absolute;
|
||||
top: 32px;
|
||||
width: 48px;
|
||||
height: 32px;
|
||||
text-align: center;
|
||||
padding: 2px;
|
||||
border: 1px solid #DDDDDD;
|
||||
border-radius: 4px}
|
||||
|
||||
DIV.whiteLit {
|
||||
background-color: white}
|
||||
|
||||
DIV.yellowButton {
|
||||
background-color: #999900;
|
||||
color: black;
|
||||
font-size: 10px;
|
||||
position: absolute;
|
||||
top: 32px;
|
||||
width: 48px;
|
||||
height: 32px;
|
||||
text-align: center;
|
||||
padding: 2px;
|
||||
border: 2px solid #DDDDDD;
|
||||
border-radius: 4px}
|
||||
|
||||
DIV.yellowLit {
|
||||
background-color: #FFFF00}
|
||||
|
||||
DIV.buttonCaption {
|
||||
font-family: Arial Rounded, Arial, Helvetica, sans-serif;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
margin-top: 0.25em}
|
||||
|
||||
IMG#BurroughsLogoImage {
|
||||
width: 150px;
|
||||
text-align: center;
|
||||
@@ -116,11 +49,6 @@ IMG#BurroughsLogoImage {
|
||||
padding-bottom: 3px;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px}
|
||||
|
||||
IMG#TeletypeLogo {
|
||||
position: absolute;
|
||||
top: 32px;
|
||||
right: 64px}
|
||||
|
||||
BUTTON.whiteButton {
|
||||
position: absolute;
|
||||
@@ -158,6 +86,9 @@ BUTTON.yellowButton {
|
||||
border: 1px solid #DDD;
|
||||
border-radius: 4px}
|
||||
|
||||
BUTTON.whiteLit {
|
||||
background-color: white}
|
||||
|
||||
BUTTON.yellowLit {
|
||||
background-color: #FFFF00}
|
||||
|
||||
@@ -166,93 +97,47 @@ BUTTON.blackBorder {
|
||||
|
||||
BUTTON#HaltBtn {
|
||||
top: 31px;
|
||||
right: 1020px}
|
||||
left: 32px}
|
||||
|
||||
BUTTON#NotReadyBtn {
|
||||
top: 31px;
|
||||
right: 920px}
|
||||
left: 132px}
|
||||
|
||||
BUTTON#LoadSelectBtn {
|
||||
top: 31px;
|
||||
right: 850px}
|
||||
left: 202px}
|
||||
|
||||
BUTTON#LoadBtn {
|
||||
top: 31px;
|
||||
right: 780px}
|
||||
left: 272px}
|
||||
|
||||
BUTTON#MemoryCheckBtn {
|
||||
top: 31px;
|
||||
right: 680px}
|
||||
left: 372px}
|
||||
|
||||
BUTTON#ANormalBtn {
|
||||
top: 31px;
|
||||
right: 610px}
|
||||
left: 442px}
|
||||
|
||||
BUTTON#AControlBtn {
|
||||
top: 31px;
|
||||
right: 540px}
|
||||
left: 512px}
|
||||
|
||||
BUTTON#BNormalBtn {
|
||||
top: 31px;
|
||||
right: 470px}
|
||||
left: 582px}
|
||||
|
||||
BUTTON#BControlBtn {
|
||||
top: 31px;
|
||||
right: 400px}
|
||||
left: 652px}
|
||||
|
||||
BUTTON#PowerOnBtn {
|
||||
top: 31px;
|
||||
right: 300px}
|
||||
left: 752px}
|
||||
|
||||
BUTTON#PowerOffBtn {
|
||||
top: 31px;
|
||||
right: 230px}
|
||||
|
||||
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 */ }
|
||||
left: 822px}
|
||||
|
||||
.center {
|
||||
text-align: center}
|
||||
|
||||
Reference in New Issue
Block a user