mirror of
https://github.com/pkimpel/retro-b5500.git
synced 2026-02-27 17:32:37 +00:00
90 lines
2.5 KiB
CSS
90 lines
2.5 KiB
CSS
/***********************************************************************
|
|
* retro-b5500/emulator B5500LinePrinter.css
|
|
************************************************************************
|
|
* Copyright (c) 2014, Nigel Williams and Paul Kimpel.
|
|
* Licensed under the MIT License, see
|
|
* http://www.opensource.org/licenses/mit-license.php.
|
|
************************************************************************
|
|
* B5500 emulator Line Printer web interface style sheet.
|
|
************************************************************************
|
|
* 2014-08-31 P.Kimpel
|
|
* Original version, clonedfrom B5500CardPunch.css.
|
|
***********************************************************************/
|
|
|
|
#printerBody {
|
|
height: 100%;
|
|
min-height: 100%;
|
|
overflow: hidden}
|
|
|
|
#LPDiv {
|
|
position: absolute;
|
|
top: 0px;
|
|
bottom: 0px;
|
|
left: 0px;
|
|
right: 0px;}
|
|
|
|
#LPNotReadyLight {
|
|
position: absolute;
|
|
top: 8px;
|
|
left: 8px}
|
|
|
|
#LPEndOfPaperBtn {
|
|
position: absolute;
|
|
top: 8px;
|
|
left: 76px}
|
|
|
|
#LPFormFeedBtn {
|
|
position: absolute;
|
|
line-height: 100%;
|
|
top: 8px;
|
|
left: 144px}
|
|
|
|
#LPSpaceBtn {
|
|
position: absolute;
|
|
top: 8px;
|
|
left: 212px}
|
|
|
|
#LPStopBtn {
|
|
position: absolute;
|
|
top: 8px;
|
|
left: 280px}
|
|
|
|
#LPStartBtn {
|
|
position: absolute;
|
|
top: 8px;
|
|
left: 348px}
|
|
|
|
#LPOptionsDiv {
|
|
position: absolute;
|
|
top: 4px;
|
|
right: 8px;
|
|
width: auto}
|
|
|
|
#LPPaperMeter {
|
|
position: absolute;
|
|
top: 28px;
|
|
left: 416px;
|
|
right: 0;
|
|
width: calc(100% - 426px);
|
|
height: 18px;
|
|
border: 1px solid white}
|
|
|
|
#LPPaperMeterCaption {
|
|
position: absolute;
|
|
top: 31px;
|
|
right: 18px;
|
|
z-index: 1;
|
|
height: 12px;
|
|
color: black;
|
|
font-weight: bold}
|
|
|
|
#LPPaperFrame {
|
|
position: absolute;
|
|
top: 56px;
|
|
bottom: 8px;
|
|
left: 8px;
|
|
right: 8px;
|
|
width: calc(100% - 18px);
|
|
height: calc(100% - 66px);
|
|
border: 1px solid black}
|