1 | body { font-family: Verdana,Arial;
|
---|
2 | color: black; background-color: white;
|
---|
3 | font-size: 12px; }
|
---|
4 | body.navigationframe { font-family: Verdana,Arial;
|
---|
5 | color: white; background-color: #787878;
|
---|
6 | font-size: 12px; }
|
---|
7 |
|
---|
8 | img { border:0px; }
|
---|
9 |
|
---|
10 | a:link {color:#C91E0C; text-decoration: none; }
|
---|
11 | a:visited {color:#7E5C31; text-decoration: none; }
|
---|
12 | a:hover {text-decoration: underline; }
|
---|
13 | a:active {text-decoration: underline; }
|
---|
14 |
|
---|
15 | a.navigation:link { color: white; text-decoration: none; font-size: 12px;}
|
---|
16 | a.navigation:visited { color: white; text-decoration: none; font-size: 12px;}
|
---|
17 | a.navigation:hover { color: white; font-weight: bold;
|
---|
18 | text-decoration: none; font-size: 12px; }
|
---|
19 | a.navigation:active { color: white; text-decoration: none; font-size: 12px;}
|
---|
20 |
|
---|
21 | a.bold:link {color:#C91E0C; text-decoration: none; font-weight:bold; }
|
---|
22 | a.bold:visited {color:#7E5C31; text-decoration: none; font-weight:bold; }
|
---|
23 | a.bold:hover {text-decoration: underline; font-weight:bold; }
|
---|
24 | a.bold:active {text-decoration: underline; font-weight:bold; }
|
---|
25 |
|
---|
26 | a.section {color: green; text-decoration: none; font-weight: bold; }
|
---|
27 | a.section:hover {color: green; text-decoration: underline; font-weight: bold; }
|
---|
28 |
|
---|
29 | ul.useslist a:link {color:#C91E0C; text-decoration: none; font-weight:bold; }
|
---|
30 | ul.useslist a:visited {color:#7E5C31; text-decoration: none; font-weight:bold; }
|
---|
31 | ul.useslist a:hover {text-decoration: underline; font-weight:bold; }
|
---|
32 | ul.useslist a:active {text-decoration: underline; font-weight:bold; }
|
---|
33 |
|
---|
34 | ul.hierarchy { list-style-type:none; }
|
---|
35 | ul.hierarchylevel { list-style-type:none; }
|
---|
36 |
|
---|
37 | p.unitlink a:link {color:#C91E0C; text-decoration: none; font-weight:bold; }
|
---|
38 | p.unitlink a:visited {color:#7E5C31; text-decoration: none; font-weight:bold; }
|
---|
39 | p.unitlink a:hover {text-decoration: underline; font-weight:bold; }
|
---|
40 | p.unitlink a:active {text-decoration: underline; font-weight:bold; }
|
---|
41 |
|
---|
42 | tr.list { background: #FFBF44; }
|
---|
43 | tr.list2 { background: #FFC982; }
|
---|
44 | tr.listheader { background: #C91E0C; color: white; }
|
---|
45 |
|
---|
46 | table { border-spacing:2px; padding:4px; width:100%; }
|
---|
47 |
|
---|
48 | table.markerlegend { width:auto; }
|
---|
49 | table.markerlegend td.legendmarker { text-align:center; }
|
---|
50 |
|
---|
51 | table.sections { background:white; }
|
---|
52 | table.sections td {background:lightgray; }
|
---|
53 |
|
---|
54 | table.summary td.itemcode { width:100%; }
|
---|
55 | table.detail td.itemcode { width:100%; }
|
---|
56 |
|
---|
57 | td { vertical-align:top; padding:4px; }
|
---|
58 |
|
---|
59 | td.itemname {white-space:nowrap; }
|
---|
60 | td.itemunit {white-space:nowrap; }
|
---|
61 | td.itemdesc { width:100%; }
|
---|
62 |
|
---|
63 | div.nodescription {color:red;}
|
---|
64 | dl.parameters {;}
|
---|
65 | dl.parameters dt {color:blue;}
|
---|
66 | dl.parameters dd {;}
|
---|
67 |
|
---|
68 | /* Style applied to Pascal code in documentation
|
---|
69 | (e.g. produced by @longcode tag) } */
|
---|
70 | span.pascal_string { color: #000080; }
|
---|
71 | span.pascal_keyword { font-weight: bolder; }
|
---|
72 | span.pascal_comment { color: #000080; font-style: italic; }
|
---|
73 | span.pascal_compiler_comment { color: #008000; }
|
---|
74 | span.pascal_numeric { }
|
---|
75 | span.pascal_hex { }
|
---|
76 |
|
---|
77 | p.hint_directive { color: red; }
|
---|
78 |
|
---|
79 | input#search_text { }
|
---|
80 | input#search_submit_button { }
|
---|
81 |
|
---|
82 | acronym.mispelling { background-color: #ffa; }
|
---|