1 |
pam-fi |
1.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: center; |
10 |
|
|
font-size: 150%; |
11 |
|
|
} |
12 |
|
|
|
13 |
|
|
h2 { |
14 |
|
|
font-size: 120%; |
15 |
|
|
} |
16 |
|
|
|
17 |
|
|
h3 { |
18 |
|
|
font-size: 100%; |
19 |
|
|
} |
20 |
|
|
|
21 |
|
|
/* @end */ |
22 |
|
|
|
23 |
|
|
caption { |
24 |
|
|
font-weight: bold; |
25 |
|
|
} |
26 |
|
|
|
27 |
|
|
div.qindex, div.navtab{ |
28 |
|
|
background-color: #e8eef2; |
29 |
|
|
border: 1px solid #84b0c7; |
30 |
|
|
text-align: center; |
31 |
|
|
margin: 2px; |
32 |
|
|
padding: 2px; |
33 |
|
|
} |
34 |
|
|
|
35 |
|
|
div.qindex, div.navpath { |
36 |
|
|
width: 100%; |
37 |
|
|
line-height: 140%; |
38 |
|
|
} |
39 |
|
|
|
40 |
|
|
div.navtab { |
41 |
|
|
margin-right: 15px; |
42 |
|
|
} |
43 |
|
|
|
44 |
|
|
/* @group Link Styling */ |
45 |
|
|
|
46 |
|
|
a { |
47 |
|
|
color: #153788; |
48 |
|
|
font-weight: normal; |
49 |
|
|
text-decoration: none; |
50 |
|
|
} |
51 |
|
|
|
52 |
|
|
.contents a:visited { |
53 |
|
|
color: #1b77c5; |
54 |
|
|
} |
55 |
|
|
|
56 |
|
|
a:hover { |
57 |
|
|
text-decoration: underline; |
58 |
|
|
} |
59 |
|
|
|
60 |
|
|
a.qindex { |
61 |
|
|
font-weight: bold; |
62 |
|
|
} |
63 |
|
|
|
64 |
|
|
a.qindexHL { |
65 |
|
|
font-weight: bold; |
66 |
|
|
background-color: #6666cc; |
67 |
|
|
color: #ffffff; |
68 |
|
|
border: 1px double #9295C2; |
69 |
|
|
} |
70 |
|
|
|
71 |
|
|
.contents a.qindexHL:visited { |
72 |
|
|
color: #ffffff; |
73 |
|
|
} |
74 |
|
|
|
75 |
|
|
a.el { |
76 |
|
|
font-weight: bold; |
77 |
|
|
} |
78 |
|
|
|
79 |
|
|
a.elRef { |
80 |
|
|
} |
81 |
|
|
|
82 |
|
|
a.code { |
83 |
|
|
} |
84 |
|
|
|
85 |
|
|
a.codeRef { |
86 |
|
|
} |
87 |
|
|
|
88 |
|
|
/* @end */ |
89 |
|
|
|
90 |
|
|
dl.el { |
91 |
|
|
margin-left: -1cm; |
92 |
|
|
} |
93 |
|
|
|
94 |
|
|
.fragment { |
95 |
|
|
font-family: monospace, fixed; |
96 |
|
|
font-size: 105%; |
97 |
|
|
} |
98 |
|
|
|
99 |
|
|
pre.fragment { |
100 |
|
|
border: 1px solid #CCCCCC; |
101 |
|
|
background-color: #f5f5f5; |
102 |
|
|
padding: 4px 6px; |
103 |
|
|
margin: 4px 8px 4px 2px; |
104 |
|
|
} |
105 |
|
|
|
106 |
|
|
div.ah { |
107 |
|
|
background-color: black; |
108 |
|
|
font-weight: bold; |
109 |
|
|
color: #ffffff; |
110 |
|
|
margin-bottom: 3px; |
111 |
|
|
margin-top: 3px |
112 |
|
|
} |
113 |
|
|
|
114 |
|
|
div.groupHeader { |
115 |
|
|
margin-left: 16px; |
116 |
|
|
margin-top: 12px; |
117 |
|
|
margin-bottom: 6px; |
118 |
|
|
font-weight: bold; |
119 |
|
|
} |
120 |
|
|
|
121 |
|
|
div.groupText { |
122 |
|
|
margin-left: 16px; |
123 |
|
|
font-style: italic; |
124 |
|
|
} |
125 |
|
|
|
126 |
|
|
body { |
127 |
|
|
background: white; |
128 |
|
|
color: black; |
129 |
|
|
margin-right: 20px; |
130 |
|
|
margin-left: 20px; |
131 |
|
|
} |
132 |
|
|
|
133 |
|
|
td.indexkey { |
134 |
|
|
background-color: #e8eef2; |
135 |
|
|
font-weight: bold; |
136 |
|
|
border: 1px solid #CCCCCC; |
137 |
|
|
margin: 2px 0px 2px 0; |
138 |
|
|
padding: 2px 10px; |
139 |
|
|
} |
140 |
|
|
|
141 |
|
|
td.indexvalue { |
142 |
|
|
background-color: #e8eef2; |
143 |
|
|
border: 1px solid #CCCCCC; |
144 |
|
|
padding: 2px 10px; |
145 |
|
|
margin: 2px 0px; |
146 |
|
|
} |
147 |
|
|
|
148 |
|
|
tr.memlist { |
149 |
|
|
background-color: #f0f0f0; |
150 |
|
|
} |
151 |
|
|
|
152 |
|
|
p.formulaDsp { |
153 |
|
|
text-align: center; |
154 |
|
|
} |
155 |
|
|
|
156 |
|
|
img.formulaDsp { |
157 |
|
|
|
158 |
|
|
} |
159 |
|
|
|
160 |
|
|
img.formulaInl { |
161 |
|
|
vertical-align: middle; |
162 |
|
|
} |
163 |
|
|
|
164 |
|
|
/* @group Code Colorization */ |
165 |
|
|
|
166 |
|
|
span.keyword { |
167 |
|
|
color: #008000 |
168 |
|
|
} |
169 |
|
|
|
170 |
|
|
span.keywordtype { |
171 |
|
|
color: #604020 |
172 |
|
|
} |
173 |
|
|
|
174 |
|
|
span.keywordflow { |
175 |
|
|
color: #e08000 |
176 |
|
|
} |
177 |
|
|
|
178 |
|
|
span.comment { |
179 |
|
|
color: #800000 |
180 |
|
|
} |
181 |
|
|
|
182 |
|
|
span.preprocessor { |
183 |
|
|
color: #806020 |
184 |
|
|
} |
185 |
|
|
|
186 |
|
|
span.stringliteral { |
187 |
|
|
color: #002080 |
188 |
|
|
} |
189 |
|
|
|
190 |
|
|
span.charliteral { |
191 |
|
|
color: #008080 |
192 |
|
|
} |
193 |
|
|
|
194 |
|
|
span.vhdldigit { |
195 |
|
|
color: #ff00ff |
196 |
|
|
} |
197 |
|
|
|
198 |
|
|
span.vhdlchar { |
199 |
|
|
color: #000000 |
200 |
|
|
} |
201 |
|
|
|
202 |
|
|
span.vhdlkeyword { |
203 |
|
|
color: #700070 |
204 |
|
|
} |
205 |
|
|
|
206 |
|
|
span.vhdllogic { |
207 |
|
|
color: #ff0000 |
208 |
|
|
} |
209 |
|
|
|
210 |
|
|
/* @end */ |
211 |
|
|
|
212 |
|
|
.search { |
213 |
|
|
color: #003399; |
214 |
|
|
font-weight: bold; |
215 |
|
|
} |
216 |
|
|
|
217 |
|
|
form.search { |
218 |
|
|
margin-bottom: 0px; |
219 |
|
|
margin-top: 0px; |
220 |
|
|
} |
221 |
|
|
|
222 |
|
|
input.search { |
223 |
|
|
font-size: 75%; |
224 |
|
|
color: #000080; |
225 |
|
|
font-weight: normal; |
226 |
|
|
background-color: #e8eef2; |
227 |
|
|
} |
228 |
|
|
|
229 |
|
|
td.tiny { |
230 |
|
|
font-size: 75%; |
231 |
|
|
} |
232 |
|
|
|
233 |
|
|
.dirtab { |
234 |
|
|
padding: 4px; |
235 |
|
|
border-collapse: collapse; |
236 |
|
|
border: 1px solid #84b0c7; |
237 |
|
|
} |
238 |
|
|
|
239 |
|
|
th.dirtab { |
240 |
|
|
background: #e8eef2; |
241 |
|
|
font-weight: bold; |
242 |
|
|
} |
243 |
|
|
|
244 |
|
|
hr { |
245 |
|
|
height: 0; |
246 |
|
|
border: none; |
247 |
|
|
border-top: 1px solid #666; |
248 |
|
|
} |
249 |
|
|
|
250 |
|
|
/* @group Member Descriptions */ |
251 |
|
|
|
252 |
|
|
.mdescLeft, .mdescRight, |
253 |
|
|
.memItemLeft, .memItemRight, |
254 |
|
|
.memTemplItemLeft, .memTemplItemRight, .memTemplParams { |
255 |
|
|
background-color: #FAFAFA; |
256 |
|
|
border: none; |
257 |
|
|
margin: 4px; |
258 |
|
|
padding: 1px 0 0 8px; |
259 |
|
|
} |
260 |
|
|
|
261 |
|
|
.mdescLeft, .mdescRight { |
262 |
|
|
padding: 0px 8px 4px 8px; |
263 |
|
|
color: #555; |
264 |
|
|
} |
265 |
|
|
|
266 |
|
|
.memItemLeft, .memItemRight, .memTemplParams { |
267 |
|
|
border-top: 1px solid #ccc; |
268 |
|
|
} |
269 |
|
|
|
270 |
|
|
.memTemplParams { |
271 |
|
|
color: #606060; |
272 |
|
|
} |
273 |
|
|
|
274 |
|
|
/* @end */ |
275 |
|
|
|
276 |
|
|
/* @group Member Details */ |
277 |
|
|
|
278 |
|
|
/* Styles for detailed member documentation */ |
279 |
|
|
|
280 |
|
|
.memtemplate { |
281 |
|
|
font-size: 80%; |
282 |
|
|
color: #606060; |
283 |
|
|
font-weight: normal; |
284 |
|
|
margin-left: 3px; |
285 |
|
|
} |
286 |
|
|
|
287 |
|
|
.memnav { |
288 |
|
|
background-color: #e8eef2; |
289 |
|
|
border: 1px solid #84b0c7; |
290 |
|
|
text-align: center; |
291 |
|
|
margin: 2px; |
292 |
|
|
margin-right: 15px; |
293 |
|
|
padding: 2px; |
294 |
|
|
} |
295 |
|
|
|
296 |
|
|
.memitem { |
297 |
|
|
padding: 0; |
298 |
|
|
} |
299 |
|
|
|
300 |
|
|
.memname { |
301 |
|
|
white-space: nowrap; |
302 |
|
|
font-weight: bold; |
303 |
|
|
} |
304 |
|
|
|
305 |
|
|
.memproto, .memdoc { |
306 |
|
|
border: 1px solid #84b0c7; |
307 |
|
|
} |
308 |
|
|
|
309 |
|
|
.memproto { |
310 |
|
|
padding: 0; |
311 |
|
|
background-color: #d5e1e8; |
312 |
|
|
font-weight: bold; |
313 |
|
|
-webkit-border-top-left-radius: 8px; |
314 |
|
|
-webkit-border-top-right-radius: 8px; |
315 |
|
|
-moz-border-radius-topleft: 8px; |
316 |
|
|
-moz-border-radius-topright: 8px; |
317 |
|
|
} |
318 |
|
|
|
319 |
|
|
.memdoc { |
320 |
|
|
padding: 2px 5px; |
321 |
|
|
background-color: #eef3f5; |
322 |
|
|
border-top-width: 0; |
323 |
|
|
-webkit-border-bottom-left-radius: 8px; |
324 |
|
|
-webkit-border-bottom-right-radius: 8px; |
325 |
|
|
-moz-border-radius-bottomleft: 8px; |
326 |
|
|
-moz-border-radius-bottomright: 8px; |
327 |
|
|
} |
328 |
|
|
|
329 |
|
|
.paramkey { |
330 |
|
|
text-align: right; |
331 |
|
|
} |
332 |
|
|
|
333 |
|
|
.paramtype { |
334 |
|
|
white-space: nowrap; |
335 |
|
|
} |
336 |
|
|
|
337 |
|
|
.paramname { |
338 |
|
|
color: #602020; |
339 |
|
|
white-space: nowrap; |
340 |
|
|
} |
341 |
|
|
.paramname em { |
342 |
|
|
font-style: normal; |
343 |
|
|
} |
344 |
|
|
|
345 |
|
|
/* @end */ |
346 |
|
|
|
347 |
|
|
/* @group Directory (tree) */ |
348 |
|
|
|
349 |
|
|
/* for the tree view */ |
350 |
|
|
|
351 |
|
|
.ftvtree { |
352 |
|
|
font-family: sans-serif; |
353 |
|
|
margin: 0.5em; |
354 |
|
|
} |
355 |
|
|
|
356 |
|
|
/* these are for tree view when used as main index */ |
357 |
|
|
|
358 |
|
|
.directory { |
359 |
|
|
font-size: 9pt; |
360 |
|
|
font-weight: bold; |
361 |
|
|
} |
362 |
|
|
|
363 |
|
|
.directory h3 { |
364 |
|
|
margin: 0px; |
365 |
|
|
margin-top: 1em; |
366 |
|
|
font-size: 11pt; |
367 |
|
|
} |
368 |
|
|
|
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 |
|
|
*/ |
375 |
|
|
|
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 |
|
|
*/ |
386 |
|
|
|
387 |
|
|
.directory > h3 { |
388 |
|
|
margin-top: 0; |
389 |
|
|
} |
390 |
|
|
|
391 |
|
|
.directory p { |
392 |
|
|
margin: 0px; |
393 |
|
|
white-space: nowrap; |
394 |
|
|
} |
395 |
|
|
|
396 |
|
|
.directory div { |
397 |
|
|
display: none; |
398 |
|
|
margin: 0px; |
399 |
|
|
} |
400 |
|
|
|
401 |
|
|
.directory img { |
402 |
|
|
vertical-align: -30%; |
403 |
|
|
} |
404 |
|
|
|
405 |
|
|
/* these are for tree view when not used as main index */ |
406 |
|
|
|
407 |
|
|
.directory-alt { |
408 |
|
|
font-size: 100%; |
409 |
|
|
font-weight: bold; |
410 |
|
|
} |
411 |
|
|
|
412 |
|
|
.directory-alt h3 { |
413 |
|
|
margin: 0px; |
414 |
|
|
margin-top: 1em; |
415 |
|
|
font-size: 11pt; |
416 |
|
|
} |
417 |
|
|
|
418 |
|
|
.directory-alt > h3 { |
419 |
|
|
margin-top: 0; |
420 |
|
|
} |
421 |
|
|
|
422 |
|
|
.directory-alt p { |
423 |
|
|
margin: 0px; |
424 |
|
|
white-space: nowrap; |
425 |
|
|
} |
426 |
|
|
|
427 |
|
|
.directory-alt div { |
428 |
|
|
display: none; |
429 |
|
|
margin: 0px; |
430 |
|
|
} |
431 |
|
|
|
432 |
|
|
.directory-alt img { |
433 |
|
|
vertical-align: -30%; |
434 |
|
|
} |
435 |
|
|
|
436 |
|
|
/* @end */ |
437 |
|
|
|
438 |
|
|
address { |
439 |
|
|
font-style: normal; |
440 |
|
|
color: #333; |
441 |
|
|
} |