grape-swagger-rails 0.0.4 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,6 +8,7 @@
8
8
  * You're free to add application-wide styles to this file and they'll appear at the top of the
9
9
  * compiled file, but it's generally better to create a new file per style scope.
10
10
  *
11
+ *= require ./hightlight.default
12
+ *= require ./screen
11
13
  *= require_self
12
- *= require_tree .
13
- */
14
+ */
@@ -1,1759 +1,1070 @@
1
- html, body, div, span, applet, object, iframe,
2
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
3
- a, abbr, acronym, address, big, cite, code,
4
- del, dfn, em, img, ins, kbd, q, s, samp,
5
- small, strike, strong, sub, sup, tt, var,
6
- b, u, i, center,
7
- dl, dt, dd, ol, ul, li,
8
- fieldset, form, label, legend,
9
- table, caption, tbody, tfoot, thead, tr, th, td,
10
- article, aside, canvas, details, embed,
11
- figure, figcaption, footer, header, hgroup,
12
- menu, nav, output, ruby, section, summary,
13
- time, mark, audio, video {
14
- margin: 0;
15
- padding: 0;
16
- border: 0;
17
- font-size: 100%;
18
- font: inherit;
19
- vertical-align: baseline;
20
- }
21
-
1
+ /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
2
+ html,
3
+ body,
4
+ div,
5
+ span,
6
+ applet,
7
+ object,
8
+ iframe,
9
+ h1,
10
+ h2,
11
+ h3,
12
+ h4,
13
+ h5,
14
+ h6,
15
+ p,
16
+ blockquote,
17
+ pre,
18
+ a,
19
+ abbr,
20
+ acronym,
21
+ address,
22
+ big,
23
+ cite,
24
+ code,
25
+ del,
26
+ dfn,
27
+ em,
28
+ img,
29
+ ins,
30
+ kbd,
31
+ q,
32
+ s,
33
+ samp,
34
+ small,
35
+ strike,
36
+ strong,
37
+ sub,
38
+ sup,
39
+ tt,
40
+ var,
41
+ b,
42
+ u,
43
+ i,
44
+ center,
45
+ dl,
46
+ dt,
47
+ dd,
48
+ ol,
49
+ ul,
50
+ li,
51
+ fieldset,
52
+ form,
53
+ label,
54
+ legend,
55
+ table,
56
+ caption,
57
+ tbody,
58
+ tfoot,
59
+ thead,
60
+ tr,
61
+ th,
62
+ td,
63
+ article,
64
+ aside,
65
+ canvas,
66
+ details,
67
+ embed,
68
+ figure,
69
+ figcaption,
70
+ footer,
71
+ header,
72
+ hgroup,
73
+ menu,
74
+ nav,
75
+ output,
76
+ ruby,
77
+ section,
78
+ summary,
79
+ time,
80
+ mark,
81
+ audio,
82
+ video {
83
+ margin: 0;
84
+ padding: 0;
85
+ border: 0;
86
+ font-size: 100%;
87
+ font: inherit;
88
+ vertical-align: baseline;
89
+ }
90
+ /* HTML5 display-role reset for older browsers */
91
+ article,
92
+ aside,
93
+ details,
94
+ figcaption,
95
+ figure,
96
+ footer,
97
+ header,
98
+ hgroup,
99
+ menu,
100
+ nav,
101
+ section {
102
+ display: block;
103
+ }
22
104
  body {
23
- line-height: 1;
105
+ line-height: 1;
106
+ }
107
+ ol,
108
+ ul {
109
+ list-style: none;
24
110
  }
25
-
26
- ol, ul {
27
- list-style: none;
111
+ blockquote,
112
+ q {
113
+ quotes: none;
114
+ }
115
+ blockquote:before,
116
+ blockquote:after,
117
+ q:before,
118
+ q:after {
119
+ content: '';
120
+ content: none;
28
121
  }
29
-
30
122
  table {
31
- border-collapse: collapse;
32
- border-spacing: 0;
33
- }
34
-
35
- caption, th, td {
36
- text-align: left;
37
- font-weight: normal;
38
- vertical-align: middle;
39
- }
40
-
41
- q, blockquote {
42
- quotes: none;
43
- }
44
-
45
- q:before, q:after, blockquote:before, blockquote:after {
46
- content: "";
47
- content: none;
48
- }
49
-
50
- a img {
51
- border: none;
52
- }
53
-
54
- article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
55
- display: block;
56
- }
57
-
58
- h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
59
- text-decoration: none;
60
- }
61
-
62
- h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
63
- text-decoration: underline;
64
- }
65
-
66
- h1 span.divider, h2 span.divider, h3 span.divider, h4 span.divider, h5 span.divider, h6 span.divider {
67
- color: #aaaaaa;
68
- }
69
-
70
- h1 {
71
- color: black;
72
- font-size: 1.5em;
73
- line-height: 1.3em;
74
- padding: 10px 0 10px 0;
75
- font-family: "Droid Sans", sans-serif;
76
- font-weight: bold;
77
- }
78
-
79
- h2 {
80
- color: black;
81
- font-size: 1.3em;
82
- padding: 10px 0 10px 0;
83
- }
84
-
85
- h2 a {
86
- color: black;
87
- }
88
-
89
- h2 span.sub {
90
- font-size: 0.7em;
91
- color: #999999;
92
- font-style: italic;
93
- }
94
-
95
- h2 span.sub a {
96
- color: #777777;
97
- }
98
-
99
- h3 {
100
- color: black;
101
- font-size: 1.1em;
102
- padding: 10px 0 10px 0;
103
- }
104
-
105
- .heading_with_menu {
106
- float: none;
107
- clear: both;
108
- overflow: hidden;
109
- display: block;
110
- }
111
-
112
- .heading_with_menu h1, .heading_with_menu h2, .heading_with_menu h3, .heading_with_menu h4, .heading_with_menu h5, .heading_with_menu h6 {
113
- display: block;
114
- clear: none;
115
- float: left;
116
- -moz-box-sizing: border-box;
117
- -webkit-box-sizing: border-box;
118
- -ms-box-sizing: border-box;
119
- box-sizing: border-box;
120
- width: 60%;
121
- }
122
-
123
- .heading_with_menu ul {
124
- display: block;
125
- clear: none;
126
- float: right;
127
- -moz-box-sizing: border-box;
128
- -webkit-box-sizing: border-box;
129
- -ms-box-sizing: border-box;
130
- box-sizing: border-box;
131
- margin-top: 10px;
132
- }
133
-
134
- input.parameter {
135
- width: 300px;
136
- border: 1px solid #aaa;
137
- }
138
-
139
- .body-textarea {
140
- width: 300px;
141
- height: 100px;
142
- border: 1px solid #aaa;
143
- }
144
-
145
- p {
146
- line-height: 1.4em;
147
- padding: 0 0 10px;
148
- color: #333333;
149
- }
150
-
151
- ol {
152
- margin: 0px 0 10px;
153
- padding: 0 0 0 18px;
154
- list-style-type: decimal;
155
- }
156
-
157
- ol li {
158
- padding: 5px 0px;
159
- font-size: 0.9em;
160
- color: #333333;
161
- }
162
-
163
- .markdown h3 {
164
- color: #547f00;
165
- }
166
-
167
- .markdown h4 {
168
- color: #666666;
169
- }
170
-
171
- .markdown pre {
172
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
173
- background-color: #fcf6db;
174
- border: 1px solid #e5e0c6;
175
- padding: 10px;
176
- margin: 0 0 10px 0;
177
- }
178
-
179
- .markdown pre code {
180
- line-height: 1.6em;
181
- }
182
-
183
- .markdown p code, .markdown li code {
184
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
185
- background-color: #f0f0f0;
186
- color: black;
187
- padding: 1px 3px;
188
- }
189
-
190
- .markdown ol, .markdown ul {
191
- font-family: "Droid Sans", sans-serif;
192
- margin: 5px 0 10px;
193
- padding: 0 0 0 18px;
194
- list-style-type: disc;
195
- }
196
-
197
- .markdown ol li, .markdown ul li {
198
- padding: 3px 0px;
199
- line-height: 1.4em;
200
- color: #333333;
201
- }
202
-
203
- div.gist {
204
- margin: 20px 0 25px 0 !important;
205
- }
206
-
207
- p.big, div.big p {
208
- font-size: 1em;
209
- margin-bottom: 10px;
210
- }
211
-
212
- span.weak {
213
- color: #666666;
214
- }
215
-
216
- span.blank, span.empty {
217
- color: #888888;
218
- font-style: italic;
219
- }
220
-
221
- a {
222
- color: #547f00;
223
- }
224
-
225
- b, strong {
226
- font-family: "Droid Sans", sans-serif;
227
- font-weight: bold;
228
- }
229
-
230
- .code {
231
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
232
- }
233
-
234
- pre {
235
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
236
- background-color: #fcf6db;
237
- border: 1px solid #e5e0c6;
238
- padding: 10px;
239
- }
240
-
241
- pre code {
242
- line-height: 1.6em;
243
- }
244
-
245
- .required {
246
- font-weight: bold;
247
- }
248
-
249
- table.fullwidth {
250
- width: 100%;
251
- }
252
-
253
- table thead tr th {
254
- padding: 5px;
255
- font-size: 0.9em;
256
- color: #666666;
257
- border-bottom: 1px solid #999999;
258
- }
259
-
260
- table tbody tr.offset {
261
- background-color: #f5f5f5;
262
- }
263
-
264
- table tbody tr td {
265
- padding: 6px;
266
- font-size: 0.9em;
267
- border-bottom: 1px solid #cccccc;
268
- vertical-align: top;
269
- line-height: 1.3em;
270
- }
271
-
272
- table tbody tr:last-child td {
273
- border-bottom: none;
274
- }
275
-
276
- table tbody tr.offset {
277
- background-color: #f0f0f0;
278
- }
279
-
280
- form.form_box {
281
- background-color: #ebf3f9;
282
- border: 1px solid #c3d9ec;
283
- padding: 10px;
284
- }
285
-
286
- form.form_box label {
287
- color: #0f6ab4 !important;
288
- }
289
-
290
- form.form_box input[type=submit] {
291
- display: block;
292
- padding: 10px;
293
- }
294
-
295
- form.form_box p {
296
- font-size: 0.9em;
297
- padding: 0 0 15px;
298
- color: #7e7b6d;
299
- }
300
-
301
- form.form_box p a {
302
- color: #646257;
303
- }
304
-
305
- form.form_box p strong {
306
- color: black;
307
- }
308
-
309
- form.form_box p.weak {
310
- font-size: 0.8em;
311
- }
312
-
313
- form.formtastic fieldset.inputs ol li p.inline-hints {
314
- margin-left: 0;
315
- font-style: italic;
316
- font-size: 0.9em;
317
- margin: 0;
318
- }
319
-
320
- form.formtastic fieldset.inputs ol li label {
321
- display: block;
322
- clear: both;
323
- width: auto;
324
- padding: 0 0 3px;
325
- color: #666666;
326
- }
327
-
328
- form.formtastic fieldset.inputs ol li label abbr {
329
- padding-left: 3px;
330
- color: #888888;
331
- }
332
-
333
- form.formtastic fieldset.inputs ol li.required label {
334
- color: black;
335
- }
336
-
337
- form.formtastic fieldset.inputs ol li.string input, form.formtastic fieldset.inputs ol li.url input, form.formtastic fieldset.inputs ol li.numeric input {
338
- display: block;
339
- padding: 4px;
340
- width: auto;
341
- clear: both;
342
- }
343
-
344
- form.formtastic fieldset.inputs ol li.string input.title, form.formtastic fieldset.inputs ol li.url input.title, form.formtastic fieldset.inputs ol li.numeric input.title {
345
- font-size: 1.3em;
346
- }
347
-
348
- form.formtastic fieldset.inputs ol li.text textarea {
349
- font-family: "Droid Sans", sans-serif;
350
- height: 250px;
351
- padding: 4px;
352
- display: block;
353
- clear: both;
354
- }
355
-
356
- form.formtastic fieldset.inputs ol li.select select {
357
- display: block;
358
- clear: both;
359
- }
360
-
361
- form.formtastic fieldset.inputs ol li.boolean {
362
- float: none;
363
- clear: both;
364
- overflow: hidden;
365
- display: block;
366
- }
367
-
368
- form.formtastic fieldset.inputs ol li.boolean input {
369
- display: block;
370
- float: left;
371
- clear: none;
372
- margin: 0 5px 0 0;
373
- }
374
-
375
- form.formtastic fieldset.inputs ol li.boolean label {
376
- display: block;
377
- float: left;
378
- clear: none;
379
- margin: 0;
380
- padding: 0;
381
- }
382
-
383
- form.formtastic fieldset.buttons {
384
- margin: 0;
385
- padding: 0;
386
- }
387
-
388
- form.fullwidth ol li.string input, form.fullwidth ol li.url input, form.fullwidth ol li.text textarea, form.fullwidth ol li.numeric input {
389
- width: 500px !important;
390
- }
391
-
392
- body {
393
- font-family: "Droid Sans", sans-serif;
394
- }
395
-
396
- body #content_message {
397
- margin: 10px 15px;
398
- font-style: italic;
399
- color: #999999;
400
- }
401
-
402
- body #header {
403
- background-color: #89bf04;
404
- padding: 14px;
405
- }
406
-
407
- body #header a#logo {
408
- font-size: 1.5em;
409
- font-weight: bold;
410
- text-decoration: none;
411
- background: transparent url(/assets/grape_swagger_rails/logo_small.png) no-repeat left center;
412
- padding: 20px 0 20px 40px;
413
- color: white;
414
- }
415
-
416
- body #header form#api_selector {
417
- display: block;
418
- clear: none;
419
- float: right;
420
- }
421
-
422
- body #header form#api_selector .input {
423
- display: block;
424
- clear: none;
425
- float: left;
426
- margin: 0 10px 0 0;
427
- }
428
-
429
- body #header form#api_selector .input input {
430
- font-size: 0.9em;
431
- padding: 3px;
432
- margin: 0;
433
- }
434
-
435
- body #header form#api_selector .input input#input_baseUrl {
436
- width: 490px;
437
- }
438
-
439
- body #header form#api_selector .input input#input_apiKey {
440
- width: 200px;
441
- }
442
-
443
- body #header form#api_selector .input a#explore {
444
- display: block;
445
- text-decoration: none;
446
- font-weight: bold;
447
- padding: 6px 8px;
448
- font-size: 0.9em;
449
- color: white;
450
- background-color: #547f00;
451
- -moz-border-radius: 4px;
452
- -webkit-border-radius: 4px;
453
- -o-border-radius: 4px;
454
- -ms-border-radius: 4px;
455
- -khtml-border-radius: 4px;
456
- border-radius: 4px;
457
- }
458
-
459
- body #header form#api_selector .input a#explore:hover {
460
- background-color: #547f00;
461
- }
462
-
463
- body p#colophon {
464
- margin: 0 15px 40px 15px;
465
- padding: 10px 0;
466
- font-size: 0.8em;
467
- border-top: 1px solid #dddddd;
468
- font-family: "Droid Sans", sans-serif;
469
- color: #999999;
470
- font-style: italic;
471
- }
472
-
473
- body p#colophon a {
474
- text-decoration: none;
475
- color: #547f00;
476
- }
477
-
478
- body ul#resources {
479
- font-family: "Droid Sans", sans-serif;
480
- font-size: 0.9em;
481
- }
482
-
483
- body ul#resources li.resource {
484
- border-bottom: 1px solid #dddddd;
485
- }
486
-
487
- body ul#resources li.resource:last-child {
488
- border-bottom: none;
489
- }
490
-
491
- body ul#resources li.resource div.heading {
492
- border: 1px solid transparent;
493
- float: none;
494
- clear: both;
495
- overflow: hidden;
496
- display: block;
497
- }
498
-
499
- body ul#resources li.resource div.heading h2 {
500
- color: #999999;
501
- padding-left: 0;
502
- display: block;
503
- clear: none;
504
- float: left;
505
- font-family: "Droid Sans", sans-serif;
506
- font-weight: bold;
507
- }
508
-
509
- body ul#resources li.resource div.heading h2 a {
510
- color: #999999;
511
- }
512
-
513
- body ul#resources li.resource div.heading h2 a:hover {
514
- color: black;
515
- }
516
-
517
- body ul#resources li.resource div.heading ul.options {
518
- overflow: hidden;
519
- padding: 0;
520
- display: block;
521
- clear: none;
522
- float: right;
523
- margin: 14px 10px 0 0;
524
- }
525
-
526
- body ul#resources li.resource div.heading ul.options li {
527
- float: left;
528
- clear: none;
529
- margin: 0;
530
- padding: 2px 10px;
531
- border-right: 1px solid #dddddd;
532
- }
533
-
534
- body ul#resources li.resource div.heading ul.options li:first-child, body ul#resources li.resource div.heading ul.options li.first {
535
- padding-left: 0;
536
- }
537
-
538
- body ul#resources li.resource div.heading ul.options li:last-child, body ul#resources li.resource div.heading ul.options li.last {
539
- padding-right: 0;
540
- border-right: none;
541
- }
542
-
543
- body ul#resources li.resource div.heading ul.options li {
544
- color: #666666;
545
- font-size: 0.9em;
546
- }
547
-
548
- body ul#resources li.resource div.heading ul.options li a {
549
- color: #aaaaaa;
550
- text-decoration: none;
551
- }
552
-
553
- body ul#resources li.resource div.heading ul.options li a:hover {
554
- text-decoration: underline;
555
- color: black;
556
- }
557
-
558
- body ul#resources li.resource:hover div.heading h2 a, body ul#resources li.resource.active div.heading h2 a {
559
- color: black;
560
- }
561
-
562
- body ul#resources li.resource:hover div.heading ul.options li a, body ul#resources li.resource.active div.heading ul.options li a {
563
- color: #555555;
564
- }
565
-
566
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get {
567
- float: none;
568
- clear: both;
569
- overflow: hidden;
570
- display: block;
571
- margin: 0 0 10px;
572
- padding: 0;
573
- }
574
-
575
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
576
- float: none;
577
- clear: both;
578
- overflow: hidden;
579
- display: block;
580
- margin: 0;
581
- padding: 0;
582
- background-color: #e7f0f7;
583
- border: 1px solid #c3d9ec;
584
- }
585
-
586
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 {
587
- display: block;
588
- clear: none;
589
- float: left;
590
- width: auto;
591
- margin: 0;
592
- padding: 0;
593
- line-height: 1.1em;
594
- color: black;
595
- }
596
-
597
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span {
598
- margin: 0;
599
- padding: 0;
600
- }
601
-
602
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.http_method a {
603
- text-transform: uppercase;
604
- background-color: #0f6ab4;
605
- text-decoration: none;
606
- color: white;
607
- display: inline-block;
608
- width: 50px;
609
- font-size: 0.7em;
610
- text-align: center;
611
- padding: 7px 0 4px 0;
612
- -moz-border-radius: 2px;
613
- -webkit-border-radius: 2px;
614
- -o-border-radius: 2px;
615
- -ms-border-radius: 2px;
616
- -khtml-border-radius: 2px;
617
- border-radius: 2px;
618
- }
619
-
620
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.path {
621
- padding-left: 10px;
622
- }
623
-
624
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.path a {
625
- color: black;
626
- text-decoration: none;
627
- }
628
-
629
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.path a:hover {
630
- text-decoration: underline;
631
- }
632
-
633
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options {
634
- overflow: hidden;
635
- padding: 0;
636
- display: block;
637
- clear: none;
638
- float: right;
639
- margin: 6px 10px 0 0;
640
- }
641
-
642
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li {
643
- float: left;
644
- clear: none;
645
- margin: 0;
646
- padding: 2px 10px;
647
- border-right: 1px solid #dddddd;
648
- }
649
-
650
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li:first-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li.first {
651
- padding-left: 0;
652
- }
653
-
654
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li:last-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li.last {
655
- padding-right: 0;
656
- border-right: none;
657
- }
658
-
659
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li {
660
- border-right-color: #c3d9ec;
661
- color: #0f6ab4;
662
- font-size: 0.9em;
663
- }
664
-
665
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a {
666
- color: #0f6ab4;
667
- text-decoration: none;
668
- }
669
-
670
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a:hover, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a:active, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a.active {
671
- text-decoration: underline;
672
- }
673
-
674
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content {
675
- background-color: #ebf3f9;
676
- border: 1px solid #c3d9ec;
677
- border-top: none;
678
- padding: 10px;
679
- -moz-border-radius-bottomleft: 6px;
680
- -webkit-border-bottom-left-radius: 6px;
681
- -o-border-bottom-left-radius: 6px;
682
- -ms-border-bottom-left-radius: 6px;
683
- -khtml-border-bottom-left-radius: 6px;
684
- border-bottom-left-radius: 6px;
685
- -moz-border-radius-bottomright: 6px;
686
- -webkit-border-bottom-right-radius: 6px;
687
- -o-border-bottom-right-radius: 6px;
688
- -ms-border-bottom-right-radius: 6px;
689
- -khtml-border-bottom-right-radius: 6px;
690
- border-bottom-right-radius: 6px;
691
- margin: 0 0 20px;
692
- }
693
-
694
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4 {
695
- color: #0f6ab4;
696
- font-size: 1.1em;
697
- margin: 0;
698
- padding: 15px 0 5px;
699
- }
700
-
701
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content form input[type='text'].error {
702
- outline: 2px solid black;
703
- outline-color: #cc0000;
704
- }
705
-
706
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header {
707
- float: none;
708
- clear: both;
709
- overflow: hidden;
710
- display: block;
711
- }
712
-
713
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header input.submit {
714
- display: block;
715
- clear: none;
716
- float: left;
717
- padding: 6px 8px;
718
- }
719
-
720
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header img {
721
- display: block;
722
- clear: none;
723
- float: right;
724
- }
725
-
726
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header a {
727
- padding: 4px 0 0 10px;
728
- color: #6fa5d2;
729
- display: inline-block;
730
- font-size: 0.9em;
731
- }
732
-
733
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.response div.block pre {
734
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
735
- padding: 10px;
736
- font-size: 0.9em;
737
- max-height: 400px;
738
- overflow-y: auto;
739
- }
740
-
741
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post {
742
- float: none;
743
- clear: both;
744
- overflow: hidden;
745
- display: block;
746
- margin: 0 0 10px;
747
- padding: 0;
748
- }
749
-
750
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading {
751
- float: none;
752
- clear: both;
753
- overflow: hidden;
754
- display: block;
755
- margin: 0;
756
- padding: 0;
757
- background-color: #e7f6ec;
758
- border: 1px solid #c3e8d1;
759
- }
760
-
761
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 {
762
- display: block;
763
- clear: none;
764
- float: left;
765
- width: auto;
766
- margin: 0;
767
- padding: 0;
768
- line-height: 1.1em;
769
- color: black;
770
- }
771
-
772
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span {
773
- margin: 0;
774
- padding: 0;
775
- }
776
-
777
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.http_method a {
778
- text-transform: uppercase;
779
- background-color: #10a54a;
780
- text-decoration: none;
781
- color: white;
782
- display: inline-block;
783
- width: 50px;
784
- font-size: 0.7em;
785
- text-align: center;
786
- padding: 7px 0 4px 0;
787
- -moz-border-radius: 2px;
788
- -webkit-border-radius: 2px;
789
- -o-border-radius: 2px;
790
- -ms-border-radius: 2px;
791
- -khtml-border-radius: 2px;
792
- border-radius: 2px;
793
- }
794
-
795
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.path {
796
- padding-left: 10px;
797
- }
798
-
799
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.path a {
800
- color: black;
801
- text-decoration: none;
802
- }
803
-
804
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.path a:hover {
805
- text-decoration: underline;
806
- }
807
-
808
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options {
809
- overflow: hidden;
810
- padding: 0;
811
- display: block;
812
- clear: none;
813
- float: right;
814
- margin: 6px 10px 0 0;
815
- }
816
-
817
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li {
818
- float: left;
819
- clear: none;
820
- margin: 0;
821
- padding: 2px 10px;
822
- border-right: 1px solid #dddddd;
823
- }
824
-
825
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li:first-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li.first {
826
- padding-left: 0;
827
- }
828
-
829
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li:last-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li.last {
830
- padding-right: 0;
831
- border-right: none;
832
- }
833
-
834
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li {
835
- border-right-color: #c3e8d1;
836
- color: #10a54a;
837
- font-size: 0.9em;
838
- }
839
-
840
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a {
841
- color: #10a54a;
842
- text-decoration: none;
843
- }
844
-
845
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a:hover, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a:active, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a.active {
846
- text-decoration: underline;
847
- }
848
-
849
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content {
850
- background-color: #ebf7f0;
851
- border: 1px solid #c3e8d1;
852
- border-top: none;
853
- padding: 10px;
854
- -moz-border-radius-bottomleft: 6px;
855
- -webkit-border-bottom-left-radius: 6px;
856
- -o-border-bottom-left-radius: 6px;
857
- -ms-border-bottom-left-radius: 6px;
858
- -khtml-border-bottom-left-radius: 6px;
859
- border-bottom-left-radius: 6px;
860
- -moz-border-radius-bottomright: 6px;
861
- -webkit-border-bottom-right-radius: 6px;
862
- -o-border-bottom-right-radius: 6px;
863
- -ms-border-bottom-right-radius: 6px;
864
- -khtml-border-bottom-right-radius: 6px;
865
- border-bottom-right-radius: 6px;
866
- margin: 0 0 20px;
867
- }
868
-
869
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4 {
870
- color: #10a54a;
871
- font-size: 1.1em;
872
- margin: 0;
873
- padding: 15px 0 5px;
874
- }
875
-
876
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content form input[type='text'].error {
877
- outline: 2px solid black;
878
- outline-color: #cc0000;
879
- }
880
-
881
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header {
882
- float: none;
883
- clear: both;
884
- overflow: hidden;
885
- display: block;
886
- }
887
-
888
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header input.submit {
889
- display: block;
890
- clear: none;
891
- float: left;
892
- padding: 6px 8px;
893
- }
894
-
895
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header img {
896
- display: block;
897
- clear: none;
898
- float: right;
899
- }
900
-
901
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header a {
902
- padding: 4px 0 0 10px;
903
- color: #6fc992;
904
- display: inline-block;
905
- font-size: 0.9em;
906
- }
907
-
908
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.response div.block pre {
909
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
910
- padding: 10px;
911
- font-size: 0.9em;
912
- max-height: 400px;
913
- overflow-y: auto;
914
- }
915
-
916
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put {
917
- float: none;
918
- clear: both;
919
- overflow: hidden;
920
- display: block;
921
- margin: 0 0 10px;
922
- padding: 0;
923
- }
924
-
925
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading {
926
- float: none;
927
- clear: both;
928
- overflow: hidden;
929
- display: block;
930
- margin: 0;
931
- padding: 0;
932
- background-color: #f9f2e9;
933
- border: 1px solid #f0e0ca;
934
- }
935
-
936
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 {
937
- display: block;
938
- clear: none;
939
- float: left;
940
- width: auto;
941
- margin: 0;
942
- padding: 0;
943
- line-height: 1.1em;
944
- color: black;
945
- }
946
-
947
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span {
948
- margin: 0;
949
- padding: 0;
950
- }
951
-
952
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.http_method a {
953
- text-transform: uppercase;
954
- background-color: #c5862b;
955
- text-decoration: none;
956
- color: white;
957
- display: inline-block;
958
- width: 50px;
959
- font-size: 0.7em;
960
- text-align: center;
961
- padding: 7px 0 4px;
962
- -moz-border-radius: 2px;
963
- -webkit-border-radius: 2px;
964
- -o-border-radius: 2px;
965
- -ms-border-radius: 2px;
966
- -khtml-border-radius: 2px;
967
- border-radius: 2px;
968
- }
969
-
970
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.path {
971
- padding-left: 10px;
972
- }
973
-
974
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.path a {
975
- color: black;
976
- text-decoration: none;
977
- }
978
-
979
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.path a:hover {
980
- text-decoration: underline;
981
- }
982
-
983
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options {
984
- overflow: hidden;
985
- padding: 0;
986
- display: block;
987
- clear: none;
988
- float: right;
989
- margin: 6px 10px 0 0;
990
- }
991
-
992
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li {
993
- float: left;
994
- clear: none;
995
- margin: 0;
996
- padding: 2px 10px;
997
- border-right: 1px solid #dddddd;
998
- }
999
-
1000
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li:first-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li.first {
1001
- padding-left: 0;
1002
- }
1003
-
1004
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li:last-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li.last {
1005
- padding-right: 0;
1006
- border-right: none;
1007
- }
1008
-
1009
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li {
1010
- border-right-color: #f0e0ca;
1011
- color: #c5862b;
1012
- font-size: 0.9em;
1013
- }
1014
-
1015
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a {
1016
- color: #c5862b;
1017
- text-decoration: none;
1018
- }
1019
-
1020
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a:hover, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a:active, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a.active {
1021
- text-decoration: underline;
1022
- }
1023
-
1024
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content {
1025
- background-color: #faf5ee;
1026
- border: 1px solid #f0e0ca;
1027
- border-top: none;
1028
- padding: 10px;
1029
- -moz-border-radius-bottomleft: 6px;
1030
- -webkit-border-bottom-left-radius: 6px;
1031
- -o-border-bottom-left-radius: 6px;
1032
- -ms-border-bottom-left-radius: 6px;
1033
- -khtml-border-bottom-left-radius: 6px;
1034
- border-bottom-left-radius: 6px;
1035
- -moz-border-radius-bottomright: 6px;
1036
- -webkit-border-bottom-right-radius: 6px;
1037
- -o-border-bottom-right-radius: 6px;
1038
- -ms-border-bottom-right-radius: 6px;
1039
- -khtml-border-bottom-right-radius: 6px;
1040
- border-bottom-right-radius: 6px;
1041
- margin: 0 0 20px;
1042
- }
1043
-
1044
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content h4 {
1045
- color: #c5862b;
1046
- font-size: 1.1em;
1047
- margin: 0;
1048
- padding: 15px 0 5px;
1049
- }
1050
-
1051
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content form input[type='text'].error {
1052
- outline: 2px solid black;
1053
- outline-color: #cc0000;
1054
- }
1055
-
1056
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header {
1057
- float: none;
1058
- clear: both;
1059
- overflow: hidden;
1060
- display: block;
1061
- }
1062
-
1063
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header input.submit {
1064
- display: block;
1065
- clear: none;
1066
- float: left;
1067
- padding: 6px 8px;
1068
- }
1069
-
1070
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header img {
1071
- display: block;
1072
- clear: none;
1073
- float: right;
1074
- }
1075
-
1076
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header a {
1077
- padding: 4px 0 0 10px;
1078
- color: #dcb67f;
1079
- display: inline-block;
1080
- font-size: 0.9em;
1081
- }
1082
-
1083
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.response div.block pre {
1084
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
1085
- padding: 10px;
1086
- font-size: 0.9em;
1087
- max-height: 400px;
1088
- overflow-y: auto;
1089
- }
1090
-
1091
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch {
1092
- float: none;
1093
- clear: both;
1094
- overflow: hidden;
1095
- display: block;
1096
- margin: 0 0 10px;
1097
- padding: 0;
1098
- }
1099
-
1100
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading {
1101
- float: none;
1102
- clear: both;
1103
- overflow: hidden;
1104
- display: block;
1105
- margin: 0;
1106
- padding: 0;
1107
- background-color: #FCE9E3;
1108
- border: 1px solid #F5D5C3;
1109
- }
1110
-
1111
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 {
1112
- display: block;
1113
- clear: none;
1114
- float: left;
1115
- width: auto;
1116
- margin: 0;
1117
- padding: 0;
1118
- line-height: 1.1em;
1119
- color: black;
1120
- }
1121
-
1122
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span {
1123
- margin: 0;
1124
- padding: 0;
1125
- }
1126
-
1127
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.http_method a {
1128
- text-transform: uppercase;
1129
- background-color: #D38042;
1130
- text-decoration: none;
1131
- color: white;
1132
- display: inline-block;
1133
- width: 50px;
1134
- font-size: 0.7em;
1135
- text-align: center;
1136
- padding: 7px 0 4px 0;
1137
- -moz-border-radius: 2px;
1138
- -webkit-border-radius: 2px;
1139
- -o-border-radius: 2px;
1140
- -ms-border-radius: 2px;
1141
- -khtml-border-radius: 2px;
1142
- border-radius: 2px;
1143
- }
1144
-
1145
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.path {
1146
- padding-left: 10px;
1147
- }
1148
-
1149
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.path a {
1150
- color: black;
1151
- text-decoration: none;
1152
- }
1153
-
1154
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.path a:hover {
1155
- text-decoration: underline;
1156
- }
1157
-
1158
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options {
1159
- overflow: hidden;
1160
- padding: 0;
1161
- display: block;
1162
- clear: none;
1163
- float: right;
1164
- margin: 6px 10px 0 0;
1165
- }
1166
-
1167
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li {
1168
- float: left;
1169
- clear: none;
1170
- margin: 0;
1171
- padding: 2px 10px;
1172
- border-right: 1px solid #dddddd;
1173
- }
1174
-
1175
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li:first-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li.first {
1176
- padding-left: 0;
1177
- }
1178
-
1179
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li:last-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li.last {
1180
- padding-right: 0;
1181
- border-right: none;
1182
- }
1183
-
1184
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li {
1185
- border-right-color: #f0cecb;
1186
- color: #D38042;
1187
- font-size: 0.9em;
1188
- }
1189
-
1190
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a {
1191
- color: #D38042;
1192
- text-decoration: none;
1193
- }
1194
-
1195
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a:hover, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a:active, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a.active {
1196
- text-decoration: underline;
1197
- }
1198
-
1199
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content {
1200
- background-color: #faf0ef;
1201
- border: 1px solid #f0cecb;
1202
- border-top: none;
1203
- padding: 10px;
1204
- -moz-border-radius-bottomleft: 6px;
1205
- -webkit-border-bottom-left-radius: 6px;
1206
- -o-border-bottom-left-radius: 6px;
1207
- -ms-border-bottom-left-radius: 6px;
1208
- -khtml-border-bottom-left-radius: 6px;
1209
- border-bottom-left-radius: 6px;
1210
- -moz-border-radius-bottomright: 6px;
1211
- -webkit-border-bottom-right-radius: 6px;
1212
- -o-border-bottom-right-radius: 6px;
1213
- -ms-border-bottom-right-radius: 6px;
1214
- -khtml-border-bottom-right-radius: 6px;
1215
- border-bottom-right-radius: 6px;
1216
- margin: 0 0 20px;
1217
- }
1218
-
1219
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content h4 {
1220
- color: #D38042;
1221
- font-size: 1.1em;
1222
- margin: 0;
1223
- padding: 15px 0 5px;
1224
- }
1225
-
1226
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content form input[type='text'].error {
1227
- outline: 2px solid black;
1228
- outline-color: #F5D5C3;
1229
- }
1230
-
1231
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header {
1232
- float: none;
1233
- clear: both;
1234
- overflow: hidden;
1235
- display: block;
1236
- }
1237
-
1238
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header input.submit {
1239
- display: block;
1240
- clear: none;
1241
- float: left;
1242
- padding: 6px 8px;
1243
- }
1244
-
1245
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header img {
1246
- display: block;
1247
- clear: none;
1248
- float: right;
1249
- }
1250
-
1251
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header a {
1252
- padding: 4px 0 0 10px;
1253
- color: #dcb67f;
1254
- display: inline-block;
1255
- font-size: 0.9em;
1256
- }
1257
-
1258
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.response div.block pre {
1259
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
1260
- padding: 10px;
1261
- font-size: 0.9em;
1262
- max-height: 400px;
1263
- overflow-y: auto;
1264
- }
1265
-
1266
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head {
1267
- float: none;
1268
- clear: both;
1269
- overflow: hidden;
1270
- display: block;
1271
- margin: 0 0 10px 0;
1272
- padding: 0 0 0 0px;
1273
- }
1274
-
1275
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading {
1276
- float: none;
1277
- clear: both;
1278
- overflow: hidden;
1279
- display: block;
1280
- margin: 0 0 0 0;
1281
- padding: 0;
1282
- background-color: #fcffcd;
1283
- border: 1px solid black;
1284
- border-color: #ffd20f;
1285
- }
1286
-
1287
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading h3 {
1288
- display: block;
1289
- clear: none;
1290
- float: left;
1291
- width: auto;
1292
- margin: 0;
1293
- padding: 0;
1294
- line-height: 1.1em;
1295
- color: black;
1296
- }
1297
-
1298
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading h3 span {
1299
- margin: 0;
1300
- padding: 0;
1301
- }
1302
-
1303
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading h3 span.http_method a {
1304
- text-transform: uppercase;
1305
- background-color: #ffd20f;
1306
- text-decoration: none;
1307
- color: white;
1308
- display: inline-block;
1309
- width: 50px;
1310
- font-size: 0.7em;
1311
- text-align: center;
1312
- padding: 7px 0 4px 0;
1313
- -moz-border-radius: 2px;
1314
- -webkit-border-radius: 2px;
1315
- -o-border-radius: 2px;
1316
- -ms-border-radius: 2px;
1317
- -khtml-border-radius: 2px;
1318
- border-radius: 2px;
1319
- }
1320
-
1321
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading h3 span.path {
1322
- padding-left: 10px;
1323
- }
1324
-
1325
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading h3 span.path a {
1326
- color: black;
1327
- text-decoration: none;
1328
- }
1329
-
1330
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading h3 span.path a:hover {
1331
- text-decoration: underline;
1332
- }
1333
-
1334
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options {
1335
- float: none;
1336
- clear: both;
1337
- overflow: hidden;
1338
- margin: 0;
1339
- padding: 0;
1340
- display: block;
1341
- clear: none;
1342
- float: right;
1343
- margin: 6px 10px 0 0;
1344
- }
1345
-
1346
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li {
1347
- float: left;
1348
- clear: none;
1349
- margin: 0;
1350
- padding: 2px 10px;
1351
- border-right: 1px solid #dddddd;
1352
- }
1353
-
1354
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li:first-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li.first {
1355
- padding-left: 0;
1356
- }
1357
-
1358
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li:last-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li.last {
1359
- padding-right: 0;
1360
- border-right: none;
1361
- }
1362
-
1363
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li {
1364
- border-right-color: #ffd20f;
1365
- color: #ffd20f;
1366
- font-size: 0.9em;
1367
- }
1368
-
1369
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li a {
1370
- color: #ffd20f;
1371
- text-decoration: none;
1372
- }
1373
-
1374
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li a:hover, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li a:active, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li a.active {
1375
- text-decoration: underline;
1376
- }
1377
-
1378
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content {
1379
- background-color: #fcffcd;
1380
- border: 1px solid black;
1381
- border-color: #ffd20f;
1382
- border-top: none;
1383
- padding: 10px;
1384
- -moz-border-radius-bottomleft: 6px;
1385
- -webkit-border-bottom-left-radius: 6px;
1386
- -o-border-bottom-left-radius: 6px;
1387
- -ms-border-bottom-left-radius: 6px;
1388
- -khtml-border-bottom-left-radius: 6px;
1389
- border-bottom-left-radius: 6px;
1390
- -moz-border-radius-bottomright: 6px;
1391
- -webkit-border-bottom-right-radius: 6px;
1392
- -o-border-bottom-right-radius: 6px;
1393
- -ms-border-bottom-right-radius: 6px;
1394
- -khtml-border-bottom-right-radius: 6px;
1395
- border-bottom-right-radius: 6px;
1396
- margin: 0 0 20px 0;
1397
- }
1398
-
1399
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content h4 {
1400
- color: #ffd20f;
1401
- font-size: 1.1em;
1402
- margin: 0;
1403
- padding: 15px 0 5px 0px;
1404
- }
1405
-
1406
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content form input[type='text'].error {
1407
- outline: 2px solid black;
1408
- outline-color: #cc0000;
1409
- }
1410
-
1411
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.sandbox_header {
1412
- float: none;
1413
- clear: both;
1414
- overflow: hidden;
1415
- display: block;
1416
- }
1417
-
1418
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.sandbox_header input.submit {
1419
- display: block;
1420
- clear: none;
1421
- float: left;
1422
- padding: 6px 8px;
1423
- }
1424
-
1425
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.sandbox_header img {
1426
- display: block;
1427
- display: block;
1428
- clear: none;
1429
- float: right;
1430
- }
1431
-
1432
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.sandbox_header a {
1433
- padding: 4px 0 0 10px;
1434
- color: #6fc992;
1435
- display: inline-block;
1436
- font-size: 0.9em;
1437
- }
1438
-
1439
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.response div.block {
1440
- background-color: #fcf6db;
1441
- border: 1px solid black;
1442
- border-color: #e5e0c6;
1443
- }
1444
-
1445
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.response div.block pre {
1446
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
1447
- padding: 10px;
1448
- font-size: 0.9em;
1449
- max-height: 400px;
1450
- overflow-y: auto;
1451
- }
1452
-
1453
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete {
1454
- float: none;
1455
- clear: both;
1456
- overflow: hidden;
1457
- display: block;
1458
- margin: 0 0 10px;
1459
- padding: 0;
1460
- }
1461
-
1462
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading {
1463
- float: none;
1464
- clear: both;
1465
- overflow: hidden;
1466
- display: block;
1467
- margin: 0;
1468
- padding: 0;
1469
- background-color: #f5e8e8;
1470
- border: 1px solid #e8c6c7;
1471
- }
1472
-
1473
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 {
1474
- display: block;
1475
- clear: none;
1476
- float: left;
1477
- width: auto;
1478
- margin: 0;
1479
- padding: 0;
1480
- line-height: 1.1em;
1481
- color: black;
1482
- }
1483
-
1484
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span {
1485
- margin: 0;
1486
- padding: 0;
1487
- }
1488
-
1489
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.http_method a {
1490
- text-transform: uppercase;
1491
- background-color: #a41e22;
1492
- text-decoration: none;
1493
- color: white;
1494
- display: inline-block;
1495
- width: 50px;
1496
- font-size: 0.7em;
1497
- text-align: center;
1498
- padding: 7px 0 4px 0;
1499
- -moz-border-radius: 2px;
1500
- -webkit-border-radius: 2px;
1501
- -o-border-radius: 2px;
1502
- -ms-border-radius: 2px;
1503
- -khtml-border-radius: 2px;
1504
- border-radius: 2px;
1505
- }
1506
-
1507
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.path {
1508
- padding-left: 10px;
1509
- }
1510
-
1511
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.path a {
1512
- color: black;
1513
- text-decoration: none;
1514
- }
1515
-
1516
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.path a:hover {
1517
- text-decoration: underline;
1518
- }
1519
-
1520
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options {
1521
- overflow: hidden;
1522
- padding: 0;
1523
- display: block;
1524
- clear: none;
1525
- float: right;
1526
- margin: 6px 10px 0 0;
1527
- }
1528
-
1529
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li {
1530
- float: left;
1531
- clear: none;
1532
- margin: 0;
1533
- padding: 2px 10px;
1534
- border-right: 1px solid #dddddd;
1535
- }
1536
-
1537
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li:first-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li.first {
1538
- padding-left: 0;
1539
- }
1540
-
1541
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li:last-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li.last {
1542
- padding-right: 0;
1543
- border-right: none;
1544
- }
1545
-
1546
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li {
1547
- border-right-color: #e8c6c7;
1548
- color: #a41e22;
1549
- font-size: 0.9em;
1550
- }
1551
-
1552
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a {
1553
- color: #a41e22;
1554
- text-decoration: none;
1555
- }
1556
-
1557
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a:hover, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a:active, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a.active {
1558
- text-decoration: underline;
1559
- }
1560
-
1561
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
1562
- background-color: #f7eded;
1563
- border: 1px solid #e8c6c7;
1564
- border-top: none;
1565
- padding: 10px;
1566
- -moz-border-radius-bottomleft: 6px;
1567
- -webkit-border-bottom-left-radius: 6px;
1568
- -o-border-bottom-left-radius: 6px;
1569
- -ms-border-bottom-left-radius: 6px;
1570
- -khtml-border-bottom-left-radius: 6px;
1571
- border-bottom-left-radius: 6px;
1572
- -moz-border-radius-bottomright: 6px;
1573
- -webkit-border-bottom-right-radius: 6px;
1574
- -o-border-bottom-right-radius: 6px;
1575
- -ms-border-bottom-right-radius: 6px;
1576
- -khtml-border-bottom-right-radius: 6px;
1577
- border-bottom-right-radius: 6px;
1578
- margin: 0 0 20px 0;
1579
- }
1580
-
1581
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4 {
1582
- color: #a41e22;
1583
- font-size: 1.1em;
1584
- margin: 0;
1585
- padding: 15px 0 5px;
1586
- }
1587
-
1588
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content form input[type='text'].error {
1589
- outline: 2px solid black;
1590
- outline-color: #cc0000;
1591
- }
1592
-
1593
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header {
1594
- float: none;
1595
- clear: both;
1596
- overflow: hidden;
1597
- display: block;
1598
- }
1599
-
1600
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header input.submit {
1601
- display: block;
1602
- clear: none;
1603
- float: left;
1604
- padding: 6px 8px;
1605
- }
1606
-
1607
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header img {
1608
- display: block;
1609
- clear: none;
1610
- float: right;
1611
- }
1612
-
1613
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header a {
1614
- padding: 4px 0 0 10px;
1615
- color: #c8787a;
1616
- display: inline-block;
1617
- font-size: 0.9em;
1618
- }
1619
-
1620
- body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.response div.block pre {
1621
- font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
1622
- padding: 10px;
1623
- font-size: 0.9em;
1624
- max-height: 400px;
1625
- overflow-y: auto;
1626
- }
1627
-
1628
-
1629
- .model-signature {
1630
- font-family: "Droid Sans", sans-serif;
1631
- font-size: 1em;
1632
- line-height: 1.5em;
1633
- }
1634
-
1635
- .model-signature .description div {
1636
- font-size: 0.9em;
1637
- line-height: 1.5em;
1638
- margin-left: 1em;
1639
- }
1640
-
1641
- .model-signature .description .strong {
1642
- font-weight: bold;
1643
- color: #000;
1644
- font-size: .9em;
1645
- }
1646
-
1647
- .model-signature .description .stronger {
1648
- font-weight: bold;
1649
- color: #000;
1650
- }
1651
-
1652
- .model-signature .signature-nav a {
1653
- text-decoration: none;
1654
- color: #AAA;
1655
- }
1656
-
1657
- .model-signature pre {
1658
- font-size: .85em;
1659
- line-height: 1.2em;
1660
- overflow: auto;
1661
- max-height: 200px;
1662
- cursor: pointer;
1663
- }
1664
-
1665
- .model-signature pre:hover {
1666
- background-color: #ffffdd;
1667
- }
1668
-
1669
- .model-signature .snippet small {
1670
- font-size: 0.75em;
1671
- }
1672
-
1673
- .model-signature .signature-container {
1674
- clear: both;
1675
- }
1676
-
1677
- .model-signature .signature-nav a:hover {
1678
- text-decoration: underline;
1679
- color: black;
1680
- }
1681
-
1682
- .model-signature .signature-nav .selected {
1683
- color: black;
1684
- text-decoration: none;
1685
- }
1686
-
1687
- .model-signature ul.signature-nav {
1688
- display: block;
1689
- margin: 0;
1690
- padding: 0;
1691
- }
1692
-
1693
- .model-signature ul.signature-nav li {
1694
- float: left;
1695
- margin: 0 5px 5px 0;
1696
- padding: 2px 5px 2px 0;
1697
- border-right: 1px solid #ddd;
1698
- }
1699
-
1700
- .model-signature ul.signature-nav li:last-child {
1701
- padding-right: 0;
1702
- border-right: none;
1703
- }
1704
-
1705
- .model-signature .propName {
1706
- font-weight: bold;
123
+ border-collapse: collapse;
124
+ border-spacing: 0;
1707
125
  }
1708
- .model-signature .propType {
1709
- color: #5555aa;
126
+ .swagger-ui-wrap {
127
+ line-height: 1;
128
+ font-family: "Droid Sans", sans-serif;
129
+ max-width: 960px;
130
+ margin-left: auto;
131
+ margin-right: auto;
1710
132
  }
1711
- .model-signature .propOptKey {
1712
- font-style: italic;
133
+ .swagger-ui-wrap b,
134
+ .swagger-ui-wrap strong {
135
+ font-family: "Droid Sans", sans-serif;
136
+ font-weight: bold;
1713
137
  }
1714
- .model-signature .propOpt {
1715
- color: #555;
138
+ .swagger-ui-wrap q,
139
+ .swagger-ui-wrap blockquote {
140
+ quotes: none;
141
+ }
142
+ .swagger-ui-wrap p {
143
+ line-height: 1.4em;
144
+ padding: 0 0 10px;
145
+ color: #333333;
146
+ }
147
+ .swagger-ui-wrap q:before,
148
+ .swagger-ui-wrap q:after,
149
+ .swagger-ui-wrap blockquote:before,
150
+ .swagger-ui-wrap blockquote:after {
151
+ content: none;
152
+ }
153
+ .swagger-ui-wrap .heading_with_menu h1,
154
+ .swagger-ui-wrap .heading_with_menu h2,
155
+ .swagger-ui-wrap .heading_with_menu h3,
156
+ .swagger-ui-wrap .heading_with_menu h4,
157
+ .swagger-ui-wrap .heading_with_menu h5,
158
+ .swagger-ui-wrap .heading_with_menu h6 {
159
+ display: block;
160
+ clear: none;
161
+ float: left;
162
+ -moz-box-sizing: border-box;
163
+ -webkit-box-sizing: border-box;
164
+ -ms-box-sizing: border-box;
165
+ box-sizing: border-box;
166
+ width: 60%;
167
+ }
168
+ .swagger-ui-wrap table {
169
+ border-collapse: collapse;
170
+ border-spacing: 0;
171
+ }
172
+ .swagger-ui-wrap table thead tr th {
173
+ padding: 5px;
174
+ font-size: 0.9em;
175
+ color: #666666;
176
+ border-bottom: 1px solid #999999;
177
+ }
178
+ .swagger-ui-wrap table tbody tr:last-child td {
179
+ border-bottom: none;
180
+ }
181
+ .swagger-ui-wrap table tbody tr.offset {
182
+ background-color: #f0f0f0;
183
+ }
184
+ .swagger-ui-wrap table tbody tr td {
185
+ padding: 6px;
186
+ font-size: 0.9em;
187
+ border-bottom: 1px solid #cccccc;
188
+ vertical-align: top;
189
+ line-height: 1.3em;
190
+ }
191
+ .swagger-ui-wrap ol {
192
+ margin: 0px 0 10px;
193
+ padding: 0 0 0 18px;
194
+ list-style-type: decimal;
195
+ }
196
+ .swagger-ui-wrap ol li {
197
+ padding: 5px 0px;
198
+ font-size: 0.9em;
199
+ color: #333333;
200
+ }
201
+ .swagger-ui-wrap ol,
202
+ .swagger-ui-wrap ul {
203
+ list-style: none;
204
+ }
205
+ .swagger-ui-wrap h1 a,
206
+ .swagger-ui-wrap h2 a,
207
+ .swagger-ui-wrap h3 a,
208
+ .swagger-ui-wrap h4 a,
209
+ .swagger-ui-wrap h5 a,
210
+ .swagger-ui-wrap h6 a {
211
+ text-decoration: none;
212
+ }
213
+ .swagger-ui-wrap h1 a:hover,
214
+ .swagger-ui-wrap h2 a:hover,
215
+ .swagger-ui-wrap h3 a:hover,
216
+ .swagger-ui-wrap h4 a:hover,
217
+ .swagger-ui-wrap h5 a:hover,
218
+ .swagger-ui-wrap h6 a:hover {
219
+ text-decoration: underline;
220
+ }
221
+ .swagger-ui-wrap h1 span.divider,
222
+ .swagger-ui-wrap h2 span.divider,
223
+ .swagger-ui-wrap h3 span.divider,
224
+ .swagger-ui-wrap h4 span.divider,
225
+ .swagger-ui-wrap h5 span.divider,
226
+ .swagger-ui-wrap h6 span.divider {
227
+ color: #aaaaaa;
228
+ }
229
+ .swagger-ui-wrap a {
230
+ color: #547f00;
231
+ }
232
+ .swagger-ui-wrap a img {
233
+ border: none;
234
+ }
235
+ .swagger-ui-wrap article,
236
+ .swagger-ui-wrap aside,
237
+ .swagger-ui-wrap details,
238
+ .swagger-ui-wrap figcaption,
239
+ .swagger-ui-wrap figure,
240
+ .swagger-ui-wrap footer,
241
+ .swagger-ui-wrap header,
242
+ .swagger-ui-wrap hgroup,
243
+ .swagger-ui-wrap menu,
244
+ .swagger-ui-wrap nav,
245
+ .swagger-ui-wrap section,
246
+ .swagger-ui-wrap summary {
247
+ display: block;
1716
248
  }
1717
-
1718
- pre code {
249
+ .swagger-ui-wrap pre {
250
+ font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
251
+ background-color: #fcf6db;
252
+ border: 1px solid #e5e0c6;
253
+ padding: 10px;
254
+ }
255
+ .swagger-ui-wrap pre code {
256
+ line-height: 1.6em;
1719
257
  background: none;
1720
258
  }
1721
-
1722
- .content pre {
259
+ .swagger-ui-wrap .content > .content-type > div > label {
260
+ clear: both;
261
+ display: block;
262
+ color: #0F6AB4;
263
+ font-size: 1.1em;
264
+ margin: 0;
265
+ padding: 15px 0 5px;
266
+ }
267
+ .swagger-ui-wrap .content pre {
1723
268
  font-size: 12px;
1724
269
  margin-top: 5px;
1725
270
  padding: 5px;
1726
271
  }
1727
-
1728
- .content > .content-type > div > label {
272
+ .swagger-ui-wrap .icon-btn {
273
+ cursor: pointer;
274
+ }
275
+ .swagger-ui-wrap .info_title {
276
+ padding-bottom: 10px;
277
+ font-weight: bold;
278
+ font-size: 25px;
279
+ }
280
+ .swagger-ui-wrap p.big,
281
+ .swagger-ui-wrap div.big p {
282
+ font-size: 1em;
283
+ margin-bottom: 10px;
284
+ }
285
+ .swagger-ui-wrap form.fullwidth ol li.string input,
286
+ .swagger-ui-wrap form.fullwidth ol li.url input,
287
+ .swagger-ui-wrap form.fullwidth ol li.text textarea,
288
+ .swagger-ui-wrap form.fullwidth ol li.numeric input {
289
+ width: 500px !important;
290
+ }
291
+ .swagger-ui-wrap .info_license {
292
+ padding-bottom: 5px;
293
+ }
294
+ .swagger-ui-wrap .info_tos {
295
+ padding-bottom: 5px;
296
+ }
297
+ .swagger-ui-wrap .message-fail {
298
+ color: #cc0000;
299
+ }
300
+ .swagger-ui-wrap .info_contact {
301
+ padding-bottom: 5px;
302
+ }
303
+ .swagger-ui-wrap .info_description {
304
+ padding-bottom: 10px;
305
+ font-size: 15px;
306
+ }
307
+ .swagger-ui-wrap .markdown ol li,
308
+ .swagger-ui-wrap .markdown ul li {
309
+ padding: 3px 0px;
310
+ line-height: 1.4em;
311
+ color: #333333;
312
+ }
313
+ .swagger-ui-wrap form.formtastic fieldset.inputs ol li.string input,
314
+ .swagger-ui-wrap form.formtastic fieldset.inputs ol li.url input,
315
+ .swagger-ui-wrap form.formtastic fieldset.inputs ol li.numeric input {
316
+ display: block;
317
+ padding: 4px;
318
+ width: auto;
1729
319
  clear: both;
320
+ }
321
+ .swagger-ui-wrap form.formtastic fieldset.inputs ol li.string input.title,
322
+ .swagger-ui-wrap form.formtastic fieldset.inputs ol li.url input.title,
323
+ .swagger-ui-wrap form.formtastic fieldset.inputs ol li.numeric input.title {
324
+ font-size: 1.3em;
325
+ }
326
+ .swagger-ui-wrap table.fullwidth {
327
+ width: 100%;
328
+ }
329
+ .swagger-ui-wrap .model-signature {
330
+ font-family: "Droid Sans", sans-serif;
331
+ font-size: 1em;
332
+ line-height: 1.5em;
333
+ }
334
+ .swagger-ui-wrap .model-signature .signature-nav a {
335
+ text-decoration: none;
336
+ color: #AAA;
337
+ }
338
+ .swagger-ui-wrap .model-signature .signature-nav a:hover {
339
+ text-decoration: underline;
340
+ color: black;
341
+ }
342
+ .swagger-ui-wrap .model-signature .signature-nav .selected {
343
+ color: black;
344
+ text-decoration: none;
345
+ }
346
+ .swagger-ui-wrap .model-signature .propType {
347
+ color: #5555aa;
348
+ }
349
+ .swagger-ui-wrap .model-signature pre:hover {
350
+ background-color: #ffffdd;
351
+ }
352
+ .swagger-ui-wrap .model-signature pre {
353
+ font-size: .85em;
354
+ line-height: 1.2em;
355
+ overflow: auto;
356
+ max-height: 200px;
357
+ cursor: pointer;
358
+ }
359
+ .swagger-ui-wrap .model-signature ul.signature-nav {
1730
360
  display: block;
1731
- color: #0F6AB4;
361
+ margin: 0;
362
+ padding: 0;
363
+ }
364
+ .swagger-ui-wrap .model-signature ul.signature-nav li:last-child {
365
+ padding-right: 0;
366
+ border-right: none;
367
+ }
368
+ .swagger-ui-wrap .model-signature ul.signature-nav li {
369
+ float: left;
370
+ margin: 0 5px 5px 0;
371
+ padding: 2px 5px 2px 0;
372
+ border-right: 1px solid #ddd;
373
+ }
374
+ .swagger-ui-wrap .model-signature .propOpt {
375
+ color: #555;
376
+ }
377
+ .swagger-ui-wrap .model-signature .snippet small {
378
+ font-size: 0.75em;
379
+ }
380
+ .swagger-ui-wrap .model-signature .propOptKey {
381
+ font-style: italic;
382
+ }
383
+ .swagger-ui-wrap .model-signature .description .strong {
384
+ font-weight: bold;
385
+ color: #000;
386
+ font-size: .9em;
387
+ }
388
+ .swagger-ui-wrap .model-signature .description div {
389
+ font-size: 0.9em;
390
+ line-height: 1.5em;
391
+ margin-left: 1em;
392
+ }
393
+ .swagger-ui-wrap .model-signature .description .stronger {
394
+ font-weight: bold;
395
+ color: #000;
396
+ }
397
+ .swagger-ui-wrap .model-signature .propName {
398
+ font-weight: bold;
399
+ }
400
+ .swagger-ui-wrap .model-signature .signature-container {
401
+ clear: both;
402
+ }
403
+ .swagger-ui-wrap .body-textarea {
404
+ width: 300px;
405
+ height: 100px;
406
+ border: 1px solid #aaa;
407
+ }
408
+ .swagger-ui-wrap .markdown p code,
409
+ .swagger-ui-wrap .markdown li code {
410
+ font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
411
+ background-color: #f0f0f0;
412
+ color: black;
413
+ padding: 1px 3px;
414
+ }
415
+ .swagger-ui-wrap .required {
416
+ font-weight: bold;
417
+ }
418
+ .swagger-ui-wrap input.parameter {
419
+ width: 300px;
420
+ border: 1px solid #aaa;
421
+ }
422
+ .swagger-ui-wrap h1 {
423
+ color: black;
424
+ font-size: 1.5em;
425
+ line-height: 1.3em;
426
+ padding: 10px 0 10px 0;
427
+ font-family: "Droid Sans", sans-serif;
428
+ font-weight: bold;
429
+ }
430
+ .swagger-ui-wrap .heading_with_menu {
431
+ float: none;
432
+ clear: both;
433
+ overflow: hidden;
434
+ display: block;
435
+ }
436
+ .swagger-ui-wrap .heading_with_menu ul {
437
+ display: block;
438
+ clear: none;
439
+ float: right;
440
+ -moz-box-sizing: border-box;
441
+ -webkit-box-sizing: border-box;
442
+ -ms-box-sizing: border-box;
443
+ box-sizing: border-box;
444
+ margin-top: 10px;
445
+ }
446
+ .swagger-ui-wrap h2 {
447
+ color: black;
448
+ font-size: 1.3em;
449
+ padding: 10px 0 10px 0;
450
+ }
451
+ .swagger-ui-wrap h2 a {
452
+ color: black;
453
+ }
454
+ .swagger-ui-wrap h2 span.sub {
455
+ font-size: 0.7em;
456
+ color: #999999;
457
+ font-style: italic;
458
+ }
459
+ .swagger-ui-wrap h2 span.sub a {
460
+ color: #777777;
461
+ }
462
+ .swagger-ui-wrap span.weak {
463
+ color: #666666;
464
+ }
465
+ .swagger-ui-wrap .message-success {
466
+ color: #89BF04;
467
+ }
468
+ .swagger-ui-wrap caption,
469
+ .swagger-ui-wrap th,
470
+ .swagger-ui-wrap td {
471
+ text-align: left;
472
+ font-weight: normal;
473
+ vertical-align: middle;
474
+ }
475
+ .swagger-ui-wrap .code {
476
+ font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
477
+ }
478
+ .swagger-ui-wrap form.formtastic fieldset.inputs ol li.text textarea {
479
+ font-family: "Droid Sans", sans-serif;
480
+ height: 250px;
481
+ padding: 4px;
482
+ display: block;
483
+ clear: both;
484
+ }
485
+ .swagger-ui-wrap form.formtastic fieldset.inputs ol li.select select {
486
+ display: block;
487
+ clear: both;
488
+ }
489
+ .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean {
490
+ float: none;
491
+ clear: both;
492
+ overflow: hidden;
493
+ display: block;
494
+ }
495
+ .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean label {
496
+ display: block;
497
+ float: left;
498
+ clear: none;
499
+ margin: 0;
500
+ padding: 0;
501
+ }
502
+ .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean input {
503
+ display: block;
504
+ float: left;
505
+ clear: none;
506
+ margin: 0 5px 0 0;
507
+ }
508
+ .swagger-ui-wrap form.formtastic fieldset.inputs ol li.required label {
509
+ color: black;
510
+ }
511
+ .swagger-ui-wrap form.formtastic fieldset.inputs ol li label {
512
+ display: block;
513
+ clear: both;
514
+ width: auto;
515
+ padding: 0 0 3px;
516
+ color: #666666;
517
+ }
518
+ .swagger-ui-wrap form.formtastic fieldset.inputs ol li label abbr {
519
+ padding-left: 3px;
520
+ color: #888888;
521
+ }
522
+ .swagger-ui-wrap form.formtastic fieldset.inputs ol li p.inline-hints {
523
+ margin-left: 0;
524
+ font-style: italic;
525
+ font-size: 0.9em;
526
+ margin: 0;
527
+ }
528
+ .swagger-ui-wrap form.formtastic fieldset.buttons {
529
+ margin: 0;
530
+ padding: 0;
531
+ }
532
+ .swagger-ui-wrap span.blank,
533
+ .swagger-ui-wrap span.empty {
534
+ color: #888888;
535
+ font-style: italic;
536
+ }
537
+ .swagger-ui-wrap .markdown h3 {
538
+ color: #547f00;
539
+ }
540
+ .swagger-ui-wrap .markdown h4 {
541
+ color: #666666;
542
+ }
543
+ .swagger-ui-wrap .markdown pre {
544
+ font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
545
+ background-color: #fcf6db;
546
+ border: 1px solid #e5e0c6;
547
+ padding: 10px;
548
+ margin: 0 0 10px 0;
549
+ }
550
+ .swagger-ui-wrap .markdown pre code {
551
+ line-height: 1.6em;
552
+ }
553
+ .swagger-ui-wrap div.gist {
554
+ margin: 20px 0 25px 0 !important;
555
+ }
556
+ .swagger-ui-wrap ul#resources {
557
+ font-family: "Droid Sans", sans-serif;
558
+ font-size: 0.9em;
559
+ }
560
+ .swagger-ui-wrap ul#resources li.resource {
561
+ border-bottom: 1px solid #dddddd;
562
+ }
563
+ .swagger-ui-wrap ul#resources li.resource:hover div.heading h2 a,
564
+ .swagger-ui-wrap ul#resources li.resource.active div.heading h2 a {
565
+ color: black;
566
+ }
567
+ .swagger-ui-wrap ul#resources li.resource:hover div.heading ul.options li a,
568
+ .swagger-ui-wrap ul#resources li.resource.active div.heading ul.options li a {
569
+ color: #555555;
570
+ }
571
+ .swagger-ui-wrap ul#resources li.resource:last-child {
572
+ border-bottom: none;
573
+ }
574
+ .swagger-ui-wrap ul#resources li.resource div.heading {
575
+ border: 1px solid transparent;
576
+ float: none;
577
+ clear: both;
578
+ overflow: hidden;
579
+ display: block;
580
+ }
581
+ .swagger-ui-wrap ul#resources li.resource div.heading ul.options {
582
+ overflow: hidden;
583
+ padding: 0;
584
+ display: block;
585
+ clear: none;
586
+ float: right;
587
+ margin: 14px 10px 0 0;
588
+ }
589
+ .swagger-ui-wrap ul#resources li.resource div.heading ul.options li {
590
+ float: left;
591
+ clear: none;
592
+ margin: 0;
593
+ padding: 2px 10px;
594
+ border-right: 1px solid #dddddd;
595
+ color: #666666;
596
+ font-size: 0.9em;
597
+ }
598
+ .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a {
599
+ color: #aaaaaa;
600
+ text-decoration: none;
601
+ }
602
+ .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover {
603
+ text-decoration: underline;
604
+ color: black;
605
+ }
606
+ .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover,
607
+ .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:active,
608
+ .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a.active {
609
+ text-decoration: underline;
610
+ }
611
+ .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:first-child,
612
+ .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.first {
613
+ padding-left: 0;
614
+ }
615
+ .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:last-child,
616
+ .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.last {
617
+ padding-right: 0;
618
+ border-right: none;
619
+ }
620
+ .swagger-ui-wrap ul#resources li.resource div.heading ul.options:first-child,
621
+ .swagger-ui-wrap ul#resources li.resource div.heading ul.options.first {
622
+ padding-left: 0;
623
+ }
624
+ .swagger-ui-wrap ul#resources li.resource div.heading h2 {
625
+ color: #999999;
626
+ padding-left: 0;
627
+ display: block;
628
+ clear: none;
629
+ float: left;
630
+ font-family: "Droid Sans", sans-serif;
631
+ font-weight: bold;
632
+ }
633
+ .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
634
+ color: #999999;
635
+ }
636
+ .swagger-ui-wrap ul#resources li.resource div.heading h2 a:hover {
637
+ color: black;
638
+ }
639
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation {
640
+ float: none;
641
+ clear: both;
642
+ overflow: hidden;
643
+ display: block;
644
+ margin: 0 0 10px;
645
+ padding: 0;
646
+ }
647
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading {
648
+ float: none;
649
+ clear: both;
650
+ overflow: hidden;
651
+ display: block;
652
+ margin: 0;
653
+ padding: 0;
654
+ }
655
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 {
656
+ display: block;
657
+ clear: none;
658
+ float: left;
659
+ width: auto;
660
+ margin: 0;
661
+ padding: 0;
662
+ line-height: 1.1em;
663
+ color: black;
664
+ }
665
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path {
666
+ padding-left: 10px;
667
+ }
668
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a {
669
+ color: black;
670
+ text-decoration: none;
671
+ }
672
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a:hover {
673
+ text-decoration: underline;
674
+ }
675
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.http_method a {
676
+ text-transform: uppercase;
677
+ text-decoration: none;
678
+ color: white;
679
+ display: inline-block;
680
+ width: 50px;
681
+ font-size: 0.7em;
682
+ text-align: center;
683
+ padding: 7px 0 4px;
684
+ -moz-border-radius: 2px;
685
+ -webkit-border-radius: 2px;
686
+ -o-border-radius: 2px;
687
+ -ms-border-radius: 2px;
688
+ -khtml-border-radius: 2px;
689
+ border-radius: 2px;
690
+ }
691
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span {
692
+ margin: 0;
693
+ padding: 0;
694
+ }
695
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options {
696
+ overflow: hidden;
697
+ padding: 0;
698
+ display: block;
699
+ clear: none;
700
+ float: right;
701
+ margin: 6px 10px 0 0;
702
+ }
703
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li {
704
+ float: left;
705
+ clear: none;
706
+ margin: 0;
707
+ padding: 2px 10px;
708
+ font-size: 0.9em;
709
+ }
710
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li a {
711
+ text-decoration: none;
712
+ }
713
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content {
714
+ border-top: none;
715
+ padding: 10px;
716
+ -moz-border-radius-bottomleft: 6px;
717
+ -webkit-border-bottom-left-radius: 6px;
718
+ -o-border-bottom-left-radius: 6px;
719
+ -ms-border-bottom-left-radius: 6px;
720
+ -khtml-border-bottom-left-radius: 6px;
721
+ border-bottom-left-radius: 6px;
722
+ -moz-border-radius-bottomright: 6px;
723
+ -webkit-border-bottom-right-radius: 6px;
724
+ -o-border-bottom-right-radius: 6px;
725
+ -ms-border-bottom-right-radius: 6px;
726
+ -khtml-border-bottom-right-radius: 6px;
727
+ border-bottom-right-radius: 6px;
728
+ margin: 0 0 20px;
729
+ }
730
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content h4 {
1732
731
  font-size: 1.1em;
1733
732
  margin: 0;
1734
733
  padding: 15px 0 5px;
1735
734
  }
1736
-
1737
- .swagger-ui-wrap {
1738
- max-width: 960px;
1739
- margin-left: auto;
1740
- margin-right: auto;
735
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header {
736
+ float: none;
737
+ clear: both;
738
+ overflow: hidden;
739
+ display: block;
1741
740
  }
1742
-
1743
- .icon-btn {
1744
- cursor: pointer;
741
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header a {
742
+ padding: 4px 0 0 10px;
743
+ display: inline-block;
744
+ font-size: 0.9em;
745
+ }
746
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header img {
747
+ display: block;
748
+ clear: none;
749
+ float: right;
750
+ }
751
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input.submit {
752
+ display: block;
753
+ clear: none;
754
+ float: left;
755
+ padding: 6px 8px;
756
+ }
757
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form input[type='text'].error {
758
+ outline: 2px solid black;
759
+ outline-color: #cc0000;
760
+ }
761
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.response div.block pre {
762
+ font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
763
+ padding: 10px;
764
+ font-size: 0.9em;
765
+ max-height: 400px;
766
+ overflow-y: auto;
767
+ }
768
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading {
769
+ background-color: #f9f2e9;
770
+ border: 1px solid #f0e0ca;
771
+ }
772
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.http_method a {
773
+ background-color: #c5862b;
774
+ }
775
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li {
776
+ border-right: 1px solid #dddddd;
777
+ border-right-color: #f0e0ca;
778
+ color: #c5862b;
779
+ }
780
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a {
781
+ color: #c5862b;
782
+ }
783
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content {
784
+ background-color: #faf5ee;
785
+ border: 1px solid #f0e0ca;
786
+ }
787
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content h4 {
788
+ color: #c5862b;
789
+ }
790
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header a {
791
+ color: #dcb67f;
792
+ }
793
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading {
794
+ background-color: #fcffcd;
795
+ border: 1px solid black;
796
+ border-color: #ffd20f;
797
+ }
798
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading h3 span.http_method a {
799
+ text-transform: uppercase;
800
+ background-color: #ffd20f;
801
+ }
802
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li {
803
+ border-right: 1px solid #dddddd;
804
+ border-right-color: #ffd20f;
805
+ color: #ffd20f;
806
+ }
807
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li a {
808
+ color: #ffd20f;
809
+ }
810
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content {
811
+ background-color: #fcffcd;
812
+ border: 1px solid black;
813
+ border-color: #ffd20f;
814
+ }
815
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content h4 {
816
+ color: #ffd20f;
817
+ }
818
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.sandbox_header a {
819
+ color: #6fc992;
820
+ }
821
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading {
822
+ background-color: #f5e8e8;
823
+ border: 1px solid #e8c6c7;
824
+ }
825
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.http_method a {
826
+ text-transform: uppercase;
827
+ background-color: #a41e22;
828
+ }
829
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li {
830
+ border-right: 1px solid #dddddd;
831
+ border-right-color: #e8c6c7;
832
+ color: #a41e22;
833
+ }
834
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a {
835
+ color: #a41e22;
836
+ }
837
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
838
+ background-color: #f7eded;
839
+ border: 1px solid #e8c6c7;
840
+ }
841
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4 {
842
+ color: #a41e22;
843
+ }
844
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header a {
845
+ color: #c8787a;
846
+ }
847
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading {
848
+ background-color: #e7f6ec;
849
+ border: 1px solid #c3e8d1;
850
+ }
851
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.http_method a {
852
+ background-color: #10a54a;
853
+ }
854
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li {
855
+ border-right: 1px solid #dddddd;
856
+ border-right-color: #c3e8d1;
857
+ color: #10a54a;
858
+ }
859
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a {
860
+ color: #10a54a;
861
+ }
862
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content {
863
+ background-color: #ebf7f0;
864
+ border: 1px solid #c3e8d1;
865
+ }
866
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4 {
867
+ color: #10a54a;
868
+ }
869
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header a {
870
+ color: #6fc992;
871
+ }
872
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading {
873
+ background-color: #FCE9E3;
874
+ border: 1px solid #F5D5C3;
875
+ }
876
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.http_method a {
877
+ background-color: #D38042;
878
+ }
879
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li {
880
+ border-right: 1px solid #dddddd;
881
+ border-right-color: #f0cecb;
882
+ color: #D38042;
883
+ }
884
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a {
885
+ color: #D38042;
886
+ }
887
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content {
888
+ background-color: #faf0ef;
889
+ border: 1px solid #f0cecb;
890
+ }
891
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content h4 {
892
+ color: #D38042;
893
+ }
894
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header a {
895
+ color: #dcb67f;
896
+ }
897
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
898
+ background-color: #e7f0f7;
899
+ border: 1px solid #c3d9ec;
900
+ }
901
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.http_method a {
902
+ background-color: #0f6ab4;
903
+ }
904
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li {
905
+ border-right: 1px solid #dddddd;
906
+ border-right-color: #c3d9ec;
907
+ color: #0f6ab4;
908
+ }
909
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a {
910
+ color: #0f6ab4;
911
+ }
912
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content {
913
+ background-color: #ebf3f9;
914
+ border: 1px solid #c3d9ec;
915
+ }
916
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4 {
917
+ color: #0f6ab4;
918
+ }
919
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header a {
920
+ color: #6fa5d2;
921
+ }
922
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content,
923
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content,
924
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content,
925
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content,
926
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content,
927
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
928
+ border-top: none;
929
+ }
930
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li:last-child,
931
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li:last-child,
932
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li:last-child,
933
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li:last-child,
934
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li:last-child,
935
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li:last-child,
936
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li.last,
937
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li.last,
938
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li.last,
939
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li.last,
940
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li.last,
941
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li.last {
942
+ padding-right: 0;
943
+ border-right: none;
944
+ }
945
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:hover,
946
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:active,
947
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a.active {
948
+ text-decoration: underline;
949
+ }
950
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li:first-child,
951
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li.first {
952
+ padding-left: 0;
953
+ }
954
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations:first-child,
955
+ .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations.first {
956
+ padding-left: 0;
957
+ }
958
+ .swagger-ui-wrap p#colophon {
959
+ margin: 0 15px 40px 15px;
960
+ padding: 10px 0;
961
+ font-size: 0.8em;
962
+ border-top: 1px solid #dddddd;
963
+ font-family: "Droid Sans", sans-serif;
964
+ color: #999999;
965
+ font-style: italic;
966
+ }
967
+ .swagger-ui-wrap p#colophon a {
968
+ text-decoration: none;
969
+ color: #547f00;
970
+ }
971
+ .swagger-ui-wrap h3 {
972
+ color: black;
973
+ font-size: 1.1em;
974
+ padding: 10px 0 10px 0;
975
+ }
976
+ .swagger-ui-wrap .markdown ol,
977
+ .swagger-ui-wrap .markdown ul {
978
+ font-family: "Droid Sans", sans-serif;
979
+ margin: 5px 0 10px;
980
+ padding: 0 0 0 18px;
981
+ list-style-type: disc;
982
+ }
983
+ .swagger-ui-wrap form.form_box {
984
+ background-color: #ebf3f9;
985
+ border: 1px solid #c3d9ec;
986
+ padding: 10px;
987
+ }
988
+ .swagger-ui-wrap form.form_box label {
989
+ color: #0f6ab4 !important;
990
+ }
991
+ .swagger-ui-wrap form.form_box input[type=submit] {
992
+ display: block;
993
+ padding: 10px;
994
+ }
995
+ .swagger-ui-wrap form.form_box p.weak {
996
+ font-size: 0.8em;
997
+ }
998
+ .swagger-ui-wrap form.form_box p {
999
+ font-size: 0.9em;
1000
+ padding: 0 0 15px;
1001
+ color: #7e7b6d;
1002
+ }
1003
+ .swagger-ui-wrap form.form_box p a {
1004
+ color: #646257;
1005
+ }
1006
+ .swagger-ui-wrap form.form_box p strong {
1007
+ color: black;
1008
+ }
1009
+ #header {
1010
+ background-color: #89bf04;
1011
+ padding: 14px;
1012
+ }
1013
+ #header a#logo {
1014
+ font-size: 1.5em;
1015
+ font-weight: bold;
1016
+ text-decoration: none;
1017
+ background: transparent url(../images/logo_small.png) no-repeat left center;
1018
+ padding: 20px 0 20px 40px;
1019
+ color: white;
1020
+ }
1021
+ #header form#api_selector {
1022
+ display: block;
1023
+ clear: none;
1024
+ float: right;
1025
+ }
1026
+ #header form#api_selector .input {
1027
+ display: block;
1028
+ clear: none;
1029
+ float: left;
1030
+ margin: 0 10px 0 0;
1031
+ }
1032
+ #header form#api_selector .input input#input_apiKey {
1033
+ width: 200px;
1034
+ }
1035
+ #header form#api_selector .input input#input_baseUrl {
1036
+ width: 400px;
1037
+ }
1038
+ #header form#api_selector .input a#explore {
1039
+ display: block;
1040
+ text-decoration: none;
1041
+ font-weight: bold;
1042
+ padding: 6px 8px;
1043
+ font-size: 0.9em;
1044
+ color: white;
1045
+ background-color: #547f00;
1046
+ -moz-border-radius: 4px;
1047
+ -webkit-border-radius: 4px;
1048
+ -o-border-radius: 4px;
1049
+ -ms-border-radius: 4px;
1050
+ -khtml-border-radius: 4px;
1051
+ border-radius: 4px;
1052
+ }
1053
+ #header form#api_selector .input a#explore:hover {
1054
+ background-color: #547f00;
1055
+ }
1056
+ #header form#api_selector .input input {
1057
+ font-size: 0.9em;
1058
+ padding: 3px;
1059
+ margin: 0;
1060
+ }
1061
+ #content_message {
1062
+ margin: 10px 15px;
1063
+ font-style: italic;
1064
+ color: #999999;
1745
1065
  }
1746
-
1747
1066
  #message-bar {
1748
1067
  min-height: 30px;
1749
1068
  text-align: center;
1750
1069
  padding-top: 10px;
1751
1070
  }
1752
-
1753
- .message-success {
1754
- color: #89BF04;
1755
- }
1756
-
1757
- .message-fail {
1758
- color: #cc0000;
1759
- }