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