ninjs 0.11.1 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,828 +0,0 @@
1
- /*
2
- IMPORTANT: If you're editing this file in the output directory of one of
3
- your projects, your changes will be overwritten the next time you run
4
- Natural Docs. Instead, copy this file to your project directory, make your
5
- changes, and you can use it with -s. Even better would be to make a CSS
6
- file in your project directory with only your changes, which you can then
7
- use with -s [original style] [your changes].
8
-
9
- On the other hand, if you're editing this file in the Natural Docs styles
10
- directory, the changes will automatically be applied to all your projects
11
- that use this style the next time Natural Docs is run on them.
12
-
13
- This file is part of Natural Docs, which is Copyright © 2003-2010 Greg Valure.
14
- Natural Docs is licensed under version 3 of the GNU Affero General Public
15
- License (AGPL). Refer to License.txt for the complete details.
16
-
17
- This file may be distributed with documentation files generated by Natural Docs.
18
- Such documentation is not covered by Natural Docs' copyright and licensing,
19
- and may have its own copyright and distribution terms as decided by its author.
20
- */
21
-
22
- body {
23
- font: 10pt Verdana, Arial, sans-serif;
24
- color: #000000;
25
- margin: 0; padding: 0;
26
- }
27
-
28
- .ContentPage,
29
- .IndexPage,
30
- .FramedMenuPage {
31
- background-color: #E8E8E8;
32
- }
33
- .FramedContentPage,
34
- .FramedIndexPage,
35
- .FramedSearchResultsPage,
36
- .PopupSearchResultsPage {
37
- background-color: #FFFFFF;
38
- }
39
-
40
-
41
- a:link,
42
- a:visited { color: #900000; text-decoration: none }
43
- a:hover { color: #900000; text-decoration: underline }
44
- a:active { color: #FF0000; text-decoration: underline }
45
-
46
- td {
47
- vertical-align: top }
48
-
49
- img { border: 0; }
50
-
51
-
52
- /*
53
- Comment out this line to use web-style paragraphs (blank line between
54
- paragraphs, no indent) instead of print-style paragraphs (no blank line,
55
- indented.)
56
- */
57
- p {
58
- text-indent: 5ex; margin: 0 }
59
-
60
-
61
- /* Opera doesn't break with just wbr, but will if you add this. */
62
- .Opera wbr:after {
63
- content: "\00200B";
64
- }
65
-
66
-
67
- /* Blockquotes are used as containers for things that may need to scroll. */
68
- blockquote {
69
- padding: 0;
70
- margin: 0;
71
- overflow: auto;
72
- }
73
-
74
-
75
- .Firefox1 blockquote {
76
- padding-bottom: .5em;
77
- }
78
-
79
- /* Turn off scrolling when printing. */
80
- @media print {
81
- blockquote {
82
- overflow: visible;
83
- }
84
- .IE blockquote {
85
- width: auto;
86
- }
87
- }
88
-
89
-
90
-
91
- #Menu {
92
- font-size: 9pt;
93
- padding: 10px 0 0 0;
94
- }
95
- .ContentPage #Menu,
96
- .IndexPage #Menu {
97
- position: absolute;
98
- top: 0;
99
- left: 0;
100
- width: 31ex;
101
- overflow: hidden;
102
- }
103
- .ContentPage .Firefox #Menu,
104
- .IndexPage .Firefox #Menu {
105
- width: 27ex;
106
- }
107
-
108
-
109
- .MTitle {
110
- font-size: 16pt; font-weight: bold; font-variant: small-caps;
111
- text-align: center;
112
- padding: 5px 10px 15px 10px;
113
- border-bottom: 1px dotted #000000;
114
- margin-bottom: 15px }
115
-
116
- .MSubTitle {
117
- font-size: 9pt; font-weight: normal; font-variant: normal;
118
- margin-top: 1ex; margin-bottom: 5px }
119
-
120
-
121
- .MEntry a:link,
122
- .MEntry a:hover,
123
- .MEntry a:visited { color: #606060; margin-right: 0 }
124
- .MEntry a:active { color: #A00000; margin-right: 0 }
125
-
126
-
127
- .MGroup {
128
- font-variant: small-caps; font-weight: bold;
129
- margin: 1em 0 1em 10px;
130
- }
131
-
132
- .MGroupContent {
133
- font-variant: normal; font-weight: normal }
134
-
135
- .MGroup a:link,
136
- .MGroup a:hover,
137
- .MGroup a:visited { color: #545454; margin-right: 10px }
138
- .MGroup a:active { color: #A00000; margin-right: 10px }
139
-
140
-
141
- .MFile,
142
- .MText,
143
- .MLink,
144
- .MIndex {
145
- padding: 1px 17px 2px 10px;
146
- margin: .25em 0 .25em 0;
147
- }
148
-
149
- .MText {
150
- font-size: 8pt; font-style: italic }
151
-
152
- .MLink {
153
- font-style: italic }
154
-
155
- #MSelected {
156
- color: #000000; background-color: #FFFFFF;
157
- /* Replace padding with border. */
158
- padding: 0 10px 0 10px;
159
- border-width: 1px 2px 2px 0; border-style: solid; border-color: #000000;
160
- margin-right: 5px;
161
- }
162
-
163
- /* Close off the left side when its in a group. */
164
- .MGroup #MSelected {
165
- padding-left: 9px; border-left-width: 1px }
166
-
167
- /* A treat for Mozilla users. Blatantly non-standard. Will be replaced with CSS 3 attributes when finalized/supported. */
168
- .Firefox #MSelected {
169
- -moz-border-radius-topright: 10px;
170
- -moz-border-radius-bottomright: 10px }
171
- .Firefox .MGroup #MSelected {
172
- -moz-border-radius-topleft: 10px;
173
- -moz-border-radius-bottomleft: 10px }
174
-
175
-
176
- #MSearchPanel {
177
- padding: 0px 6px;
178
- margin: .25em 0;
179
- }
180
-
181
-
182
- #MSearchField {
183
- font: italic 9pt Verdana, sans-serif;
184
- color: #606060;
185
- background-color: #E8E8E8;
186
- border: none;
187
- padding: 2px 4px;
188
- width: 100%;
189
- }
190
- /* Only Opera gets it right. */
191
- .Firefox #MSearchField,
192
- .IE #MSearchField,
193
- .Safari #MSearchField {
194
- width: 94%;
195
- }
196
- .Opera9 #MSearchField,
197
- .Konqueror #MSearchField {
198
- width: 97%;
199
- }
200
- .FramedMenuPage .Firefox #MSearchField,
201
- .FramedMenuPage .Safari #MSearchField,
202
- .FramedMenuPage .Konqueror #MSearchField {
203
- width: 98%;
204
- }
205
-
206
- /* Firefox doesn't do this right in frames without #MSearchPanel added on.
207
- It's presence doesn't hurt anything other browsers. */
208
- #MSearchPanel.MSearchPanelInactive:hover #MSearchField {
209
- background-color: #FFFFFF;
210
- border: 1px solid #C0C0C0;
211
- padding: 1px 3px;
212
- }
213
- .MSearchPanelActive #MSearchField {
214
- background-color: #FFFFFF;
215
- border: 1px solid #C0C0C0;
216
- font-style: normal;
217
- padding: 1px 3px;
218
- }
219
-
220
- #MSearchType {
221
- visibility: hidden;
222
- font: 8pt Verdana, sans-serif;
223
- width: 98%;
224
- padding: 0;
225
- border: 1px solid #C0C0C0;
226
- }
227
- .MSearchPanelActive #MSearchType,
228
- /* As mentioned above, Firefox doesn't do this right in frames without #MSearchPanel added on. */
229
- #MSearchPanel.MSearchPanelInactive:hover #MSearchType,
230
- #MSearchType:focus {
231
- visibility: visible;
232
- color: #606060;
233
- }
234
- #MSearchType option#MSearchEverything {
235
- font-weight: bold;
236
- }
237
-
238
- .Opera8 .MSearchPanelInactive:hover,
239
- .Opera8 .MSearchPanelActive {
240
- margin-left: -1px;
241
- }
242
-
243
-
244
- iframe#MSearchResults {
245
- width: 60ex;
246
- height: 15em;
247
- }
248
- #MSearchResultsWindow {
249
- display: none;
250
- position: absolute;
251
- left: 0; top: 0;
252
- border: 1px solid #000000;
253
- background-color: #E8E8E8;
254
- }
255
- #MSearchResultsWindowClose {
256
- font-weight: bold;
257
- font-size: 8pt;
258
- display: block;
259
- padding: 2px 5px;
260
- }
261
- #MSearchResultsWindowClose:link,
262
- #MSearchResultsWindowClose:visited {
263
- color: #000000;
264
- text-decoration: none;
265
- }
266
- #MSearchResultsWindowClose:active,
267
- #MSearchResultsWindowClose:hover {
268
- color: #800000;
269
- text-decoration: none;
270
- background-color: #F4F4F4;
271
- }
272
-
273
-
274
-
275
-
276
- #Content {
277
- padding-bottom: 15px;
278
- }
279
-
280
- .ContentPage #Content {
281
- border-width: 0 0 1px 1px;
282
- border-style: solid;
283
- border-color: #000000;
284
- background-color: #FFFFFF;
285
- font-size: 9pt; /* To make 31ex match the menu's 31ex. */
286
- margin-left: 31ex;
287
- }
288
- .ContentPage .Firefox #Content {
289
- margin-left: 27ex;
290
- }
291
-
292
-
293
-
294
- .CTopic {
295
- font-size: 10pt;
296
- margin-bottom: 3em;
297
- }
298
-
299
-
300
- .CTitle {
301
- font-size: 12pt; font-weight: bold;
302
- border-width: 0 0 1px 0; border-style: solid; border-color: #A0A0A0;
303
- margin: 0 15px .5em 15px }
304
-
305
- .CGroup .CTitle {
306
- font-size: 16pt; font-variant: small-caps;
307
- padding-left: 15px; padding-right: 15px;
308
- border-width: 0 0 2px 0; border-color: #000000;
309
- margin-left: 0; margin-right: 0 }
310
-
311
- .CClass .CTitle,
312
- .CInterface .CTitle,
313
- .CDatabase .CTitle,
314
- .CDatabaseTable .CTitle,
315
- .CSection .CTitle {
316
- font-size: 18pt;
317
- color: #FFFFFF; background-color: #A0A0A0;
318
- padding: 10px 15px 10px 15px;
319
- border-width: 2px 0; border-color: #000000;
320
- margin-left: 0; margin-right: 0 }
321
-
322
- #MainTopic .CTitle {
323
- font-size: 20pt;
324
- color: #FFFFFF; background-color: #7070C0;
325
- padding: 10px 15px 10px 15px;
326
- border-width: 0 0 3px 0; border-color: #000000;
327
- margin-left: 0; margin-right: 0 }
328
-
329
- .CBody {
330
- margin-left: 15px; margin-right: 15px }
331
-
332
-
333
- .CToolTip {
334
- position: absolute; visibility: hidden;
335
- left: 0; top: 0;
336
- background-color: #FFFFE0;
337
- padding: 5px;
338
- border-width: 1px 2px 2px 1px; border-style: solid; border-color: #000000;
339
- font-size: 8pt;
340
- }
341
-
342
- .Opera .CToolTip {
343
- max-width: 98%;
344
- }
345
-
346
- /* Scrollbars would be useless. */
347
- .CToolTip blockquote {
348
- overflow: hidden;
349
- }
350
- .IE6 .CToolTip blockquote {
351
- overflow: visible;
352
- }
353
-
354
- .CHeading {
355
- font-weight: bold; font-size: 10pt;
356
- margin: 1.5em 0 .5em 0;
357
- }
358
-
359
- .CBody pre {
360
- font: 10pt "Courier New", Courier, monospace;
361
- background-color: #FCFCFC;
362
- margin: 1em 35px;
363
- padding: 10px 15px 10px 10px;
364
- border-color: #E0E0E0 #E0E0E0 #E0E0E0 #E4E4E4;
365
- border-width: 1px 1px 1px 6px;
366
- border-style: dashed dashed dashed solid;
367
- }
368
-
369
- .CBody ul {
370
- /* I don't know why CBody's margin doesn't apply, but it's consistent across browsers so whatever.
371
- Reapply it here as padding. */
372
- padding-left: 15px; padding-right: 15px;
373
- margin: .5em 5ex .5em 5ex;
374
- }
375
-
376
- .CDescriptionList {
377
- margin: .5em 5ex 0 5ex }
378
-
379
- .CDLEntry {
380
- font: 10pt "Courier New", Courier, monospace; color: #808080;
381
- padding-bottom: .25em;
382
- white-space: nowrap }
383
-
384
- .CDLDescription {
385
- font-size: 10pt; /* For browsers that don't inherit correctly, like Opera 5. */
386
- padding-bottom: .5em; padding-left: 5ex }
387
-
388
-
389
- .CTopic img {
390
- text-align: center;
391
- display: block;
392
- margin: 1em auto;
393
- }
394
- .CImageCaption {
395
- font-variant: small-caps;
396
- font-size: 8pt;
397
- color: #808080;
398
- text-align: center;
399
- position: relative;
400
- top: 1em;
401
- }
402
-
403
- .CImageLink {
404
- color: #808080;
405
- font-style: italic;
406
- }
407
- a.CImageLink:link,
408
- a.CImageLink:visited,
409
- a.CImageLink:hover { color: #808080 }
410
-
411
-
412
-
413
-
414
-
415
- .Prototype {
416
- font: 10pt "Courier New", Courier, monospace;
417
- padding: 5px 3ex;
418
- border-width: 1px; border-style: solid;
419
- margin: 0 5ex 1.5em 5ex;
420
- }
421
-
422
- .Prototype td {
423
- font-size: 10pt;
424
- }
425
-
426
- .PDefaultValue,
427
- .PDefaultValuePrefix,
428
- .PTypePrefix {
429
- color: #8F8F8F;
430
- }
431
- .PTypePrefix {
432
- text-align: right;
433
- }
434
- .PAfterParameters {
435
- vertical-align: bottom;
436
- }
437
-
438
- .IE .Prototype table {
439
- padding: 0;
440
- }
441
-
442
- .CFunction .Prototype {
443
- background-color: #F4F4F4; border-color: #D0D0D0 }
444
- .CProperty .Prototype {
445
- background-color: #F4F4FF; border-color: #C0C0E8 }
446
- .CVariable .Prototype {
447
- background-color: #FFFFF0; border-color: #E0E0A0 }
448
-
449
- .CClass .Prototype {
450
- border-width: 1px 2px 2px 1px; border-style: solid; border-color: #A0A0A0;
451
- background-color: #F4F4F4;
452
- }
453
- .CInterface .Prototype {
454
- border-width: 1px 2px 2px 1px; border-style: solid; border-color: #A0A0D0;
455
- background-color: #F4F4FF;
456
- }
457
-
458
- .CDatabaseIndex .Prototype,
459
- .CConstant .Prototype {
460
- background-color: #D0D0D0; border-color: #000000 }
461
- .CType .Prototype,
462
- .CEnumeration .Prototype {
463
- background-color: #FAF0F0; border-color: #E0B0B0;
464
- }
465
- .CDatabaseTrigger .Prototype,
466
- .CEvent .Prototype,
467
- .CDelegate .Prototype {
468
- background-color: #F0FCF0; border-color: #B8E4B8 }
469
-
470
- .CToolTip .Prototype {
471
- margin: 0 0 .5em 0;
472
- white-space: nowrap;
473
- }
474
-
475
-
476
-
477
-
478
-
479
- .Summary {
480
- margin: 1.5em 5ex 0 5ex }
481
-
482
- .STitle {
483
- font-size: 12pt; font-weight: bold;
484
- margin-bottom: .5em }
485
-
486
-
487
- .SBorder {
488
- background-color: #FFFFF0;
489
- padding: 15px;
490
- border: 1px solid #C0C060 }
491
-
492
- /* In a frame IE 6 will make them too long unless you set the width to 100%. Without frames it will be correct without a width
493
- or slightly too long (but not enough to scroll) with a width. This arbitrary weirdness simply astounds me. IE 7 has the same
494
- problem with frames, haven't tested it without. */
495
- .FramedContentPage .IE .SBorder {
496
- width: 100% }
497
-
498
- /* A treat for Mozilla users. Blatantly non-standard. Will be replaced with CSS 3 attributes when finalized/supported. */
499
- .Firefox .SBorder {
500
- -moz-border-radius: 20px }
501
-
502
-
503
- .STable {
504
- font-size: 9pt; width: 100% }
505
-
506
- .SEntry {
507
- width: 30% }
508
- .SDescription {
509
- width: 70% }
510
-
511
-
512
- .SMarked {
513
- background-color: #F8F8D8 }
514
-
515
- .SDescription { padding-left: 2ex }
516
- .SIndent1 .SEntry { padding-left: 1.5ex } .SIndent1 .SDescription { padding-left: 3.5ex }
517
- .SIndent2 .SEntry { padding-left: 3.0ex } .SIndent2 .SDescription { padding-left: 5.0ex }
518
- .SIndent3 .SEntry { padding-left: 4.5ex } .SIndent3 .SDescription { padding-left: 6.5ex }
519
- .SIndent4 .SEntry { padding-left: 6.0ex } .SIndent4 .SDescription { padding-left: 8.0ex }
520
- .SIndent5 .SEntry { padding-left: 7.5ex } .SIndent5 .SDescription { padding-left: 9.5ex }
521
-
522
- .SDescription a { color: #800000}
523
- .SDescription a:active { color: #A00000 }
524
-
525
- .SGroup td {
526
- padding-top: .5em; padding-bottom: .25em }
527
-
528
- .SGroup .SEntry {
529
- font-weight: bold; font-variant: small-caps }
530
-
531
- .SGroup .SEntry a { color: #800000 }
532
- .SGroup .SEntry a:active { color: #F00000 }
533
-
534
-
535
- .SMain td,
536
- .SClass td,
537
- .SDatabase td,
538
- .SDatabaseTable td,
539
- .SSection td {
540
- font-size: 10pt;
541
- padding-bottom: .25em }
542
-
543
- .SClass td,
544
- .SDatabase td,
545
- .SDatabaseTable td,
546
- .SSection td {
547
- padding-top: 1em }
548
-
549
- .SMain .SEntry,
550
- .SClass .SEntry,
551
- .SDatabase .SEntry,
552
- .SDatabaseTable .SEntry,
553
- .SSection .SEntry {
554
- font-weight: bold;
555
- }
556
-
557
- .SMain .SEntry a,
558
- .SClass .SEntry a,
559
- .SDatabase .SEntry a,
560
- .SDatabaseTable .SEntry a,
561
- .SSection .SEntry a { color: #000000 }
562
-
563
- .SMain .SEntry a:active,
564
- .SClass .SEntry a:active,
565
- .SDatabase .SEntry a:active,
566
- .SDatabaseTable .SEntry a:active,
567
- .SSection .SEntry a:active { color: #A00000 }
568
-
569
-
570
-
571
-
572
-
573
- .ClassHierarchy {
574
- margin: 0 15px 1em 15px }
575
-
576
- .CHEntry {
577
- border-width: 1px 2px 2px 1px; border-style: solid; border-color: #A0A0A0;
578
- margin-bottom: 3px;
579
- padding: 2px 2ex;
580
- font-size: 10pt;
581
- background-color: #F4F4F4; color: #606060;
582
- }
583
-
584
- .Firefox .CHEntry {
585
- -moz-border-radius: 4px;
586
- }
587
-
588
- .CHCurrent .CHEntry {
589
- font-weight: bold;
590
- border-color: #000000;
591
- color: #000000;
592
- }
593
-
594
- .CHChildNote .CHEntry {
595
- font-style: italic;
596
- font-size: 8pt;
597
- }
598
-
599
- .CHIndent {
600
- margin-left: 3ex;
601
- }
602
-
603
- .CHEntry a:link,
604
- .CHEntry a:visited,
605
- .CHEntry a:hover {
606
- color: #606060;
607
- }
608
- .CHEntry a:active {
609
- color: #800000;
610
- }
611
-
612
-
613
-
614
-
615
-
616
- #Index {
617
- background-color: #FFFFFF;
618
- }
619
-
620
- /* As opposed to .PopupSearchResultsPage #Index */
621
- .IndexPage #Index,
622
- .FramedIndexPage #Index,
623
- .FramedSearchResultsPage #Index {
624
- padding: 15px;
625
- }
626
-
627
- .IndexPage #Index {
628
- border-width: 0 0 1px 1px;
629
- border-style: solid;
630
- border-color: #000000;
631
- font-size: 9pt; /* To make 27ex match the menu's 27ex. */
632
- margin-left: 27ex;
633
- }
634
-
635
-
636
- .IPageTitle {
637
- font-size: 20pt; font-weight: bold;
638
- color: #FFFFFF; background-color: #7070C0;
639
- padding: 10px 15px 10px 15px;
640
- border-width: 0 0 3px 0; border-color: #000000; border-style: solid;
641
- margin: -15px -15px 0 -15px }
642
-
643
- .FramedSearchResultsPage .IPageTitle {
644
- margin-bottom: 15px;
645
- }
646
-
647
- .INavigationBar {
648
- font-size: 10pt;
649
- text-align: center;
650
- background-color: #FFFFF0;
651
- padding: 5px;
652
- border-bottom: solid 1px black;
653
- margin: 0 -15px 15px -15px;
654
- }
655
-
656
- .INavigationBar a {
657
- font-weight: bold }
658
-
659
- .IHeading {
660
- font-size: 16pt; font-weight: bold;
661
- padding: 2.5em 0 .5em 0;
662
- text-align: center;
663
- width: 3.5ex;
664
- }
665
- #IFirstHeading {
666
- padding-top: 0;
667
- }
668
-
669
- .IEntry {
670
- font-size: 10pt;
671
- padding-left: 1ex;
672
- }
673
- .PopupSearchResultsPage .IEntry {
674
- font-size: 8pt;
675
- padding: 1px 5px;
676
- }
677
- .PopupSearchResultsPage .Opera9 .IEntry,
678
- .FramedSearchResultsPage .Opera9 .IEntry {
679
- text-align: left;
680
- }
681
- .FramedSearchResultsPage .IEntry {
682
- padding: 0;
683
- }
684
-
685
- .ISubIndex {
686
- padding-left: 3ex; padding-bottom: .5em }
687
- .PopupSearchResultsPage .ISubIndex {
688
- display: none;
689
- }
690
-
691
- /* While it may cause some entries to look like links when they aren't, I found it's much easier to read the
692
- index if everything's the same color. */
693
- .ISymbol {
694
- font-weight: bold; color: #900000 }
695
-
696
- .IndexPage .ISymbolPrefix,
697
- .FramedIndexPage .ISymbolPrefix {
698
- font-size: 10pt;
699
- text-align: right;
700
- color: #C47C7C;
701
- background-color: #F8F8F8;
702
- border-right: 3px solid #E0E0E0;
703
- border-left: 1px solid #E0E0E0;
704
- padding: 0 1px 0 2px;
705
- }
706
- .PopupSearchResultsPage .ISymbolPrefix,
707
- .FramedSearchResultsPage .ISymbolPrefix {
708
- color: #900000;
709
- }
710
- .PopupSearchResultsPage .ISymbolPrefix {
711
- font-size: 8pt;
712
- }
713
-
714
- .IndexPage #IFirstSymbolPrefix,
715
- .FramedIndexPage #IFirstSymbolPrefix {
716
- border-top: 1px solid #E0E0E0;
717
- }
718
- .IndexPage #ILastSymbolPrefix,
719
- .FramedIndexPage #ILastSymbolPrefix {
720
- border-bottom: 1px solid #E0E0E0;
721
- }
722
- .IndexPage #IOnlySymbolPrefix,
723
- .FramedIndexPage #IOnlySymbolPrefix {
724
- border-top: 1px solid #E0E0E0;
725
- border-bottom: 1px solid #E0E0E0;
726
- }
727
-
728
- a.IParent,
729
- a.IFile {
730
- display: block;
731
- }
732
-
733
- .PopupSearchResultsPage .SRStatus {
734
- padding: 2px 5px;
735
- font-size: 8pt;
736
- font-style: italic;
737
- }
738
- .FramedSearchResultsPage .SRStatus {
739
- font-size: 10pt;
740
- font-style: italic;
741
- }
742
-
743
- .SRResult {
744
- display: none;
745
- }
746
-
747
-
748
-
749
- #Footer {
750
- font-size: 8pt;
751
- color: #989898;
752
- text-align: right;
753
- }
754
-
755
- #Footer p {
756
- text-indent: 0;
757
- margin-bottom: .5em;
758
- }
759
-
760
- .ContentPage #Footer,
761
- .IndexPage #Footer {
762
- text-align: right;
763
- margin: 2px;
764
- }
765
-
766
- .FramedMenuPage #Footer {
767
- text-align: center;
768
- margin: 5em 10px 10px 10px;
769
- padding-top: 1em;
770
- border-top: 1px solid #C8C8C8;
771
- }
772
-
773
- #Footer a:link,
774
- #Footer a:hover,
775
- #Footer a:visited { color: #989898 }
776
- #Footer a:active { color: #A00000 }
777
-
778
-
779
-
780
- .prettyprint .kwd { color: #800000; } /* keywords */
781
-
782
- .prettyprint.PDefaultValue .kwd,
783
- .prettyprint.PDefaultValuePrefix .kwd,
784
- .prettyprint.PTypePrefix .kwd {
785
- color: #C88F8F;
786
- }
787
-
788
- .prettyprint .com { color: #008000; } /* comments */
789
-
790
- .prettyprint.PDefaultValue .com,
791
- .prettyprint.PDefaultValuePrefix .com,
792
- .prettyprint.PTypePrefix .com {
793
- color: #8FC88F;
794
- }
795
-
796
- .prettyprint .str { color: #0000B0; } /* strings */
797
- .prettyprint .lit { color: #0000B0; } /* literals */
798
-
799
- .prettyprint.PDefaultValue .str,
800
- .prettyprint.PDefaultValuePrefix .str,
801
- .prettyprint.PTypePrefix .str,
802
- .prettyprint.PDefaultValue .lit,
803
- .prettyprint.PDefaultValuePrefix .lit,
804
- .prettyprint.PTypePrefix .lit {
805
- color: #8F8FC0;
806
- }
807
-
808
- .prettyprint .typ { color: #000000; } /* types */
809
- .prettyprint .pun { color: #000000; } /* punctuation */
810
- .prettyprint .pln { color: #000000; } /* punctuation */
811
-
812
- .prettyprint.PDefaultValue .typ,
813
- .prettyprint.PDefaultValuePrefix .typ,
814
- .prettyprint.PTypePrefix .typ,
815
- .prettyprint.PDefaultValue .pun,
816
- .prettyprint.PDefaultValuePrefix .pun,
817
- .prettyprint.PTypePrefix .pun,
818
- .prettyprint.PDefaultValue .pln,
819
- .prettyprint.PDefaultValuePrefix .pln,
820
- .prettyprint.PTypePrefix .pln {
821
- color: #8F8F8F;
822
- }
823
-
824
- .prettyprint .tag { color: #008; }
825
- .prettyprint .atn { color: #606; }
826
- .prettyprint .atv { color: #080; }
827
- .prettyprint .dec { color: #606; }
828
-