summaryrefslogtreecommitdiff
path: root/examples/program_analysis/ui/style.css
blob: 33ba1a4b6d6c2b8bb3ee091e19401d28ab37af71 (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
body {
    vertical-align: top;
    min-height: 1500px;
}

.document {
    white-space: pre;
    line-height: 1.5em;
    font-family: mono;
    font-size: 0.95em;
    position: relative;
    border: 3px solid red;
    display: inline-block;
    padding: 10px;
    margin-left: 5px;
    vertical-align: top;
}
    .chunk-in-structure {
        border: 3px solid gray;
    }
    .chunk-in-map {
        border: 3px solid green;
    }
    .highlight {
        background-color: green;
    }
.document.generated {
    border-color: blue;
}
    .document.generated .chunk-in-map {
        border-color: blue;
    }
    .document.generated .highlight {
        background-color: blue;
    }
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback