/*********************************************************************** * retro-b5500/emulator B5500MagTapeDrive.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 Magnetic Tape Drive web interface style sheet. ************************************************************************ * 2013-10-26 P.Kimpel * Original version, from B5500CardReader.css. ***********************************************************************/ #magTapeBody { height: 100%; min-height: 100%; overflow: hidden; padding: 0} #MTDiv { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: 4px} SPAN.annunciator { position: absolute} #MTUnloadBtn { position: absolute; top: 8px; left: 8px} #MTLoadBtn { position: absolute; top: 8px; left: 76px} #MTLocalBtn { position: absolute; top: 8px; left: 144px} #MTRemoteBtn { position: absolute; top: 8px; left: 212px;} #MTWriteRingBtn { position: absolute; top: 8px; left: 280px} #MTRewindBtn { position: absolute; top: 8px; left: 348px;} #MTReel { position: absolute; height: 40px; visibility: hidden; border-radius: 50%; top: 8px; left: 420px} #MTUnloadedLight { top: 4px; right: 8px} #MTAtBOTLight { top: 14px; right: 8px;} #MTAtEOTLight { top: 24px; right: 8px} #MTRewindingLight { top: 34px; right: 8px} #MTStatusDiv { position: absolute; top: 58px; left: 8px; right: 8px; bottom: auto} #MTFileName { width: 100%; font-family: DejaVuSansWeb, sans-serif; color: white; background-color: inherit; border: none} #MTReelBar { margin-top: 4px; width: 100%; height: 16px; border: 1px solid white} #MTReelBarCaption { position: absolute; right: 4px; top: 24px; z-index: 1; height: 12px; color: black; font-weight: bold} /* Tape Load Panel */ #MTLoaderDiv { background-color: #666; width: 480px; height: 86px; border-radius: 8px; padding: 8px; color: white; font-size: 8pt} #MTLoaderInnerDiv { position: relative; height: 100%; width: 100%} #MTLoadFileSelector { position: absolute; border: 1px solid white; color: white; width: 100%; top: 0; left: 0} #MTLoadFormatGroup { position: absolute; top: 32px; left: 0} #MTLoadFormatSelect { border: 1px solid white} #MTLoadWriteRingCheck { border: 1px solid white} #MTLoadTapeLengthGroup { position: absolute; top: 32px; right: 0} #MTLoadTapeLengthSelect { border: 1px solid white} #MTLoadTapeLengthSelect OPTION { text-align: right} #MTLoadCancelBtn { position: absolute; height: 20px; bottom: 0; right: 64px} #MTLoadOKBtn { position: absolute; height: 20px; bottom: 0; right: 0}