summaryrefslogtreecommitdiff
path: root/share/subplot.css
blob: 292a5f715cafe77cf882f3c7ce2a41aefc94fef5 (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
31
32
33
34
35
36
37
38
39
40
div.toc ol {
    list-style-type: none;
    padding: 0;
    padding-inline-start: 2ch;
}

pre.file {
    background: yellow;
    border: 10px black;
    padding: 1em;
}

div.scenario {
    background: yellow;
    padding: 1em;
}

span.capture-word  {
    font-family: monospace;
}
span.capture-text  {
    font-family: monospace;
}
span.capture-int  {
    font-weight: bold;
}
span.capture-uint  {
    font-weight: bold;
}
span.capture-number  {
    font-weight: bold;
}
span.capture-file  {
    font-family: monospace;
}

span.capture-path {
    font-family: monospace;
    font-weight: bold;
}