1 | body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: black; background-color: white} |
---|
2 | a:link { color: #003300; text-decoration: underline} |
---|
3 | a:hover { color: #F5BC52; text-decoration: underline} |
---|
4 | a:visited { color: #004400; text-decoration: underline} |
---|
5 | li { color: #003300; position: relative; left: -15px; clip: rect(auto, auto, auto, auto)} |
---|
6 | td { font-size: 10pt} |
---|
7 | th { font-size: 10pt} |
---|
8 | |
---|
9 | .MainHeader { font-weight: bold; color: #F5BC52; background-color: #006600; font-size: 10pt} |
---|
10 | .BorderHeader { background-color: #999900; font-size: 8pt; font-weight: bold; color: #F5BC52; text-align: center} |
---|
11 | .MainContent { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #CCFFCC } |
---|
12 | .BorderContent { font-size: 8pt; color: #66CC33; border-color: black #666600 #666600; |
---|
13 | padding-top: 2px; padding-right: 2px; padding-bottom: 10px; padding-left: 2px; |
---|
14 | margin-bottom: 2px; border-style: solid; |
---|
15 | border-top-width: 0px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px} |
---|
16 | .NewsDate { color: #CCFFCC; font-weight: bold} |
---|
17 | .Annotation { font-size: 10px} |
---|
18 | |
---|
19 | H1, H2, H3 { |
---|
20 | background-color: #6b7d6b; |
---|
21 | color: white; |
---|
22 | padding: 2px; |
---|
23 | padding-left: 5px; |
---|
24 | border-style: solid; |
---|
25 | border-width: 1px; |
---|
26 | border-color: black; |
---|
27 | } |
---|
28 | |
---|
29 | H1 { |
---|
30 | text-align: center; |
---|
31 | } |
---|
32 | H2 { |
---|
33 | } |
---|
34 | H3 { |
---|
35 | FONT-FAMILY: trebuchet ms,helvetica,arial; |
---|
36 | } |
---|
37 | pre { |
---|
38 | background-color: #eeffee; |
---|
39 | color: black; |
---|
40 | padding: 5px; |
---|
41 | } |
---|
42 | td.example { |
---|
43 | border-style: solid; |
---|
44 | border-width: 1px; |
---|
45 | border-color: black; |
---|
46 | } |
---|
47 | dt { color: #3D653D; font-weight: bold;} |
---|
48 | |
---|
49 | A.qindex {} |
---|
50 | A.qindexRef {} |
---|
51 | A.el { text-decoration: none; font-weight: bold } |
---|
52 | A.elRef { font-weight: bold } |
---|
53 | A.code { text-decoration: none; font-weight: normal; color: Blue } |
---|
54 | A:visited.code { text-decoration: none; font-weight: normal; color: Navy } |
---|
55 | A:hover.code { text-decoration: underline; font-weight: normal; color: Blue } |
---|
56 | A.codeRef { font-weight: normal; color: #4444ee } |
---|
57 | DL.el { margin-left: -1cm } |
---|
58 | DIV.fragment { width: 100%; border: none; background-color: #003300 } |
---|
59 | DIV.ah { color: white; background-color: black; margin-bottom: 3px; margin-top: 3px } |
---|
60 | DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold } |
---|
61 | DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller } |
---|
62 | DIV.importantBox { |
---|
63 | border-width:medium; |
---|
64 | border-style:solid; |
---|
65 | border-color:#6b7d6b; |
---|
66 | background-color:#F5BC52; |
---|
67 | margin-left:10%; |
---|
68 | margin-right:10%; |
---|
69 | margin-top:5px; |
---|
70 | margin-bottom:5px; |
---|
71 | padding:5px; |
---|
72 | } |
---|
73 | DIV.center { |
---|
74 | text-align:center; |
---|
75 | } |
---|
76 | FONT.keyword { color: #008000 } |
---|
77 | FONT.keywordtype { color: #999920 } |
---|
78 | FONT.keywordflow { color: #e0FF00 } |
---|
79 | FONT.comment { color: #009900 } |
---|
80 | FONT.preprocessor { color: #809020 } |
---|
81 | FONT.stringliteral { color: #002080 } |
---|
82 | FONT.charliteral { color: #008080 } |
---|
83 | .ex { |
---|
84 | FONT-SIZE: 8pt; FONT-FAMILY: tahoma |
---|
85 | } |
---|
86 | CODE.keywordtype { |
---|
87 | COLOR: #00ccff |
---|
88 | } |
---|
89 | CODE.keyword { |
---|
90 | FONT-WEIGHT: bold; COLOR: #00ccff |
---|
91 | } |
---|
92 | CODE.fn { |
---|
93 | COLOR: white; |
---|
94 | FONT-WEIGHT: bold; |
---|
95 | } |
---|
96 | CODE.var { |
---|
97 | COLOR: #dcdcdc; |
---|
98 | } |
---|
99 | CODE.macro { |
---|
100 | COLOR: #809020; |
---|
101 | FONT-WEIGHT: bold; |
---|
102 | } |
---|
103 | CODE.comm { |
---|
104 | COLOR: lime |
---|
105 | } |
---|
106 | |
---|
107 | CODE.num { |
---|
108 | COLOR: purple |
---|
109 | } |
---|
110 | CODE.str { |
---|
111 | COLOR: #ffcc33; |
---|
112 | font-style: italic |
---|
113 | } |
---|
114 | /* Used for rendering members in API specification */ |
---|
115 | |
---|
116 | .mdTable |
---|
117 | { |
---|
118 | background-color: #eeffee; |
---|
119 | color: #ED9C08; |
---|
120 | width: 100%; |
---|
121 | border-top-style: solid; |
---|
122 | border-top-color: black; |
---|
123 | border-top-width: 1px; |
---|
124 | } |
---|
125 | |
---|
126 | .md |
---|
127 | { |
---|
128 | font-size: 12pt; |
---|
129 | font-weight: bold; |
---|
130 | } |
---|
131 | .md A.el { |
---|
132 | color: #F5BC52; |
---|
133 | } |
---|
134 | .md A:link.el { |
---|
135 | color: #007700; |
---|
136 | } |
---|
137 | .md A:hover.el { |
---|
138 | color: #F5BC52; |
---|
139 | } |
---|
140 | .md A:visited.el { |
---|
141 | color: #229922; |
---|
142 | } |
---|
143 | |
---|
144 | |
---|
145 | .mdname1, .mdname |
---|
146 | { |
---|
147 | font-size: 12pt; |
---|
148 | font-weight: normal; |
---|
149 | font-style: italic; |
---|
150 | } |
---|
151 | |
---|
152 | /* There's no class on the graph images in the API docs, but they're |
---|
153 | all centered. TODO: get doxygen to give them a class. (This won't |
---|
154 | look terrible on any image, though, really.) */ |
---|
155 | center img { |
---|
156 | border-style: solid; |
---|
157 | border-width: 1px; |
---|
158 | border-color: #AACCAA; |
---|
159 | } |
---|
160 | |
---|
161 | .memItemLeft |
---|
162 | { |
---|
163 | background-color: #eeffee; |
---|
164 | } |
---|
165 | .memItemRight |
---|
166 | { |
---|
167 | background-color: #eeffee; |
---|
168 | } |
---|
169 | |
---|
170 | |
---|
171 | HR { height: 1px; } |
---|