viewing: style.css.html     use J/K or arrows to scroll, SEMICOLON to change theme




/**/
@font-face {
 font-family: scanlined; /* set name */
 src: url(5-x-7-scanlines.ttf); /* url of the font */
}
@font-face {
 font-family: spectrum;
 src(zx-spectrum.ttf);
}

* {
/*to fix screen size issues*/
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right;
  font-family: scanlined;
  font-size: 15pt;
  line-height: 19pt;
}

input {
background: #000000;
color: #a6da95;
}

textarea {
background: #000000;
color: #a6da95;
}

body {
 margin: 10pt;
 font-family: scanlined;
 font-size: 15pt;
 background: #020202;
 color: #A6DA95;
}

h1 {
 font-size: 20pt;
}

header {
 font-family: scanlined;
 font-size: 15pt;
 background: #020202;
 color: #A6DA95;
 position: fixed;
 top: 0;
 width: 100%;
 margin-bottom: 5pt;
}

footer {
 font-family: scanlined;
 font-size: 15pt;
 background-color: #020202;
 color: #A6DA95;
 position: fixed;
 bottom: 0;
 margin-top: 5pt;
 size: 100%;
}

a {
 color: #a6DA95;
}



note: this website is best viewed with unix v4 on a pdp-11/45 system