aboutsummaryrefslogtreecommitdiff
blob: e7e0e129c701fee09d8af89b18b5f95f9e46c7c0 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
a:link, a:visited {
    color: #660099;
    text-decoration: none;
}

a[href]:hover {
    color: #660099;
    text-decoration: underline;
}

code, tt {
    color: #993333;
}


div.main p, div.main dd {
    text-align: justify;
}

pre {
    background-color: #1e1e27;
    color: #cfbfad;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 8px;
    padding-right: 8px;
}

div.main h1 {
    text-align: center;
}

div.main h2 {
    text-align: left;
    border-bottom: 1px dashed #330066;
}

dt {
    font-weight: bold;
}

code, pre, tt {
    font-family: "Terminus", monospace;
}

div.warning p.admonition-title, div.note p.admonition-title {
    font-weight: bold;
    display: inline;
}

div.warning p, div.note p {
    display: inline;
}

div.warning p.admonition-title:after, div.note p.admonition-title:after {
    content: ":";
}

/* vim: set ts=4 tw=80 et : */