jax 0.0.0.7 → 0.0.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. data/CHANGELOG +21 -0
  2. data/Rakefile +13 -1
  3. data/builtin/shaders/functions/noise.ejs +780 -7
  4. data/guides/partials/_top_nav.html.erb +17 -0
  5. data/guides/source/index.html.erb +7 -0
  6. data/guides/source/layout.html.erb +1 -12
  7. data/lib/jax/generators/app/templates/public/javascripts/jax.js +4 -1
  8. data/lib/jax/version.rb +1 -1
  9. data/spec/example_app/app/controllers/lighting_controller.js +0 -2
  10. data/spec/javascripts/shaders/preprocessor_spec.js +19 -4
  11. data/src/constants.yml +1 -1
  12. data/src/jax/anim_frame.js +1 -1
  13. data/src/jax/core/util.js +5 -0
  14. data/src/jax/webgl/shader.js +2 -0
  15. data/vendor/pdoc_template/html/assets/images/pdoc/alias.png +0 -0
  16. data/vendor/pdoc_template/html/assets/images/pdoc/class.png +0 -0
  17. data/vendor/pdoc_template/html/assets/images/pdoc/class_deprecated.png +0 -0
  18. data/vendor/pdoc_template/html/assets/images/pdoc/class_method.png +0 -0
  19. data/vendor/pdoc_template/html/assets/images/pdoc/class_property.png +0 -0
  20. data/vendor/pdoc_template/html/assets/images/pdoc/constant.png +0 -0
  21. data/vendor/pdoc_template/html/assets/images/pdoc/constructor.png +0 -0
  22. data/vendor/pdoc_template/html/assets/images/pdoc/deprecated.png +0 -0
  23. data/vendor/pdoc_template/html/assets/images/pdoc/description.png +0 -0
  24. data/vendor/pdoc_template/html/assets/images/pdoc/information.png +0 -0
  25. data/vendor/pdoc_template/html/assets/images/pdoc/instance_method.png +0 -0
  26. data/vendor/pdoc_template/html/assets/images/pdoc/instance_property.png +0 -0
  27. data/vendor/pdoc_template/html/assets/images/pdoc/method.png +0 -0
  28. data/vendor/pdoc_template/html/assets/images/pdoc/method_deprecated.png +0 -0
  29. data/vendor/pdoc_template/html/assets/images/pdoc/mixin.png +0 -0
  30. data/vendor/pdoc_template/html/assets/images/pdoc/namespace.png +0 -0
  31. data/vendor/pdoc_template/html/assets/images/pdoc/property.png +0 -0
  32. data/vendor/pdoc_template/html/assets/images/pdoc/related_to.png +0 -0
  33. data/vendor/pdoc_template/html/assets/images/pdoc/search-background.png +0 -0
  34. data/vendor/pdoc_template/html/assets/images/pdoc/section-background.png +0 -0
  35. data/vendor/pdoc_template/html/assets/images/pdoc/section.png +0 -0
  36. data/vendor/pdoc_template/html/assets/images/pdoc/selected-section-background.png +0 -0
  37. data/vendor/pdoc_template/html/assets/images/pdoc/subclass.png +0 -0
  38. data/vendor/pdoc_template/html/assets/images/pdoc/superclass.png +0 -0
  39. data/vendor/pdoc_template/html/assets/images/pdoc/utility.png +0 -0
  40. data/vendor/pdoc_template/html/assets/javascripts/pdoc/application.js +478 -0
  41. data/vendor/pdoc_template/html/assets/javascripts/pdoc/prototype.js +4874 -0
  42. data/vendor/pdoc_template/html/assets/javascripts/pdoc/tabs.js +506 -0
  43. data/vendor/pdoc_template/html/assets/stylesheets/jax.css +30 -0
  44. data/vendor/pdoc_template/html/assets/stylesheets/pdoc/api.css +681 -0
  45. data/vendor/pdoc_template/html/assets/stylesheets/pdoc/pygments.css +62 -0
  46. data/vendor/pdoc_template/html/helpers.rb +35 -0
  47. data/vendor/pdoc_template/html/index.erb +18 -0
  48. data/vendor/pdoc_template/html/item_index.js.erb +6 -0
  49. data/vendor/pdoc_template/html/layout.erb +67 -0
  50. data/vendor/pdoc_template/html/leaf.erb +22 -0
  51. data/vendor/pdoc_template/html/node.erb +30 -0
  52. data/vendor/pdoc_template/html/partials/class_relationships.erb +19 -0
  53. data/vendor/pdoc_template/html/partials/classes.erb +7 -0
  54. data/vendor/pdoc_template/html/partials/constructor.erb +5 -0
  55. data/vendor/pdoc_template/html/partials/description.erb +5 -0
  56. data/vendor/pdoc_template/html/partials/link_list.erb +1 -0
  57. data/vendor/pdoc_template/html/partials/method_signatures.erb +14 -0
  58. data/vendor/pdoc_template/html/partials/methodized_note.erb +9 -0
  59. data/vendor/pdoc_template/html/partials/mixins.erb +7 -0
  60. data/vendor/pdoc_template/html/partials/namespaces.erb +7 -0
  61. data/vendor/pdoc_template/html/partials/related_utilities.erb +5 -0
  62. data/vendor/pdoc_template/html/partials/relationships.erb +11 -0
  63. data/vendor/pdoc_template/html/partials/short_description_list.erb +7 -0
  64. data/vendor/pdoc_template/html/partials/title.erb +24 -0
  65. data/vendor/pdoc_template/html/section.erb +18 -0
  66. metadata +56 -4
@@ -0,0 +1,30 @@
1
+ .wrapper {
2
+ text-align: left;
3
+ margin: 0 auto;
4
+ width: 69em;
5
+ }
6
+
7
+ #topNav {
8
+ text-align: center;
9
+ font-family: Helvetica, Arial, sans-serif;
10
+ font-size: 110%;
11
+ line-height: 1.5em;
12
+ background: #222;
13
+ color: #999;
14
+
15
+ padding: 1em 0;
16
+ color: #565656;
17
+ }
18
+
19
+ #topNav .wrapper {padding-left: 1em; width: 68em;}
20
+
21
+ /* Links
22
+ --------------------------------------- */
23
+
24
+ #topNav a, #topNav a:link, #topNav a:visited {
25
+ color: #0099ff;
26
+ text-decoration: underline;
27
+ }
28
+
29
+ #topNav strong {color: #999; margin-right: 0.5em;}
30
+ #topNav strong a {color: #FFF !important;}
@@ -0,0 +1,681 @@
1
+ /* The "section" class implicitly needs a clearfix; adding it here for convenience. */
2
+
3
+ .clearfix:after,
4
+ .section:after {
5
+ content: ".";
6
+ display: block;
7
+ clear: both;
8
+ visibility: hidden;
9
+ line-height: 0;
10
+ height: 0;
11
+ }
12
+
13
+ .clearfix, .section {
14
+ display: inline-block;
15
+ }
16
+
17
+ html[xmlns] .clearfix,
18
+ html[xmlns] .section {
19
+ display: block;
20
+ }
21
+
22
+ * html .clearfix,
23
+ * html .section {
24
+ height: 1%;
25
+ }
26
+
27
+ span.hidden { display: none; }
28
+
29
+ body {
30
+ font-family: Verdana, sans-serif;
31
+ font-size: 82.5%;
32
+ line-height: 1.5em;
33
+ margin: 0;
34
+ padding: 0;
35
+ }
36
+
37
+ body * {
38
+ margin: 0;
39
+ padding: 0;
40
+ }
41
+
42
+ h1, h2, h3, h4, h5, h6 {
43
+ font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
44
+ }
45
+
46
+ pre {
47
+ white-space: pre-wrap; /* CSS 3 */
48
+ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
49
+ white-space: -pre-wrap; /* Opera 4-6 */
50
+ white-space: -o-pre-wrap; /* Opera 7 */
51
+ word-wrap: break-word; /* Internet Explorer 5.5+ */
52
+ }
53
+
54
+ a img {
55
+ border: 0;
56
+ }
57
+
58
+ ul, li {
59
+ list-style-type: none;
60
+ }
61
+
62
+ ol, ul {
63
+ margin: 0 0 15px;
64
+ }
65
+
66
+ code, pre {
67
+ font-family: "Panic Sans", "Bitstream Vera Sans Mono", Monaco, Consolas, Andale Mono, monospace;
68
+ font-size: 12px;
69
+ }
70
+
71
+ #page a.img,
72
+ #page a.img:link,
73
+ #page a.img:visited {
74
+ border: 0;
75
+ }
76
+
77
+ .content {
78
+ padding-left: 120px;
79
+ margin: 0 auto;
80
+ }
81
+
82
+ #page {
83
+ margin: 0;
84
+ position: fixed;
85
+ top: 0;
86
+ bottom: 0;
87
+ right: 0;
88
+ left: 241px;
89
+ overflow-y: scroll;
90
+ overflow-x: auto;
91
+ }
92
+
93
+ /* BREADCRUMBS */
94
+
95
+ ul.breadcrumbs {
96
+ margin-left: 120px;
97
+ padding-left: 120px;
98
+ list-style-type: none;
99
+ }
100
+
101
+ ul.breadcrumbs li {
102
+ float: left;
103
+ list-style-type: none;
104
+ margin-left: 0;
105
+ margin-right: 0.4em;
106
+ }
107
+
108
+ /* DEPRECATION */
109
+
110
+ #deprecated {
111
+ position: absolute;
112
+ right: 0;
113
+ top: 0;
114
+ }
115
+
116
+ #deprecated img {
117
+ display: block;
118
+ border: 0;
119
+ }
120
+
121
+ .menu-item a.deprecated {
122
+ text-decoration: line-through;
123
+ color: #999;
124
+ }
125
+
126
+ /* PAGE CONTENT */
127
+
128
+ .page-content {
129
+ width: 715px;
130
+ margin: 0 0 30px 0;
131
+ }
132
+
133
+ .page-content h2.page-title {
134
+ margin: 0 0 15px 120px;
135
+ line-height: 100%;
136
+ font-size: 27px;
137
+ letter-spacing: -1px;
138
+ color: #444;
139
+ }
140
+
141
+ .page-introduction {
142
+ margin-left: 120px;
143
+ margin-bottom: 25px;
144
+ }
145
+
146
+ .page-content a,
147
+ .page-content a:link {
148
+ color: #036;
149
+ border-bottom: 1px solid #036;
150
+ text-decoration: none;
151
+ }
152
+
153
+ .page-content a:visited {
154
+ border-bottom: 1px solid #bbb;
155
+ }
156
+
157
+ .page-content ul,
158
+ .page-content ol {
159
+ margin: 10px 0;
160
+ }
161
+
162
+ .page-content li {
163
+ margin: 5px 0 8px 20px;
164
+ list-style-type: disc;
165
+ }
166
+
167
+ .page-content p {
168
+ margin: 0 0 0.8em;
169
+ }
170
+
171
+ .page-content code {
172
+ background-color: #f0f0f0;
173
+ border: 1px solid #ccc;
174
+ border-radius: 3px;
175
+ -webkit-border-radius: 3px;
176
+ -moz-border-radius: 3px;
177
+ padding: 0 3px;
178
+ }
179
+
180
+ .page-content pre {
181
+ color: #333;
182
+ background-color: #f0f0ff;
183
+ border: 1px solid #dde;
184
+ padding: 3px 5px;
185
+ margin: 0 0 1em;
186
+ }
187
+
188
+ .page-content pre code {
189
+ background-color: transparent;
190
+ border: 0;
191
+ padding: 0;
192
+ line-height: 100%;
193
+ }
194
+
195
+
196
+ .page-content code {
197
+
198
+ }
199
+
200
+ .page-content h1 {
201
+ font-size: 27px;
202
+ color: #000;
203
+ margin: 1.0em 0 0.6em;
204
+ }
205
+
206
+ .page-content h2 {
207
+ font-size: 23px;
208
+ color: #000;
209
+ margin: 1.0em 0 0.6em;
210
+ }
211
+
212
+ .page-content h3 {
213
+ font-size: 20px;
214
+ color: #000;
215
+ margin: 1.0em 0 0.6em;
216
+ }
217
+
218
+ .page-content h4 {
219
+ font-size: 17px;
220
+ color: #555;
221
+ margin: 1.0em 0 0.6em;
222
+ }
223
+
224
+ .page-content h5 {
225
+ font-size: 15px;
226
+ color: #2a2a2a;
227
+ margin: 1.0em 0 0.6em;
228
+ }
229
+
230
+ .page-content h6 {
231
+ font-size: 14px;
232
+ color: #000;
233
+ margin: 1.0em 0 0.6em;
234
+ }
235
+
236
+ /* PAGE SECTIONS */
237
+
238
+ .section {
239
+ margin: 10px 0 15px;
240
+ }
241
+
242
+ .section-title {
243
+ width: 110px;
244
+ float: left;
245
+ margin-right: 10px;
246
+ padding-right: 0;
247
+ padding-bottom: 10px;
248
+ text-align: right;
249
+ overflow: hidden;
250
+ }
251
+
252
+ .section-title h3 {
253
+ color: #999;
254
+ font-size: 14px;
255
+ line-height: 110%;
256
+ margin-top: 3px;
257
+ padding-right: 10px;
258
+ padding-bottom: 5px;
259
+ }
260
+
261
+ .section-content {
262
+ width: 595px;
263
+ float: left;
264
+ }
265
+
266
+
267
+ /* API STYLES */
268
+
269
+ .page-title .type {
270
+ display: block;
271
+ text-transform: uppercase;
272
+ font-size: 14px;
273
+ color: #aaa;
274
+ }
275
+
276
+
277
+ ul.section-list {
278
+ list-style-type: none;
279
+ margin-top: 0;
280
+ }
281
+
282
+ ul.section-list li {
283
+ list-style-type: none;
284
+ margin: 0 0 15px;
285
+ }
286
+
287
+ ul.section-list li h4 {
288
+ margin-top: 0;
289
+ }
290
+
291
+ ul.method-list {
292
+ margin-top: 0;
293
+ }
294
+
295
+ ul.method-list li {
296
+ float: left;
297
+ margin: 0 5px 3px 0;
298
+ list-style-type: none;
299
+ padding-bottom: 0;
300
+ }
301
+
302
+ ul.method-list li a,
303
+ ul.method-list li a:link {
304
+ text-decoration: none;
305
+ border: 0;
306
+ }
307
+
308
+ ul.method-details-list {
309
+ margin-top: 0;
310
+ }
311
+
312
+ li.method-description {
313
+ margin: 0 0 2.0em;
314
+ list-style-type: none;
315
+ }
316
+
317
+ .method-description h4 {
318
+ margin: 0 0 0.6em;
319
+ line-height: 90%;
320
+ }
321
+
322
+ .method-description p {
323
+ margin: 0.8em 0;
324
+ }
325
+
326
+
327
+ .method-description .method-permalink a {
328
+ color: #aaa;
329
+ text-decoration: none;
330
+ border-bottom: 0;
331
+ font-size: 14px;
332
+ }
333
+
334
+ h4.inherited {
335
+ clear: left;
336
+ font-size: 15px;
337
+ font-style: italic;
338
+ }
339
+
340
+ pre.syntax {
341
+ margin-bottom: 5px;
342
+ }
343
+
344
+ ul.argument-list {
345
+ font-size: 12px;
346
+ padding: 0;
347
+ margin: 0;
348
+ }
349
+
350
+ ul.argument-list li {
351
+ line-height: 140%;
352
+ margin-top: 0px;
353
+ margin-bottom: 5px;
354
+ }
355
+
356
+ ul.argument-list li code {
357
+ font-size: 11px;
358
+ }
359
+
360
+ ul.argument-list .argument-name {
361
+ background-color: #eeffee;
362
+ border-color: #6b6;
363
+ }
364
+
365
+
366
+ /* SECTION ICONS */
367
+
368
+ .page-content .section .section-title h3 {
369
+ padding-right: 24px;
370
+ background-position: right 0;
371
+ background-repeat: no-repeat;
372
+ }
373
+
374
+ .section-constructor .section-title h3 {
375
+ background-image: url(../../images/pdoc/constructor.png);
376
+ }
377
+
378
+ .section-method-list .section-title h3 {
379
+ background-image: url(../../images/pdoc/method.png);
380
+ }
381
+
382
+ .section-class_methods .section-title h3 {
383
+ background-image: url(../../images/pdoc/class_method.png);
384
+ }
385
+
386
+ .section-class_properties .section-title h3 {
387
+ background-image: url(../../images/pdoc/class_property.png);
388
+ }
389
+
390
+ .section-instance_methods .section-title h3 {
391
+ background-image: url(../../images/pdoc/instance_method.png);
392
+ }
393
+
394
+ .section-instance_properties .section-title h3 {
395
+ background-image: url(../../images/pdoc/instance_property.png);
396
+ }
397
+
398
+ .section-mixins .section-title h3 {
399
+ background-image: url(../../images/pdoc/mixin.png);
400
+ }
401
+
402
+ .section-classes .section-title h3 {
403
+ background-image: url(../../images/pdoc/class.png);
404
+ }
405
+
406
+ .section-namespaces .section-title h3 {
407
+ background-image: url(../../images/pdoc/namespace.png);
408
+ }
409
+
410
+ .section-sections .section-title h3 {
411
+ background-image: url(../../images/pdoc/section.png);
412
+ }
413
+
414
+ .section-utilities .section-title h3 {
415
+ background-image: url(../../images/pdoc/utility.png);
416
+ }
417
+
418
+ .section-description .section-title h3 {
419
+ background-image: url(../../images/pdoc/description.png);
420
+ }
421
+
422
+ .section-subclasses .section-title h3 {
423
+ background-image: url(../../images/pdoc/subclass.png);
424
+ }
425
+
426
+ .section-superclass .section-title h3 {
427
+ background-image: url(../../images/pdoc/superclass.png);
428
+ }
429
+
430
+ /* notes */
431
+
432
+ p.note,
433
+ p.alias,
434
+ p.related-to {
435
+ font-size: 11px;
436
+ line-height: 14px;
437
+ padding: 5px 20px 5px 60px;
438
+ background-repeat: no-repeat;
439
+ background-position: 20px 50%;
440
+ border: 1px solid #000;
441
+ }
442
+
443
+ p.note {
444
+ background-color: #f0f0f4;
445
+ background-image: url(../../images/pdoc/information.png);
446
+ border-color: #69c;
447
+ }
448
+
449
+ p.alias {
450
+ background-color: #fff6de;
451
+ background-image: url(../../images/pdoc/alias.png);
452
+ border-color: #cc9;
453
+ }
454
+
455
+ p.related-to {
456
+ background-color: #f4f0f4;
457
+ background-image: url(../../images/pdoc/related_to.png);
458
+ border-color: #c9c;
459
+ }
460
+
461
+ /* SIDEBAR */
462
+
463
+ #sidebar {
464
+ position: fixed;
465
+ top: 0;
466
+ bottom: 0;
467
+ left: 0;
468
+ width: 240px;
469
+ background: #fff;
470
+ font-size: 13px;
471
+ }
472
+
473
+ #sidebar form.search-ribbon {
474
+ margin: 0;
475
+ height: 24px;
476
+ border-right: 1px solid #636363;
477
+ padding: 4px 0 3px;
478
+ border-bottom: 1px solid #587e93;
479
+ background: url(../../images/pdoc/search-background.png) repeat-x 0 0;
480
+ text-align: center;
481
+ }
482
+
483
+ /* Keep these around for `Control.Tabs`. */
484
+ .sidebar-tabs { display: none; }
485
+
486
+ .menu-items ul {
487
+ margin: 0;
488
+ }
489
+
490
+ .menu-items ul li {
491
+ list-style-type: none;
492
+ padding-left: 0;
493
+ margin-left: 0;
494
+ }
495
+
496
+ .menu-items ul .menu-item a {
497
+ padding-left: 38px;
498
+ background-position: 16px 50%;
499
+ }
500
+
501
+ .menu-items ul ul .menu-item a {
502
+ padding-left: 48px;
503
+ background-position: 26px 50%;
504
+ }
505
+
506
+ .menu-items ul ul ul .menu-item a {
507
+ padding-left: 58px;
508
+ background-position: 36px 50%;
509
+ }
510
+
511
+ .menu-items ul ul ul ul .menu-item a {
512
+ padding-left: 68px;
513
+ background-position: 46px 50%;
514
+ }
515
+
516
+
517
+
518
+ .menu-item a,
519
+ .menu-item a:link {
520
+ display: block;
521
+ padding: 3px 10px 3px 28px;
522
+ background-position: 6px 50%;
523
+ background-repeat: no-repeat;
524
+ text-align: left;
525
+ text-decoration: none;
526
+ color: #333;
527
+ border-top: 1px solid #fff;
528
+ border-bottom: 1px solid #fff;
529
+ white-space: nowrap;
530
+ }
531
+
532
+ .menu-item a:hover,
533
+ .menu-item a.highlighted,
534
+ #sidebar .highlighted a {
535
+ border-top: 1px solid #69f;
536
+ border-bottom: 1px solid #69f;
537
+ background-color: #f0f0ff;
538
+ }
539
+
540
+ .menu-item a.current,
541
+ #sidebar .current a {
542
+ border-top: 1px solid #f0f0ff;
543
+ border-bottom: 1px solid #f0f0ff;
544
+ background-color: #f0f0ff;
545
+ }
546
+
547
+ .menu-item a.current-parent,
548
+ #sidebar .current-parent a {
549
+ border-top: 1px solid #f0f0ff;
550
+ border-bottom: 1px solid #f0f0ff;
551
+ background-color: #f0f0ff;
552
+ }
553
+
554
+ .menu-item a.class-method {
555
+ background-image: url(../../images/pdoc/class_method.png);
556
+ }
557
+
558
+ .menu-item a.instance-method {
559
+ background-image: url(../../images/pdoc/instance_method.png);
560
+ }
561
+
562
+ .menu-item a.class {
563
+ background-image: url(../../images/pdoc/class.png);
564
+ }
565
+
566
+ .menu-item a.constructor {
567
+ background-image: url(../../images/pdoc/constructor.png);
568
+ }
569
+
570
+ .menu-item a.class-property {
571
+ background-image: url(../../images/pdoc/class_property.png);
572
+ }
573
+
574
+ .menu-item a.instance-property {
575
+ background-image: url(../../images/pdoc/instance_property.png);
576
+ }
577
+
578
+ .menu-item a.namespace {
579
+ background-image: url(../../images/pdoc/namespace.png);
580
+ }
581
+
582
+ .menu-item a.mixin {
583
+ background-image: url(../../images/pdoc/mixin.png);
584
+ }
585
+
586
+ .menu-item a.utility {
587
+ background-image: url(../../images/pdoc/utility.png);
588
+ }
589
+
590
+ .menu-item a.section {
591
+ margin: 0;
592
+ background-image: url(../../images/pdoc/section.png);
593
+ }
594
+
595
+ #api_menu .menu-item a.section {
596
+ height: 22px;
597
+ font-weight: normal;
598
+ color: #a5a5a5;
599
+ margin-top: 0;
600
+ margin-bottom: 0;
601
+ border-top: 1px solid #000;
602
+ border-bottom: 1px solid #000;
603
+ background: url(../../images/pdoc/section-background.png) repeat-x 0 0;
604
+ }
605
+
606
+ #api_menu .menu-item a.section:hover {
607
+ border-color: #69f;
608
+ color: #D8D9EA;
609
+ background-image: url(../../images/pdoc/selected-section-background.png);
610
+ }
611
+
612
+ .menu-section {
613
+ margin-bottom: 1.0em;
614
+ }
615
+
616
+ #menu_pane {
617
+ position: absolute;
618
+ top: 32px;
619
+ bottom: 0;
620
+ left: 0;
621
+ width: 239px;
622
+ border-right: 1px solid #636363;
623
+ overflow-y: scroll;
624
+ overflow-x: hidden;
625
+
626
+ /* Fixes jagged text in Safari 5. */
627
+ -webkit-font-smoothing: antialiased;
628
+ }
629
+
630
+ #search_pane {
631
+ width: 239px;
632
+ border-right: 1px solid #636363;
633
+ position: absolute;
634
+ top: 32px;
635
+ bottom: 0;
636
+ left: 0;
637
+ }
638
+
639
+ #search_results {
640
+ margin: 0;
641
+ padding: 0;
642
+ overflow-y: scroll;
643
+ overflow-x: hidden;
644
+ position: absolute;
645
+ top: 0;
646
+ bottom: 0;
647
+ width: 239px;
648
+ }
649
+
650
+ #search {
651
+ width: 200px;
652
+ padding: 2px 3px;
653
+ }
654
+
655
+ input.ghosted {
656
+ font-style: italic;
657
+ color: #aaa;
658
+ }
659
+
660
+
661
+ /* FOOTER */
662
+
663
+ #footer {
664
+ color: #bbb;
665
+ width: 595px;
666
+ margin-left: 120px;
667
+ margin-top: 30px;
668
+ border-top: 1px solid #ccc;
669
+ font-size: 10px;
670
+ padding: 1em 0;
671
+ }
672
+
673
+ #footer a,
674
+ #footer a:link {
675
+ color: #999;
676
+ }
677
+
678
+ #src_code_href {
679
+ font-size: 11px;
680
+ margin: -15px 0 15px 120px;
681
+ }