aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/02-docstyle.css
blob: a971799fd49976965a438e7044c6419a8ed336d9 (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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
a {
    color: #3F8ED8;
    text-decoration: none;
}


#hd.doc {
    -x-system-font:none;
    font-family: Helvetica,Arial,Tahoma,Verdana,Sans-Serif;
    color: #555555;
    margin: 0;
    margin-bottom: 1em;
}

#hd.doc h1 {
    letter-spacing: 3px;
    font-size: 2.5em;
    line-height: 100%;
    margin: 0.3em 0;
    font-weight: normal;
}

#nav {
    float: right;
}


#bd {
    -x-system-font:none;
    font-family: Helvetica,Arial,Tahoma,Verdana,Sans-Serif;
    font-size: 1.6em;
    color: #555555;
}

#bd h1 {
    font-size: 1.4em;
    border-bottom: 5px solid #ff7033;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000000;
}

#bd h2 {
    font-size: 1.1em;
    border-bottom: 1px solid #cccccc;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000000;
}

#bd p {
    margin: 1em 0;


}

#ft.doc {
    color: #aaa;
    border-top: 1px solid #aaa;
    clear: both;
    margin-top: 2em;
    font-size: 0.8em;
    letter-spacing: 0.5px;
}

.faq .question {
    font-size: 1.1em;
    font-weight: bold;
}

pre {
    padding: 10px;
    background-color: #dddddd;
    margin: 1em 0;
}

.terminal {
    color: #ffffff;
    background: #000000;


}

.docindex, .docindex ul {
    margin-top: 0.1em;
    margin-bottom: 0;
    margin-left: 0px;
}

.docindex li {
    list-style-position: inside;
    margin-left: 0;
}

.docindex ul {
    margin-left: 2em;
}

li a {
    text-decoration: none;
}

.highlight {
    font-size: 14px;
}