Mon, 03 Aug 2009 23:41:04 +0100
added dep/*.d and obj/*.o to hgignore
1 body, table, div, p, dl {
2 font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
3 font-size: 12px;
4 }
6 /* @group Heading Levels */
8 h1 {
9 text-align: center;
10 font-size: 150%;
11 }
13 h2 {
14 font-size: 120%;
15 }
17 h3 {
18 font-size: 100%;
19 }
21 /* @end */
23 caption {
24 font-weight: bold;
25 }
27 div.qindex, div.navpath, div.navtab{
28 background-color: #e8eef2;
29 border: 1px solid #84b0c7;
30 text-align: center;
31 margin: 2px;
32 padding: 2px;
33 }
35 div.qindex, div.navpath {
36 width: 100%;
37 line-height: 140%;
38 }
40 div.navtab {
41 margin-right: 15px;
42 }
44 /* @group Link Styling */
46 a {
47 color: #153788;
48 font-weight: normal;
49 text-decoration: none;
50 }
52 .contents a:visited {
53 color: #1b77c5;
54 }
56 a:hover {
57 text-decoration: underline;
58 }
60 a.qindex {
61 font-weight: bold;
62 }
64 a.qindexHL {
65 font-weight: bold;
66 background-color: #6666cc;
67 color: #ffffff;
68 border: 1px double #9295C2;
69 }
71 a.el {
72 font-weight: bold;
73 }
75 a.elRef {
76 }
78 a.code {
79 }
81 a.codeRef {
82 }
84 /* @end */
86 dl.el {
87 margin-left: -1cm;
88 }
90 .fragment {
91 font-family: monospace, fixed;
92 font-size: 105%;
93 }
95 pre.fragment {
96 border: 1px solid #CCCCCC;
97 background-color: #f5f5f5;
98 padding: 4px 6px;
99 margin: 4px 8px 4px 2px;
100 }
102 div.ah {
103 background-color: black;
104 font-weight: bold;
105 color: #ffffff;
106 margin-bottom: 3px;
107 margin-top: 3px
108 }
110 div.groupHeader {
111 margin-left: 16px;
112 margin-top: 12px;
113 margin-bottom: 6px;
114 font-weight: bold;
115 }
117 div.groupText {
118 margin-left: 16px;
119 font-style: italic;
120 }
122 body {
123 background: white;
124 color: black;
125 margin-right: 20px;
126 margin-left: 20px;
127 }
129 td.indexkey {
130 background-color: #e8eef2;
131 font-weight: bold;
132 border: 1px solid #CCCCCC;
133 margin: 2px 0px 2px 0;
134 padding: 2px 10px;
135 }
137 td.indexvalue {
138 background-color: #e8eef2;
139 border: 1px solid #CCCCCC;
140 padding: 2px 10px;
141 margin: 2px 0px;
142 }
144 tr.memlist {
145 background-color: #f0f0f0;
146 }
148 p.formulaDsp {
149 text-align: center;
150 }
152 img.formulaDsp {
154 }
156 img.formulaInl {
157 vertical-align: middle;
158 }
160 /* @group Code Colorization */
162 span.keyword {
163 color: #008000
164 }
166 span.keywordtype {
167 color: #604020
168 }
170 span.keywordflow {
171 color: #e08000
172 }
174 span.comment {
175 color: #800000
176 }
178 span.preprocessor {
179 color: #806020
180 }
182 span.stringliteral {
183 color: #002080
184 }
186 span.charliteral {
187 color: #008080
188 }
190 span.vhdldigit {
191 color: #ff00ff
192 }
194 span.vhdlchar {
195 color: #000000
196 }
198 span.vhdlkeyword {
199 color: #700070
200 }
202 span.vhdllogic {
203 color: #ff0000
204 }
206 /* @end */
208 .search {
209 color: #003399;
210 font-weight: bold;
211 }
213 form.search {
214 margin-bottom: 0px;
215 margin-top: 0px;
216 }
218 input.search {
219 font-size: 75%;
220 color: #000080;
221 font-weight: normal;
222 background-color: #e8eef2;
223 }
225 td.tiny {
226 font-size: 75%;
227 }
229 .dirtab {
230 padding: 4px;
231 border-collapse: collapse;
232 border: 1px solid #84b0c7;
233 }
235 th.dirtab {
236 background: #e8eef2;
237 font-weight: bold;
238 }
240 hr {
241 height: 0;
242 border: none;
243 border-top: 1px solid #666;
244 }
246 /* @group Member Descriptions */
248 .mdescLeft, .mdescRight,
249 .memItemLeft, .memItemRight,
250 .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
251 background-color: #FAFAFA;
252 border: none;
253 margin: 4px;
254 padding: 1px 0 0 8px;
255 }
257 .mdescLeft, .mdescRight {
258 padding: 0px 8px 4px 8px;
259 color: #555;
260 }
262 .memItemLeft, .memItemRight, .memTemplParams {
263 border-top: 1px solid #ccc;
264 }
266 .memTemplParams {
267 color: #606060;
268 }
270 /* @end */
272 /* @group Member Details */
274 /* Styles for detailed member documentation */
276 .memtemplate {
277 font-size: 80%;
278 color: #606060;
279 font-weight: normal;
280 margin-left: 3px;
281 }
283 .memnav {
284 background-color: #e8eef2;
285 border: 1px solid #84b0c7;
286 text-align: center;
287 margin: 2px;
288 margin-right: 15px;
289 padding: 2px;
290 }
292 .memitem {
293 padding: 0;
294 }
296 .memname {
297 white-space: nowrap;
298 font-weight: bold;
299 }
301 .memproto, .memdoc {
302 border: 1px solid #84b0c7;
303 }
305 .memproto {
306 padding: 0;
307 background-color: #d5e1e8;
308 font-weight: bold;
309 -webkit-border-top-left-radius: 8px;
310 -webkit-border-top-right-radius: 8px;
311 -moz-border-radius-topleft: 8px;
312 -moz-border-radius-topright: 8px;
313 }
315 .memdoc {
316 padding: 2px 5px;
317 background-color: #eef3f5;
318 border-top-width: 0;
319 -webkit-border-bottom-left-radius: 8px;
320 -webkit-border-bottom-right-radius: 8px;
321 -moz-border-radius-bottomleft: 8px;
322 -moz-border-radius-bottomright: 8px;
323 }
325 .memdoc p, .memdoc dl, .memdoc ul {
326 margin: 6px 0;
327 }
329 .paramkey {
330 text-align: right;
331 }
333 .paramtype {
334 white-space: nowrap;
335 }
337 .paramname {
338 color: #602020;
339 white-space: nowrap;
340 }
341 .paramname em {
342 font-style: normal;
343 }
345 /* @end */
347 /* @group Directory (tree) */
349 /* for the tree view */
351 .ftvtree {
352 font-family: sans-serif;
353 margin: 0.5em;
354 }
356 /* these are for tree view when used as main index */
358 .directory {
359 font-size: 9pt;
360 font-weight: bold;
361 }
363 .directory h3 {
364 margin: 0px;
365 margin-top: 1em;
366 font-size: 11pt;
367 }
369 /*
370 The following two styles can be used to replace the root node title
371 with an image of your choice. Simply uncomment the next two styles,
372 specify the name of your image and be sure to set 'height' to the
373 proper pixel height of your image.
374 */
376 /*
377 .directory h3.swap {
378 height: 61px;
379 background-repeat: no-repeat;
380 background-image: url("yourimage.gif");
381 }
382 .directory h3.swap span {
383 display: none;
384 }
385 */
387 .directory > h3 {
388 margin-top: 0;
389 }
391 .directory p {
392 margin: 0px;
393 white-space: nowrap;
394 }
396 .directory div {
397 display: none;
398 margin: 0px;
399 }
401 .directory img {
402 vertical-align: -30%;
403 }
405 /* these are for tree view when not used as main index */
407 .directory-alt {
408 font-size: 100%;
409 font-weight: bold;
410 }
412 .directory-alt h3 {
413 margin: 0px;
414 margin-top: 1em;
415 font-size: 11pt;
416 }
418 .directory-alt > h3 {
419 margin-top: 0;
420 }
422 .directory-alt p {
423 margin: 0px;
424 white-space: nowrap;
425 }
427 .directory-alt div {
428 display: none;
429 margin: 0px;
430 }
432 .directory-alt img {
433 vertical-align: -30%;
434 }
436 /* @end */
438 address {
439 font-style: normal;
440 color: #333;
441 }