swagger_ui_engine 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +13 -0
  3. data/app/assets/fonts/{DroidSans-Bold.ttf → swagger_ui_engine/DroidSans-Bold.ttf} +0 -0
  4. data/app/assets/fonts/{DroidSans.ttf → swagger_ui_engine/DroidSans.ttf} +0 -0
  5. data/app/assets/images/{collapse.gif → swagger_ui_engine/collapse.gif} +0 -0
  6. data/app/assets/images/{expand.gif → swagger_ui_engine/expand.gif} +0 -0
  7. data/app/assets/images/{explorer_icons.png → swagger_ui_engine/explorer_icons.png} +0 -0
  8. data/app/assets/images/{favicon-16x16.png → swagger_ui_engine/favicon-16x16.png} +0 -0
  9. data/app/assets/images/{favicon-32x32.png → swagger_ui_engine/favicon-32x32.png} +0 -0
  10. data/app/assets/images/{favicon.ico → swagger_ui_engine/favicon.ico} +0 -0
  11. data/app/assets/images/{logo_small.png → swagger_ui_engine/logo_small.png} +0 -0
  12. data/app/assets/images/{pet_store_api.png → swagger_ui_engine/pet_store_api.png} +0 -0
  13. data/app/assets/images/{throbber.gif → swagger_ui_engine/throbber.gif} +0 -0
  14. data/app/assets/images/{wordnik_api.png → swagger_ui_engine/wordnik_api.png} +0 -0
  15. data/app/assets/javascripts/swagger_ui_engine/swagger-ui.js +11 -45
  16. data/app/assets/javascripts/swagger_ui_engine/swagger-ui.min.js +9 -9
  17. data/app/assets/stylesheets/swagger_ui_engine/application.css +5 -0
  18. data/app/assets/stylesheets/swagger_ui_engine/lib/print.css.erb +1377 -0
  19. data/app/assets/stylesheets/swagger_ui_engine/{reset.css → lib/reset.css} +0 -0
  20. data/app/assets/stylesheets/swagger_ui_engine/lib/screen.css.erb +1504 -0
  21. data/app/assets/stylesheets/swagger_ui_engine/{style.css → lib/style.css} +0 -0
  22. data/app/assets/stylesheets/swagger_ui_engine/lib/typography.css.erb +14 -0
  23. data/app/assets/stylesheets/swagger_ui_engine/print.css +4 -0
  24. data/app/views/swagger_ui_engine/docs/index.html.erb +6 -4
  25. data/lib/swagger_ui_engine/engine.rb +8 -5
  26. data/lib/swagger_ui_engine/version.rb +2 -1
  27. metadata +36 -21
  28. data/app/assets/stylesheets/swagger_ui_engine/application.scss +0 -3
  29. data/app/assets/stylesheets/swagger_ui_engine/print.scss +0 -1
  30. data/app/assets/stylesheets/swagger_ui_engine/screen.css.scss +0 -1
  31. data/app/assets/stylesheets/swagger_ui_engine/typography.css +0 -14
@@ -0,0 +1,1504 @@
1
+ /* Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> */
2
+ .swagger-section pre code {
3
+ display: block;
4
+ padding: 0.5em;
5
+ background: #F0F0F0;
6
+ }
7
+ .swagger-section pre code,
8
+ .swagger-section pre .subst,
9
+ .swagger-section pre .tag .title,
10
+ .swagger-section pre .lisp .title,
11
+ .swagger-section pre .clojure .built_in,
12
+ .swagger-section pre .nginx .title {
13
+ color: black;
14
+ }
15
+ .swagger-section pre .string,
16
+ .swagger-section pre .title,
17
+ .swagger-section pre .constant,
18
+ .swagger-section pre .parent,
19
+ .swagger-section pre .tag .value,
20
+ .swagger-section pre .rules .value,
21
+ .swagger-section pre .rules .value .number,
22
+ .swagger-section pre .preprocessor,
23
+ .swagger-section pre .ruby .symbol,
24
+ .swagger-section pre .ruby .symbol .string,
25
+ .swagger-section pre .aggregate,
26
+ .swagger-section pre .template_tag,
27
+ .swagger-section pre .django .variable,
28
+ .swagger-section pre .smalltalk .class,
29
+ .swagger-section pre .addition,
30
+ .swagger-section pre .flow,
31
+ .swagger-section pre .stream,
32
+ .swagger-section pre .bash .variable,
33
+ .swagger-section pre .apache .tag,
34
+ .swagger-section pre .apache .cbracket,
35
+ .swagger-section pre .tex .command,
36
+ .swagger-section pre .tex .special,
37
+ .swagger-section pre .erlang_repl .function_or_atom,
38
+ .swagger-section pre .markdown .header {
39
+ color: #800;
40
+ }
41
+ .swagger-section pre .comment,
42
+ .swagger-section pre .annotation,
43
+ .swagger-section pre .template_comment,
44
+ .swagger-section pre .diff .header,
45
+ .swagger-section pre .chunk,
46
+ .swagger-section pre .markdown .blockquote {
47
+ color: #888;
48
+ }
49
+ .swagger-section pre .number,
50
+ .swagger-section pre .date,
51
+ .swagger-section pre .regexp,
52
+ .swagger-section pre .literal,
53
+ .swagger-section pre .smalltalk .symbol,
54
+ .swagger-section pre .smalltalk .char,
55
+ .swagger-section pre .go .constant,
56
+ .swagger-section pre .change,
57
+ .swagger-section pre .markdown .bullet,
58
+ .swagger-section pre .markdown .link_url {
59
+ color: #080;
60
+ }
61
+ .swagger-section pre .label,
62
+ .swagger-section pre .javadoc,
63
+ .swagger-section pre .ruby .string,
64
+ .swagger-section pre .decorator,
65
+ .swagger-section pre .filter .argument,
66
+ .swagger-section pre .localvars,
67
+ .swagger-section pre .array,
68
+ .swagger-section pre .attr_selector,
69
+ .swagger-section pre .important,
70
+ .swagger-section pre .pseudo,
71
+ .swagger-section pre .pi,
72
+ .swagger-section pre .doctype,
73
+ .swagger-section pre .deletion,
74
+ .swagger-section pre .envvar,
75
+ .swagger-section pre .shebang,
76
+ .swagger-section pre .apache .sqbracket,
77
+ .swagger-section pre .nginx .built_in,
78
+ .swagger-section pre .tex .formula,
79
+ .swagger-section pre .erlang_repl .reserved,
80
+ .swagger-section pre .prompt,
81
+ .swagger-section pre .markdown .link_label,
82
+ .swagger-section pre .vhdl .attribute,
83
+ .swagger-section pre .clojure .attribute,
84
+ .swagger-section pre .coffeescript .property {
85
+ color: #88F;
86
+ }
87
+ .swagger-section pre .keyword,
88
+ .swagger-section pre .id,
89
+ .swagger-section pre .phpdoc,
90
+ .swagger-section pre .title,
91
+ .swagger-section pre .built_in,
92
+ .swagger-section pre .aggregate,
93
+ .swagger-section pre .css .tag,
94
+ .swagger-section pre .javadoctag,
95
+ .swagger-section pre .phpdoc,
96
+ .swagger-section pre .yardoctag,
97
+ .swagger-section pre .smalltalk .class,
98
+ .swagger-section pre .winutils,
99
+ .swagger-section pre .bash .variable,
100
+ .swagger-section pre .apache .tag,
101
+ .swagger-section pre .go .typename,
102
+ .swagger-section pre .tex .command,
103
+ .swagger-section pre .markdown .strong,
104
+ .swagger-section pre .request,
105
+ .swagger-section pre .status {
106
+ font-weight: bold;
107
+ }
108
+ .swagger-section pre .markdown .emphasis {
109
+ font-style: italic;
110
+ }
111
+ .swagger-section pre .nginx .built_in {
112
+ font-weight: normal;
113
+ }
114
+ .swagger-section pre .coffeescript .javascript,
115
+ .swagger-section pre .javascript .xml,
116
+ .swagger-section pre .tex .formula,
117
+ .swagger-section pre .xml .javascript,
118
+ .swagger-section pre .xml .vbscript,
119
+ .swagger-section pre .xml .css,
120
+ .swagger-section pre .xml .cdata {
121
+ opacity: 0.5;
122
+ }
123
+ .swagger-section .hljs {
124
+ display: block;
125
+ overflow-x: auto;
126
+ padding: 0.5em;
127
+ background: #F0F0F0;
128
+ }
129
+ .swagger-section .hljs,
130
+ .swagger-section .hljs-subst {
131
+ color: #444;
132
+ }
133
+ .swagger-section .hljs-keyword,
134
+ .swagger-section .hljs-attribute,
135
+ .swagger-section .hljs-selector-tag,
136
+ .swagger-section .hljs-meta-keyword,
137
+ .swagger-section .hljs-doctag,
138
+ .swagger-section .hljs-name {
139
+ font-weight: bold;
140
+ }
141
+ .swagger-section .hljs-built_in,
142
+ .swagger-section .hljs-literal,
143
+ .swagger-section .hljs-bullet,
144
+ .swagger-section .hljs-code,
145
+ .swagger-section .hljs-addition {
146
+ color: #1F811F;
147
+ }
148
+ .swagger-section .hljs-regexp,
149
+ .swagger-section .hljs-symbol,
150
+ .swagger-section .hljs-variable,
151
+ .swagger-section .hljs-template-variable,
152
+ .swagger-section .hljs-link,
153
+ .swagger-section .hljs-selector-attr,
154
+ .swagger-section .hljs-selector-pseudo {
155
+ color: #BC6060;
156
+ }
157
+ .swagger-section .hljs-type,
158
+ .swagger-section .hljs-string,
159
+ .swagger-section .hljs-number,
160
+ .swagger-section .hljs-selector-id,
161
+ .swagger-section .hljs-selector-class,
162
+ .swagger-section .hljs-quote,
163
+ .swagger-section .hljs-template-tag,
164
+ .swagger-section .hljs-deletion {
165
+ color: #880000;
166
+ }
167
+ .swagger-section .hljs-title,
168
+ .swagger-section .hljs-section {
169
+ color: #880000;
170
+ font-weight: bold;
171
+ }
172
+ .swagger-section .hljs-comment {
173
+ color: #888888;
174
+ }
175
+ .swagger-section .hljs-meta {
176
+ color: #2B6EA1;
177
+ }
178
+ .swagger-section .hljs-emphasis {
179
+ font-style: italic;
180
+ }
181
+ .swagger-section .hljs-strong {
182
+ font-weight: bold;
183
+ }
184
+ .swagger-section .swagger-ui-wrap {
185
+ line-height: 1;
186
+ font-family: "Droid Sans", sans-serif;
187
+ min-width: 760px;
188
+ max-width: 960px;
189
+ margin-left: auto;
190
+ margin-right: auto;
191
+ /* JSONEditor specific styling */
192
+ }
193
+ .swagger-section .swagger-ui-wrap b,
194
+ .swagger-section .swagger-ui-wrap strong {
195
+ font-family: "Droid Sans", sans-serif;
196
+ font-weight: bold;
197
+ }
198
+ .swagger-section .swagger-ui-wrap q,
199
+ .swagger-section .swagger-ui-wrap blockquote {
200
+ quotes: none;
201
+ }
202
+ .swagger-section .swagger-ui-wrap p {
203
+ line-height: 1.4em;
204
+ padding: 0 0 10px;
205
+ color: #333333;
206
+ }
207
+ .swagger-section .swagger-ui-wrap q:before,
208
+ .swagger-section .swagger-ui-wrap q:after,
209
+ .swagger-section .swagger-ui-wrap blockquote:before,
210
+ .swagger-section .swagger-ui-wrap blockquote:after {
211
+ content: none;
212
+ }
213
+ .swagger-section .swagger-ui-wrap .heading_with_menu h1,
214
+ .swagger-section .swagger-ui-wrap .heading_with_menu h2,
215
+ .swagger-section .swagger-ui-wrap .heading_with_menu h3,
216
+ .swagger-section .swagger-ui-wrap .heading_with_menu h4,
217
+ .swagger-section .swagger-ui-wrap .heading_with_menu h5,
218
+ .swagger-section .swagger-ui-wrap .heading_with_menu h6 {
219
+ display: block;
220
+ clear: none;
221
+ float: left;
222
+ -moz-box-sizing: border-box;
223
+ -webkit-box-sizing: border-box;
224
+ -ms-box-sizing: border-box;
225
+ box-sizing: border-box;
226
+ width: 60%;
227
+ }
228
+ .swagger-section .swagger-ui-wrap table {
229
+ border-collapse: collapse;
230
+ border-spacing: 0;
231
+ }
232
+ .swagger-section .swagger-ui-wrap table thead tr th {
233
+ padding: 5px;
234
+ font-size: 0.9em;
235
+ color: #666666;
236
+ border-bottom: 1px solid #999999;
237
+ }
238
+ .swagger-section .swagger-ui-wrap table tbody tr:last-child td {
239
+ border-bottom: none;
240
+ }
241
+ .swagger-section .swagger-ui-wrap table tbody tr.offset {
242
+ background-color: #f0f0f0;
243
+ }
244
+ .swagger-section .swagger-ui-wrap table tbody tr td {
245
+ padding: 6px;
246
+ font-size: 0.9em;
247
+ border-bottom: 1px solid #cccccc;
248
+ vertical-align: top;
249
+ line-height: 1.3em;
250
+ }
251
+ .swagger-section .swagger-ui-wrap ol {
252
+ margin: 0px 0 10px;
253
+ padding: 0 0 0 18px;
254
+ list-style-type: decimal;
255
+ }
256
+ .swagger-section .swagger-ui-wrap ol li {
257
+ padding: 5px 0px;
258
+ font-size: 0.9em;
259
+ color: #333333;
260
+ }
261
+ .swagger-section .swagger-ui-wrap ol,
262
+ .swagger-section .swagger-ui-wrap ul {
263
+ list-style: none;
264
+ }
265
+ .swagger-section .swagger-ui-wrap h1 a,
266
+ .swagger-section .swagger-ui-wrap h2 a,
267
+ .swagger-section .swagger-ui-wrap h3 a,
268
+ .swagger-section .swagger-ui-wrap h4 a,
269
+ .swagger-section .swagger-ui-wrap h5 a,
270
+ .swagger-section .swagger-ui-wrap h6 a {
271
+ text-decoration: none;
272
+ }
273
+ .swagger-section .swagger-ui-wrap h1 a:hover,
274
+ .swagger-section .swagger-ui-wrap h2 a:hover,
275
+ .swagger-section .swagger-ui-wrap h3 a:hover,
276
+ .swagger-section .swagger-ui-wrap h4 a:hover,
277
+ .swagger-section .swagger-ui-wrap h5 a:hover,
278
+ .swagger-section .swagger-ui-wrap h6 a:hover {
279
+ text-decoration: underline;
280
+ }
281
+ .swagger-section .swagger-ui-wrap h1 span.divider,
282
+ .swagger-section .swagger-ui-wrap h2 span.divider,
283
+ .swagger-section .swagger-ui-wrap h3 span.divider,
284
+ .swagger-section .swagger-ui-wrap h4 span.divider,
285
+ .swagger-section .swagger-ui-wrap h5 span.divider,
286
+ .swagger-section .swagger-ui-wrap h6 span.divider {
287
+ color: #aaaaaa;
288
+ }
289
+ .swagger-section .swagger-ui-wrap a {
290
+ color: #547f00;
291
+ }
292
+ .swagger-section .swagger-ui-wrap a img {
293
+ border: none;
294
+ }
295
+ .swagger-section .swagger-ui-wrap article,
296
+ .swagger-section .swagger-ui-wrap aside,
297
+ .swagger-section .swagger-ui-wrap details,
298
+ .swagger-section .swagger-ui-wrap figcaption,
299
+ .swagger-section .swagger-ui-wrap figure,
300
+ .swagger-section .swagger-ui-wrap footer,
301
+ .swagger-section .swagger-ui-wrap header,
302
+ .swagger-section .swagger-ui-wrap hgroup,
303
+ .swagger-section .swagger-ui-wrap menu,
304
+ .swagger-section .swagger-ui-wrap nav,
305
+ .swagger-section .swagger-ui-wrap section,
306
+ .swagger-section .swagger-ui-wrap summary {
307
+ display: block;
308
+ }
309
+ .swagger-section .swagger-ui-wrap pre {
310
+ font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
311
+ background-color: #fcf6db;
312
+ border: 1px solid #e5e0c6;
313
+ padding: 10px;
314
+ }
315
+ .swagger-section .swagger-ui-wrap pre code {
316
+ line-height: 1.6em;
317
+ background: none;
318
+ }
319
+ .swagger-section .swagger-ui-wrap .content > .content-type > div > label {
320
+ clear: both;
321
+ display: block;
322
+ color: #0F6AB4;
323
+ font-size: 1.1em;
324
+ margin: 0;
325
+ padding: 15px 0 5px;
326
+ }
327
+ .swagger-section .swagger-ui-wrap .content pre {
328
+ font-size: 12px;
329
+ margin-top: 5px;
330
+ padding: 5px;
331
+ }
332
+ .swagger-section .swagger-ui-wrap .icon-btn {
333
+ cursor: pointer;
334
+ }
335
+ .swagger-section .swagger-ui-wrap .info_title {
336
+ padding-bottom: 10px;
337
+ font-weight: bold;
338
+ font-size: 25px;
339
+ }
340
+ .swagger-section .swagger-ui-wrap .footer {
341
+ margin-top: 20px;
342
+ }
343
+ .swagger-section .swagger-ui-wrap p.big,
344
+ .swagger-section .swagger-ui-wrap div.big p {
345
+ font-size: 1em;
346
+ margin-bottom: 10px;
347
+ }
348
+ .swagger-section .swagger-ui-wrap form.fullwidth ol li.string input,
349
+ .swagger-section .swagger-ui-wrap form.fullwidth ol li.url input,
350
+ .swagger-section .swagger-ui-wrap form.fullwidth ol li.text textarea,
351
+ .swagger-section .swagger-ui-wrap form.fullwidth ol li.numeric input {
352
+ width: 500px !important;
353
+ }
354
+ .swagger-section .swagger-ui-wrap .info_license {
355
+ padding-bottom: 5px;
356
+ }
357
+ .swagger-section .swagger-ui-wrap .info_tos {
358
+ padding-bottom: 5px;
359
+ }
360
+ .swagger-section .swagger-ui-wrap .message-fail {
361
+ color: #cc0000;
362
+ }
363
+ .swagger-section .swagger-ui-wrap .info_url {
364
+ padding-bottom: 5px;
365
+ }
366
+ .swagger-section .swagger-ui-wrap .info_email {
367
+ padding-bottom: 5px;
368
+ }
369
+ .swagger-section .swagger-ui-wrap .info_name {
370
+ padding-bottom: 5px;
371
+ }
372
+ .swagger-section .swagger-ui-wrap .info_description {
373
+ padding-bottom: 10px;
374
+ font-size: 15px;
375
+ }
376
+ .swagger-section .swagger-ui-wrap .markdown ol li,
377
+ .swagger-section .swagger-ui-wrap .markdown ul li {
378
+ padding: 3px 0px;
379
+ line-height: 1.4em;
380
+ color: #333333;
381
+ }
382
+ .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.string input,
383
+ .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.url input,
384
+ .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.numeric input {
385
+ display: block;
386
+ padding: 4px;
387
+ width: auto;
388
+ clear: both;
389
+ }
390
+ .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.string input.title,
391
+ .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.url input.title,
392
+ .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.numeric input.title {
393
+ font-size: 1.3em;
394
+ }
395
+ .swagger-section .swagger-ui-wrap table.fullwidth {
396
+ width: 100%;
397
+ }
398
+ .swagger-section .swagger-ui-wrap .model-signature {
399
+ font-family: "Droid Sans", sans-serif;
400
+ font-size: 1em;
401
+ line-height: 1.5em;
402
+ }
403
+ .swagger-section .swagger-ui-wrap .model-signature .signature-nav a {
404
+ text-decoration: none;
405
+ color: #AAA;
406
+ }
407
+ .swagger-section .swagger-ui-wrap .model-signature .signature-nav a:hover {
408
+ text-decoration: underline;
409
+ color: black;
410
+ }
411
+ .swagger-section .swagger-ui-wrap .model-signature .signature-nav .selected {
412
+ color: black;
413
+ text-decoration: none;
414
+ }
415
+ .swagger-section .swagger-ui-wrap .model-signature .propType {
416
+ color: #5555aa;
417
+ }
418
+ .swagger-section .swagger-ui-wrap .model-signature pre:hover {
419
+ background-color: #ffffdd;
420
+ }
421
+ .swagger-section .swagger-ui-wrap .model-signature pre {
422
+ font-size: .85em;
423
+ line-height: 1.2em;
424
+ overflow: auto;
425
+ height: 200px;
426
+ resize: vertical;
427
+ cursor: pointer;
428
+ }
429
+ .swagger-section .swagger-ui-wrap .model-signature ul.signature-nav {
430
+ display: block;
431
+ min-width: 230px;
432
+ margin: 0;
433
+ padding: 0;
434
+ }
435
+ .swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li:last-child {
436
+ padding-right: 0;
437
+ border-right: none;
438
+ }
439
+ .swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li {
440
+ float: left;
441
+ margin: 0 5px 5px 0;
442
+ padding: 2px 5px 2px 0;
443
+ border-right: 1px solid #ddd;
444
+ }
445
+ .swagger-section .swagger-ui-wrap .model-signature .propOpt {
446
+ color: #555;
447
+ }
448
+ .swagger-section .swagger-ui-wrap .model-signature .snippet small {
449
+ font-size: 0.75em;
450
+ }
451
+ .swagger-section .swagger-ui-wrap .model-signature .propOptKey {
452
+ font-style: italic;
453
+ }
454
+ .swagger-section .swagger-ui-wrap .model-signature .description .strong {
455
+ font-weight: bold;
456
+ color: #000;
457
+ font-size: .9em;
458
+ }
459
+ .swagger-section .swagger-ui-wrap .model-signature .description div {
460
+ font-size: 0.9em;
461
+ line-height: 1.5em;
462
+ margin-left: 1em;
463
+ }
464
+ .swagger-section .swagger-ui-wrap .model-signature .description .stronger {
465
+ font-weight: bold;
466
+ color: #000;
467
+ }
468
+ .swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper {
469
+ border-spacing: 0;
470
+ position: absolute;
471
+ background-color: #ffffff;
472
+ border: 1px solid #bbbbbb;
473
+ display: none;
474
+ font-size: 11px;
475
+ max-width: 400px;
476
+ line-height: 30px;
477
+ color: black;
478
+ padding: 5px;
479
+ margin-left: 10px;
480
+ }
481
+ .swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper th {
482
+ text-align: center;
483
+ background-color: #eeeeee;
484
+ border: 1px solid #bbbbbb;
485
+ font-size: 11px;
486
+ color: #666666;
487
+ font-weight: bold;
488
+ padding: 5px;
489
+ line-height: 15px;
490
+ }
491
+ .swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper .optionName {
492
+ font-weight: bold;
493
+ }
494
+ .swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:first-child,
495
+ .swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:last-child {
496
+ display: inline;
497
+ }
498
+ .swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:not(:first-child):before {
499
+ display: block;
500
+ content: '';
501
+ }
502
+ .swagger-section .swagger-ui-wrap .model-signature .description span:last-of-type.propDesc.markdown > p:only-child {
503
+ margin-right: -3px;
504
+ }
505
+ .swagger-section .swagger-ui-wrap .model-signature .propName {
506
+ font-weight: bold;
507
+ }
508
+ .swagger-section .swagger-ui-wrap .model-signature .signature-container {
509
+ clear: both;
510
+ }
511
+ .swagger-section .swagger-ui-wrap .body-textarea {
512
+ width: 300px;
513
+ height: 100px;
514
+ border: 1px solid #aaa;
515
+ }
516
+ .swagger-section .swagger-ui-wrap .markdown p code,
517
+ .swagger-section .swagger-ui-wrap .markdown li code {
518
+ font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
519
+ background-color: #f0f0f0;
520
+ color: black;
521
+ padding: 1px 3px;
522
+ }
523
+ .swagger-section .swagger-ui-wrap .required {
524
+ font-weight: bold;
525
+ }
526
+ .swagger-section .swagger-ui-wrap .editor_holder {
527
+ font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
528
+ font-size: 0.9em;
529
+ }
530
+ .swagger-section .swagger-ui-wrap .editor_holder label {
531
+ font-weight: normal!important;
532
+ /* JSONEditor uses bold by default for all labels, we revert that back to normal to not give the impression that by default fields are required */
533
+ }
534
+ .swagger-section .swagger-ui-wrap .editor_holder label.required {
535
+ font-weight: bold!important;
536
+ }
537
+ .swagger-section .swagger-ui-wrap input.parameter {
538
+ width: 300px;
539
+ border: 1px solid #aaa;
540
+ }
541
+ .swagger-section .swagger-ui-wrap h1 {
542
+ color: black;
543
+ font-size: 1.5em;
544
+ line-height: 1.3em;
545
+ padding: 10px 0 10px 0;
546
+ font-family: "Droid Sans", sans-serif;
547
+ font-weight: bold;
548
+ }
549
+ .swagger-section .swagger-ui-wrap .heading_with_menu {
550
+ float: none;
551
+ clear: both;
552
+ overflow: hidden;
553
+ display: block;
554
+ }
555
+ .swagger-section .swagger-ui-wrap .heading_with_menu ul {
556
+ display: block;
557
+ clear: none;
558
+ float: right;
559
+ -moz-box-sizing: border-box;
560
+ -webkit-box-sizing: border-box;
561
+ -ms-box-sizing: border-box;
562
+ box-sizing: border-box;
563
+ margin-top: 10px;
564
+ }
565
+ .swagger-section .swagger-ui-wrap h2 {
566
+ color: black;
567
+ font-size: 1.3em;
568
+ padding: 10px 0 10px 0;
569
+ }
570
+ .swagger-section .swagger-ui-wrap h2 a {
571
+ color: black;
572
+ }
573
+ .swagger-section .swagger-ui-wrap h2 span.sub {
574
+ font-size: 0.7em;
575
+ color: #999999;
576
+ font-style: italic;
577
+ }
578
+ .swagger-section .swagger-ui-wrap h2 span.sub a {
579
+ color: #777777;
580
+ }
581
+ .swagger-section .swagger-ui-wrap span.weak {
582
+ color: #666666;
583
+ }
584
+ .swagger-section .swagger-ui-wrap .message-success {
585
+ color: #89BF04;
586
+ }
587
+ .swagger-section .swagger-ui-wrap caption,
588
+ .swagger-section .swagger-ui-wrap th,
589
+ .swagger-section .swagger-ui-wrap td {
590
+ text-align: left;
591
+ font-weight: normal;
592
+ vertical-align: middle;
593
+ }
594
+ .swagger-section .swagger-ui-wrap .code {
595
+ font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
596
+ }
597
+ .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.text textarea {
598
+ font-family: "Droid Sans", sans-serif;
599
+ height: 250px;
600
+ padding: 4px;
601
+ display: block;
602
+ clear: both;
603
+ }
604
+ .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.select select {
605
+ display: block;
606
+ clear: both;
607
+ }
608
+ .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean {
609
+ float: none;
610
+ clear: both;
611
+ overflow: hidden;
612
+ display: block;
613
+ }
614
+ .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean label {
615
+ display: block;
616
+ float: left;
617
+ clear: none;
618
+ margin: 0;
619
+ padding: 0;
620
+ }
621
+ .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean input {
622
+ display: block;
623
+ float: left;
624
+ clear: none;
625
+ margin: 0 5px 0 0;
626
+ }
627
+ .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.required label {
628
+ color: black;
629
+ }
630
+ .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label {
631
+ display: block;
632
+ clear: both;
633
+ width: auto;
634
+ padding: 0 0 3px;
635
+ color: #666666;
636
+ }
637
+ .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label abbr {
638
+ padding-left: 3px;
639
+ color: #888888;
640
+ }
641
+ .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li p.inline-hints {
642
+ margin-left: 0;
643
+ font-style: italic;
644
+ font-size: 0.9em;
645
+ margin: 0;
646
+ }
647
+ .swagger-section .swagger-ui-wrap form.formtastic fieldset.buttons {
648
+ margin: 0;
649
+ padding: 0;
650
+ }
651
+ .swagger-section .swagger-ui-wrap span.blank,
652
+ .swagger-section .swagger-ui-wrap span.empty {
653
+ color: #888888;
654
+ font-style: italic;
655
+ }
656
+ .swagger-section .swagger-ui-wrap .markdown h3 {
657
+ color: #547f00;
658
+ }
659
+ .swagger-section .swagger-ui-wrap .markdown h4 {
660
+ color: #666666;
661
+ }
662
+ .swagger-section .swagger-ui-wrap .markdown pre {
663
+ font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
664
+ background-color: #fcf6db;
665
+ border: 1px solid #e5e0c6;
666
+ padding: 10px;
667
+ margin: 0 0 10px 0;
668
+ }
669
+ .swagger-section .swagger-ui-wrap .markdown pre code {
670
+ line-height: 1.6em;
671
+ overflow: auto;
672
+ }
673
+ .swagger-section .swagger-ui-wrap div.gist {
674
+ margin: 20px 0 25px 0 !important;
675
+ }
676
+ .swagger-section .swagger-ui-wrap ul#resources {
677
+ font-family: "Droid Sans", sans-serif;
678
+ font-size: 0.9em;
679
+ }
680
+ .swagger-section .swagger-ui-wrap ul#resources li.resource {
681
+ border-bottom: 1px solid #dddddd;
682
+ }
683
+ .swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading h2 a,
684
+ .swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading h2 a {
685
+ color: black;
686
+ }
687
+ .swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading ul.options li a,
688
+ .swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading ul.options li a {
689
+ color: #555555;
690
+ }
691
+ .swagger-section .swagger-ui-wrap ul#resources li.resource:last-child {
692
+ border-bottom: none;
693
+ }
694
+ .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading {
695
+ border: 1px solid transparent;
696
+ float: none;
697
+ clear: both;
698
+ overflow: hidden;
699
+ display: block;
700
+ }
701
+ .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options {
702
+ overflow: hidden;
703
+ padding: 0;
704
+ display: block;
705
+ clear: none;
706
+ float: right;
707
+ margin: 14px 10px 0 0;
708
+ }
709
+ .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li {
710
+ float: left;
711
+ clear: none;
712
+ margin: 0;
713
+ padding: 2px 10px;
714
+ border-right: 1px solid #dddddd;
715
+ color: #666666;
716
+ font-size: 0.9em;
717
+ }
718
+ .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a {
719
+ color: #aaaaaa;
720
+ text-decoration: none;
721
+ }
722
+ .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover {
723
+ text-decoration: underline;
724
+ color: black;
725
+ }
726
+ .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover,
727
+ .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:active,
728
+ .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a.active {
729
+ text-decoration: underline;
730
+ }
731
+ .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:first-child,
732
+ .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.first {
733
+ padding-left: 0;
734
+ }
735
+ .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:last-child,
736
+ .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.last {
737
+ padding-right: 0;
738
+ border-right: none;
739
+ }
740
+ .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options:first-child,
741
+ .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options.first {
742
+ padding-left: 0;
743
+ }
744
+ .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 {
745
+ color: #999999;
746
+ padding-left: 0;
747
+ display: block;
748
+ clear: none;
749
+ float: left;
750
+ font-family: "Droid Sans", sans-serif;
751
+ font-weight: bold;
752
+ }
753
+ .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
754
+ color: #999999;
755
+ }
756
+ .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a:hover {
757
+ color: black;
758
+ }
759
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation {
760
+ float: none;
761
+ clear: both;
762
+ overflow: hidden;
763
+ display: block;
764
+ margin: 0 0 10px;
765
+ padding: 0;
766
+ }
767
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading {
768
+ float: none;
769
+ clear: both;
770
+ overflow: hidden;
771
+ display: block;
772
+ margin: 0;
773
+ padding: 0;
774
+ }
775
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 {
776
+ display: block;
777
+ clear: none;
778
+ float: left;
779
+ width: auto;
780
+ margin: 0;
781
+ padding: 0;
782
+ line-height: 1.1em;
783
+ color: black;
784
+ }
785
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path {
786
+ padding-left: 10px;
787
+ }
788
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a {
789
+ color: black;
790
+ text-decoration: none;
791
+ }
792
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a.toggleOperation.deprecated {
793
+ text-decoration: line-through;
794
+ }
795
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a:hover {
796
+ text-decoration: underline;
797
+ }
798
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.http_method a {
799
+ text-transform: uppercase;
800
+ text-decoration: none;
801
+ color: white;
802
+ display: inline-block;
803
+ width: 50px;
804
+ font-size: 0.7em;
805
+ text-align: center;
806
+ padding: 7px 0 4px;
807
+ -moz-border-radius: 2px;
808
+ -webkit-border-radius: 2px;
809
+ -o-border-radius: 2px;
810
+ -ms-border-radius: 2px;
811
+ -khtml-border-radius: 2px;
812
+ border-radius: 2px;
813
+ }
814
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span {
815
+ margin: 0;
816
+ padding: 0;
817
+ }
818
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options {
819
+ overflow: hidden;
820
+ padding: 0;
821
+ display: block;
822
+ clear: none;
823
+ float: right;
824
+ margin: 6px 10px 0 0;
825
+ }
826
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li {
827
+ float: left;
828
+ clear: none;
829
+ margin: 0;
830
+ padding: 2px 10px;
831
+ font-size: 0.9em;
832
+ }
833
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li a {
834
+ text-decoration: none;
835
+ }
836
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li a .markdown p {
837
+ color: inherit;
838
+ padding: 0;
839
+ line-height: inherit;
840
+ }
841
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li a .nickname {
842
+ color: #aaaaaa;
843
+ padding: 0;
844
+ line-height: inherit;
845
+ }
846
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li.access {
847
+ color: black;
848
+ }
849
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content {
850
+ border-top: none;
851
+ padding: 10px;
852
+ -moz-border-radius-bottomleft: 6px;
853
+ -webkit-border-bottom-left-radius: 6px;
854
+ -o-border-bottom-left-radius: 6px;
855
+ -ms-border-bottom-left-radius: 6px;
856
+ -khtml-border-bottom-left-radius: 6px;
857
+ border-bottom-left-radius: 6px;
858
+ -moz-border-radius-bottomright: 6px;
859
+ -webkit-border-bottom-right-radius: 6px;
860
+ -o-border-bottom-right-radius: 6px;
861
+ -ms-border-bottom-right-radius: 6px;
862
+ -khtml-border-bottom-right-radius: 6px;
863
+ border-bottom-right-radius: 6px;
864
+ margin: 0 0 20px;
865
+ }
866
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content h4 {
867
+ font-size: 1.1em;
868
+ margin: 0;
869
+ padding: 15px 0 5px;
870
+ }
871
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header {
872
+ float: none;
873
+ clear: both;
874
+ overflow: hidden;
875
+ display: block;
876
+ }
877
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header a {
878
+ padding: 4px 0 0 10px;
879
+ display: inline-block;
880
+ font-size: 0.9em;
881
+ }
882
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input.submit {
883
+ display: block;
884
+ clear: none;
885
+ float: left;
886
+ padding: 6px 8px;
887
+ }
888
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header span.response_throbber {
889
+ background-image: url("<%= image_path('swagger_ui_engine/throbber.gif') %>");
890
+ width: 128px;
891
+ height: 16px;
892
+ display: block;
893
+ clear: none;
894
+ float: right;
895
+ }
896
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form input[type='text'].error {
897
+ outline: 2px solid black;
898
+ outline-color: #cc0000;
899
+ }
900
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form select[name='parameterContentType'] {
901
+ max-width: 300px;
902
+ }
903
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.response div.block pre {
904
+ font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
905
+ padding: 10px;
906
+ font-size: 0.9em;
907
+ max-height: 400px;
908
+ overflow-y: auto;
909
+ }
910
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading {
911
+ background-color: #f9f2e9;
912
+ border: 1px solid #f0e0ca;
913
+ }
914
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.http_method a {
915
+ background-color: #c5862b;
916
+ }
917
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li {
918
+ border-right: 1px solid #dddddd;
919
+ border-right-color: #f0e0ca;
920
+ color: #c5862b;
921
+ }
922
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a {
923
+ color: #c5862b;
924
+ }
925
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content {
926
+ background-color: #faf5ee;
927
+ border: 1px solid #f0e0ca;
928
+ }
929
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content h4 {
930
+ color: #c5862b;
931
+ }
932
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header a {
933
+ color: #dcb67f;
934
+ }
935
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading {
936
+ background-color: #fcffcd;
937
+ border: 1px solid black;
938
+ border-color: #ffd20f;
939
+ }
940
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading h3 span.http_method a {
941
+ text-transform: uppercase;
942
+ background-color: #ffd20f;
943
+ }
944
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li {
945
+ border-right: 1px solid #dddddd;
946
+ border-right-color: #ffd20f;
947
+ color: #ffd20f;
948
+ }
949
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li a {
950
+ color: #ffd20f;
951
+ }
952
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content {
953
+ background-color: #fcffcd;
954
+ border: 1px solid black;
955
+ border-color: #ffd20f;
956
+ }
957
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content h4 {
958
+ color: #ffd20f;
959
+ }
960
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.sandbox_header a {
961
+ color: #6fc992;
962
+ }
963
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading {
964
+ background-color: #f5e8e8;
965
+ border: 1px solid #e8c6c7;
966
+ }
967
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.http_method a {
968
+ text-transform: uppercase;
969
+ background-color: #a41e22;
970
+ }
971
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li {
972
+ border-right: 1px solid #dddddd;
973
+ border-right-color: #e8c6c7;
974
+ color: #a41e22;
975
+ }
976
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a {
977
+ color: #a41e22;
978
+ }
979
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
980
+ background-color: #f7eded;
981
+ border: 1px solid #e8c6c7;
982
+ }
983
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4 {
984
+ color: #a41e22;
985
+ }
986
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header a {
987
+ color: #c8787a;
988
+ }
989
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading {
990
+ background-color: #e7f6ec;
991
+ border: 1px solid #c3e8d1;
992
+ }
993
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.http_method a {
994
+ background-color: #10a54a;
995
+ }
996
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li {
997
+ border-right: 1px solid #dddddd;
998
+ border-right-color: #c3e8d1;
999
+ color: #10a54a;
1000
+ }
1001
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a {
1002
+ color: #10a54a;
1003
+ }
1004
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content {
1005
+ background-color: #ebf7f0;
1006
+ border: 1px solid #c3e8d1;
1007
+ }
1008
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4 {
1009
+ color: #10a54a;
1010
+ }
1011
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header a {
1012
+ color: #6fc992;
1013
+ }
1014
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading {
1015
+ background-color: #FCE9E3;
1016
+ border: 1px solid #F5D5C3;
1017
+ }
1018
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.http_method a {
1019
+ background-color: #D38042;
1020
+ }
1021
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li {
1022
+ border-right: 1px solid #dddddd;
1023
+ border-right-color: #f0cecb;
1024
+ color: #D38042;
1025
+ }
1026
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a {
1027
+ color: #D38042;
1028
+ }
1029
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content {
1030
+ background-color: #faf0ef;
1031
+ border: 1px solid #f0cecb;
1032
+ }
1033
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content h4 {
1034
+ color: #D38042;
1035
+ }
1036
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header a {
1037
+ color: #dcb67f;
1038
+ }
1039
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
1040
+ background-color: #e7f0f7;
1041
+ border: 1px solid #c3d9ec;
1042
+ }
1043
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.http_method a {
1044
+ background-color: #0f6ab4;
1045
+ }
1046
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li {
1047
+ border-right: 1px solid #dddddd;
1048
+ border-right-color: #c3d9ec;
1049
+ color: #0f6ab4;
1050
+ }
1051
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a {
1052
+ color: #0f6ab4;
1053
+ }
1054
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content {
1055
+ background-color: #ebf3f9;
1056
+ border: 1px solid #c3d9ec;
1057
+ }
1058
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4 {
1059
+ color: #0f6ab4;
1060
+ }
1061
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header a {
1062
+ color: #6fa5d2;
1063
+ }
1064
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading {
1065
+ background-color: #e7f0f7;
1066
+ border: 1px solid #c3d9ec;
1067
+ }
1068
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading h3 span.http_method a {
1069
+ background-color: #0f6ab4;
1070
+ }
1071
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li {
1072
+ border-right: 1px solid #dddddd;
1073
+ border-right-color: #c3d9ec;
1074
+ color: #0f6ab4;
1075
+ }
1076
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li a {
1077
+ color: #0f6ab4;
1078
+ }
1079
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content {
1080
+ background-color: #ebf3f9;
1081
+ border: 1px solid #c3d9ec;
1082
+ }
1083
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content h4 {
1084
+ color: #0f6ab4;
1085
+ }
1086
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content div.sandbox_header a {
1087
+ color: #6fa5d2;
1088
+ }
1089
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content,
1090
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content,
1091
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content,
1092
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content,
1093
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content,
1094
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
1095
+ border-top: none;
1096
+ }
1097
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li:last-child,
1098
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li:last-child,
1099
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li:last-child,
1100
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li:last-child,
1101
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li:last-child,
1102
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li:last-child,
1103
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li.last,
1104
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li.last,
1105
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li.last,
1106
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li.last,
1107
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li.last,
1108
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li.last {
1109
+ padding-right: 0;
1110
+ border-right: none;
1111
+ }
1112
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:hover,
1113
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:active,
1114
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a.active {
1115
+ text-decoration: underline;
1116
+ }
1117
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li:first-child,
1118
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li.first {
1119
+ padding-left: 0;
1120
+ }
1121
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations:first-child,
1122
+ .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations.first {
1123
+ padding-left: 0;
1124
+ }
1125
+ .swagger-section .swagger-ui-wrap p#colophon {
1126
+ margin: 0 15px 40px 15px;
1127
+ padding: 10px 0;
1128
+ font-size: 0.8em;
1129
+ border-top: 1px solid #dddddd;
1130
+ font-family: "Droid Sans", sans-serif;
1131
+ color: #999999;
1132
+ font-style: italic;
1133
+ }
1134
+ .swagger-section .swagger-ui-wrap p#colophon a {
1135
+ text-decoration: none;
1136
+ color: #547f00;
1137
+ }
1138
+ .swagger-section .swagger-ui-wrap h3 {
1139
+ color: black;
1140
+ font-size: 1.1em;
1141
+ padding: 10px 0 10px 0;
1142
+ }
1143
+ .swagger-section .swagger-ui-wrap .markdown ol,
1144
+ .swagger-section .swagger-ui-wrap .markdown ul {
1145
+ font-family: "Droid Sans", sans-serif;
1146
+ margin: 5px 0 10px;
1147
+ padding: 0 0 0 18px;
1148
+ list-style-type: disc;
1149
+ }
1150
+ .swagger-section .swagger-ui-wrap form.form_box {
1151
+ background-color: #ebf3f9;
1152
+ border: 1px solid #c3d9ec;
1153
+ padding: 10px;
1154
+ }
1155
+ .swagger-section .swagger-ui-wrap form.form_box label {
1156
+ color: #0f6ab4 !important;
1157
+ }
1158
+ .swagger-section .swagger-ui-wrap form.form_box input[type=submit] {
1159
+ display: block;
1160
+ padding: 10px;
1161
+ }
1162
+ .swagger-section .swagger-ui-wrap form.form_box p.weak {
1163
+ font-size: 0.8em;
1164
+ }
1165
+ .swagger-section .swagger-ui-wrap form.form_box p {
1166
+ font-size: 0.9em;
1167
+ padding: 0 0 15px;
1168
+ color: #7e7b6d;
1169
+ }
1170
+ .swagger-section .swagger-ui-wrap form.form_box p a {
1171
+ color: #646257;
1172
+ }
1173
+ .swagger-section .swagger-ui-wrap form.form_box p strong {
1174
+ color: black;
1175
+ }
1176
+ .swagger-section .swagger-ui-wrap .operation-status td.markdown > p:last-child {
1177
+ padding-bottom: 0;
1178
+ }
1179
+ .swagger-section .title {
1180
+ font-style: bold;
1181
+ }
1182
+ .swagger-section .secondary_form {
1183
+ display: none;
1184
+ }
1185
+ .swagger-section .main_image {
1186
+ display: block;
1187
+ margin-left: auto;
1188
+ margin-right: auto;
1189
+ }
1190
+ .swagger-section .oauth_body {
1191
+ margin-left: 100px;
1192
+ margin-right: 100px;
1193
+ }
1194
+ .swagger-section .oauth_submit {
1195
+ text-align: center;
1196
+ display: inline-block;
1197
+ }
1198
+ .swagger-section .authorize-wrapper {
1199
+ margin: 15px 0 10px;
1200
+ }
1201
+ .swagger-section .authorize-wrapper_operation {
1202
+ float: right;
1203
+ }
1204
+ .swagger-section .authorize__btn:hover {
1205
+ text-decoration: underline;
1206
+ cursor: pointer;
1207
+ }
1208
+ .swagger-section .authorize__btn_operation:hover .authorize-scopes {
1209
+ display: block;
1210
+ }
1211
+ .swagger-section .authorize-scopes {
1212
+ position: absolute;
1213
+ margin-top: 20px;
1214
+ background: #FFF;
1215
+ border: 1px solid #ccc;
1216
+ border-radius: 5px;
1217
+ display: none;
1218
+ font-size: 13px;
1219
+ max-width: 300px;
1220
+ line-height: 30px;
1221
+ color: black;
1222
+ padding: 5px;
1223
+ }
1224
+ .swagger-section .authorize-scopes .authorize__scope {
1225
+ text-decoration: none;
1226
+ }
1227
+ .swagger-section .authorize__btn_operation {
1228
+ height: 18px;
1229
+ vertical-align: middle;
1230
+ display: inline-block;
1231
+ background: url("<%= image_path('swagger_ui_engine/explorer_icons.png') %>") no-repeat;
1232
+ }
1233
+ .swagger-section .authorize__btn_operation_login {
1234
+ background-position: 0 0;
1235
+ width: 18px;
1236
+ margin-top: -6px;
1237
+ margin-left: 4px;
1238
+ }
1239
+ .swagger-section .authorize__btn_operation_logout {
1240
+ background-position: -30px 0;
1241
+ width: 18px;
1242
+ margin-top: -6px;
1243
+ margin-left: 4px;
1244
+ }
1245
+ .swagger-section #auth_container {
1246
+ color: #fff;
1247
+ display: inline-block;
1248
+ border: none;
1249
+ padding: 5px;
1250
+ width: 87px;
1251
+ height: 13px;
1252
+ }
1253
+ .swagger-section #auth_container .authorize__btn {
1254
+ color: #fff;
1255
+ }
1256
+ .swagger-section .auth_container {
1257
+ padding: 0 0 10px;
1258
+ margin-bottom: 5px;
1259
+ border-bottom: solid 1px #CCC;
1260
+ font-size: 0.9em;
1261
+ }
1262
+ .swagger-section .auth_container .auth__title {
1263
+ color: #547f00;
1264
+ font-size: 1.2em;
1265
+ }
1266
+ .swagger-section .auth_container .basic_auth__label {
1267
+ display: inline-block;
1268
+ width: 60px;
1269
+ }
1270
+ .swagger-section .auth_container .auth__description {
1271
+ color: #999999;
1272
+ margin-bottom: 5px;
1273
+ }
1274
+ .swagger-section .auth_container .auth__button {
1275
+ margin-top: 10px;
1276
+ height: 30px;
1277
+ }
1278
+ .swagger-section .auth_container .key_auth__field {
1279
+ margin: 5px 0;
1280
+ }
1281
+ .swagger-section .auth_container .key_auth__label {
1282
+ display: inline-block;
1283
+ width: 60px;
1284
+ }
1285
+ .swagger-section .api-popup-dialog {
1286
+ position: absolute;
1287
+ display: none;
1288
+ }
1289
+ .swagger-section .api-popup-dialog-wrapper {
1290
+ z-index: 1000;
1291
+ width: 500px;
1292
+ background: #FFF;
1293
+ padding: 20px;
1294
+ border: 1px solid #ccc;
1295
+ border-radius: 5px;
1296
+ font-size: 13px;
1297
+ color: #777;
1298
+ position: fixed;
1299
+ top: 50%;
1300
+ left: 50%;
1301
+ transform: translate(-50%, -50%);
1302
+ }
1303
+ .swagger-section .api-popup-dialog-shadow {
1304
+ position: fixed;
1305
+ top: 0;
1306
+ left: 0;
1307
+ width: 100%;
1308
+ height: 100%;
1309
+ opacity: 0.2;
1310
+ background-color: gray;
1311
+ z-index: 900;
1312
+ }
1313
+ .swagger-section .api-popup-dialog .api-popup-title {
1314
+ font-size: 24px;
1315
+ padding: 10px 0;
1316
+ }
1317
+ .swagger-section .api-popup-dialog .api-popup-title {
1318
+ font-size: 24px;
1319
+ padding: 10px 0;
1320
+ }
1321
+ .swagger-section .api-popup-dialog .error-msg {
1322
+ padding-left: 5px;
1323
+ padding-bottom: 5px;
1324
+ }
1325
+ .swagger-section .api-popup-dialog .api-popup-content {
1326
+ max-height: 500px;
1327
+ overflow-y: auto;
1328
+ }
1329
+ .swagger-section .api-popup-dialog .api-popup-authbtn {
1330
+ height: 30px;
1331
+ }
1332
+ .swagger-section .api-popup-dialog .api-popup-cancel {
1333
+ height: 30px;
1334
+ }
1335
+ .swagger-section .api-popup-scopes {
1336
+ padding: 10px 20px;
1337
+ }
1338
+ .swagger-section .api-popup-scopes li {
1339
+ padding: 5px 0;
1340
+ line-height: 20px;
1341
+ }
1342
+ .swagger-section .api-popup-scopes li input {
1343
+ position: relative;
1344
+ top: 2px;
1345
+ }
1346
+ .swagger-section .api-popup-scopes .api-scope-desc {
1347
+ padding-left: 20px;
1348
+ font-style: italic;
1349
+ }
1350
+ .swagger-section .api-popup-actions {
1351
+ padding-top: 10px;
1352
+ }
1353
+ .swagger-section fieldset {
1354
+ padding-bottom: 10px;
1355
+ padding-left: 20px;
1356
+ }
1357
+ .swagger-section .access {
1358
+ float: right;
1359
+ }
1360
+ .swagger-section .auth {
1361
+ float: right;
1362
+ }
1363
+ .swagger-section .api-ic {
1364
+ height: 18px;
1365
+ vertical-align: middle;
1366
+ display: inline-block;
1367
+ background: url("<%= image_path('swagger_ui_engine/explorer_icons.png') %>") no-repeat;
1368
+ }
1369
+ .swagger-section .api-ic .api_information_panel {
1370
+ position: relative;
1371
+ margin-top: 20px;
1372
+ margin-left: -5px;
1373
+ background: #FFF;
1374
+ border: 1px solid #ccc;
1375
+ border-radius: 5px;
1376
+ display: none;
1377
+ font-size: 13px;
1378
+ max-width: 300px;
1379
+ line-height: 30px;
1380
+ color: black;
1381
+ padding: 5px;
1382
+ }
1383
+ .swagger-section .api-ic .api_information_panel p .api-msg-enabled {
1384
+ color: green;
1385
+ }
1386
+ .swagger-section .api-ic .api_information_panel p .api-msg-disabled {
1387
+ color: red;
1388
+ }
1389
+ .swagger-section .api-ic:hover .api_information_panel {
1390
+ position: absolute;
1391
+ display: block;
1392
+ }
1393
+ .swagger-section .ic-info {
1394
+ background-position: 0 0;
1395
+ width: 18px;
1396
+ margin-top: -6px;
1397
+ margin-left: 4px;
1398
+ }
1399
+ .swagger-section .ic-warning {
1400
+ background-position: -60px 0;
1401
+ width: 18px;
1402
+ margin-top: -6px;
1403
+ margin-left: 4px;
1404
+ }
1405
+ .swagger-section .ic-error {
1406
+ background-position: -30px 0;
1407
+ width: 18px;
1408
+ margin-top: -6px;
1409
+ margin-left: 4px;
1410
+ }
1411
+ .swagger-section .ic-off {
1412
+ background-position: -90px 0;
1413
+ width: 58px;
1414
+ margin-top: -4px;
1415
+ cursor: pointer;
1416
+ }
1417
+ .swagger-section .ic-on {
1418
+ background-position: -160px 0;
1419
+ width: 58px;
1420
+ margin-top: -4px;
1421
+ cursor: pointer;
1422
+ }
1423
+ .swagger-section #header {
1424
+ background-color: #89bf04;
1425
+ padding: 9px 14px 19px 14px;
1426
+ height: 23px;
1427
+ min-width: 775px;
1428
+ }
1429
+ .swagger-section #input_baseUrl {
1430
+ width: 400px;
1431
+ }
1432
+ .swagger-section #api_selector {
1433
+ display: block;
1434
+ clear: none;
1435
+ float: right;
1436
+ }
1437
+ .swagger-section #api_selector .input {
1438
+ display: inline-block;
1439
+ clear: none;
1440
+ margin: 0 10px 0 0;
1441
+ }
1442
+ .swagger-section #api_selector input {
1443
+ font-size: 0.9em;
1444
+ padding: 3px;
1445
+ margin: 0;
1446
+ }
1447
+ .swagger-section #input_apiKey {
1448
+ width: 200px;
1449
+ }
1450
+ .swagger-section #explore,
1451
+ .swagger-section #auth_container .authorize__btn {
1452
+ display: block;
1453
+ text-decoration: none;
1454
+ font-weight: bold;
1455
+ padding: 6px 8px;
1456
+ font-size: 0.9em;
1457
+ color: white;
1458
+ background-color: #547f00;
1459
+ -moz-border-radius: 4px;
1460
+ -webkit-border-radius: 4px;
1461
+ -o-border-radius: 4px;
1462
+ -ms-border-radius: 4px;
1463
+ -khtml-border-radius: 4px;
1464
+ border-radius: 4px;
1465
+ }
1466
+ .swagger-section #explore:hover,
1467
+ .swagger-section #auth_container .authorize__btn:hover {
1468
+ background-color: #547f00;
1469
+ }
1470
+ .swagger-section #header #logo {
1471
+ font-size: 1.5em;
1472
+ font-weight: bold;
1473
+ text-decoration: none;
1474
+ color: white;
1475
+ }
1476
+ .swagger-section #header #logo .logo__img {
1477
+ display: block;
1478
+ float: left;
1479
+ margin-top: 2px;
1480
+ }
1481
+ .swagger-section #header #logo .logo__title {
1482
+ display: inline-block;
1483
+ padding: 5px 0 0 10px;
1484
+ }
1485
+ .swagger-section #content_message {
1486
+ margin: 10px 15px;
1487
+ font-style: italic;
1488
+ color: #999999;
1489
+ }
1490
+ .swagger-section #message-bar {
1491
+ min-height: 30px;
1492
+ text-align: center;
1493
+ padding-top: 10px;
1494
+ }
1495
+ .swagger-section .swagger-collapse:before {
1496
+ content: "-";
1497
+ }
1498
+ .swagger-section .swagger-expand:before {
1499
+ content: "+";
1500
+ }
1501
+ .swagger-section .error {
1502
+ outline-color: #cc0000;
1503
+ background-color: #f2dede;
1504
+ }