|
1 /* |
|
2 //////////////////////////////////////////////////////////////////////////////// |
|
3 // |
|
4 // ADOBE SYSTEMS INCORPORATED |
|
5 // Copyright 2005-2007 Adobe Systems Incorporated |
|
6 // All Rights Reserved. |
|
7 // |
|
8 // NOTICE: Adobe permits you to use, modify, and distribute this file |
|
9 // in accordance with the terms of the license agreement accompanying it. |
|
10 // |
|
11 //////////////////////////////////////////////////////////////////////////////// |
|
12 */ |
|
13 |
|
14 .titleTable { |
|
15 width: 100%; |
|
16 } |
|
17 .titleTableTitle { |
|
18 padding-left: 15px; |
|
19 padding-right: 5px; |
|
20 font-size: 13px; |
|
21 height: 44px; |
|
22 background-image: url(images/titleTableTop.jpg); |
|
23 background-repeat: repeat-x; |
|
24 } |
|
25 .titleTableSearch { |
|
26 white-space: nowrap; |
|
27 background-image: url(images/titleTableTop.jpg); |
|
28 background-repeat: repeat-x; |
|
29 padding-right: 10px; |
|
30 width: 50%; |
|
31 } |
|
32 .searchForm { |
|
33 margin-top: 0px; |
|
34 margin-bottom: 0px; |
|
35 } |
|
36 .titleTableTopNav { |
|
37 font-size: 12px; |
|
38 background-image: url(images/titleTableTop.jpg); |
|
39 background-repeat: repeat-x; |
|
40 } |
|
41 .titleTableLogo { |
|
42 width: 76px; |
|
43 height: 80px; |
|
44 vertical-align: top; |
|
45 } |
|
46 .titleTableRow2 { |
|
47 color: #000000; |
|
48 height: 31px; |
|
49 background-image: url(images/titleTableMiddle.jpg); |
|
50 background-repeat: repeat-x; |
|
51 } |
|
52 .titleTableSubTitle { |
|
53 font-size: 20px; |
|
54 padding-left: 15px; |
|
55 padding-right: 5px; |
|
56 } |
|
57 .titleTableSubNav { |
|
58 white-space: nowrap; |
|
59 font-size: 12px; |
|
60 } |
|
61 .titleTableRow3 { |
|
62 height: 5px; |
|
63 background-image: url(images/titleTableBottom.jpg); |
|
64 background-repeat: repeat-x; |
|
65 } |
|
66 .logoImage { |
|
67 width: 76px; |
|
68 height: 80px; |
|
69 } |
|
70 |
|
71 .classHeaderTable { |
|
72 margin-top: 20px; |
|
73 } |
|
74 .classHeaderTable td { |
|
75 vertical-align: top; |
|
76 padding-bottom: 4px; |
|
77 } |
|
78 .classHeaderTableLabel { |
|
79 font-weight: bold; |
|
80 padding-right: 15px; |
|
81 } |
|
82 .classSignature { |
|
83 text-indent: -20px; |
|
84 padding-left: 20px; |
|
85 } |
|
86 .inheritanceList { |
|
87 text-indent: -20px; |
|
88 padding-left: 20px; |
|
89 } |
|
90 .inheritArrow { |
|
91 width: 15px; |
|
92 height: 9px; |
|
93 } |
|
94 .mxmlSyntax { |
|
95 margin-bottom: -13px; |
|
96 } |
|
97 .collapsedImage { |
|
98 width: 9px; |
|
99 height: 9px; |
|
100 border: 0; |
|
101 } |
|
102 .expandedImage { |
|
103 width: 9px; |
|
104 height: 9px; |
|
105 border: 0; |
|
106 } |
|
107 .classFrameContent { |
|
108 margin-right: 5px; |
|
109 margin-left: 10px; |
|
110 margin-top: 10px; |
|
111 margin-bottom: 10px; |
|
112 } |
|
113 .classFrameContent td { |
|
114 white-space: nowrap; |
|
115 padding-right: 5px; |
|
116 } |
|
117 |
|
118 .eclipseBody { |
|
119 display: none; |
|
120 } |
|
121 |
|
122 * html { |
|
123 overflow-y:scroll; |
|
124 } |
|
125 |
|
126 img { |
|
127 border:0; |
|
128 } |
|
129 |
|
130 .annotation { |
|
131 font-size: 20px; |
|
132 margin-top: 20px; |
|
133 } |
|
134 |
|
135 .label { |
|
136 color: #444444; |
|
137 font-weight: bold; |
|
138 } |
|
139 |
|
140 strong { |
|
141 color: #444444; |
|
142 } |
|
143 |
|
144 .summarySection { |
|
145 margin-left: 20px; |
|
146 margin-right: 10px; |
|
147 } |
|
148 .summaryTableTitle { |
|
149 font-weight: bold; |
|
150 font-size: 18px; |
|
151 padding-top: 20px; |
|
152 padding-bottom: 5px; |
|
153 } |
|
154 * .summaryTable { |
|
155 margin-top: 10px; |
|
156 border: #999999 1px solid; |
|
157 width: 100%; |
|
158 margin-bottom: 20px; |
|
159 } |
|
160 html>body .summaryTable { |
|
161 margin-top: 10px; |
|
162 border: #999999 1px solid; |
|
163 width: 100%; |
|
164 margin-bottom: 20px; |
|
165 margin-right: 10px; |
|
166 } |
|
167 .summaryTable th { |
|
168 color: #FFFFFF; |
|
169 background-color: #627C9D; |
|
170 white-space: nowrap; |
|
171 } |
|
172 .summaryTable td { |
|
173 border-top: #999999 1px solid; |
|
174 vertical-align: top; |
|
175 } |
|
176 .summaryTablePaddingCol { |
|
177 width: 5px; |
|
178 } |
|
179 .summaryTableInheritanceCol { |
|
180 width: 14px; |
|
181 } |
|
182 .summaryTableSignatureCol { |
|
183 padding-right: 10px; |
|
184 } |
|
185 .summaryTableOperatorCol { |
|
186 padding-left: 10px; |
|
187 padding-right: 10px; |
|
188 font-weight: bold; |
|
189 } |
|
190 .summaryTableStatementCol { |
|
191 padding-left: 10px; |
|
192 padding-right: 10px; |
|
193 font-weight: bold; |
|
194 white-space: nowrap; |
|
195 } |
|
196 .summarySignature { |
|
197 text-indent: -20px; |
|
198 padding-left: 20px; |
|
199 } |
|
200 .summaryTableOwnerCol { |
|
201 padding-right: 10px; |
|
202 width: 10px; |
|
203 } |
|
204 .summaryTableCol, .summaryTableSecondCol { |
|
205 } |
|
206 .signatureLink { |
|
207 font-weight: bold; |
|
208 } |
|
209 .summaryTableDescription { |
|
210 color: #333333; |
|
211 } |
|
212 .summaryTableLastCol { |
|
213 padding-right: 10px; |
|
214 } |
|
215 .inheritedSummaryImage { |
|
216 width: 14px; |
|
217 height: 14px; |
|
218 } |
|
219 |
|
220 .showHideLink { |
|
221 } |
|
222 .showHideLinkImage { |
|
223 width: 9px; |
|
224 height: 9px; |
|
225 } |
|
226 .hideInheritedConstant { |
|
227 display: none; |
|
228 } |
|
229 .showInheritedConstant { |
|
230 display: inline; |
|
231 } |
|
232 .hideInheritedProtectedConstant { |
|
233 display: none; |
|
234 } |
|
235 .showInheritedProtectedConstant { |
|
236 display: inline; |
|
237 } |
|
238 .hideInheritedProperty { |
|
239 display: none; |
|
240 } |
|
241 .showInheritedProperty { |
|
242 display: inline; |
|
243 } |
|
244 .hideInheritedProtectedProperty { |
|
245 display: none; |
|
246 } |
|
247 .showInheritedProtectedProperty { |
|
248 display: inline; |
|
249 } |
|
250 .hideInheritedMethod { |
|
251 display: none; |
|
252 } |
|
253 .showInheritedMethod { |
|
254 display: inline; |
|
255 } |
|
256 .hideInheritedProtectedMethod { |
|
257 display: none; |
|
258 } |
|
259 .showInheritedProtectedMethod { |
|
260 display: inline; |
|
261 } |
|
262 .hideInheritedEvent { |
|
263 display: none; |
|
264 } |
|
265 .showInheritedEvent { |
|
266 display: inline; |
|
267 } |
|
268 .hideInheritedStyle { |
|
269 display: none; |
|
270 } |
|
271 .showInheritedStyle { |
|
272 display: inline; |
|
273 } |
|
274 .hideInheritedEffect { |
|
275 display: none; |
|
276 } |
|
277 .showInheritedEffect { |
|
278 display: inline; |
|
279 } |
|
280 |
|
281 |
|
282 .detailSectionHeader { |
|
283 color: #434343; |
|
284 font-size: 18px; |
|
285 padding-left: 10px; |
|
286 padding-top: 4px; |
|
287 padding-bottom: 4px; |
|
288 margin-top: 40px; |
|
289 margin-bottom: 3px; |
|
290 background-image: url(images/detailSectionHeader.jpg); |
|
291 background-repeat: repeat-x; |
|
292 } |
|
293 .detailHeader { |
|
294 margin-left: 20px; |
|
295 margin-top: 10px; |
|
296 margin-bottom: 3px; |
|
297 } |
|
298 .detailHeaderName { |
|
299 font-weight: bold; |
|
300 font-size: 16px; |
|
301 vertical-align: baseline; |
|
302 white-space: nowrap; |
|
303 } |
|
304 .detailHeaderType { |
|
305 font-size: 12px; |
|
306 vertical-align: baseline; |
|
307 padding-right: 10px; |
|
308 padding-left: 7px; |
|
309 white-space: nowrap; |
|
310 } |
|
311 .detailHeaderParens { |
|
312 font-size: 14px; |
|
313 font-weight: bold; |
|
314 padding-left: 1px; |
|
315 padding-bottom: 2px; |
|
316 } |
|
317 .detailHeaderRule { |
|
318 background-image: url(images/detailHeaderRule.jpg); |
|
319 background-repeat: repeat-x; |
|
320 width: 100%; |
|
321 background-position: 50%; |
|
322 } |
|
323 .detailBody { |
|
324 margin-left: 20px; |
|
325 margin-right: 15px; |
|
326 margin-bottom: 20px; |
|
327 } |
|
328 .exampleHeader { |
|
329 background-color: #C8D1DF; |
|
330 padding-left: 10px; |
|
331 padding-top: 3px; |
|
332 padding-bottom: 3px; |
|
333 } |
|
334 |
|
335 .seeAlso { |
|
336 margin-top: -13px; |
|
337 padding-left: 20px; |
|
338 } |
|
339 |
|
340 /* |
|
341 #header { |
|
342 padding: 0; |
|
343 margin: 0; |
|
344 border: 2px solid |
|
345 } |
|
346 */ |
|
347 |
|
348 body { |
|
349 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; |
|
350 color: #000000; |
|
351 background-color:#FFFFFF; |
|
352 margin: 0px; |
|
353 padding: 0px; |
|
354 } |
|
355 |
|
356 body, td, th { |
|
357 font-size: 13px; |
|
358 } |
|
359 |
|
360 .MainContent { |
|
361 margin-left: 20px; |
|
362 margin-right: 10px; |
|
363 margin-bottom: 10px; |
|
364 } |
|
365 |
|
366 code { |
|
367 font-family: "Lucida Console", "Courier New", Courier, monospace; |
|
368 font-size: 12px; |
|
369 } |
|
370 pre { |
|
371 font-family: "Lucida Console", "Courier New", Courier, monospace; |
|
372 font-size: 12px; |
|
373 } |
|
374 |
|
375 th { |
|
376 text-align: left; |
|
377 font-weight: bold; |
|
378 vertical-align: bottom; |
|
379 } |
|
380 |
|
381 table { |
|
382 background-color: white; |
|
383 } |
|
384 |
|
385 table.withBorder { |
|
386 border-color: #BBBBBB; |
|
387 border-width: 1px; |
|
388 border-style: solid; |
|
389 } |
|
390 |
|
391 .innertable { |
|
392 border-collapse: collapse; /* to eliminate the default table cellspacing=2 */ |
|
393 } |
|
394 |
|
395 .innertable th { |
|
396 border: 1px solid #000000; |
|
397 background:#DDDDDD; |
|
398 padding: 2px 3px 2px 3px; |
|
399 } |
|
400 |
|
401 .innertable td { |
|
402 border: 1px solid #000000; |
|
403 padding: 2px 3px 2px 3px; |
|
404 } |
|
405 |
|
406 .paramSpacer { |
|
407 font-size: 5px; |
|
408 } |
|
409 |
|
410 /* Custom Classes */ |
|
411 .row0 { |
|
412 background-color: #F2F2F2; |
|
413 } |
|
414 |
|
415 .row1 { |
|
416 background-color: #FFFFFF; |
|
417 } |
|
418 |
|
419 .prow0 { |
|
420 background-color: #F2F2F2; |
|
421 } |
|
422 |
|
423 .prow1 { |
|
424 background-color: #FFFFFF; |
|
425 } |
|
426 |
|
427 .idxrow { |
|
428 padding-top: 5px; |
|
429 } |
|
430 |
|
431 .SummaryTableHeader { |
|
432 background-color: #CCCCCC; |
|
433 } |
|
434 |
|
435 .InheritedTableHeader { |
|
436 background-color: #EEEEEE; |
|
437 } |
|
438 |
|
439 .PackageTableHeader { |
|
440 background-color: #EEEEEE; |
|
441 } |
|
442 |
|
443 |
|
444 /* Links */ |
|
445 a:link { |
|
446 color: #0000CC; |
|
447 text-decoration: none; |
|
448 } |
|
449 |
|
450 a:visited { |
|
451 color: #0000CC; |
|
452 text-decoration: none; |
|
453 } |
|
454 |
|
455 a:hover { |
|
456 text-decoration: underline; |
|
457 color: #0000CC; |
|
458 } |
|
459 |
|
460 a:active { |
|
461 text-decoration: none; |
|
462 color: #CC0000; |
|
463 } |
|
464 |
|
465 /* Headings */ |
|
466 h1, h2, h3, h4, h5, h6 { |
|
467 font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif; |
|
468 font-weight: bold; |
|
469 margin-top: 3px; |
|
470 margin-bottom: 3px; |
|
471 letter-spacing: 1px; |
|
472 width: 90%; |
|
473 } |
|
474 |
|
475 h1 { |
|
476 font-size: 18px; |
|
477 } |
|
478 |
|
479 h2 { |
|
480 font-size: 16px; |
|
481 } |
|
482 |
|
483 h3 { |
|
484 font-size: 14px; |
|
485 } |
|
486 |
|
487 h4 { |
|
488 font-size: 12px; |
|
489 color: #666666; |
|
490 } |
|
491 |
|
492 h5 { |
|
493 font-size: 11px; |
|
494 } |
|
495 .copyright { |
|
496 margin-top: 30px; |
|
497 color: #777777; |
|
498 font-size: 10px; |
|
499 padding-bottom: 5px; |
|
500 } |
|
501 .inheritanceList { |
|
502 line-height: 19px; |
|
503 } |
|
504 .private { |
|
505 color: #999999; |
|
506 } |
|
507 .flashonly { |
|
508 display:none; |
|
509 color: #000000; |
|
510 } |
|
511 .flexonly { |
|
512 color: #000000; |
|
513 } |
|
514 .flashOnlyX { |
|
515 display:none; |
|
516 color: #00CCFF; |
|
517 } |
|
518 .hide { |
|
519 display:none; |
|
520 } |
|
521 .feedbackLink { |
|
522 /* display:none; */ |
|
523 } |
|
524 |
|
525 /* IE */ |
|
526 * html .listing { |
|
527 width: 93%; |
|
528 padding-left: 6%; |
|
529 padding-right: 5px; |
|
530 padding-top: 5px; |
|
531 padding-bottom: 5px; |
|
532 overflow-x: auto; |
|
533 background-color: #F2F2F2; |
|
534 margin-bottom: 10px; |
|
535 margin-top: 10px; |
|
536 font-family: "Lucida Console", "Courier New", Courier, monospace; |
|
537 font-size: 12px; |
|
538 } |
|
539 |
|
540 /* Firefox, Netscape */ |
|
541 html>body .listing pre |
|
542 { |
|
543 overflow: auto; |
|
544 padding-left: 40px; |
|
545 padding-right: 5px; |
|
546 padding-top: 5px; |
|
547 padding-bottom: 5px; |
|
548 background-color: #F2F2F2; |
|
549 margin-top: 10px; |
|
550 margin-bottom: 10px; |
|
551 font-family: "Lucida Console", "Courier New", Courier, monospace; |
|
552 font-size: 12px; |
|
553 } |
|
554 |
|
555 .listingIcons |
|
556 { |
|
557 padding: 0px; |
|
558 margin-top: 10px; |
|
559 height: 15px; |
|
560 } |
|
561 |
|
562 .pageTop |
|
563 { |
|
564 height:10px; |
|
565 } |