summaryrefslogtreecommitdiff
path: root/docs/reference/webhelper/eos.css
blob: 7307859df2ba70053db6559c8edad1700479f56c (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: "Source Sans Pro";
}

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

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

.CHeading {
    font-size: 14pt;
}

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

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

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

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