RN rnmake  3.0.0
rnis_doxy.css
1 body, table, div, p, dl {
2  font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
3  font-size: 12px;
4 }
5 
6 /* @group Heading Levels */
7 
8 h1 {
9  text-align: left; /* RNIS */
10  font-size: 150%;
11  padding-top: 10px; /* RNIS */
12  border-bottom: 3px solid #0c9bce;; /* RNIS */
13 }
14 
15 h1:before { /* RNIS */
16  content: url(images/Logo.png); /* RNIS */
17  padding-right: 10px; /* RNIS */
18 } /* RNIS */
19 
20 h2 {
21  font-size: 140%; /* RNIS */
22 }
23 
24 h3 {
25  font-size: 100%;
26 }
27 
28 /* @end */
29 
30 caption {
31  font-weight: bold;
32 }
33 
34 div.qindex, div.navtab{
35  background-color: #e8eef2;
36  border: 1px solid #84b0c7;
37  text-align: center;
38  margin: 2px;
39  padding: 2px;
40 }
41 
42 div.qindex, div.navpath {
43  width: 100%;
44  line-height: 140%;
45 }
46 
47 div.navtab {
48  margin-right: 15px;
49 }
50 
51 /* @group Link Styling */
52 
53 a {
54  color: #153788;
55  font-weight: normal;
56  text-decoration: none;
57 }
58 
59 .contents a:visited {
60  color: #1b77c5;
61 }
62 
63 a:hover {
64  text-decoration: underline;
65 }
66 
67 a.qindex {
68  font-weight: bold;
69 }
70 
71 a.qindexHL {
72  font-weight: bold;
73  background-color: #6666cc;
74  color: #ffffff;
75  border: 1px double #9295C2;
76 }
77 
78 .contents a.qindexHL:visited {
79  color: #ffffff;
80 }
81 
82 a.el {
83  font-weight: bold;
84 }
85 
86 a.elRef {
87 }
88 
89 a.code {
90 }
91 
92 a.codeRef {
93 }
94 
95 /* @end */
96 
97 dl.el {
98  margin-left: -1cm;
99 }
100 
101 .fragment {
102  font-family: monospace, fixed;
103  font-size: 105%;
104 }
105 
106 pre.fragment {
107  border: 1px solid #CCCCCC;
108  background-color: #f5f5f5;
109  padding: 4px 6px;
110  margin: 4px 8px 4px 2px;
111 }
112 
113 div.ah {
114  background-color: black;
115  font-weight: bold;
116  color: #ffffff;
117  margin-bottom: 3px;
118  margin-top: 3px
119 }
120 
121 div.groupHeader {
122  margin-left: 16px;
123  margin-top: 12px;
124  margin-bottom: 6px;
125  font-weight: bold;
126 }
127 
128 div.groupText {
129  margin-left: 16px;
130  font-style: italic;
131 }
132 
133 body {
134  background: white;
135  color: black;
136  margin-right: 20px;
137  margin-left: 20px;
138 }
139 
140 td.indexkey {
141  background-color: #e8eef2;
142  font-weight: bold;
143  border: 1px solid #CCCCCC;
144  margin: 2px 0px 2px 0;
145  padding: 2px 10px;
146 }
147 
148 td.indexvalue {
149  background-color: #e8eef2;
150  border: 1px solid #CCCCCC;
151  padding: 2px 10px;
152  margin: 2px 0px;
153 }
154 
155 tr.memlist {
156  background-color: #f0f0f0;
157 }
158 
159 p.formulaDsp {
160  text-align: center;
161 }
162 
163 img.formulaDsp {
164 
165 }
166 
167 img.formulaInl {
168  vertical-align: middle;
169 }
170 
171 /* @group Code Colorization */
172 
173 span.keyword {
174  color: #008000
175 }
176 
177 span.keywordtype {
178  color: #604020
179 }
180 
181 span.keywordflow {
182  color: #e08000
183 }
184 
185 span.comment {
186  color: #800000
187 }
188 
189 span.preprocessor {
190  color: #806020
191 }
192 
193 span.stringliteral {
194  color: #002080
195 }
196 
197 span.charliteral {
198  color: #008080
199 }
200 
201 span.vhdldigit {
202  color: #ff00ff
203 }
204 
205 span.vhdlchar {
206  color: #000000
207 }
208 
209 span.vhdlkeyword {
210  color: #700070
211 }
212 
213 span.vhdllogic {
214  color: #ff0000
215 }
216 
217 /* @end */
218 
219 .search {
220  color: #003399;
221  font-weight: bold;
222 }
223 
224 form.search {
225  margin-bottom: 0px;
226  margin-top: 0px;
227 }
228 
229 input.search {
230  font-size: 75%;
231  color: #000080;
232  font-weight: normal;
233  background-color: #e8eef2;
234 }
235 
236 td.tiny {
237  font-size: 75%;
238 }
239 
240 .dirtab {
241  padding: 4px;
242  border-collapse: collapse;
243  border: 1px solid #84b0c7;
244 }
245 
246 th.dirtab {
247  background: #e8eef2;
248  font-weight: bold;
249 }
250 
251 hr {
252  height: 0;
253  border: none;
254  border-top: 1px solid #666;
255 }
256 
257 /* @group Member Descriptions */
258 
259 .mdescLeft, .mdescRight,
260 .memItemLeft, .memItemRight,
261 .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
262  background-color: #FAFAFA;
263  border: none;
264  margin: 4px;
265  padding: 1px 0 0 8px;
266 }
267 
268 .mdescLeft, .mdescRight {
269  padding: 0px 8px 4px 8px;
270  color: #555;
271 }
272 
273 .memItemLeft, .memItemRight, .memTemplParams {
274  border-top: 1px solid #ccc;
275 }
276 
277 .memTemplParams {
278  color: #606060;
279 }
280 
281 /* @end */
282 
283 /* @group Member Details */
284 
285 /* Styles for detailed member documentation */
286 
287 .memtemplate {
288  font-size: 80%;
289  color: #606060;
290  font-weight: normal;
291  margin-left: 3px;
292 }
293 
294 .memnav {
295  background-color: #e8eef2;
296  border: 1px solid #84b0c7;
297  text-align: center;
298  margin: 2px;
299  margin-right: 15px;
300  padding: 2px;
301 }
302 
303 .memitem {
304  padding: 0;
305 }
306 
307 .memname {
308  white-space: nowrap;
309  font-weight: bold;
310 }
311 
312 .memproto, .memdoc {
313  border: 1px solid #84b0c7;
314 }
315 
316 .memproto {
317  padding: 0;
318  background-color: #d5e1e8;
319  font-weight: bold;
320  -webkit-border-top-left-radius: 8px;
321  -webkit-border-top-right-radius: 8px;
322  -moz-border-radius-topleft: 8px;
323  -moz-border-radius-topright: 8px;
324 }
325 
326 .memdoc {
327  padding: 2px 5px;
328  background-color: #eef3f5;
329  border-top-width: 0;
330  -webkit-border-bottom-left-radius: 8px;
331  -webkit-border-bottom-right-radius: 8px;
332  -moz-border-radius-bottomleft: 8px;
333  -moz-border-radius-bottomright: 8px;
334 }
335 
336 .paramkey {
337  text-align: right;
338 }
339 
340 .paramtype {
341  white-space: nowrap;
342 }
343 
344 .paramname {
345  color: #602020;
346  white-space: nowrap;
347 }
348 .paramname em {
349  font-style: normal;
350 }
351 
352 /* @end */
353 
354 /* @group Directory (tree) */
355 
356 /* for the tree view */
357 
358 .ftvtree {
359  font-family: sans-serif;
360  margin: 0.5em;
361 }
362 
363 /* these are for tree view when used as main index */
364 
365 .directory {
366  font-size: 9pt;
367  font-weight: bold;
368 }
369 
370 .directory h3 {
371  margin: 0px;
372  margin-top: 1em;
373  font-size: 11pt;
374 }
375 
376 /*
377 The following two styles can be used to replace the root node title
378 with an image of your choice. Simply uncomment the next two styles,
379 specify the name of your image and be sure to set 'height' to the
380 proper pixel height of your image.
381 */
382 
383 /*
384 .directory h3.swap {
385  height: 61px;
386  background-repeat: no-repeat;
387  background-image: url("yourimage.gif");
388 }
389 .directory h3.swap span {
390  display: none;
391 }
392 */
393 
394 .directory > h3 {
395  margin-top: 0;
396 }
397 
398 .directory p {
399  margin: 0px;
400  white-space: nowrap;
401 }
402 
403 .directory div {
404  display: none;
405  margin: 0px;
406 }
407 
408 .directory img {
409  vertical-align: -30%;
410 }
411 
412 /* these are for tree view when not used as main index */
413 
414 .directory-alt {
415  font-size: 100%;
416  font-weight: bold;
417 }
418 
419 .directory-alt h3 {
420  margin: 0px;
421  margin-top: 1em;
422  font-size: 11pt;
423 }
424 
425 .directory-alt > h3 {
426  margin-top: 0;
427 }
428 
429 .directory-alt p {
430  margin: 0px;
431  white-space: nowrap;
432 }
433 
434 .directory-alt div {
435  display: none;
436  margin: 0px;
437 }
438 
439 .directory-alt img {
440  vertical-align: -30%;
441 }
442 
443 /* @end */
444 
445 address {
446  font-style: normal;
447  color: #333;
448 }
449 
450 
451 /*----------------------------------------------------------------------------
452  * RNIS specific types
453  *--------------------------------------------------------------------------*/
454 
455 body.rnrbody {
456  background: #ffffff;
457  color: black;
458  margin-right: 20px;
459  margin-left: 20px;
460 }
461 
462 /* term definition table */
463 table.rnis-def
464 {
465  margin: 0;
466  padding: 0 0 0 10px;
467  border: 0;
468 }
469 
470 table.rnis-def td
471 {
472  vertical-align: top;
473  margin: 0;
474  padding: 0 20px 0 0;
475  border: 0;
476  white-space: nowrap;
477 }
478 
479 table.rnis-def td.termdata
480 {
481  vertical-align: top;
482  margin: 0;
483  padding: 0 20px 0 0;
484  border: 0;
485  white-space: normal;
486 }
487 
488 /* standard table */
489 table.rnis-std
490 {
491  margin: 0;
492  padding: 0 0 0 10px;
493  border: 0;
494  text-align: center;
495 }
496 
497 table.rnis-std td
498 {
499  vertical-align: top;
500 }
501 
502 tr.rnis-hdr
503 {
504  text-align: center;
505  text-decoration: underline;
506  font-weight: bold;
507 }
508 
509 td.rnis-vline
510 {
511  margin: 0;
512  padding: 0;
513  width: 15px;
514 }
515 
516 td.rnis-led
517 {
518  color: #cc0000;
519  background-color: #eeeeee;
520  font-family: courier;
521  font-size: 50%;
522  font-weight: normal;
523  text-align: center;
524  vertical-align: middle;
525  border-width: 1px;
526  border-style: solid;
527  border-color: black;
528  margin: 0 5px 20px 0;
529  padding: 0px;
530 }
531 
532 p.rnis-indent
533 {
534  margin-left: 10px;
535 }
536 
537 /* man page options table */
538 table.rnis-opts
539 {
540  margin: 0;
541  padding: 0 0 0 10px;
542  border: 0;
543  text-align: left;
544 }
545 
546 table.rnis-opts td.rnis-opts-grp
547 {
548  vertical-align: top;
549  margin: 0;
550  padding: 10px 0 0 0;
551  border: 0;
552  font-weight: bold;
553 }
554 
555 table.rnis-opts td.rnis-opts-opt
556 {
557  vertical-align: top;
558  margin: 0;
559  padding: 0 0 0 10px;
560  border: 0;
561  font-family: monospace, fixed;
562  font-size: 110%;
563 }
564 
565 table.rnis-opts td
566 {
567  vertical-align: top;
568  margin: 0;
569  padding: 0 0 0 40px;
570  border: 0;
571 }
572 
573 span.rnis-code {
574  color: #008000
575 }