mkweb

PDP-8 Emulator written in Javascipt with HTML5 Canvas based frontend.


html,
body {
    width: 100%;
    margin: 0;
}

canvas {
    width: 100%;
    margin: 0;
}

#teletype-container
canvas {
    position: relative;
    z-index: 1;
}

input {
    position: absolute;
    z-index: 2;
    color: transparent;
    background-color: transparent;
    border-color: transparent;
    caret-color: transparent;
}

input:focus {
    outline: none;
}

table {
    margin: 1em 1em 0;
}

p {
    margin: 1em 2em;
}