summaryrefslogtreecommitdiff
path: root/docs/reference/webhelper/eos.css
blob: 0bed01072546a51ec109d9de5c0a2ad8603b656f (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
* {
    font-family: "Lato";
}

p {
    font-size: 15pt;
    text-indent: 0;
    margin-bottom: 1em;
}

.STitle,
.CTitle,
.CGroup .CTitle {
    font-size: 17pt;
}

.CHeading {
    font-size: 13pt;
}

.SMain td,
.SClass td,
.STable,
.CDLEntry,
.CDLDescription {
    font-size: 11pt;
}

.ContentPage #Content,
.IndexPage #Index {
    margin-left: 55ex;
}

.ContentPage #Menu,
.IndexPage #Menu {
    font-size: 11pt;
    width: 41ex;
}

.Prototype *,
.prettyprint *,
.CBody pre,
.CDLEntry {
    font-family: "DejaVu Sans Mono", Menlo, monospace;
    font-size: 12pt;
}