This repository contains QRP documentation built using Doxygen.
Source
1
+
#nav-tree .children_ul {
2
+
margin:0;
3
+
padding:4px;
4
+
}
5
+
6
+
#nav-tree ul {
7
+
list-style:none outside none;
8
+
margin:0px;
9
+
padding:0px;
10
+
}
11
+
12
+
#nav-tree li {
13
+
white-space:nowrap;
14
+
margin:0px;
15
+
padding:0px;
16
+
}
17
+
18
+
#nav-tree .plus {
19
+
margin:0px;
20
+
}
21
+
22
+
#nav-tree .selected {
23
+
background-image: url('tab_a.png');
24
+
background-repeat:repeat-x;
25
+
color: var(--nav-text-active-color);
26
+
text-shadow: var(--nav-text-active-shadow);
27
+
}
28
+
29
+
#nav-tree .selected .arrow {
30
+
color: var(--nav-arrow-selected-color);
31
+
text-shadow: none;
32
+
}
33
+
34
+
#nav-tree img {
35
+
margin:0px;
36
+
padding:0px;
37
+
border:0px;
38
+
vertical-align: middle;
39
+
}
40
+
41
+
#nav-tree a {
42
+
text-decoration:none;
43
+
padding:0px;
44
+
margin:0px;
45
+
}
46
+
47
+
#nav-tree .label {
48
+
margin:0px;
49
+
padding:0px;
50
+
font: 12px var(--font-family-nav);
51
+
}
52
+
53
+
#nav-tree .label a {
54
+
padding:2px;
55
+
}
56
+
57
+
#nav-tree .selected a {
58
+
text-decoration:none;
59
+
color:var(--nav-text-active-color);
60
+
}
61
+
62
+
#nav-tree .children_ul {
63
+
margin:0px;
64
+
padding:0px;
65
+
}
66
+
67
+
#nav-tree .item {
68
+
margin:0px;
69
+
padding:0px;
70
+
}
71
+
72
+
#nav-tree {
73
+
padding: 0px 0px;
74
+
font-size:14px;
75
+
overflow:auto;
76
+
}
77
+
78
+
#doc-content {
79
+
overflow:auto;
80
+
display:block;
81
+
padding:0px;
82
+
margin:0px;
83
+
overflow-scrolling : touch; /* iOS 5+ */
84
+
}
85
+
86
+
#side-nav {
87
+
padding:0 6px 0 0;
88
+
margin: 0px;
89
+
display:block;
90
+
position: absolute;
91
+
left: 0px;
92
+
width: $width;
93
+
overflow : hidden;
94
+
}
95
+
96
+
.ui-resizable .ui-resizable-handle {
97
+
display:block;
98
+
}
99
+
100
+
.ui-resizable-e {
101
+
background-image:var(--nav-splitbar-image);
102
+
background-size:100%;
103
+
background-repeat:repeat-y;
104
+
background-attachment: scroll;
105
+
cursor:ew-resize;
106
+
height:100%;
107
+
right:0;
108
+
top:0;
109
+
width:6px;
110
+
}
111
+
112
+
.ui-resizable-handle {
113
+
display:none;
114
+
font-size:0.1px;
115
+
position:absolute;
116
+
z-index:1;
117
+
}
118
+
119
+
#nav-tree-contents {
120
+
margin: 6px 0px 0px 0px;
121
+
}
122
+
123
+
#nav-tree {
124
+
background-repeat:repeat-x;
125
+
background-color: var(--nav-background-color);
126
+
overflow-scrolling : touch; /* iOS 5+ */
127
+
}
128
+
129
+
#nav-sync {
130
+
position:absolute;
131
+
top:5px;
132
+
right:24px;
133
+
z-index:0;
134
+
}
135
+
136
+
#nav-sync img {
137
+
opacity:0.3;
138
+
}
139
+
140
+
#nav-sync img:hover {
141
+
opacity:0.9;
142
+
}
143
+
144
+
@media print
145
+
{
146
+
#nav-tree { display: none; }
147
+
div.ui-resizable-handle { display: none; position: relative; }
148
+
}
149
+