swagger-ui 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,1371 @@
1
+ .markdown h3 {
2
+ color: #547f00;
3
+ }
4
+
5
+ .markdown h4 {
6
+ color: #666666;
7
+ }
8
+
9
+ .markdown pre {
10
+ font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
11
+ background-color: #fcf6db;
12
+ border: 1px solid black;
13
+ border-color: #e5e0c6;
14
+ padding: 10px;
15
+ margin: 0 0 10px 0;
16
+ }
17
+
18
+ .markdown pre code {
19
+ line-height: 1.6em;
20
+ }
21
+
22
+ .markdown p code, .markdown li code {
23
+ font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
24
+ background-color: #f0f0f0;
25
+ color: black;
26
+ padding: 1px 3px;
27
+ }
28
+
29
+ .markdown ol, .markdown ul {
30
+ font-family: "Droid Sans", sans-serif;
31
+ margin: 5px 0 10px 0;
32
+ padding: 0 0 0 18px;
33
+ list-style-type: disc;
34
+ }
35
+
36
+ .markdown ol li, .markdown ul li {
37
+ padding: 3px 0px;
38
+ line-height: 1.4em;
39
+ color: #333333;
40
+ }
41
+
42
+ div.gist {
43
+ margin: 20px 0 25px 0 !important;
44
+ }
45
+
46
+ p.big, div.big p {
47
+ font-size: 1em;
48
+ margin-bottom: 10px;
49
+ }
50
+
51
+ span.weak {
52
+ color: #666666;
53
+ }
54
+
55
+ span.blank, span.empty {
56
+ color: #888888;
57
+ font-style: italic;
58
+ }
59
+
60
+ a {
61
+ color: #547f00;
62
+ }
63
+
64
+ strong {
65
+ font-family: "Droid Sans", sans-serif;
66
+ font-weight: bold;
67
+ font-weight: bold;
68
+ }
69
+
70
+ .code {
71
+ font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
72
+ }
73
+
74
+ pre {
75
+ font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
76
+ background-color: #fcf6db;
77
+ border: 1px solid black;
78
+ border-color: #e5e0c6;
79
+ padding: 10px;
80
+ /* white-space: pre-line */
81
+ }
82
+
83
+ pre code {
84
+ line-height: 1.6em;
85
+ }
86
+
87
+ .required {
88
+ font-weight: bold;
89
+ }
90
+
91
+ table.fullwidth {
92
+ width: 100%;
93
+ }
94
+
95
+ table thead tr th {
96
+ padding: 5px;
97
+ font-size: 0.9em;
98
+ color: #666666;
99
+ border-bottom: 1px solid #999999;
100
+ }
101
+
102
+ table tbody tr.offset {
103
+ background-color: #f5f5f5;
104
+ }
105
+
106
+ table tbody tr td {
107
+ padding: 6px;
108
+ font-size: 0.9em;
109
+ border-bottom: 1px solid #cccccc;
110
+ vertical-align: top;
111
+ line-height: 1.3em;
112
+ }
113
+
114
+ table tbody tr:last-child td {
115
+ border-bottom: none;
116
+ }
117
+
118
+ table tbody tr.offset {
119
+ background-color: #f0f0f0;
120
+ }
121
+
122
+ form.form_box {
123
+ background-color: #ebf3f9;
124
+ border: 1px solid black;
125
+ border-color: #c3d9ec;
126
+ padding: 10px;
127
+ }
128
+
129
+ form.form_box label {
130
+ color: #0f6ab4 !important;
131
+ }
132
+
133
+ form.form_box input[type=submit] {
134
+ display: block;
135
+ padding: 10px;
136
+ }
137
+
138
+ form.form_box p {
139
+ font-size: 0.9em;
140
+ padding: 0 0 15px 0;
141
+ color: #7e7b6d;
142
+ }
143
+
144
+ form.form_box p a {
145
+ color: #646257;
146
+ }
147
+
148
+ form.form_box p strong {
149
+ color: black;
150
+ }
151
+
152
+ form.form_box p.weak {
153
+ font-size: 0.8em;
154
+ }
155
+
156
+ form.formtastic fieldset.inputs ol li p.inline-hints {
157
+ margin-left: 0;
158
+ font-style: italic;
159
+ font-size: 0.9em;
160
+ margin: 0;
161
+ }
162
+
163
+ form.formtastic fieldset.inputs ol li label {
164
+ display: block;
165
+ clear: both;
166
+ width: auto;
167
+ padding: 0 0 3px 0;
168
+ color: #666666;
169
+ }
170
+
171
+ form.formtastic fieldset.inputs ol li label abbr {
172
+ padding-left: 3px;
173
+ color: #888888;
174
+ }
175
+
176
+ form.formtastic fieldset.inputs ol li.required label {
177
+ color: black;
178
+ }
179
+
180
+ form.formtastic fieldset.inputs ol li.string input, form.formtastic fieldset.inputs ol li.url input, form.formtastic fieldset.inputs ol li.numeric input {
181
+ display: block;
182
+ padding: 4px;
183
+ width: auto;
184
+ clear: both;
185
+ }
186
+
187
+ 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 {
188
+ font-size: 1.3em;
189
+ }
190
+
191
+ form.formtastic fieldset.inputs ol li.text textarea {
192
+ font-family: "Droid Sans", sans-serif;
193
+ height: 250px;
194
+ padding: 4px;
195
+ display: block;
196
+ clear: both;
197
+ }
198
+
199
+ form.formtastic fieldset.inputs ol li.select select {
200
+ display: block;
201
+ clear: both;
202
+ }
203
+
204
+ form.formtastic fieldset.inputs ol li.boolean {
205
+ float: none;
206
+ clear: both;
207
+ overflow: hidden;
208
+ display: block;
209
+ }
210
+
211
+ form.formtastic fieldset.inputs ol li.boolean input {
212
+ display: block;
213
+ float: left;
214
+ clear: none;
215
+ margin: 0 5px 0 0;
216
+ }
217
+
218
+ form.formtastic fieldset.inputs ol li.boolean label {
219
+ display: block;
220
+ float: left;
221
+ clear: none;
222
+ margin: 0;
223
+ padding: 0;
224
+ }
225
+
226
+ form.formtastic fieldset.buttons {
227
+ margin: 0;
228
+ padding: 0;
229
+ }
230
+
231
+ form.fullwidth ol li.string input, form.fullwidth ol li.url input, form.fullwidth ol li.text textarea, form.fullwidth ol li.numeric input {
232
+ width: 500px !important;
233
+ }
234
+
235
+ body {
236
+ font-family: "Droid Sans", sans-serif;
237
+ }
238
+
239
+ body #content_message {
240
+ margin: 10px 15px;
241
+ font-style: italic;
242
+ color: #999999;
243
+ }
244
+
245
+ body p#colophon {
246
+ margin: 0 15px 40px 15px;
247
+ padding: 10px 0;
248
+ font-size: 0.8em;
249
+ border-top: 1px solid #dddddd;
250
+ font-family: "Droid Sans", sans-serif;
251
+ color: #999999;
252
+ font-style: italic;
253
+ }
254
+
255
+ body p#colophon a {
256
+ text-decoration: none;
257
+ color: #547f00;
258
+ }
259
+
260
+ body ul#resources {
261
+ font-family: "Droid Sans", sans-serif;
262
+ font-size: 0.9em;
263
+ }
264
+
265
+ body ul#resources li.resource {
266
+ border-bottom: 1px solid #dddddd;
267
+ }
268
+
269
+ body ul#resources li.resource:last-child {
270
+ border-bottom: none;
271
+ }
272
+
273
+ body ul#resources li.resource div.heading {
274
+ border: 1px solid transparent;
275
+ float: none;
276
+ clear: both;
277
+ overflow: hidden;
278
+ display: block;
279
+ }
280
+
281
+ body ul#resources li.resource div.heading h2 {
282
+ color: #999999;
283
+ padding-left: 0px;
284
+ display: block;
285
+ clear: none;
286
+ float: left;
287
+ font-family: "Droid Sans", sans-serif;
288
+ font-weight: bold;
289
+ }
290
+
291
+ body ul#resources li.resource div.heading h2 a {
292
+ color: #999999;
293
+ }
294
+
295
+ body ul#resources li.resource div.heading h2 a:hover {
296
+ color: black;
297
+ }
298
+
299
+ body ul#resources li.resource div.heading ul.options {
300
+ float: none;
301
+ clear: both;
302
+ overflow: hidden;
303
+ margin: 0;
304
+ padding: 0;
305
+ display: block;
306
+ clear: none;
307
+ float: right;
308
+ margin: 14px 10px 0 0;
309
+ }
310
+
311
+ body ul#resources li.resource div.heading ul.options li {
312
+ float: left;
313
+ clear: none;
314
+ margin: 0;
315
+ padding: 2px 10px;
316
+ border-right: 1px solid #dddddd;
317
+ }
318
+
319
+ body ul#resources li.resource div.heading ul.options li:first-child, body ul#resources li.resource div.heading ul.options li.first {
320
+ padding-left: 0;
321
+ }
322
+
323
+ body ul#resources li.resource div.heading ul.options li:last-child, body ul#resources li.resource div.heading ul.options li.last {
324
+ padding-right: 0;
325
+ border-right: none;
326
+ }
327
+
328
+ body ul#resources li.resource div.heading ul.options li {
329
+ color: #666666;
330
+ font-size: 0.9em;
331
+ }
332
+
333
+ body ul#resources li.resource div.heading ul.options li a {
334
+ color: #aaaaaa;
335
+ text-decoration: none;
336
+ }
337
+
338
+ body ul#resources li.resource div.heading ul.options li a:hover {
339
+ text-decoration: underline;
340
+ color: black;
341
+ }
342
+
343
+ body ul#resources li.resource:hover div.heading h2 a, body ul#resources li.resource.active div.heading h2 a {
344
+ color: black;
345
+ }
346
+
347
+ body ul#resources li.resource:hover div.heading ul.options li a, body ul#resources li.resource.active div.heading ul.options li a {
348
+ color: #555555;
349
+ }
350
+
351
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get {
352
+ float: none;
353
+ clear: both;
354
+ overflow: hidden;
355
+ display: block;
356
+ margin: 0 0 10px 0;
357
+ padding: 0 0 0 0px;
358
+ }
359
+
360
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
361
+ float: none;
362
+ clear: both;
363
+ overflow: hidden;
364
+ display: block;
365
+ margin: 0 0 0 0;
366
+ padding: 0;
367
+ background-color: #e7f0f7;
368
+ border: 1px solid black;
369
+ border-color: #c3d9ec;
370
+ }
371
+
372
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 {
373
+ display: block;
374
+ clear: none;
375
+ float: left;
376
+ width: auto;
377
+ margin: 0;
378
+ padding: 0;
379
+ line-height: 1.1em;
380
+ color: black;
381
+ }
382
+
383
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span {
384
+ margin: 0;
385
+ padding: 0;
386
+ }
387
+
388
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.http_method a {
389
+ text-transform: uppercase;
390
+ background-color: #0f6ab4;
391
+ text-decoration: none;
392
+ color: white;
393
+ display: inline-block;
394
+ width: 50px;
395
+ font-size: 0.7em;
396
+ text-align: center;
397
+ padding: 7px 0 4px 0;
398
+ -moz-border-radius: 2px;
399
+ -webkit-border-radius: 2px;
400
+ -o-border-radius: 2px;
401
+ -ms-border-radius: 2px;
402
+ -khtml-border-radius: 2px;
403
+ border-radius: 2px;
404
+ }
405
+
406
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.path {
407
+ padding-left: 10px;
408
+ }
409
+
410
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.path a {
411
+ color: black;
412
+ text-decoration: none;
413
+ }
414
+
415
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.path a:hover {
416
+ text-decoration: underline;
417
+ }
418
+
419
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options {
420
+ float: none;
421
+ clear: both;
422
+ overflow: hidden;
423
+ margin: 0;
424
+ padding: 0;
425
+ display: block;
426
+ clear: none;
427
+ float: right;
428
+ margin: 6px 10px 0 0;
429
+ }
430
+
431
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li {
432
+ float: left;
433
+ clear: none;
434
+ margin: 0;
435
+ padding: 2px 10px;
436
+ border-right: 1px solid #dddddd;
437
+ }
438
+
439
+ 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 {
440
+ padding-left: 0;
441
+ }
442
+
443
+ 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 {
444
+ padding-right: 0;
445
+ border-right: none;
446
+ }
447
+
448
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li {
449
+ border-right-color: #c3d9ec;
450
+ color: #0f6ab4;
451
+ font-size: 0.9em;
452
+ }
453
+
454
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a {
455
+ color: #0f6ab4;
456
+ text-decoration: none;
457
+ }
458
+
459
+ 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 {
460
+ text-decoration: underline;
461
+ }
462
+
463
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content {
464
+ background-color: #ebf3f9;
465
+ border: 1px solid black;
466
+ border-color: #c3d9ec;
467
+ border-top: none;
468
+ padding: 10px;
469
+ -moz-border-radius-bottomleft: 6px;
470
+ -webkit-border-bottom-left-radius: 6px;
471
+ -o-border-bottom-left-radius: 6px;
472
+ -ms-border-bottom-left-radius: 6px;
473
+ -khtml-border-bottom-left-radius: 6px;
474
+ border-bottom-left-radius: 6px;
475
+ -moz-border-radius-bottomright: 6px;
476
+ -webkit-border-bottom-right-radius: 6px;
477
+ -o-border-bottom-right-radius: 6px;
478
+ -ms-border-bottom-right-radius: 6px;
479
+ -khtml-border-bottom-right-radius: 6px;
480
+ border-bottom-right-radius: 6px;
481
+ margin: 0 0 20px 0;
482
+ }
483
+
484
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4 {
485
+ color: #0f6ab4;
486
+ font-size: 1.1em;
487
+ margin: 0;
488
+ padding: 15px 0 5px 0px;
489
+ }
490
+
491
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content form input[type='text'].error {
492
+ outline: 2px solid black;
493
+ outline-color: #cc0000;
494
+ }
495
+
496
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header {
497
+ float: none;
498
+ clear: both;
499
+ overflow: hidden;
500
+ display: block;
501
+ }
502
+
503
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header input.submit {
504
+ display: block;
505
+ clear: none;
506
+ float: left;
507
+ padding: 6px 8px;
508
+ }
509
+
510
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header img {
511
+ display: block;
512
+ display: block;
513
+ clear: none;
514
+ float: right;
515
+ }
516
+
517
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header a {
518
+ padding: 4px 0 0 10px;
519
+ color: #6fa5d2;
520
+ display: inline-block;
521
+ font-size: 0.9em;
522
+ }
523
+
524
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.response div.block {
525
+ background-color: #fcf6db;
526
+ border: 1px solid black;
527
+ border-color: #e5e0c6;
528
+ }
529
+
530
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.response div.block pre {
531
+ font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
532
+ padding: 10px;
533
+ font-size: 0.9em;
534
+ max-height: 400px;
535
+ overflow-y: auto;
536
+ }
537
+
538
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post {
539
+ float: none;
540
+ clear: both;
541
+ overflow: hidden;
542
+ display: block;
543
+ margin: 0 0 10px 0;
544
+ padding: 0 0 0 0px;
545
+ }
546
+
547
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading {
548
+ float: none;
549
+ clear: both;
550
+ overflow: hidden;
551
+ display: block;
552
+ margin: 0 0 0 0;
553
+ padding: 0;
554
+ background-color: #e7f6ec;
555
+ border: 1px solid black;
556
+ border-color: #c3e8d1;
557
+ }
558
+
559
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 {
560
+ display: block;
561
+ clear: none;
562
+ float: left;
563
+ width: auto;
564
+ margin: 0;
565
+ padding: 0;
566
+ line-height: 1.1em;
567
+ color: black;
568
+ }
569
+
570
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span {
571
+ margin: 0;
572
+ padding: 0;
573
+ }
574
+
575
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.http_method a {
576
+ text-transform: uppercase;
577
+ background-color: #10a54a;
578
+ text-decoration: none;
579
+ color: white;
580
+ display: inline-block;
581
+ width: 50px;
582
+ font-size: 0.7em;
583
+ text-align: center;
584
+ padding: 7px 0 4px 0;
585
+ -moz-border-radius: 2px;
586
+ -webkit-border-radius: 2px;
587
+ -o-border-radius: 2px;
588
+ -ms-border-radius: 2px;
589
+ -khtml-border-radius: 2px;
590
+ border-radius: 2px;
591
+ }
592
+
593
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.path {
594
+ padding-left: 10px;
595
+ }
596
+
597
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.path a {
598
+ color: black;
599
+ text-decoration: none;
600
+ }
601
+
602
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.path a:hover {
603
+ text-decoration: underline;
604
+ }
605
+
606
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options {
607
+ float: none;
608
+ clear: both;
609
+ overflow: hidden;
610
+ margin: 0;
611
+ padding: 0;
612
+ display: block;
613
+ clear: none;
614
+ float: right;
615
+ margin: 6px 10px 0 0;
616
+ }
617
+
618
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li {
619
+ float: left;
620
+ clear: none;
621
+ margin: 0;
622
+ padding: 2px 10px;
623
+ border-right: 1px solid #dddddd;
624
+ }
625
+
626
+ 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 {
627
+ padding-left: 0;
628
+ }
629
+
630
+ 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 {
631
+ padding-right: 0;
632
+ border-right: none;
633
+ }
634
+
635
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li {
636
+ border-right-color: #c3e8d1;
637
+ color: #10a54a;
638
+ font-size: 0.9em;
639
+ }
640
+
641
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a {
642
+ color: #10a54a;
643
+ text-decoration: none;
644
+ }
645
+
646
+ 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 {
647
+ text-decoration: underline;
648
+ }
649
+
650
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content {
651
+ background-color: #ebf7f0;
652
+ border: 1px solid black;
653
+ border-color: #c3e8d1;
654
+ border-top: none;
655
+ padding: 10px;
656
+ -moz-border-radius-bottomleft: 6px;
657
+ -webkit-border-bottom-left-radius: 6px;
658
+ -o-border-bottom-left-radius: 6px;
659
+ -ms-border-bottom-left-radius: 6px;
660
+ -khtml-border-bottom-left-radius: 6px;
661
+ border-bottom-left-radius: 6px;
662
+ -moz-border-radius-bottomright: 6px;
663
+ -webkit-border-bottom-right-radius: 6px;
664
+ -o-border-bottom-right-radius: 6px;
665
+ -ms-border-bottom-right-radius: 6px;
666
+ -khtml-border-bottom-right-radius: 6px;
667
+ border-bottom-right-radius: 6px;
668
+ margin: 0 0 20px 0;
669
+ }
670
+
671
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4 {
672
+ color: #10a54a;
673
+ font-size: 1.1em;
674
+ margin: 0;
675
+ padding: 15px 0 5px 0px;
676
+ }
677
+
678
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content form input[type='text'].error {
679
+ outline: 2px solid black;
680
+ outline-color: #cc0000;
681
+ }
682
+
683
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header {
684
+ float: none;
685
+ clear: both;
686
+ overflow: hidden;
687
+ display: block;
688
+ }
689
+
690
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header input.submit {
691
+ display: block;
692
+ clear: none;
693
+ float: left;
694
+ padding: 6px 8px;
695
+ }
696
+
697
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header img {
698
+ display: block;
699
+ display: block;
700
+ clear: none;
701
+ float: right;
702
+ }
703
+
704
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header a {
705
+ padding: 4px 0 0 10px;
706
+ color: #6fc992;
707
+ display: inline-block;
708
+ font-size: 0.9em;
709
+ }
710
+
711
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.response div.block {
712
+ background-color: #fcf6db;
713
+ border: 1px solid black;
714
+ border-color: #e5e0c6;
715
+ }
716
+
717
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.response div.block pre {
718
+ font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
719
+ padding: 10px;
720
+ font-size: 0.9em;
721
+ max-height: 400px;
722
+ overflow-y: auto;
723
+ }
724
+
725
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put {
726
+ float: none;
727
+ clear: both;
728
+ overflow: hidden;
729
+ display: block;
730
+ margin: 0 0 10px 0;
731
+ padding: 0 0 0 0px;
732
+ }
733
+
734
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading {
735
+ float: none;
736
+ clear: both;
737
+ overflow: hidden;
738
+ display: block;
739
+ margin: 0 0 0 0;
740
+ padding: 0;
741
+ background-color: #f9f2e9;
742
+ border: 1px solid black;
743
+ border-color: #f0e0ca;
744
+ }
745
+
746
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 {
747
+ display: block;
748
+ clear: none;
749
+ float: left;
750
+ width: auto;
751
+ margin: 0;
752
+ padding: 0;
753
+ line-height: 1.1em;
754
+ color: black;
755
+ }
756
+
757
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span {
758
+ margin: 0;
759
+ padding: 0;
760
+ }
761
+
762
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.http_method a {
763
+ text-transform: uppercase;
764
+ background-color: #c5862b;
765
+ text-decoration: none;
766
+ color: white;
767
+ display: inline-block;
768
+ width: 50px;
769
+ font-size: 0.7em;
770
+ text-align: center;
771
+ padding: 7px 0 4px 0;
772
+ -moz-border-radius: 2px;
773
+ -webkit-border-radius: 2px;
774
+ -o-border-radius: 2px;
775
+ -ms-border-radius: 2px;
776
+ -khtml-border-radius: 2px;
777
+ border-radius: 2px;
778
+ }
779
+
780
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.path {
781
+ padding-left: 10px;
782
+ }
783
+
784
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.path a {
785
+ color: black;
786
+ text-decoration: none;
787
+ }
788
+
789
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.path a:hover {
790
+ text-decoration: underline;
791
+ }
792
+
793
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options {
794
+ float: none;
795
+ clear: both;
796
+ overflow: hidden;
797
+ margin: 0;
798
+ padding: 0;
799
+ display: block;
800
+ clear: none;
801
+ float: right;
802
+ margin: 6px 10px 0 0;
803
+ }
804
+
805
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li {
806
+ float: left;
807
+ clear: none;
808
+ margin: 0;
809
+ padding: 2px 10px;
810
+ border-right: 1px solid #dddddd;
811
+ }
812
+
813
+ 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 {
814
+ padding-left: 0;
815
+ }
816
+
817
+ 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 {
818
+ padding-right: 0;
819
+ border-right: none;
820
+ }
821
+
822
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li {
823
+ border-right-color: #f0e0ca;
824
+ color: #c5862b;
825
+ font-size: 0.9em;
826
+ }
827
+
828
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a {
829
+ color: #c5862b;
830
+ text-decoration: none;
831
+ }
832
+
833
+ 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 {
834
+ text-decoration: underline;
835
+ }
836
+
837
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content {
838
+ background-color: #faf5ee;
839
+ border: 1px solid black;
840
+ border-color: #f0e0ca;
841
+ border-top: none;
842
+ padding: 10px;
843
+ -moz-border-radius-bottomleft: 6px;
844
+ -webkit-border-bottom-left-radius: 6px;
845
+ -o-border-bottom-left-radius: 6px;
846
+ -ms-border-bottom-left-radius: 6px;
847
+ -khtml-border-bottom-left-radius: 6px;
848
+ border-bottom-left-radius: 6px;
849
+ -moz-border-radius-bottomright: 6px;
850
+ -webkit-border-bottom-right-radius: 6px;
851
+ -o-border-bottom-right-radius: 6px;
852
+ -ms-border-bottom-right-radius: 6px;
853
+ -khtml-border-bottom-right-radius: 6px;
854
+ border-bottom-right-radius: 6px;
855
+ margin: 0 0 20px 0;
856
+ }
857
+
858
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content h4 {
859
+ color: #c5862b;
860
+ font-size: 1.1em;
861
+ margin: 0;
862
+ padding: 15px 0 5px 0px;
863
+ }
864
+
865
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content form input[type='text'].error {
866
+ outline: 2px solid black;
867
+ outline-color: #cc0000;
868
+ }
869
+
870
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header {
871
+ float: none;
872
+ clear: both;
873
+ overflow: hidden;
874
+ display: block;
875
+ }
876
+
877
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header input.submit {
878
+ display: block;
879
+ clear: none;
880
+ float: left;
881
+ padding: 6px 8px;
882
+ }
883
+
884
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header img {
885
+ display: block;
886
+ display: block;
887
+ clear: none;
888
+ float: right;
889
+ }
890
+
891
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header a {
892
+ padding: 4px 0 0 10px;
893
+ color: #dcb67f;
894
+ display: inline-block;
895
+ font-size: 0.9em;
896
+ }
897
+
898
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.response div.block {
899
+ background-color: #fcf6db;
900
+ border: 1px solid black;
901
+ border-color: #e5e0c6;
902
+ }
903
+
904
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.response div.block pre {
905
+ font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
906
+ padding: 10px;
907
+ font-size: 0.9em;
908
+ max-height: 400px;
909
+ overflow-y: auto;
910
+ }
911
+
912
+
913
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch {
914
+ float: none;
915
+ clear: both;
916
+ overflow: hidden;
917
+ display: block;
918
+ margin: 0 0 10px 0;
919
+ padding: 0 0 0 0px;
920
+ }
921
+
922
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading {
923
+ float: none;
924
+ clear: both;
925
+ overflow: hidden;
926
+ display: block;
927
+ margin: 0 0 0 0;
928
+ padding: 0;
929
+ background-color: #FCE9E3;
930
+ border: 1px solid black;
931
+ border-color: #F5D5C3;
932
+ }
933
+
934
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 {
935
+ display: block;
936
+ clear: none;
937
+ float: left;
938
+ width: auto;
939
+ margin: 0;
940
+ padding: 0;
941
+ line-height: 1.1em;
942
+ color: black;
943
+ }
944
+
945
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span {
946
+ margin: 0;
947
+ padding: 0;
948
+ }
949
+
950
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.http_method a {
951
+ text-transform: uppercase;
952
+ background-color: #D38042;
953
+ text-decoration: none;
954
+ color: white;
955
+ display: inline-block;
956
+ width: 50px;
957
+ font-size: 0.7em;
958
+ text-align: center;
959
+ padding: 7px 0 4px 0;
960
+ -moz-border-radius: 2px;
961
+ -webkit-border-radius: 2px;
962
+ -o-border-radius: 2px;
963
+ -ms-border-radius: 2px;
964
+ -khtml-border-radius: 2px;
965
+ border-radius: 2px;
966
+ }
967
+
968
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.path {
969
+ padding-left: 10px;
970
+ }
971
+
972
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.path a {
973
+ color: black;
974
+ text-decoration: none;
975
+ }
976
+
977
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.path a:hover {
978
+ text-decoration: underline;
979
+ }
980
+
981
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options {
982
+ float: none;
983
+ clear: both;
984
+ overflow: hidden;
985
+ margin: 0;
986
+ padding: 0;
987
+ display: block;
988
+ clear: none;
989
+ float: right;
990
+ margin: 6px 10px 0 0;
991
+ }
992
+
993
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li {
994
+ float: left;
995
+ clear: none;
996
+ margin: 0;
997
+ padding: 2px 10px;
998
+ border-right: 1px solid #dddddd;
999
+ }
1000
+
1001
+ 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 {
1002
+ padding-left: 0;
1003
+ }
1004
+
1005
+ 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 {
1006
+ padding-right: 0;
1007
+ border-right: none;
1008
+ }
1009
+
1010
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li {
1011
+ border-right-color: #f0cecb;
1012
+ color: #D38042;
1013
+ font-size: 0.9em;
1014
+ }
1015
+
1016
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a {
1017
+ color: #D38042;
1018
+ text-decoration: none;
1019
+ }
1020
+
1021
+ 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 {
1022
+ text-decoration: underline;
1023
+ }
1024
+
1025
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content {
1026
+ background-color: #faf0ef;
1027
+ border: 1px solid black;
1028
+ border-color: #f0cecb;
1029
+ border-top: none;
1030
+ padding: 10px;
1031
+ -moz-border-radius-bottomleft: 6px;
1032
+ -webkit-border-bottom-left-radius: 6px;
1033
+ -o-border-bottom-left-radius: 6px;
1034
+ -ms-border-bottom-left-radius: 6px;
1035
+ -khtml-border-bottom-left-radius: 6px;
1036
+ border-bottom-left-radius: 6px;
1037
+ -moz-border-radius-bottomright: 6px;
1038
+ -webkit-border-bottom-right-radius: 6px;
1039
+ -o-border-bottom-right-radius: 6px;
1040
+ -ms-border-bottom-right-radius: 6px;
1041
+ -khtml-border-bottom-right-radius: 6px;
1042
+ border-bottom-right-radius: 6px;
1043
+ margin: 0 0 20px 0;
1044
+ }
1045
+
1046
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content h4 {
1047
+ color: #D38042;
1048
+ font-size: 1.1em;
1049
+ margin: 0;
1050
+ padding: 15px 0 5px 0px;
1051
+ }
1052
+
1053
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content form input[type='text'].error {
1054
+ outline: 2px solid black;
1055
+ outline-color: #F5D5C3;
1056
+ }
1057
+
1058
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header {
1059
+ float: none;
1060
+ clear: both;
1061
+ overflow: hidden;
1062
+ display: block;
1063
+ }
1064
+
1065
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header input.submit {
1066
+ display: block;
1067
+ clear: none;
1068
+ float: left;
1069
+ padding: 6px 8px;
1070
+ }
1071
+
1072
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header img {
1073
+ display: block;
1074
+ display: block;
1075
+ clear: none;
1076
+ float: right;
1077
+ }
1078
+
1079
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header a {
1080
+ padding: 4px 0 0 10px;
1081
+ color: #dcb67f;
1082
+ display: inline-block;
1083
+ font-size: 0.9em;
1084
+ }
1085
+
1086
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.response div.block {
1087
+ background-color: #fcf6db;
1088
+ border: 1px solid black;
1089
+ border-color: #e5e0c6;
1090
+ }
1091
+
1092
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.response div.block pre {
1093
+ font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
1094
+ padding: 10px;
1095
+ font-size: 0.9em;
1096
+ max-height: 400px;
1097
+ overflow-y: auto;
1098
+ }
1099
+
1100
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete {
1101
+ float: none;
1102
+ clear: both;
1103
+ overflow: hidden;
1104
+ display: block;
1105
+ margin: 0 0 10px 0;
1106
+ padding: 0 0 0 0px;
1107
+ }
1108
+
1109
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading {
1110
+ float: none;
1111
+ clear: both;
1112
+ overflow: hidden;
1113
+ display: block;
1114
+ margin: 0 0 0 0;
1115
+ padding: 0;
1116
+ background-color: #f5e8e8;
1117
+ border: 1px solid black;
1118
+ border-color: #e8c6c7;
1119
+ }
1120
+
1121
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 {
1122
+ display: block;
1123
+ clear: none;
1124
+ float: left;
1125
+ width: auto;
1126
+ margin: 0;
1127
+ padding: 0;
1128
+ line-height: 1.1em;
1129
+ color: black;
1130
+ }
1131
+
1132
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span {
1133
+ margin: 0;
1134
+ padding: 0;
1135
+ }
1136
+
1137
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.http_method a {
1138
+ text-transform: uppercase;
1139
+ background-color: #a41e22;
1140
+ text-decoration: none;
1141
+ color: white;
1142
+ display: inline-block;
1143
+ width: 50px;
1144
+ font-size: 0.7em;
1145
+ text-align: center;
1146
+ padding: 7px 0 4px 0;
1147
+ -moz-border-radius: 2px;
1148
+ -webkit-border-radius: 2px;
1149
+ -o-border-radius: 2px;
1150
+ -ms-border-radius: 2px;
1151
+ -khtml-border-radius: 2px;
1152
+ border-radius: 2px;
1153
+ }
1154
+
1155
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.path {
1156
+ padding-left: 10px;
1157
+ }
1158
+
1159
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.path a {
1160
+ color: black;
1161
+ text-decoration: none;
1162
+ }
1163
+
1164
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.path a:hover {
1165
+ text-decoration: underline;
1166
+ }
1167
+
1168
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options {
1169
+ float: none;
1170
+ clear: both;
1171
+ overflow: hidden;
1172
+ margin: 0;
1173
+ padding: 0;
1174
+ display: block;
1175
+ clear: none;
1176
+ float: right;
1177
+ margin: 6px 10px 0 0;
1178
+ }
1179
+
1180
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li {
1181
+ float: left;
1182
+ clear: none;
1183
+ margin: 0;
1184
+ padding: 2px 10px;
1185
+ border-right: 1px solid #dddddd;
1186
+ }
1187
+
1188
+ 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 {
1189
+ padding-left: 0;
1190
+ }
1191
+
1192
+ 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 {
1193
+ padding-right: 0;
1194
+ border-right: none;
1195
+ }
1196
+
1197
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li {
1198
+ border-right-color: #e8c6c7;
1199
+ color: #a41e22;
1200
+ font-size: 0.9em;
1201
+ }
1202
+
1203
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a {
1204
+ color: #a41e22;
1205
+ text-decoration: none;
1206
+ }
1207
+
1208
+ 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 {
1209
+ text-decoration: underline;
1210
+ }
1211
+
1212
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
1213
+ background-color: #f7eded;
1214
+ border: 1px solid black;
1215
+ border-color: #e8c6c7;
1216
+ border-top: none;
1217
+ padding: 10px;
1218
+ -moz-border-radius-bottomleft: 6px;
1219
+ -webkit-border-bottom-left-radius: 6px;
1220
+ -o-border-bottom-left-radius: 6px;
1221
+ -ms-border-bottom-left-radius: 6px;
1222
+ -khtml-border-bottom-left-radius: 6px;
1223
+ border-bottom-left-radius: 6px;
1224
+ -moz-border-radius-bottomright: 6px;
1225
+ -webkit-border-bottom-right-radius: 6px;
1226
+ -o-border-bottom-right-radius: 6px;
1227
+ -ms-border-bottom-right-radius: 6px;
1228
+ -khtml-border-bottom-right-radius: 6px;
1229
+ border-bottom-right-radius: 6px;
1230
+ margin: 0 0 20px 0;
1231
+ }
1232
+
1233
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4 {
1234
+ color: #a41e22;
1235
+ font-size: 1.1em;
1236
+ margin: 0;
1237
+ padding: 15px 0 5px 0px;
1238
+ }
1239
+
1240
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content form input[type='text'].error {
1241
+ outline: 2px solid black;
1242
+ outline-color: #cc0000;
1243
+ }
1244
+
1245
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header {
1246
+ float: none;
1247
+ clear: both;
1248
+ overflow: hidden;
1249
+ display: block;
1250
+ }
1251
+
1252
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header input.submit {
1253
+ display: block;
1254
+ clear: none;
1255
+ float: left;
1256
+ padding: 6px 8px;
1257
+ }
1258
+
1259
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header img {
1260
+ display: block;
1261
+ display: block;
1262
+ clear: none;
1263
+ float: right;
1264
+ }
1265
+
1266
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header a {
1267
+ padding: 4px 0 0 10px;
1268
+ color: #c8787a;
1269
+ display: inline-block;
1270
+ font-size: 0.9em;
1271
+ }
1272
+
1273
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.response div.block {
1274
+ background-color: #fcf6db;
1275
+ border: 1px solid black;
1276
+ border-color: #e5e0c6;
1277
+ }
1278
+
1279
+ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.response div.block pre {
1280
+ font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
1281
+ padding: 10px;
1282
+ font-size: 0.9em;
1283
+ max-height: 400px;
1284
+ overflow-y: auto;
1285
+ }
1286
+
1287
+
1288
+ .model-signature {
1289
+ font-family: "Droid Sans", sans-serif;
1290
+ font-size: 1em;
1291
+ line-height: 1.5em;
1292
+ }
1293
+ .model-signature .description span {
1294
+ font-size: 0.9em;
1295
+ line-height: 1.5em;
1296
+ }
1297
+ .model-signature .description span:nth-child(odd) { color:#333; }
1298
+ .model-signature .description span:nth-child(even) { color:#C5862B; }
1299
+ .model-signature .signature-nav a {
1300
+ text-decoration: none;
1301
+ color: #AAA;
1302
+ }
1303
+
1304
+ .model-signature pre {
1305
+ font-size: .85em;
1306
+ line-height: 1.2em;
1307
+ overflow: auto;
1308
+ max-height: 200px;
1309
+ cursor: pointer;
1310
+ }
1311
+
1312
+ .model-signature pre:hover {
1313
+ background-color: #ffffdd;
1314
+ }
1315
+
1316
+ .model-signature .snippet small {
1317
+ font-size: 0.75em;
1318
+ }
1319
+
1320
+ .model-signature .signature-container {
1321
+ clear: both;
1322
+ }
1323
+
1324
+ .model-signature .signature-nav a:hover {
1325
+ text-decoration: underline;
1326
+ color: black;
1327
+ }
1328
+
1329
+ .model-signature .signature-nav .selected {
1330
+ color: black;
1331
+ text-decoration: none;
1332
+ }
1333
+
1334
+ .model-signature ul.signature-nav {
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-right: 5px;
1344
+ margin-bottom: 5px;
1345
+ }
1346
+
1347
+ .model-signature ul.signature-nav li {
1348
+ float: left;
1349
+ clear: none;
1350
+ margin: 0;
1351
+ padding: 2px 10px;
1352
+ border-right: 1px solid #dddddd;
1353
+ }
1354
+
1355
+ .model-signature ul.signature-nav li:last-child {
1356
+ padding-right: 0;
1357
+ border-right: none;
1358
+ }
1359
+
1360
+ pre code {
1361
+ background: none;
1362
+ }
1363
+
1364
+ .content > .content-type > div > label {
1365
+ clear: both;
1366
+ display: block;
1367
+ color: #0F6AB4;
1368
+ font-size: 1.1em;
1369
+ margin: 0;
1370
+ padding: 15px 0 5px 0px;
1371
+ }