upjs-rails 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/dist/up.js +71 -23
  3. data/dist/up.min.js +1 -1
  4. data/lib/assets/javascripts/up/form.js.coffee +50 -16
  5. data/lib/assets/javascripts/up/modal.js.coffee +22 -8
  6. data/lib/assets/javascripts/up/proxy.js.coffee +1 -1
  7. data/lib/upjs/rails/version.rb +1 -1
  8. metadata +3 -40
  9. data/doc/theme/Gruntfile.js +0 -25
  10. data/doc/theme/README.md +0 -29
  11. data/doc/theme/assets/css/external-small.png +0 -0
  12. data/doc/theme/assets/css/logo.png +0 -0
  13. data/doc/theme/assets/css/main.css +0 -859
  14. data/doc/theme/assets/css/main.less +0 -897
  15. data/doc/theme/assets/favicon.png +0 -0
  16. data/doc/theme/assets/img/bgscreen.png +0 -0
  17. data/doc/theme/assets/img/spinner.gif +0 -0
  18. data/doc/theme/assets/index.html +0 -10
  19. data/doc/theme/assets/js/api-filter.js +0 -52
  20. data/doc/theme/assets/js/api-list.js +0 -251
  21. data/doc/theme/assets/js/api-search.js +0 -98
  22. data/doc/theme/assets/js/apidocs.js +0 -369
  23. data/doc/theme/assets/js/yui-prettify.js +0 -17
  24. data/doc/theme/assets/vendor/prettify/CHANGES.html +0 -130
  25. data/doc/theme/assets/vendor/prettify/COPYING +0 -202
  26. data/doc/theme/assets/vendor/prettify/README.html +0 -203
  27. data/doc/theme/assets/vendor/prettify/prettify-min.css +0 -1
  28. data/doc/theme/assets/vendor/prettify/prettify-min.js +0 -1
  29. data/doc/theme/layouts/main.handlebars +0 -54
  30. data/doc/theme/layouts/xhr.handlebars +0 -7
  31. data/doc/theme/package.json +0 -53
  32. data/doc/theme/partials/attrs.handlebars +0 -141
  33. data/doc/theme/partials/classes.handlebars +0 -210
  34. data/doc/theme/partials/events.handlebars +0 -145
  35. data/doc/theme/partials/exampleurl.handlebars +0 -8
  36. data/doc/theme/partials/files.handlebars +0 -7
  37. data/doc/theme/partials/index.handlebars +0 -18
  38. data/doc/theme/partials/method.handlebars +0 -201
  39. data/doc/theme/partials/module.handlebars +0 -92
  40. data/doc/theme/partials/options.handlebars +0 -23
  41. data/doc/theme/partials/props.handlebars +0 -128
  42. data/doc/theme/partials/sidebar.handlebars +0 -27
  43. data/doc/theme/theme.json +0 -4
  44. data/doc/yuidoc-helpers.js +0 -0
  45. data/doc/yuidoc.json +0 -15
  46. /data/{doc/theme/api/.keep → design/rename.txt} +0 -0
@@ -1,859 +0,0 @@
1
- util.print: Use console.log instead
2
- /*
3
- Font sizes for all selectors other than the body are given in percentages,
4
- with 100% equal to 13px. To calculate a font size percentage, multiply the
5
- desired size in pixels by 7.6923076923.
6
-
7
- Here's a quick lookup table:
8
-
9
- 10px - 76.923%
10
- 11px - 84.615%
11
- 12px - 92.308%
12
- 13px - 100%
13
- 14px - 107.692%
14
- 15px - 115.385%
15
- 16px - 123.077%
16
- 17px - 130.769%
17
- 18px - 138.462%
18
- 19px - 146.154%
19
- 20px - 153.846%
20
- */
21
- html {
22
- background: #fff;
23
- color: #333;
24
- overflow-y: scroll;
25
- }
26
- body {
27
- font: 14px/1.4 'Source Sans Pro', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
28
- margin: 0;
29
- padding: 0;
30
- color: #666;
31
- }
32
- /* -- Links ----------------------------------------------------------------- */
33
- a {
34
- color: #4085CF;
35
- text-decoration: none;
36
- }
37
- .hidden {
38
- display: none;
39
- }
40
- a:hover {
41
- text-decoration: underline;
42
- }
43
- /* "Jump to Table of Contents" link is shown to assistive tools, but hidden from
44
- sight until it's focused. */
45
- .jump {
46
- position: absolute;
47
- padding: 3px 6px;
48
- left: -99999px;
49
- top: 0;
50
- }
51
- .jump:focus {
52
- left: 40%;
53
- }
54
- /* -- Paragraphs ------------------------------------------------------------ */
55
- p {
56
- margin: 0.8em 0;
57
- font-size: 15px;
58
- }
59
- dd p,
60
- td p {
61
- margin-bottom: 0;
62
- }
63
- dd p:first-child,
64
- td p:first-child {
65
- margin-top: 0;
66
- }
67
- /* -- Headings -------------------------------------------------------------- */
68
- h1,
69
- h2,
70
- h3,
71
- h4,
72
- h5,
73
- h6 {
74
- line-height: 1.1;
75
- margin: 1.1em 0 0.5em;
76
- border: none;
77
- color: #3570BD;
78
- font-weight: 300;
79
- text-decoration: none;
80
- }
81
- h1 {
82
- font-size: 46px;
83
- margin: 0.75em 0 0.5em;
84
- }
85
- h2 {
86
- font-size: 32px;
87
- margin: 16px 0 10px 0;
88
- }
89
- h3 {
90
- font-size: 138.462%;
91
- }
92
- h4 {
93
- border-bottom: 1px solid #DBDFEA;
94
- font-size: 115.385%;
95
- font-weight: normal;
96
- padding-bottom: 2px;
97
- }
98
- h5,
99
- h6 {
100
- font-size: 107.692%;
101
- }
102
- /* -- Code and examples ----------------------------------------------------- */
103
- code,
104
- kbd,
105
- pre,
106
- samp {
107
- font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;
108
- font-size: 92.308%;
109
- line-height: 1.35;
110
- }
111
- p code,
112
- p kbd,
113
- p samp,
114
- li code {
115
- margin: 0 2px;
116
- padding: 3px 8px;
117
- border: 1px solid rgba(0, 0, 0, 0);
118
- background-color: #f8f8f8;
119
- border-radius: 3px;
120
- }
121
- pre.code,
122
- pre.terminal,
123
- pre.cmd {
124
- overflow-x: auto;
125
- *overflow-x: scroll;
126
- padding: 1em 0.6em;
127
- }
128
- pre.code {
129
- background: #FCFBFA;
130
- border: 1px solid #EFEEED;
131
- border-left-width: 5px;
132
- }
133
- pre.terminal,
134
- pre.cmd {
135
- background: #F0EFFC;
136
- border: 1px solid #D0CBFB;
137
- border-left: 5px solid #D0CBFB;
138
- }
139
- /* Don't reduce the font size of <code>/<kbd>/<samp> elements inside <pre>
140
- blocks. */
141
- pre code,
142
- pre kbd,
143
- pre samp {
144
- font-size: 100%;
145
- line-height: 1.7em;
146
- }
147
- /* Used to denote text that shouldn't be selectable, such as line numbers or
148
- shell prompts. Guess which browser this doesn't work in. */
149
- .noselect {
150
- -moz-user-select: -moz-none;
151
- -khtml-user-select: none;
152
- -webkit-user-select: none;
153
- -o-user-select: none;
154
- user-select: none;
155
- }
156
- /* -- Lists ----------------------------------------------------------------- */
157
- dd {
158
- margin: 0.2em 0 0.7em 1em;
159
- }
160
- dl {
161
- margin: 1em 0;
162
- }
163
- dt {
164
- font-weight: bold;
165
- }
166
- /* -- Tables ---------------------------------------------------------------- */
167
- caption,
168
- th {
169
- text-align: left;
170
- }
171
- table {
172
- border-collapse: collapse;
173
- width: 100%;
174
- }
175
- td,
176
- th {
177
- border: 1px solid #fff;
178
- padding: 5px 12px;
179
- vertical-align: top;
180
- }
181
- td {
182
- background: #E6E9F5;
183
- }
184
- td dl {
185
- margin: 0;
186
- }
187
- td dl dl {
188
- margin: 1em 0;
189
- }
190
- td pre:first-child {
191
- margin-top: 0;
192
- }
193
- th {
194
- background: #D2D7E6;
195
- /*#97A0BF*/
196
- border-bottom: none;
197
- border-top: none;
198
- color: #000;
199
- /*#FFF1D5*/
200
- font-family: 'Trebuchet MS', sans-serif;
201
- font-weight: bold;
202
- line-height: 1.3;
203
- white-space: nowrap;
204
- }
205
- /* -- Layout and Content ---------------------------------------------------- */
206
- #doc {
207
- margin: auto;
208
- min-width: 1024px;
209
- }
210
- .content {
211
- padding: 0 20px 0 25px;
212
- }
213
- .sidebar {
214
- padding: 0 15px 0 20px;
215
- }
216
- #bd {
217
- padding: 7px 0 130px;
218
- position: relative;
219
- width: 99%;
220
- padding-top: 50px;
221
- }
222
- /* -- Table of Contents ----------------------------------------------------- */
223
- /* The #toc id refers to the single global table of contents, while the .toc
224
- class refers to generic TOC lists that could be used throughout the page. */
225
- .toc code,
226
- .toc kbd,
227
- .toc samp {
228
- font-size: 100%;
229
- }
230
- .toc li {
231
- font-weight: bold;
232
- }
233
- .toc li li {
234
- font-weight: normal;
235
- }
236
- /* -- Intro and Example Boxes ----------------------------------------------- */
237
- /*
238
- .intro, .example { margin-bottom: 2em; }
239
- .example {
240
- -moz-border-radius: 4px;
241
- -webkit-border-radius: 4px;
242
- border-radius: 4px;
243
- -moz-box-shadow: 0 0 5px #bfbfbf;
244
- -webkit-box-shadow: 0 0 5px #bfbfbf;
245
- box-shadow: 0 0 5px #bfbfbf;
246
- padding: 1em;
247
- }
248
- .intro {
249
- background: none repeat scroll 0 0 #F0F1F8; border: 1px solid #D4D8EB; padding: 0 1em;
250
- }
251
- */
252
- /* -- Other Styles ---------------------------------------------------------- */
253
- /* These are probably YUI-specific, and should be moved out of Selleck's default
254
- theme. */
255
- .button {
256
- border: 1px solid #dadada;
257
- -moz-border-radius: 3px;
258
- -webkit-border-radius: 3px;
259
- border-radius: 3px;
260
- color: #444;
261
- display: inline-block;
262
- font-family: Helvetica, Arial, sans-serif;
263
- font-size: 92.308%;
264
- font-weight: bold;
265
- padding: 4px 13px 3px;
266
- -moz-text-shadow: 1px 1px 0 #fff;
267
- -webkit-text-shadow: 1px 1px 0 #fff;
268
- text-shadow: 1px 1px 0 #fff;
269
- white-space: nowrap;
270
- background: #EFEFEF;
271
- /* old browsers */
272
- background: -moz-linear-gradient(top, #f5f5f5 0%, #efefef 50%, #e5e5e5 51%, #dfdfdf 100%);
273
- /* firefox */
274
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(50%, #efefef), color-stop(51%, #e5e5e5), color-stop(100%, #dfdfdf));
275
- /* webkit */
276
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dfdfdf', GradientType=0);
277
- /* ie */
278
- }
279
- .button:hover {
280
- border-color: #466899;
281
- color: #fff;
282
- text-decoration: none;
283
- -moz-text-shadow: 1px 1px 0 #222;
284
- -webkit-text-shadow: 1px 1px 0 #222;
285
- text-shadow: 1px 1px 0 #222;
286
- background: #6396D8;
287
- /* old browsers */
288
- background: -moz-linear-gradient(top, #6396d8 0%, #5a83bc 50%, #547ab7 51%, #466899 100%);
289
- /* firefox */
290
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6396d8), color-stop(50%, #5a83bc), color-stop(51%, #547ab7), color-stop(100%, #466899));
291
- /* webkit */
292
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6396D8', endColorstr='#466899', GradientType=0);
293
- /* ie */
294
- }
295
- .newwindow {
296
- text-align: center;
297
- }
298
- .header .version em {
299
- display: block;
300
- text-align: right;
301
- }
302
- #classdocs .item {
303
- border-bottom: 1px dashed rgba(70, 104, 153, 0.29);
304
- margin: 1em 0;
305
- padding: 0 1.5em 1.8em 1.5em;
306
- }
307
- #classdocs .item:last-of-type {
308
- border-bottom: none;
309
- }
310
- #classdocs .item .params p,
311
- #classdocs .item .returns p {
312
- display: inline;
313
- }
314
- #classdocs .item em code,
315
- #classdocs .item em.comment {
316
- color: green;
317
- }
318
- #classdocs .item em.comment a {
319
- color: green;
320
- text-decoration: underline;
321
- }
322
- #classdocs .foundat {
323
- font-size: 11px;
324
- font-style: normal;
325
- }
326
- .attrs .emits {
327
- margin-left: 2em;
328
- padding: .5em;
329
- border-left: 1px dashed #ccc;
330
- }
331
- abbr {
332
- border-bottom: 1px dashed #ccc;
333
- font-size: 80%;
334
- cursor: help;
335
- }
336
- .prettyprint li.L0,
337
- .prettyprint li.L1,
338
- .prettyprint li.L2,
339
- .prettyprint li.L3,
340
- .prettyprint li.L5,
341
- .prettyprint li.L6,
342
- .prettyprint li.L7,
343
- .prettyprint li.L8 {
344
- list-style: decimal;
345
- }
346
- ul li p {
347
- margin-top: 0;
348
- }
349
- .method .name,
350
- .property .name,
351
- .events .name {
352
- font-size: 110%;
353
- margin: 0;
354
- }
355
- .apidocs .methods .extends .method,
356
- .apidocs .properties .extends .property,
357
- .apidocs .attrs .extends .attr,
358
- .apidocs .events .extends .event {
359
- font-weight: bold;
360
- }
361
- .apidocs .methods .extends .inherited,
362
- .apidocs .properties .extends .inherited,
363
- .apidocs .attrs .extends .inherited,
364
- .apidocs .events .extends .inherited {
365
- font-weight: normal;
366
- }
367
- #hd {
368
- background: rgba(0, 0, 0, 0.5) url(../img/bgscreen.png);
369
- border-bottom: 1px solid #DFDFDF;
370
- padding: 0 15px 1px 20px;
371
- margin-bottom: 15px;
372
- box-shadow: 0 1px 20px #333;
373
- position: fixed;
374
- width: 100%;
375
- box-sizing: border-box;
376
- z-index: 10;
377
- }
378
- /* -- API Docs CSS ---------------------------------------------------------- */
379
- /*
380
- This file is organized so that more generic styles are nearer the top, and more
381
- specific styles are nearer the bottom of the file. This allows us to take full
382
- advantage of the cascade to avoid redundant style rules. Please respect this
383
- convention when making changes.
384
- */
385
- /* -- Generic TabView styles ------------------------------------------------ */
386
- /*
387
- These styles apply to all API doc tabviews. To change styles only for a
388
- specific tabview, see the other sections below.
389
- */
390
- .yui3-js-enabled .apidocs .tabview {
391
- visibility: hidden;
392
- /* Hide until the TabView finishes rendering. */
393
- _visibility: visible;
394
- }
395
- .apidocs .tabview.yui3-tabview-content {
396
- visibility: visible;
397
- }
398
- .apidocs .tabview .yui3-tabview-panel {
399
- background: #fff;
400
- }
401
- /* -- Generic Content Styles ------------------------------------------------ */
402
- /* Headings */
403
- .link-docs {
404
- float: right;
405
- font-size: 15px;
406
- margin: 4px 4px 6px;
407
- padding: 6px 30px 5px;
408
- }
409
- .apidocs {
410
- zoom: 1;
411
- }
412
- /* Generic box styles. */
413
- .apidocs .box {
414
- border: 1px solid;
415
- margin: 0 0 2em 0;
416
- padding: 0 1em;
417
- }
418
- /* A flag is a compact, capsule-like indicator of some kind. It's used to
419
- indicate private and protected items, item return types, etc. in an
420
- attractive and unobtrusive way. */
421
- .apidocs .flag {
422
- background: #bababa;
423
- border-radius: 3px;
424
- color: #fff;
425
- font-size: 11px;
426
- margin: 0 0.5em;
427
- padding: 2px 4px 1px;
428
- }
429
- /* Class/module metadata such as "Uses", "Extends", "Defined in", etc. */
430
- .apidocs .meta {
431
- background: #f9f9f9;
432
- border-color: #efefef;
433
- color: #555;
434
- padding: 6px 12px;
435
- }
436
- .apidocs .meta p {
437
- margin: 0;
438
- font-size: 14px;
439
- }
440
- /* Deprecation warning. */
441
- .apidocs .box.deprecated,
442
- .apidocs .flag.deprecated {
443
- background: #fdac9f;
444
- border: 1px solid #fd7775;
445
- }
446
- .apidocs .box.deprecated p {
447
- margin: 0.5em 0;
448
- }
449
- .apidocs .flag.deprecated {
450
- color: #333;
451
- }
452
- /* Module/Class intro description. */
453
- .apidocs .intro {
454
- background: #f9f9f9;
455
- border-color: rgba(0, 0, 0, 0);
456
- border-left: 5px solid #69b2ec;
457
- padding: 1px 15px;
458
- margin-bottom: 20px;
459
- }
460
- /* Loading spinners. */
461
- #bd.loading .apidocs,
462
- #api-list.loading .yui3-tabview-panel {
463
- background: #ffffff url(../img/spinner.gif) no-repeat center 70px;
464
- min-height: 150px;
465
- }
466
- #bd.loading .apidocs .content,
467
- #api-list.loading .yui3-tabview-panel .apis {
468
- display: none;
469
- }
470
- .apidocs .no-visible-items {
471
- color: #666;
472
- }
473
- /* Generic inline list. */
474
- .apidocs ul.inline {
475
- display: inline;
476
- list-style: none;
477
- margin: 0;
478
- padding: 0;
479
- }
480
- .apidocs ul.inline li {
481
- display: inline;
482
- }
483
- /* Comma-separated list. */
484
- .apidocs ul.commas li:after {
485
- content: ',';
486
- }
487
- .apidocs ul.commas li:last-child:after {
488
- content: '';
489
- }
490
- /* Keyboard shortcuts. */
491
- kbd .cmd {
492
- font-family: Monaco, Helvetica;
493
- }
494
- /* -- Generic Access Level styles ------------------------------------------- */
495
- .apidocs .item.protected,
496
- .apidocs .item.private,
497
- .apidocs .index-item.protected,
498
- .apidocs .index-item.deprecated,
499
- .apidocs .index-item.private {
500
- display: none;
501
- }
502
- .show-deprecated .item.deprecated,
503
- .show-deprecated .index-item.deprecated,
504
- .show-protected .item.protected,
505
- .show-protected .index-item.protected,
506
- .show-private .item.private,
507
- .show-private .index-item.private {
508
- display: block;
509
- }
510
- .hide-inherited .item.inherited,
511
- .hide-inherited .index-item.inherited {
512
- display: none;
513
- }
514
- /* -- Generic Item Index styles --------------------------------------------- */
515
- .apidocs .index {
516
- margin: 1.5em 0 3em;
517
- }
518
- .apidocs .index h3 {
519
- border-bottom: 1px solid #efefef;
520
- color: #333;
521
- margin: 1em 0 0.6em;
522
- padding-bottom: 2px;
523
- font-size: 28px;
524
- }
525
- .apidocs .index .no-visible-items {
526
- margin-top: 2em;
527
- }
528
- .apidocs .index-list {
529
- border-color: #efefef;
530
- list-style: none;
531
- margin: 0;
532
- padding: 0;
533
- -moz-column-count: 4;
534
- -moz-column-gap: 10px;
535
- -moz-column-width: 170px;
536
- -ms-column-count: 4;
537
- -ms-column-gap: 10px;
538
- -ms-column-width: 170px;
539
- -o-column-count: 4;
540
- -o-column-gap: 10px;
541
- -o-column-width: 170px;
542
- -webkit-column-count: 4;
543
- -webkit-column-gap: 10px;
544
- -webkit-column-width: 170px;
545
- column-count: 4;
546
- column-gap: 10px;
547
- column-width: 170px;
548
- }
549
- .apidocs .no-columns .index-list {
550
- -moz-column-count: 1;
551
- -ms-column-count: 1;
552
- -o-column-count: 1;
553
- -webkit-column-count: 1;
554
- column-count: 1;
555
- }
556
- .apidocs .index-item {
557
- white-space: nowrap;
558
- font-size: 18px;
559
- }
560
- .apidocs .index-item .flag {
561
- background: none;
562
- border: none;
563
- color: #afafaf;
564
- display: inline;
565
- margin: 0 0 0 0.2em;
566
- padding: 0;
567
- }
568
- /* -- Generic API item styles ----------------------------------------------- */
569
- .apidocs .args {
570
- display: inline;
571
- margin: 0 0.5em;
572
- }
573
- .apidocs .flag.chainable {
574
- background: #46ca3b;
575
- }
576
- .apidocs .flag.protected {
577
- background: #9b86fc;
578
- }
579
- .apidocs .flag.private {
580
- background: #fd6b1b;
581
- }
582
- .apidocs .flag.async {
583
- background: #356de4;
584
- }
585
- .apidocs .flag.required {
586
- background: #e60923;
587
- }
588
- .apidocs .item {
589
- border-bottom: 1px solid #efefef;
590
- margin: 1.5em 0 2em;
591
- padding-bottom: 2em;
592
- }
593
- .apidocs .item h4,
594
- .apidocs .item h5,
595
- .apidocs .item h6 {
596
- color: #333;
597
- font-family: inherit;
598
- font-size: 100%;
599
- }
600
- .apidocs .item .description p,
601
- .apidocs .item pre.code {
602
- margin: 1em 0 0;
603
- }
604
- .apidocs .item .meta {
605
- margin-top: 8px;
606
- }
607
- .apidocs .item .name {
608
- display: inline-block;
609
- }
610
- .apidocs .item .type,
611
- .apidocs .item .type a,
612
- .apidocs .returns-inline {
613
- color: #555;
614
- }
615
- .apidocs .item .type,
616
- .apidocs .returns-inline {
617
- margin: 0 0 0 0;
618
- }
619
- .apidocs .item .type a {
620
- border-bottom: 1px dotted #afafaf;
621
- }
622
- .apidocs .item .type a:hover {
623
- border: none;
624
- }
625
- /* -- Item Parameter List --------------------------------------------------- */
626
- .apidocs .params-list {
627
- list-style: square;
628
- margin: 1em 0 0 2em;
629
- padding: 0;
630
- }
631
- .apidocs .param {
632
- margin-bottom: 1em;
633
- }
634
- .apidocs .param .type,
635
- .apidocs .param .type a {
636
- color: #666;
637
- }
638
- .apidocs .param .type {
639
- margin: 0 0 0 0.5em;
640
- *margin-left: 0.5em;
641
- }
642
- .apidocs .param-name {
643
- font-weight: bold;
644
- }
645
- /* -- Item "Emits" block ---------------------------------------------------- */
646
- .apidocs .item .emits {
647
- background: #f9f9f9;
648
- border-color: #eaeaea;
649
- }
650
- /* -- Item "Returns" block -------------------------------------------------- */
651
- .apidocs .item .returns .type,
652
- .apidocs .item .returns .type a {
653
- font-size: 100%;
654
- margin: 0;
655
- }
656
- /* -- Class Constructor block ----------------------------------------------- */
657
- .apidocs .constructor .item {
658
- border: none;
659
- padding-bottom: 0;
660
- }
661
- /* -- File Source View ------------------------------------------------------ */
662
- .apidocs .file pre.code,
663
- #doc .apidocs .file pre.prettyprint {
664
- background: inherit;
665
- border: none;
666
- overflow: visible;
667
- padding: 0;
668
- }
669
- .apidocs .L0,
670
- .apidocs .L1,
671
- .apidocs .L2,
672
- .apidocs .L3,
673
- .apidocs .L4,
674
- .apidocs .L5,
675
- .apidocs .L6,
676
- .apidocs .L7,
677
- .apidocs .L8,
678
- .apidocs .L9 {
679
- background: inherit;
680
- }
681
- /* -- Submodule List -------------------------------------------------------- */
682
- .apidocs .module-submodule-description {
683
- font-size: 12px;
684
- margin: 0.3em 0 1em;
685
- }
686
- .apidocs .module-submodule-description p:first-child {
687
- margin-top: 0;
688
- }
689
- /* -- Sidebar TabView ------------------------------------------------------- */
690
- #api-tabview {
691
- margin-top: 0.6em;
692
- }
693
- #api-tabview-filter,
694
- #api-tabview-panel {
695
- border: 1px solid #dfdfdf;
696
- }
697
- #api-tabview-filter {
698
- border-bottom: none;
699
- border-top: none;
700
- padding: 0.6em 10px 0 10px;
701
- }
702
- #api-tabview-panel {
703
- border-top: none;
704
- }
705
- #api-filter {
706
- width: 100%;
707
- -webkit-appearance: none;
708
- -moz-appearance: none;
709
- -ms-appearance: none;
710
- line-height: 40px;
711
- font-size: 18px;
712
- font-weight: 300;
713
- font-family: 'Source Sans Pro', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
714
- border: none;
715
- border-bottom: 1px solid #DFDFDF;
716
- padding-left: 2px;
717
- color: #444;
718
- }
719
- #api-filter:focus {
720
- outline: 0;
721
- border-bottom: 1px solid #ccc;
722
- }
723
- /* -- Content TabView ------------------------------------------------------- */
724
- #classdocs .yui3-tabview-panel {
725
- border: none;
726
- }
727
- /* -- Source File Contents -------------------------------------------------- */
728
- .prettyprint li.L0,
729
- .prettyprint li.L1,
730
- .prettyprint li.L2,
731
- .prettyprint li.L3,
732
- .prettyprint li.L5,
733
- .prettyprint li.L6,
734
- .prettyprint li.L7,
735
- .prettyprint li.L8 {
736
- list-style: decimal;
737
- }
738
- /* -- API options ----------------------------------------------------------- */
739
- #api-options {
740
- margin-top: 2.2em;
741
- position: absolute;
742
- right: 1.5em;
743
- }
744
- /*#api-options label { margin-right: 0.6em; }*/
745
- /* -- API list -------------------------------------------------------------- */
746
- #api-list {
747
- margin-top: 1.5em;
748
- *zoom: 1;
749
- }
750
- .apis {
751
- line-height: 1.4;
752
- list-style: none;
753
- margin: 0;
754
- padding: 0.5em 0 0.5em 0.4em;
755
- }
756
- .apis a {
757
- border: 1px solid transparent;
758
- display: block;
759
- margin: 0 0 0 -4px;
760
- padding: 2px 10px;
761
- text-decoration: none;
762
- line-height: 22px;
763
- }
764
- .apis a:hover,
765
- .apis a:focus {
766
- background: #69b2ec;
767
- border-color: #AAC0FA;
768
- color: #fff;
769
- outline: none;
770
- }
771
- .api-list-item a:hover,
772
- .api-list-item a:focus {
773
- text-shadow: none;
774
- }
775
- .apis .message {
776
- color: #888;
777
- }
778
- .apis .result a {
779
- padding: 3px 5px 2px;
780
- }
781
- .apis .result .type {
782
- right: 4px;
783
- top: 7px;
784
- }
785
- .api-list-item .yui3-highlight {
786
- font-weight: bold;
787
- }
788
- .blue-method-syntax {
789
- background: #F3F2F2;
790
- border-left: 5px solid #69b2ec;
791
- /*border-left-width: 5px;*/
792
- padding: 0.5em 1em;
793
- }
794
- .blue-method-syntax li code {
795
- padding: 0;
796
- border: 0;
797
- background: none;
798
- }
799
- .param-description {
800
- padding: 1px;
801
- }
802
- .params ul li p {
803
- margin-top: 10px;
804
- margin-bottom: 10px;
805
- }
806
- .params ul li p:first-of-type {
807
- margin-top: 5px;
808
- }
809
- .param-name.optional {
810
- background: #eaf0e4;
811
- border: 1px solid #eaf0e4;
812
- }
813
- h3.blue-method-name {
814
- font-size: 28px;
815
- margin-bottom: 5px;
816
- padding: 5px 0px 7px;
817
- border-bottom: 1px solid #5490c7;
818
- }
819
- .apidocs .item .meta.method-meta {
820
- margin-top: 0;
821
- margin-bottom: 10px;
822
- }
823
- .blue-return-desc {
824
- padding-left: 20px;
825
- }
826
- h1.blue-main-title {
827
- margin: 0;
828
- color: #fff;
829
- font-size: 20px;
830
- line-height: 50px;
831
- }
832
- .project-version {
833
- color: #fff;
834
- line-height: 20px;
835
- padding: 5px 10px;
836
- position: absolute;
837
- text-align: right;
838
- right: 0;
839
- }
840
- .yui-overrride .yui3-skin-sam .yui3-tab-label:hover,
841
- .yui-overrride .yui3-skin-sam .yui3-tab-label:focus {
842
- background: #D9EAF5;
843
- outline: 0;
844
- }
845
- .yui-overrride .yui3-skin-sam .yui3-tab-label {
846
- border: none;
847
- background: #ececec;
848
- font-size: 15px;
849
- font-weight: 300;
850
- }
851
- .yui-overrride .yui3-skin-sam .yui3-tab-selected .yui3-tab-label,
852
- .yui-overrride .yui3-skin-sam .yui3-tab-selected .yui3-tab-label:focus,
853
- .yui-overrride .yui3-skin-sam .yui3-tab-selected .yui3-tab-label:hover {
854
- background: #69b2ec;
855
- color: #fff;
856
- }
857
- .yui-overrride .yui3-skin-sam .yui3-tabview-list {
858
- border-bottom: solid #69b2ec;
859
- }