aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/02-docstyle.css
blob: eee82c581adcbdef6e650082aff0d861d50954d3 (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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
a {
    color: #3F8ED8;
    text-decoration: none;
}


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

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

#nav {
    float: right;
}


#bd {
    font: 16px/21px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.5;
    color: #444444;
}

#bd h1, #bd h2 {
    font-family: "Georgia","Times New Roman",Helvetica,Arial,sans-serif;
    font-weight: normal;
}

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

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

#bd p {
    margin: 1em 0;
}

/* Keyboard shortcuts */
#bd em {
    font-weight: bold;
    color: #04B404; 
    font-style: normal;
}

#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 {
    font-size: 0.9em;
    line-height: 1.4;
    padding: 10px;
    background-color: #dddddd;
    margin: 1em 0;
}

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


}

.docindex {
    font-size: 1.3em;
    line-height: 1.3;
    margin-top: 0.1em;
    margin-bottom: 0;
    margin-left: 0px;
}

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

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

li a {
    text-decoration: none;
}

.highlight {
    font-size: 14px;
}