mirror of
https://github.com/pkimpel/retro-b5500.git
synced 2026-01-12 00:42:59 +00:00
46 lines
1.6 KiB
HTML
46 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>B5500 Device Frame Paper Page</title>
|
|
<!--
|
|
/***********************************************************************
|
|
* retro-b5500/emulator B5500FramePaper.html
|
|
************************************************************************
|
|
* Copyright (c) 2014, Nigel Williams and Paul Kimpel.
|
|
* Licensed under the MIT License, see
|
|
* http://www.opensource.org/licenses/mit-license.php
|
|
************************************************************************
|
|
* B5500 user interface blank page for use with Card Reader, Punch, etc.
|
|
************************************************************************
|
|
* 2014-08-04 P.Kimpel
|
|
* Original version, from thin air.
|
|
***********************************************************************/
|
|
-->
|
|
<meta name="Author" content="Nigel Williams & Paul Kimpel">
|
|
<meta http-equiv="Content-Script-Type" content="text/javascript">
|
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
|
<link id=defaultStyleSheet rel=stylesheet type="text/css" href="B5500Common.css">
|
|
<style id=PaperFrameStyles>
|
|
BODY {
|
|
padding: 2px;
|
|
background-color: white}
|
|
#Paper {
|
|
margin: 0;
|
|
font-size: 8pt}
|
|
#EndOfPaper {
|
|
height: 1px;
|
|
border: 0;
|
|
opacity: 0}
|
|
DIV.whiteBar {
|
|
white-space: pre;
|
|
background-color: white}
|
|
DIV.greenBar {
|
|
white-space: pre;
|
|
background-color: #CFC}
|
|
</style>
|
|
</head>
|
|
|
|
<!-- Don't add any additional whitespace to the BODY! -->
|
|
<body><div id=Paper class=paper></div><div id=EndOfPaper></div></body>
|
|
</html> |