summaryrefslogtreecommitdiffstats
path: root/main.css
blob: 7a032cc67ca9ea2b16a6e95f325cd38998e4b884 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
canvas {
    border: 1px solid greenyellow;
}

textarea {
    width: 25em;
    height: 25ex;
}

#wordlist .ip {
    background-color: yellow;
}

x-bytecode {
    display: block;
}

x-bytecode::before {
    display: inline-block;
    width: 1em;
    content: attr(x-index);
    text-align: right;
    padding-right: 0.4em;
}

x-op {
    display: inline-block;
    padding: 5px;
    border: 1px solid grey;
}