yahoofinance-symbolsuggest 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +5 -0
  3. data/.rspec +2 -0
  4. data/Gemfile +4 -0
  5. data/README.md +49 -0
  6. data/Rakefile +5 -0
  7. data/doc/Gemfile.html +93 -0
  8. data/doc/Rakefile.html +90 -0
  9. data/doc/YahooFinance.html +117 -0
  10. data/doc/YahooFinance/SymbolSuggest.html +580 -0
  11. data/doc/YahooFinance/SymbolSuggest/YahooSymbolSuggest.html +239 -0
  12. data/doc/_index.html +125 -0
  13. data/doc/class_list.html +54 -0
  14. data/doc/created.rid +5 -0
  15. data/doc/css/common.css +1 -0
  16. data/doc/css/full_list.css +57 -0
  17. data/doc/css/style.css +338 -0
  18. data/doc/file.README.html +132 -0
  19. data/doc/file_list.html +56 -0
  20. data/doc/frames.html +26 -0
  21. data/doc/images/brick.png +0 -0
  22. data/doc/images/brick_link.png +0 -0
  23. data/doc/images/bug.png +0 -0
  24. data/doc/images/bullet_black.png +0 -0
  25. data/doc/images/bullet_toggle_minus.png +0 -0
  26. data/doc/images/bullet_toggle_plus.png +0 -0
  27. data/doc/images/date.png +0 -0
  28. data/doc/images/find.png +0 -0
  29. data/doc/images/loadingAnimation.gif +0 -0
  30. data/doc/images/macFFBgHack.png +0 -0
  31. data/doc/images/package.png +0 -0
  32. data/doc/images/page_green.png +0 -0
  33. data/doc/images/page_white_text.png +0 -0
  34. data/doc/images/page_white_width.png +0 -0
  35. data/doc/images/plugin.png +0 -0
  36. data/doc/images/ruby.png +0 -0
  37. data/doc/images/tag_green.png +0 -0
  38. data/doc/images/wrench.png +0 -0
  39. data/doc/images/wrench_orange.png +0 -0
  40. data/doc/images/zoom.png +0 -0
  41. data/doc/index.html +132 -0
  42. data/doc/js/app.js +219 -0
  43. data/doc/js/darkfish.js +116 -0
  44. data/doc/js/full_list.js +178 -0
  45. data/doc/js/jquery.js +4 -0
  46. data/doc/js/quicksearch.js +114 -0
  47. data/doc/js/thickbox-compressed.js +10 -0
  48. data/doc/lib/yahoofinance-symbolsuggest/version_rb.html +52 -0
  49. data/doc/lib/yahoofinance-symbolsuggest_rb.html +62 -0
  50. data/doc/method_list.html +83 -0
  51. data/doc/rdoc.css +759 -0
  52. data/doc/top-level-namespace.html +112 -0
  53. data/lib/yahoofinance-symbolsuggest.rb +99 -0
  54. data/lib/yahoofinance-symbolsuggest/version.rb +5 -0
  55. data/spec/spec_helper.rb +18 -0
  56. data/spec/yahoo_finance/symbol_suggest_spec.rb +16 -0
  57. data/yahoofinance-symbolsuggest.gemspec +22 -0
  58. metadata +132 -0
@@ -0,0 +1,62 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
+
5
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
6
+ <head>
7
+ <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
8
+
9
+ <title>File: yahoofinance-symbolsuggest.rb [RDoc Documentation]</title>
10
+
11
+ <link type="text/css" media="screen" href="../rdoc.css" rel="stylesheet" />
12
+
13
+ <script src="../js/jquery.js" type="text/javascript"
14
+ charset="utf-8"></script>
15
+ <script src="../js/thickbox-compressed.js" type="text/javascript"
16
+ charset="utf-8"></script>
17
+ <script src="../js/quicksearch.js" type="text/javascript"
18
+ charset="utf-8"></script>
19
+ <script src="../js/darkfish.js" type="text/javascript"
20
+ charset="utf-8"></script>
21
+ </head>
22
+
23
+ <body class="file file-popup">
24
+ <div id="metadata">
25
+ <dl>
26
+ <dt class="modified-date">Last Modified</dt>
27
+ <dd class="modified-date">2011-06-23 05:32:31 +0100</dd>
28
+
29
+
30
+ <dt class="requires">Requires</dt>
31
+ <dd class="requires">
32
+ <ul>
33
+
34
+ <li>yahoofinance-symbolsuggest/version</li>
35
+
36
+ <li>net/http</li>
37
+
38
+ <li>uri</li>
39
+
40
+ <li>cgi</li>
41
+
42
+ <li>json</li>
43
+
44
+ </ul>
45
+ </dd>
46
+
47
+
48
+
49
+ </dl>
50
+ </div>
51
+
52
+ <div id="documentation">
53
+
54
+ <div class="description">
55
+ <h2>Description</h2>
56
+
57
+ </div>
58
+
59
+ </div>
60
+ </body>
61
+ </html>
62
+
@@ -0,0 +1,83 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
+ <html>
4
+ <head>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+
7
+ <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
8
+
9
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
10
+
11
+
12
+
13
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
16
+
17
+
18
+ <title>Method List</title>
19
+ <base id="base_target" target="_parent" />
20
+ </head>
21
+ <body>
22
+ <script type="text/javascript" charset="utf-8">
23
+ if (window.top.frames.main) {
24
+ document.getElementById('base_target').target = 'main';
25
+ document.body.className = 'frames';
26
+ }
27
+ </script>
28
+ <div id="content">
29
+ <h1 id="full_list_header">Method List</h1>
30
+ <div id="nav">
31
+
32
+ <span><a target="_self" href="class_list.html">
33
+ Classes
34
+ </a></span>
35
+
36
+ <span><a target="_self" href="method_list.html">
37
+ Methods
38
+ </a></span>
39
+
40
+ <span><a target="_self" href="file_list.html">
41
+ Files
42
+ </a></span>
43
+
44
+ </div>
45
+ <div id="search">Search: <input type="text" /></div>
46
+
47
+ <ul id="full_list" class="method">
48
+
49
+
50
+ <li class="r1 ">
51
+ <span class='object_link'><a href="YahooFinance/SymbolSuggest.html#query-class_method" title="YahooFinance::SymbolSuggest.query (method)">query</a></span>
52
+ <small>YahooFinance::SymbolSuggest</small>
53
+ </li>
54
+
55
+
56
+ <li class="r2 ">
57
+ <span class='object_link'><a href="YahooFinance/SymbolSuggest.html#results_from_jsonp-class_method" title="YahooFinance::SymbolSuggest.results_from_jsonp (method)">results_from_jsonp</a></span>
58
+ <small>YahooFinance::SymbolSuggest</small>
59
+ </li>
60
+
61
+
62
+ <li class="r1 ">
63
+ <span class='object_link'><a href="YahooFinance/SymbolSuggest.html#suggestions_from_jsonp-class_method" title="YahooFinance::SymbolSuggest.suggestions_from_jsonp (method)">suggestions_from_jsonp</a></span>
64
+ <small>YahooFinance::SymbolSuggest</small>
65
+ </li>
66
+
67
+
68
+ <li class="r2 ">
69
+ <span class='object_link'><a href="YahooFinance/SymbolSuggest.html#suggestions_from_results-class_method" title="YahooFinance::SymbolSuggest.suggestions_from_results (method)">suggestions_from_results</a></span>
70
+ <small>YahooFinance::SymbolSuggest</small>
71
+ </li>
72
+
73
+
74
+ <li class="r1 ">
75
+ <span class='object_link'><a href="YahooFinance/SymbolSuggest.html#url_from_symbol-class_method" title="YahooFinance::SymbolSuggest.url_from_symbol (method)">url_from_symbol</a></span>
76
+ <small>YahooFinance::SymbolSuggest</small>
77
+ </li>
78
+
79
+
80
+ </ul>
81
+ </div>
82
+ </body>
83
+ </html>
@@ -0,0 +1,759 @@
1
+ /*
2
+ * "Darkfish" Rdoc CSS
3
+ * $Id: rdoc.css 54 2009-01-27 01:09:48Z deveiant $
4
+ *
5
+ * Author: Michael Granger <ged@FaerieMUD.org>
6
+ *
7
+ */
8
+
9
+ /* Base Green is: #6C8C22 */
10
+
11
+ *{ padding: 0; margin: 0; }
12
+
13
+ body {
14
+ background: #efefef;
15
+ font: 14px "Helvetica Neue", Helvetica, Tahoma, sans-serif;
16
+ }
17
+ body.class, body.module, body.file {
18
+ margin-left: 40px;
19
+ }
20
+ body.file-popup {
21
+ font-size: 90%;
22
+ margin-left: 0;
23
+ }
24
+
25
+ h1 {
26
+ font-size: 300%;
27
+ text-shadow: rgba(135,145,135,0.65) 2px 2px 3px;
28
+ color: #6C8C22;
29
+ }
30
+ h2,h3,h4 { margin-top: 1.5em; }
31
+
32
+ :link,
33
+ :visited {
34
+ color: #6C8C22;
35
+ text-decoration: none;
36
+ }
37
+ :link:hover,
38
+ :visited:hover {
39
+ border-bottom: 1px dotted #6C8C22;
40
+ }
41
+
42
+ pre {
43
+ background: #ddd;
44
+ padding: 0.5em 0;
45
+ }
46
+
47
+
48
+ /* @group Generic Classes */
49
+
50
+ .initially-hidden {
51
+ display: none;
52
+ }
53
+
54
+ .quicksearch-field {
55
+ width: 98%;
56
+ background: #ddd;
57
+ border: 1px solid #aaa;
58
+ height: 1.5em;
59
+ -webkit-border-radius: 4px;
60
+ }
61
+ .quicksearch-field:focus {
62
+ background: #f1edba;
63
+ }
64
+
65
+ .missing-docs {
66
+ font-size: 120%;
67
+ background: white url(images/wrench_orange.png) no-repeat 4px center;
68
+ color: #ccc;
69
+ line-height: 2em;
70
+ border: 1px solid #d00;
71
+ opacity: 1;
72
+ padding-left: 20px;
73
+ text-indent: 24px;
74
+ letter-spacing: 3px;
75
+ font-weight: bold;
76
+ -webkit-border-radius: 5px;
77
+ -moz-border-radius: 5px;
78
+ }
79
+
80
+ .target-section {
81
+ border: 2px solid #dcce90;
82
+ border-left-width: 8px;
83
+ padding: 0 1em;
84
+ background: #fff3c2;
85
+ }
86
+
87
+ /* @end */
88
+
89
+
90
+ /* @group Index Page, Standalone file pages */
91
+ body.indexpage {
92
+ margin: 1em 3em;
93
+ }
94
+ body.indexpage p,
95
+ body.indexpage div,
96
+ body.file p {
97
+ margin: 1em 0;
98
+ }
99
+
100
+ .indexpage ol,
101
+ .file #documentation ol {
102
+ line-height: 160%;
103
+ }
104
+
105
+ .indexpage ul,
106
+ .file #documentation ul {
107
+ line-height: 160%;
108
+ list-style: none;
109
+ }
110
+ .indexpage ul :link,
111
+ .indexpage ul :visited {
112
+ font-size: 16px;
113
+ }
114
+
115
+ .indexpage li,
116
+ .file #documentation li {
117
+ padding-left: 20px;
118
+ }
119
+
120
+ .indexpage ol,
121
+ .file #documentation ol {
122
+ margin-left: 20px;
123
+ }
124
+
125
+ .indexpage ol > li,
126
+ .file #documentation ol > li {
127
+ padding-left: 0;
128
+ }
129
+
130
+ .indexpage ul > li,
131
+ .file #documentation ul > li {
132
+ background: url(images/bullet_black.png) no-repeat left 4px;
133
+ }
134
+ .indexpage li.module {
135
+ background: url(images/package.png) no-repeat left 4px;
136
+ }
137
+ .indexpage li.class {
138
+ background: url(images/ruby.png) no-repeat left 4px;
139
+ }
140
+ .indexpage li.file {
141
+ background: url(images/page_white_text.png) no-repeat left 4px;
142
+ }
143
+ .file li p,
144
+ .indexpage li p {
145
+ margin: 0 0;
146
+ }
147
+
148
+ /* @end */
149
+
150
+ /* @group Top-Level Structure */
151
+
152
+ .class #metadata,
153
+ .file #metadata,
154
+ .module #metadata {
155
+ float: left;
156
+ width: 260px;
157
+ }
158
+
159
+ .class #documentation,
160
+ .file #documentation,
161
+ .module #documentation {
162
+ margin: 2em 1em 5em 300px;
163
+ min-width: 340px;
164
+ }
165
+
166
+ .file #metadata {
167
+ margin: 0.8em;
168
+ }
169
+
170
+ #validator-badges {
171
+ clear: both;
172
+ margin: 1em 1em 2em;
173
+ }
174
+
175
+ /* @end */
176
+
177
+ /* @group Metadata Section */
178
+ #metadata .section {
179
+ background-color: #dedede;
180
+ -moz-border-radius: 5px;
181
+ -webkit-border-radius: 5px;
182
+ border: 1px solid #aaa;
183
+ margin: 0 8px 16px;
184
+ font-size: 90%;
185
+ overflow: hidden;
186
+ }
187
+ #metadata h3.section-header {
188
+ margin: 0;
189
+ padding: 2px 8px;
190
+ background: #ccc;
191
+ color: #666;
192
+ -moz-border-radius-topleft: 4px;
193
+ -moz-border-radius-topright: 4px;
194
+ -webkit-border-top-left-radius: 4px;
195
+ -webkit-border-top-right-radius: 4px;
196
+ border-bottom: 1px solid #aaa;
197
+ }
198
+ #metadata #home-section h3.section-header {
199
+ border-bottom: 0;
200
+ }
201
+
202
+ #metadata ul,
203
+ #metadata dl,
204
+ #metadata p {
205
+ padding: 8px;
206
+ list-style: none;
207
+ }
208
+
209
+ #file-metadata ul {
210
+ padding-left: 28px;
211
+ list-style-image: url(images/page_green.png);
212
+ }
213
+
214
+ dl.svninfo {
215
+ color: #666;
216
+ margin: 0;
217
+ }
218
+ dl.svninfo dt {
219
+ font-weight: bold;
220
+ }
221
+
222
+ ul.link-list li {
223
+ white-space: nowrap;
224
+ }
225
+ ul.link-list .type {
226
+ font-size: 8px;
227
+ text-transform: uppercase;
228
+ color: white;
229
+ background: #969696;
230
+ padding: 2px 4px;
231
+ -webkit-border-radius: 5px;
232
+ }
233
+
234
+ /* @end */
235
+
236
+
237
+ /* @group Project Metadata Section */
238
+ #project-metadata {
239
+ margin-top: 3em;
240
+ }
241
+
242
+ .file #project-metadata {
243
+ margin-top: 0em;
244
+ }
245
+
246
+ #project-metadata .section {
247
+ border: 1px solid #aaa;
248
+ }
249
+ #project-metadata h3.section-header {
250
+ border-bottom: 1px solid #aaa;
251
+ position: relative;
252
+ }
253
+ #project-metadata h3.section-header .search-toggle {
254
+ position: absolute;
255
+ right: 5px;
256
+ }
257
+
258
+
259
+ #project-metadata form {
260
+ color: #777;
261
+ background: #ccc;
262
+ padding: 8px 8px 16px;
263
+ border-bottom: 1px solid #bbb;
264
+ }
265
+ #project-metadata fieldset {
266
+ border: 0;
267
+ }
268
+
269
+ #no-class-search-results {
270
+ margin: 0 auto 1em;
271
+ text-align: center;
272
+ font-size: 14px;
273
+ font-weight: bold;
274
+ color: #aaa;
275
+ }
276
+
277
+ /* @end */
278
+
279
+
280
+ /* @group Documentation Section */
281
+ .description {
282
+ font-size: 100%;
283
+ color: #333;
284
+ }
285
+
286
+ .description p {
287
+ margin: 1em 0.4em;
288
+ }
289
+
290
+ .description li p {
291
+ margin: 0;
292
+ }
293
+
294
+ .description ul {
295
+ margin-left: 1.5em;
296
+ }
297
+ .description ul li {
298
+ line-height: 1.4em;
299
+ }
300
+
301
+ .description dl,
302
+ #documentation dl {
303
+ margin: 8px 1.5em;
304
+ border: 1px solid #ccc;
305
+ }
306
+ .description dl {
307
+ font-size: 14px;
308
+ }
309
+
310
+ .description dt,
311
+ #documentation dt {
312
+ padding: 2px 4px;
313
+ font-weight: bold;
314
+ background: #ddd;
315
+ }
316
+ .description dd,
317
+ #documentation dd {
318
+ padding: 2px 12px;
319
+ }
320
+ .description dd + dt,
321
+ #documentation dd + dt {
322
+ margin-top: 0.7em;
323
+ }
324
+
325
+ #documentation .section {
326
+ font-size: 90%;
327
+ }
328
+
329
+ #documentation h2.section-header {
330
+ margin-top: 2em;
331
+ padding: 0.75em 0.5em;
332
+ background: #ccc;
333
+ color: #333;
334
+ font-size: 175%;
335
+ border: 1px solid #bbb;
336
+ -moz-border-radius: 3px;
337
+ -webkit-border-radius: 3px;
338
+ }
339
+
340
+ #documentation h3.section-header {
341
+ margin-top: 2em;
342
+ padding: 0.25em 0.5em;
343
+ background-color: #dedede;
344
+ color: #333;
345
+ font-size: 150%;
346
+ border: 1px solid #bbb;
347
+ -moz-border-radius: 3px;
348
+ -webkit-border-radius: 3px;
349
+ }
350
+
351
+ #constants-list > dl,
352
+ #attributes-list > dl {
353
+ margin: 1em 0 2em;
354
+ border: 0;
355
+ }
356
+ #constants-list > dl dt,
357
+ #attributes-list > dl dt {
358
+ padding-left: 0;
359
+ font-weight: bold;
360
+ font-family: Monaco, "Andale Mono";
361
+ background: inherit;
362
+ }
363
+ #constants-list > dl dt a,
364
+ #attributes-list > dl dt a {
365
+ color: inherit;
366
+ }
367
+ #constants-list > dl dd,
368
+ #attributes-list > dl dd {
369
+ margin: 0 0 1em 0;
370
+ padding: 0;
371
+ color: #666;
372
+ }
373
+
374
+ .documentation-section h2 {
375
+ position: relative;
376
+ }
377
+
378
+ .documentation-section h2 a {
379
+ position: absolute;
380
+ top: 8px;
381
+ right: 10px;
382
+ font-size: 12px;
383
+ color: #9b9877;
384
+ visibility: hidden;
385
+ }
386
+
387
+ .documentation-section h2:hover a {
388
+ visibility: visible;
389
+ }
390
+
391
+ /* @group Method Details */
392
+
393
+ #documentation .method-source-code {
394
+ display: none;
395
+ }
396
+
397
+ #documentation .method-detail {
398
+ margin: 0.5em 0;
399
+ padding: 0.5em 0;
400
+ cursor: pointer;
401
+ }
402
+ #documentation .method-detail:hover {
403
+ background-color: #f1edba;
404
+ }
405
+ #documentation .method-heading {
406
+ position: relative;
407
+ padding: 2px 4px 0 20px;
408
+ font-size: 125%;
409
+ font-weight: bold;
410
+ color: #333;
411
+ background: url(images/brick.png) no-repeat left bottom;
412
+ }
413
+ #documentation .method-heading :link,
414
+ #documentation .method-heading :visited {
415
+ color: inherit;
416
+ }
417
+ #documentation .method-click-advice {
418
+ position: absolute;
419
+ top: 2px;
420
+ right: 5px;
421
+ font-size: 10px;
422
+ color: #9b9877;
423
+ visibility: hidden;
424
+ padding-right: 20px;
425
+ line-height: 20px;
426
+ background: url(images/zoom.png) no-repeat right top;
427
+ }
428
+ #documentation .method-detail:hover .method-click-advice {
429
+ visibility: visible;
430
+ }
431
+
432
+ #documentation .method-alias .method-heading {
433
+ color: #666;
434
+ background: url(images/brick_link.png) no-repeat left bottom;
435
+ }
436
+
437
+ #documentation .method-description,
438
+ #documentation .aliases {
439
+ margin: 0 20px;
440
+ color: #666;
441
+ }
442
+
443
+ #documentation .method-description p,
444
+ #documentation .aliases p {
445
+ line-height: 1.2em;
446
+ }
447
+
448
+ #documentation .aliases {
449
+ padding-top: 4px;
450
+ font-style: italic;
451
+ cursor: default;
452
+ }
453
+ #documentation .method-description p {
454
+ padding: 0;
455
+ }
456
+ #documentation .method-description p + p {
457
+ margin-bottom: 0.5em;
458
+ }
459
+ #documentation .method-description ul {
460
+ margin-left: 1.5em;
461
+ }
462
+
463
+ #documentation .attribute-method-heading {
464
+ background: url(images/tag_green.png) no-repeat left bottom;
465
+ }
466
+ #documentation #attribute-method-details .method-detail:hover {
467
+ background-color: transparent;
468
+ cursor: default;
469
+ }
470
+ #documentation .attribute-access-type {
471
+ font-size: 60%;
472
+ text-transform: uppercase;
473
+ vertical-align: super;
474
+ padding: 0 2px;
475
+ }
476
+ /* @end */
477
+
478
+ /* @end */
479
+
480
+
481
+
482
+ /* @group Source Code */
483
+
484
+ div.method-source-code {
485
+ background: #262626;
486
+ color: #efefef;
487
+ margin: 1em;
488
+ padding: 0.5em;
489
+ border: 1px dashed #999;
490
+ overflow: hidden;
491
+ }
492
+
493
+ div.method-source-code pre {
494
+ background: inherit;
495
+ padding: 0;
496
+ color: white;
497
+ overflow: auto;
498
+ }
499
+
500
+ /* @group Ruby keyword styles */
501
+
502
+ .ruby-constant { color: #7fffd4; background: transparent; }
503
+ .ruby-keyword { color: #00ffff; background: transparent; }
504
+ .ruby-ivar { color: #eedd82; background: transparent; }
505
+ .ruby-operator { color: #00ffee; background: transparent; }
506
+ .ruby-identifier { color: #ffdead; background: transparent; }
507
+ .ruby-node { color: #ffa07a; background: transparent; }
508
+ .ruby-comment { color: #b22222; font-weight: bold; background: transparent; }
509
+ .ruby-regexp { color: #ffa07a; background: transparent; }
510
+ .ruby-value { color: #7fffd4; background: transparent; }
511
+
512
+ /* @end */
513
+ /* @end */
514
+
515
+
516
+ /* @group File Popup Contents */
517
+
518
+ .file #metadata,
519
+ .file-popup #metadata {
520
+ }
521
+
522
+ .file-popup dl {
523
+ font-size: 80%;
524
+ padding: 0.75em;
525
+ background-color: #dedede;
526
+ color: #333;
527
+ border: 1px solid #bbb;
528
+ -moz-border-radius: 3px;
529
+ -webkit-border-radius: 3px;
530
+ }
531
+ .file dt {
532
+ font-weight: bold;
533
+ padding-left: 22px;
534
+ line-height: 20px;
535
+ background: url(images/page_white_width.png) no-repeat left top;
536
+ }
537
+ .file dt.modified-date {
538
+ background: url(images/date.png) no-repeat left top;
539
+ }
540
+ .file dt.requires {
541
+ background: url(images/plugin.png) no-repeat left top;
542
+ }
543
+ .file dt.scs-url {
544
+ background: url(images/wrench.png) no-repeat left top;
545
+ }
546
+
547
+ .file dl dd {
548
+ margin: 0 0 1em 0;
549
+ }
550
+ .file #metadata dl dd ul {
551
+ list-style: circle;
552
+ margin-left: 20px;
553
+ padding-top: 0;
554
+ }
555
+ .file #metadata dl dd ul li {
556
+ }
557
+
558
+
559
+ .file h2 {
560
+ margin-top: 2em;
561
+ padding: 0.75em 0.5em;
562
+ background-color: #dedede;
563
+ color: #333;
564
+ font-size: 120%;
565
+ border: 1px solid #bbb;
566
+ -moz-border-radius: 3px;
567
+ -webkit-border-radius: 3px;
568
+ }
569
+
570
+ /* @end */
571
+
572
+
573
+
574
+
575
+ /* @group ThickBox Styles */
576
+ #TB_window {
577
+ font: 12px Arial, Helvetica, sans-serif;
578
+ color: #333333;
579
+ }
580
+
581
+ #TB_secondLine {
582
+ font: 10px Arial, Helvetica, sans-serif;
583
+ color:#666666;
584
+ }
585
+
586
+ #TB_window :link,
587
+ #TB_window :visited { color: #666666; }
588
+ #TB_window :link:hover,
589
+ #TB_window :visited:hover { color: #000; }
590
+ #TB_window :link:active,
591
+ #TB_window :visited:active { color: #666666; }
592
+ #TB_window :link:focus,
593
+ #TB_window :visited:focus { color: #666666; }
594
+
595
+ #TB_overlay {
596
+ position: fixed;
597
+ z-index:100;
598
+ top: 0px;
599
+ left: 0px;
600
+ height:100%;
601
+ width:100%;
602
+ }
603
+
604
+ .TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
605
+ .TB_overlayBG {
606
+ background-color:#000;
607
+ filter:alpha(opacity=75);
608
+ -moz-opacity: 0.75;
609
+ opacity: 0.75;
610
+ }
611
+
612
+ * html #TB_overlay { /* ie6 hack */
613
+ position: absolute;
614
+ height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
615
+ }
616
+
617
+ #TB_window {
618
+ position: fixed;
619
+ background: #ffffff;
620
+ z-index: 102;
621
+ color:#000000;
622
+ display:none;
623
+ border: 4px solid #525252;
624
+ text-align:left;
625
+ top:50%;
626
+ left:50%;
627
+ }
628
+
629
+ * html #TB_window { /* ie6 hack */
630
+ position: absolute;
631
+ margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
632
+ }
633
+
634
+ #TB_window img#TB_Image {
635
+ display:block;
636
+ margin: 15px 0 0 15px;
637
+ border-right: 1px solid #ccc;
638
+ border-bottom: 1px solid #ccc;
639
+ border-top: 1px solid #666;
640
+ border-left: 1px solid #666;
641
+ }
642
+
643
+ #TB_caption{
644
+ height:25px;
645
+ padding:7px 30px 10px 25px;
646
+ float:left;
647
+ }
648
+
649
+ #TB_closeWindow{
650
+ height:25px;
651
+ padding:11px 25px 10px 0;
652
+ float:right;
653
+ }
654
+
655
+ #TB_closeAjaxWindow{
656
+ padding:7px 10px 5px 0;
657
+ margin-bottom:1px;
658
+ text-align:right;
659
+ float:right;
660
+ }
661
+
662
+ #TB_ajaxWindowTitle{
663
+ float:left;
664
+ padding:7px 0 5px 10px;
665
+ margin-bottom:1px;
666
+ font-size: 22px;
667
+ }
668
+
669
+ #TB_title{
670
+ background-color: #6C8C22;
671
+ color: #dedede;
672
+ height:40px;
673
+ }
674
+ #TB_title :link,
675
+ #TB_title :visited {
676
+ color: white !important;
677
+ border-bottom: 1px dotted #dedede;
678
+ }
679
+
680
+ #TB_ajaxContent{
681
+ clear:both;
682
+ padding:2px 15px 15px 15px;
683
+ overflow:auto;
684
+ text-align:left;
685
+ line-height:1.4em;
686
+ }
687
+
688
+ #TB_ajaxContent.TB_modal{
689
+ padding:15px;
690
+ }
691
+
692
+ #TB_ajaxContent p{
693
+ padding:5px 0px 5px 0px;
694
+ }
695
+
696
+ #TB_load{
697
+ position: fixed;
698
+ display:none;
699
+ height:13px;
700
+ width:208px;
701
+ z-index:103;
702
+ top: 50%;
703
+ left: 50%;
704
+ margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
705
+ }
706
+
707
+ * html #TB_load { /* ie6 hack */
708
+ position: absolute;
709
+ margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
710
+ }
711
+
712
+ #TB_HideSelect{
713
+ z-index:99;
714
+ position:fixed;
715
+ top: 0;
716
+ left: 0;
717
+ background-color:#fff;
718
+ border:none;
719
+ filter:alpha(opacity=0);
720
+ -moz-opacity: 0;
721
+ opacity: 0;
722
+ height:100%;
723
+ width:100%;
724
+ }
725
+
726
+ * html #TB_HideSelect { /* ie6 hack */
727
+ position: absolute;
728
+ height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
729
+ }
730
+
731
+ #TB_iframeContent{
732
+ clear:both;
733
+ border:none;
734
+ margin-bottom:-1px;
735
+ margin-top:1px;
736
+ _margin-bottom:1px;
737
+ }
738
+
739
+ /* @end */
740
+
741
+ /* @group Debugging Section */
742
+
743
+ #debugging-toggle {
744
+ text-align: center;
745
+ }
746
+ #debugging-toggle img {
747
+ cursor: pointer;
748
+ }
749
+
750
+ #rdoc-debugging-section-dump {
751
+ display: none;
752
+ margin: 0 2em 2em;
753
+ background: #ccc;
754
+ border: 1px solid #999;
755
+ }
756
+
757
+
758
+
759
+ /* @end */