1pre, .LegaleseLeft {
2  font-family: Courier, monospace;
3  font-weight: 600;
4  vertical-align: top;
5  margin: 15px 85px 15px 35px;
6  padding: 25px;
7  width: 90%;
8  overflow-x:auto;
9}
10
11pre a[href] {
12  color: #5caa15;
13}
14
15p {
16  width: 70%;
17  margin: 15px 0px 10px 15px;
18}
19
20table p {
21  margin: 0px;
22  padding: 0px;
23}
24
25a[href] {
26  color: #007330;
27  text-decoration: none;
28}
29
30/* Different color for ext. links */
31a[href|="http://"], a[href|="https://"] {
32    color: #6bb8db;
33}
34
35h1.title {
36  margin-top: 30px;
37  margin-left: 6px;
38  padding: 6px;
39}
40
41h2, p.h2 {
42  padding: 4px;
43  margin: 30px 0px 20px 10px;
44}
45
46h3 {
47  margin: 30px 0px 30px 6px;
48}
49
50ul, ol {
51  margin-top: 4px;
52  margin-bottom: 0px;
53}
54
55ul li, ol li {
56  margin-bottom: 8px;
57}
58
59.mainContent li.level2 {
60  margin-left: 16px;
61}
62
63.rightAlign {
64  text-align: right;
65}
66
67h3.fn, span.fn {
68  word-spacing: 3px;
69  padding: 5px;
70  text-decoration: none;
71  font-weight: 400;
72  margin: 45px 0px 0px 6px;
73}
74.fngroup h3.fngroupitem {
75  margin-bottom: 5px;
76}
77table {
78  max-width: 80%;
79  padding: 15px 45px 15px 15px;
80}
81
82table th {
83  text-align: left;
84  padding: 8px;
85}
86
87table td {
88  padding: 6px 10px 6px 10px;
89}
90
91table.qmlname td {
92  padding: 0px;
93  margin-left: 6px;
94}
95
96table.qmlname p .name,
97h3.fn .name, h3.fn .type {
98  font-weight: bold;
99}
100
101.context h3.fn {
102  font-weight: 400;
103}
104
105.qmlreadonly, .qmldefault {
106  font-family: Courier, monospace;
107  margin-right: 6px;
108}
109
110code {
111  font-family: Courier, monospace;
112  font-weight: 400;
113}
114
115p.naviNextPrevious {
116  text-align: right;
117  margin-right: 20px;
118}
119
120span.naviSeparator {
121  white-space: pre;
122}
123
124.toc h3 {
125  margin: 0px 0px 10px 6px;
126}
127
128.toc ul {
129  list-style-type: none;
130}
131
132.navigationbar table {
133  padding: 0;
134  margin: 0;
135}
136
137.footer, .footer p {
138  padding: 5px 0px 5px 0px;
139  margin: 45px 15px 5px 15px;
140  font-size: 8.5pt;
141}
142
143.footer p {
144  margin: 0px;
145}
146
147.video {
148  margin: 15px 0 0 15px;
149}
150