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

60 lines
1.8 KiB
CSS

/***********************************************************************
* retro-b5500/emulator index.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 test site home page style sheet.
************************************************************************
* 2013-06-18 P.Kimpel
* Original version, from B5500Console.css.
***********************************************************************/
BODY {
position: relative;
max-width: 80ex;
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
margin: 4px}
H1 {
margin-top: 18pt;
margin-bottom: 6pt;
vertical-align: middle;
font-size: larger;
font-weight: bold}
H2 {
margin-top: 12pt;
margin-bottom: 0;
font-size: medium;
font-weight: bold}
UL {
margin-top: 6pt;
margin-bottom: 6pt}
UL LI {
margin-top: 3pt;
margin-bottom: 3pt}
.center {
text-align: center}
.data {
font-family: Courier New, Courier, monospace;
text-align: left}
.number {
font-family: Courier New, Courier, monospace;
text-align: right}
IMG#retroButton {
float: right}
DIV#footerDiv {
position: fixed;
bottom: 1ex;
width: 100%;
text-align: center;
font-size: xx-small}