blob: 2e6b310300bdaa54b868c70b0e7155e4bf6ecd38 [file] [log] [blame]
Thomas Vachuska0fa2aa12015-08-18 12:53:04 -07001/* 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: #8888ff;
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 .swagger-ui-wrap {
124 line-height: 1;
125 font-family: "Droid Sans", sans-serif;
126 max-width: 960px;
127 margin-left: auto;
128 margin-right: auto;
Jian Li5c989102016-04-21 15:15:33 -0700129 /* JSONEditor specific styling */
Thomas Vachuska0fa2aa12015-08-18 12:53:04 -0700130}
131.swagger-section .swagger-ui-wrap b,
132.swagger-section .swagger-ui-wrap strong {
133 font-family: "Droid Sans", sans-serif;
134 font-weight: bold;
135}
136.swagger-section .swagger-ui-wrap q,
137.swagger-section .swagger-ui-wrap blockquote {
138 quotes: none;
139}
140.swagger-section .swagger-ui-wrap p {
141 line-height: 1.4em;
142 padding: 0 0 10px;
143 color: #333333;
144}
145.swagger-section .swagger-ui-wrap q:before,
146.swagger-section .swagger-ui-wrap q:after,
147.swagger-section .swagger-ui-wrap blockquote:before,
148.swagger-section .swagger-ui-wrap blockquote:after {
149 content: none;
150}
151.swagger-section .swagger-ui-wrap .heading_with_menu h1,
152.swagger-section .swagger-ui-wrap .heading_with_menu h2,
153.swagger-section .swagger-ui-wrap .heading_with_menu h3,
154.swagger-section .swagger-ui-wrap .heading_with_menu h4,
155.swagger-section .swagger-ui-wrap .heading_with_menu h5,
156.swagger-section .swagger-ui-wrap .heading_with_menu h6 {
157 display: block;
158 clear: none;
159 float: left;
160 -moz-box-sizing: border-box;
161 -webkit-box-sizing: border-box;
162 -ms-box-sizing: border-box;
163 box-sizing: border-box;
164 width: 60%;
165}
166.swagger-section .swagger-ui-wrap table {
167 border-collapse: collapse;
168 border-spacing: 0;
169}
170.swagger-section .swagger-ui-wrap table thead tr th {
171 padding: 5px;
172 font-size: 0.9em;
173 color: #666666;
174 border-bottom: 1px solid #999999;
175}
176.swagger-section .swagger-ui-wrap table tbody tr:last-child td {
177 border-bottom: none;
178}
179.swagger-section .swagger-ui-wrap table tbody tr.offset {
180 background-color: #f0f0f0;
181}
182.swagger-section .swagger-ui-wrap table tbody tr td {
183 padding: 6px;
184 font-size: 0.9em;
185 border-bottom: 1px solid #cccccc;
186 vertical-align: top;
187 line-height: 1.3em;
188}
189.swagger-section .swagger-ui-wrap ol {
190 margin: 0px 0 10px;
191 padding: 0 0 0 18px;
192 list-style-type: decimal;
193}
194.swagger-section .swagger-ui-wrap ol li {
195 padding: 5px 0px;
196 font-size: 0.9em;
197 color: #333333;
198}
199.swagger-section .swagger-ui-wrap ol,
200.swagger-section .swagger-ui-wrap ul {
201 list-style: none;
202}
203.swagger-section .swagger-ui-wrap h1 a,
204.swagger-section .swagger-ui-wrap h2 a,
205.swagger-section .swagger-ui-wrap h3 a,
206.swagger-section .swagger-ui-wrap h4 a,
207.swagger-section .swagger-ui-wrap h5 a,
208.swagger-section .swagger-ui-wrap h6 a {
209 text-decoration: none;
210}
211.swagger-section .swagger-ui-wrap h1 a:hover,
212.swagger-section .swagger-ui-wrap h2 a:hover,
213.swagger-section .swagger-ui-wrap h3 a:hover,
214.swagger-section .swagger-ui-wrap h4 a:hover,
215.swagger-section .swagger-ui-wrap h5 a:hover,
216.swagger-section .swagger-ui-wrap h6 a:hover {
217 text-decoration: underline;
218}
219.swagger-section .swagger-ui-wrap h1 span.divider,
220.swagger-section .swagger-ui-wrap h2 span.divider,
221.swagger-section .swagger-ui-wrap h3 span.divider,
222.swagger-section .swagger-ui-wrap h4 span.divider,
223.swagger-section .swagger-ui-wrap h5 span.divider,
224.swagger-section .swagger-ui-wrap h6 span.divider {
225 color: #aaaaaa;
226}
227.swagger-section .swagger-ui-wrap a {
228 color: #547f00;
229}
230.swagger-section .swagger-ui-wrap a img {
231 border: none;
232}
233.swagger-section .swagger-ui-wrap article,
234.swagger-section .swagger-ui-wrap aside,
235.swagger-section .swagger-ui-wrap details,
236.swagger-section .swagger-ui-wrap figcaption,
237.swagger-section .swagger-ui-wrap figure,
238.swagger-section .swagger-ui-wrap footer,
239.swagger-section .swagger-ui-wrap header,
240.swagger-section .swagger-ui-wrap hgroup,
241.swagger-section .swagger-ui-wrap menu,
242.swagger-section .swagger-ui-wrap nav,
243.swagger-section .swagger-ui-wrap section,
244.swagger-section .swagger-ui-wrap summary {
245 display: block;
246}
247.swagger-section .swagger-ui-wrap pre {
248 font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
249 background-color: #fcf6db;
250 border: 1px solid #e5e0c6;
251 padding: 10px;
252}
253.swagger-section .swagger-ui-wrap pre code {
254 line-height: 1.6em;
255 background: none;
256}
257.swagger-section .swagger-ui-wrap .content > .content-type > div > label {
258 clear: both;
259 display: block;
260 color: #0F6AB4;
261 font-size: 1.1em;
262 margin: 0;
263 padding: 15px 0 5px;
264}
265.swagger-section .swagger-ui-wrap .content pre {
266 font-size: 12px;
267 margin-top: 5px;
268 padding: 5px;
269}
270.swagger-section .swagger-ui-wrap .icon-btn {
271 cursor: pointer;
272}
273.swagger-section .swagger-ui-wrap .info_title {
274 padding-bottom: 10px;
275 font-weight: bold;
276 font-size: 25px;
277}
278.swagger-section .swagger-ui-wrap .footer {
279 margin-top: 20px;
280}
281.swagger-section .swagger-ui-wrap p.big,
282.swagger-section .swagger-ui-wrap div.big p {
283 font-size: 1em;
284 margin-bottom: 10px;
285}
286.swagger-section .swagger-ui-wrap form.fullwidth ol li.string input,
287.swagger-section .swagger-ui-wrap form.fullwidth ol li.url input,
288.swagger-section .swagger-ui-wrap form.fullwidth ol li.text textarea,
289.swagger-section .swagger-ui-wrap form.fullwidth ol li.numeric input {
290 width: 500px !important;
291}
292.swagger-section .swagger-ui-wrap .info_license {
293 padding-bottom: 5px;
294}
295.swagger-section .swagger-ui-wrap .info_tos {
296 padding-bottom: 5px;
297}
298.swagger-section .swagger-ui-wrap .message-fail {
299 color: #cc0000;
300}
301.swagger-section .swagger-ui-wrap .info_url {
302 padding-bottom: 5px;
303}
304.swagger-section .swagger-ui-wrap .info_email {
305 padding-bottom: 5px;
306}
307.swagger-section .swagger-ui-wrap .info_name {
308 padding-bottom: 5px;
309}
310.swagger-section .swagger-ui-wrap .info_description {
311 padding-bottom: 10px;
312 font-size: 15px;
313}
314.swagger-section .swagger-ui-wrap .markdown ol li,
315.swagger-section .swagger-ui-wrap .markdown ul li {
316 padding: 3px 0px;
317 line-height: 1.4em;
318 color: #333333;
319}
320.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.string input,
321.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.url input,
322.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.numeric input {
323 display: block;
324 padding: 4px;
325 width: auto;
326 clear: both;
327}
328.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.string input.title,
329.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.url input.title,
330.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.numeric input.title {
331 font-size: 1.3em;
332}
333.swagger-section .swagger-ui-wrap table.fullwidth {
334 width: 100%;
335}
336.swagger-section .swagger-ui-wrap .model-signature {
337 font-family: "Droid Sans", sans-serif;
338 font-size: 1em;
339 line-height: 1.5em;
340}
341.swagger-section .swagger-ui-wrap .model-signature .signature-nav a {
342 text-decoration: none;
343 color: #AAA;
344}
345.swagger-section .swagger-ui-wrap .model-signature .signature-nav a:hover {
346 text-decoration: underline;
347 color: black;
348}
349.swagger-section .swagger-ui-wrap .model-signature .signature-nav .selected {
350 color: black;
351 text-decoration: none;
352}
353.swagger-section .swagger-ui-wrap .model-signature .propType {
354 color: #5555aa;
355}
356.swagger-section .swagger-ui-wrap .model-signature pre:hover {
357 background-color: #ffffdd;
358}
359.swagger-section .swagger-ui-wrap .model-signature pre {
360 font-size: .85em;
361 line-height: 1.2em;
362 overflow: auto;
363 max-height: 200px;
364 cursor: pointer;
365}
366.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav {
367 display: block;
368 margin: 0;
369 padding: 0;
370}
371.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li:last-child {
372 padding-right: 0;
373 border-right: none;
374}
375.swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li {
376 float: left;
377 margin: 0 5px 5px 0;
378 padding: 2px 5px 2px 0;
379 border-right: 1px solid #ddd;
380}
381.swagger-section .swagger-ui-wrap .model-signature .propOpt {
382 color: #555;
383}
384.swagger-section .swagger-ui-wrap .model-signature .snippet small {
385 font-size: 0.75em;
386}
387.swagger-section .swagger-ui-wrap .model-signature .propOptKey {
388 font-style: italic;
389}
390.swagger-section .swagger-ui-wrap .model-signature .description .strong {
391 font-weight: bold;
392 color: #000;
393 font-size: .9em;
394}
395.swagger-section .swagger-ui-wrap .model-signature .description div {
396 font-size: 0.9em;
397 line-height: 1.5em;
398 margin-left: 1em;
399}
400.swagger-section .swagger-ui-wrap .model-signature .description .stronger {
401 font-weight: bold;
402 color: #000;
403}
404.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper {
405 border-spacing: 0;
406 position: absolute;
407 background-color: #ffffff;
408 border: 1px solid #bbbbbb;
409 display: none;
410 font-size: 11px;
411 max-width: 400px;
412 line-height: 30px;
413 color: black;
414 padding: 5px;
415 margin-left: 10px;
416}
417.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper th {
418 text-align: center;
419 background-color: #eeeeee;
420 border: 1px solid #bbbbbb;
421 font-size: 11px;
422 color: #666666;
423 font-weight: bold;
424 padding: 5px;
425 line-height: 15px;
426}
427.swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper .optionName {
428 font-weight: bold;
429}
430.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:first-child,
431.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:last-child {
432 display: inline;
433}
434.swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:not(:first-child):before {
435 display: block;
436 content: '';
437}
438.swagger-section .swagger-ui-wrap .model-signature .description span:last-of-type.propDesc.markdown > p:only-child {
439 margin-right: -3px;
440}
441.swagger-section .swagger-ui-wrap .model-signature .propName {
442 font-weight: bold;
443}
444.swagger-section .swagger-ui-wrap .model-signature .signature-container {
445 clear: both;
446}
447.swagger-section .swagger-ui-wrap .body-textarea {
448 width: 300px;
449 height: 100px;
450 border: 1px solid #aaa;
451}
452.swagger-section .swagger-ui-wrap .markdown p code,
453.swagger-section .swagger-ui-wrap .markdown li code {
454 font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
455 background-color: #f0f0f0;
456 color: black;
457 padding: 1px 3px;
458}
459.swagger-section .swagger-ui-wrap .required {
460 font-weight: bold;
461}
Jian Li5c989102016-04-21 15:15:33 -0700462.swagger-section .swagger-ui-wrap .editor_holder {
463 font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
464 font-size: 0.9em;
465}
466.swagger-section .swagger-ui-wrap .editor_holder label {
467 font-weight: normal!important;
468 /* 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 */
469}
470.swagger-section .swagger-ui-wrap .editor_holder label.required {
471 font-weight: bold!important;
472}
Thomas Vachuska0fa2aa12015-08-18 12:53:04 -0700473.swagger-section .swagger-ui-wrap input.parameter {
474 width: 300px;
475 border: 1px solid #aaa;
476}
477.swagger-section .swagger-ui-wrap h1 {
478 color: black;
479 font-size: 1.5em;
480 line-height: 1.3em;
481 padding: 10px 0 10px 0;
482 font-family: "Droid Sans", sans-serif;
483 font-weight: bold;
484}
485.swagger-section .swagger-ui-wrap .heading_with_menu {
486 float: none;
487 clear: both;
488 overflow: hidden;
489 display: block;
490}
491.swagger-section .swagger-ui-wrap .heading_with_menu ul {
492 display: block;
493 clear: none;
494 float: right;
495 -moz-box-sizing: border-box;
496 -webkit-box-sizing: border-box;
497 -ms-box-sizing: border-box;
498 box-sizing: border-box;
499 margin-top: 10px;
500}
501.swagger-section .swagger-ui-wrap h2 {
502 color: black;
503 font-size: 1.3em;
504 padding: 10px 0 10px 0;
505}
506.swagger-section .swagger-ui-wrap h2 a {
507 color: black;
508}
509.swagger-section .swagger-ui-wrap h2 span.sub {
510 font-size: 0.7em;
511 color: #999999;
512 font-style: italic;
513}
514.swagger-section .swagger-ui-wrap h2 span.sub a {
515 color: #777777;
516}
517.swagger-section .swagger-ui-wrap span.weak {
518 color: #666666;
519}
520.swagger-section .swagger-ui-wrap .message-success {
521 color: #89BF04;
522}
523.swagger-section .swagger-ui-wrap caption,
524.swagger-section .swagger-ui-wrap th,
525.swagger-section .swagger-ui-wrap td {
526 text-align: left;
527 font-weight: normal;
528 vertical-align: middle;
529}
530.swagger-section .swagger-ui-wrap .code {
531 font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
532}
533.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.text textarea {
534 font-family: "Droid Sans", sans-serif;
535 height: 250px;
536 padding: 4px;
537 display: block;
538 clear: both;
539}
540.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.select select {
541 display: block;
542 clear: both;
543}
544.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean {
545 float: none;
546 clear: both;
547 overflow: hidden;
548 display: block;
549}
550.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean label {
551 display: block;
552 float: left;
553 clear: none;
554 margin: 0;
555 padding: 0;
556}
557.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean input {
558 display: block;
559 float: left;
560 clear: none;
561 margin: 0 5px 0 0;
562}
563.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.required label {
564 color: black;
565}
566.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label {
567 display: block;
568 clear: both;
569 width: auto;
570 padding: 0 0 3px;
571 color: #666666;
572}
573.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label abbr {
574 padding-left: 3px;
575 color: #888888;
576}
577.swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li p.inline-hints {
578 margin-left: 0;
579 font-style: italic;
580 font-size: 0.9em;
581 margin: 0;
582}
583.swagger-section .swagger-ui-wrap form.formtastic fieldset.buttons {
584 margin: 0;
585 padding: 0;
586}
587.swagger-section .swagger-ui-wrap span.blank,
588.swagger-section .swagger-ui-wrap span.empty {
589 color: #888888;
590 font-style: italic;
591}
592.swagger-section .swagger-ui-wrap .markdown h3 {
593 color: #547f00;
594}
595.swagger-section .swagger-ui-wrap .markdown h4 {
596 color: #666666;
597}
598.swagger-section .swagger-ui-wrap .markdown pre {
599 font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
600 background-color: #fcf6db;
601 border: 1px solid #e5e0c6;
602 padding: 10px;
603 margin: 0 0 10px 0;
604}
605.swagger-section .swagger-ui-wrap .markdown pre code {
606 line-height: 1.6em;
607}
608.swagger-section .swagger-ui-wrap div.gist {
609 margin: 20px 0 25px 0 !important;
610}
611.swagger-section .swagger-ui-wrap ul#resources {
612 font-family: "Droid Sans", sans-serif;
613 font-size: 0.9em;
614}
615.swagger-section .swagger-ui-wrap ul#resources li.resource {
616 border-bottom: 1px solid #dddddd;
617}
618.swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading h2 a,
619.swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading h2 a {
620 color: black;
621}
622.swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading ul.options li a,
623.swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading ul.options li a {
624 color: #555555;
625}
626.swagger-section .swagger-ui-wrap ul#resources li.resource:last-child {
627 border-bottom: none;
628}
629.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading {
630 border: 1px solid transparent;
631 float: none;
632 clear: both;
633 overflow: hidden;
634 display: block;
635}
636.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options {
637 overflow: hidden;
638 padding: 0;
639 display: block;
640 clear: none;
641 float: right;
642 margin: 14px 10px 0 0;
643}
644.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li {
645 float: left;
646 clear: none;
647 margin: 0;
648 padding: 2px 10px;
649 border-right: 1px solid #dddddd;
650 color: #666666;
651 font-size: 0.9em;
652}
653.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a {
654 color: #aaaaaa;
655 text-decoration: none;
656}
657.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover {
658 text-decoration: underline;
659 color: black;
660}
661.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover,
662.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:active,
663.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a.active {
664 text-decoration: underline;
665}
666.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:first-child,
667.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.first {
668 padding-left: 0;
669}
670.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:last-child,
671.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.last {
672 padding-right: 0;
673 border-right: none;
674}
675.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options:first-child,
676.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options.first {
677 padding-left: 0;
678}
679.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 {
680 color: #999999;
681 padding-left: 0;
682 display: block;
683 clear: none;
684 float: left;
685 font-family: "Droid Sans", sans-serif;
686 font-weight: bold;
687}
688.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
689 color: #999999;
690}
691.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a:hover {
692 color: black;
693}
694.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation {
695 float: none;
696 clear: both;
697 overflow: hidden;
698 display: block;
699 margin: 0 0 10px;
700 padding: 0;
701}
702.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading {
703 float: none;
704 clear: both;
705 overflow: hidden;
706 display: block;
707 margin: 0;
708 padding: 0;
709}
710.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 {
711 display: block;
712 clear: none;
713 float: left;
714 width: auto;
715 margin: 0;
716 padding: 0;
717 line-height: 1.1em;
718 color: black;
719}
720.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path {
721 padding-left: 10px;
722}
723.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a {
724 color: black;
725 text-decoration: none;
726}
727.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a:hover {
728 text-decoration: underline;
729}
730.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.http_method a {
731 text-transform: uppercase;
732 text-decoration: none;
733 color: white;
734 display: inline-block;
735 width: 50px;
736 font-size: 0.7em;
737 text-align: center;
738 padding: 7px 0 4px;
739 -moz-border-radius: 2px;
740 -webkit-border-radius: 2px;
741 -o-border-radius: 2px;
742 -ms-border-radius: 2px;
743 -khtml-border-radius: 2px;
744 border-radius: 2px;
745}
746.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span {
747 margin: 0;
748 padding: 0;
749}
750.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options {
751 overflow: hidden;
752 padding: 0;
753 display: block;
754 clear: none;
755 float: right;
756 margin: 6px 10px 0 0;
757}
758.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li {
759 float: left;
760 clear: none;
761 margin: 0;
762 padding: 2px 10px;
763 font-size: 0.9em;
764}
765.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li a {
766 text-decoration: none;
767}
768.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li.access {
769 color: black;
770}
771.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content {
772 border-top: none;
773 padding: 10px;
774 -moz-border-radius-bottomleft: 6px;
775 -webkit-border-bottom-left-radius: 6px;
776 -o-border-bottom-left-radius: 6px;
777 -ms-border-bottom-left-radius: 6px;
778 -khtml-border-bottom-left-radius: 6px;
779 border-bottom-left-radius: 6px;
780 -moz-border-radius-bottomright: 6px;
781 -webkit-border-bottom-right-radius: 6px;
782 -o-border-bottom-right-radius: 6px;
783 -ms-border-bottom-right-radius: 6px;
784 -khtml-border-bottom-right-radius: 6px;
785 border-bottom-right-radius: 6px;
786 margin: 0 0 20px;
787}
788.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content h4 {
789 font-size: 1.1em;
790 margin: 0;
791 padding: 15px 0 5px;
792}
793.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header {
794 float: none;
795 clear: both;
796 overflow: hidden;
797 display: block;
798}
799.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header a {
800 padding: 4px 0 0 10px;
801 display: inline-block;
802 font-size: 0.9em;
803}
804.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input.submit {
805 display: block;
806 clear: none;
807 float: left;
808 padding: 6px 8px;
809}
810.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 {
811 background-image: url('../images/throbber.gif');
812 width: 128px;
813 height: 16px;
814 display: block;
815 clear: none;
816 float: right;
817}
818.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form input[type='text'].error {
819 outline: 2px solid black;
820 outline-color: #cc0000;
821}
Jian Li5c989102016-04-21 15:15:33 -0700822.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form select[name='parameterContentType'] {
823 max-width: 300px;
824}
Thomas Vachuska0fa2aa12015-08-18 12:53:04 -0700825.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.response div.block pre {
826 font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
827 padding: 10px;
828 font-size: 0.9em;
829 max-height: 400px;
830 overflow-y: auto;
831}
832.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading {
833 background-color: #f9f2e9;
834 border: 1px solid #f0e0ca;
835}
836.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 {
837 background-color: #c5862b;
838}
839.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li {
840 border-right: 1px solid #dddddd;
841 border-right-color: #f0e0ca;
842 color: #c5862b;
843}
844.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a {
845 color: #c5862b;
846}
847.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content {
848 background-color: #faf5ee;
849 border: 1px solid #f0e0ca;
850}
851.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content h4 {
852 color: #c5862b;
853}
854.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header a {
855 color: #dcb67f;
856}
857.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading {
858 background-color: #fcffcd;
859 border: 1px solid black;
860 border-color: #ffd20f;
861}
862.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 {
863 text-transform: uppercase;
864 background-color: #ffd20f;
865}
866.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li {
867 border-right: 1px solid #dddddd;
868 border-right-color: #ffd20f;
869 color: #ffd20f;
870}
871.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li a {
872 color: #ffd20f;
873}
874.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content {
875 background-color: #fcffcd;
876 border: 1px solid black;
877 border-color: #ffd20f;
878}
879.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content h4 {
880 color: #ffd20f;
881}
882.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.sandbox_header a {
883 color: #6fc992;
884}
885.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading {
886 background-color: #f5e8e8;
887 border: 1px solid #e8c6c7;
888}
889.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 {
890 text-transform: uppercase;
891 background-color: #a41e22;
892}
893.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li {
894 border-right: 1px solid #dddddd;
895 border-right-color: #e8c6c7;
896 color: #a41e22;
897}
898.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a {
899 color: #a41e22;
900}
901.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
902 background-color: #f7eded;
903 border: 1px solid #e8c6c7;
904}
905.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4 {
906 color: #a41e22;
907}
908.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header a {
909 color: #c8787a;
910}
911.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading {
912 background-color: #e7f6ec;
913 border: 1px solid #c3e8d1;
914}
915.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 {
916 background-color: #10a54a;
917}
918.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li {
919 border-right: 1px solid #dddddd;
920 border-right-color: #c3e8d1;
921 color: #10a54a;
922}
923.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a {
924 color: #10a54a;
925}
926.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content {
927 background-color: #ebf7f0;
928 border: 1px solid #c3e8d1;
929}
930.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4 {
931 color: #10a54a;
932}
933.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header a {
934 color: #6fc992;
935}
936.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading {
937 background-color: #FCE9E3;
938 border: 1px solid #F5D5C3;
939}
940.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 {
941 background-color: #D38042;
942}
943.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li {
944 border-right: 1px solid #dddddd;
945 border-right-color: #f0cecb;
946 color: #D38042;
947}
948.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a {
949 color: #D38042;
950}
951.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content {
952 background-color: #faf0ef;
953 border: 1px solid #f0cecb;
954}
955.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content h4 {
956 color: #D38042;
957}
958.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header a {
959 color: #dcb67f;
960}
961.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
962 background-color: #e7f0f7;
963 border: 1px solid #c3d9ec;
964}
965.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 {
966 background-color: #0f6ab4;
967}
968.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li {
969 border-right: 1px solid #dddddd;
970 border-right-color: #c3d9ec;
971 color: #0f6ab4;
972}
973.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a {
974 color: #0f6ab4;
975}
976.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content {
977 background-color: #ebf3f9;
978 border: 1px solid #c3d9ec;
979}
980.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4 {
981 color: #0f6ab4;
982}
983.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header a {
984 color: #6fa5d2;
985}
986.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading {
987 background-color: #e7f0f7;
988 border: 1px solid #c3d9ec;
989}
990.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 {
991 background-color: #0f6ab4;
992}
993.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li {
994 border-right: 1px solid #dddddd;
995 border-right-color: #c3d9ec;
996 color: #0f6ab4;
997}
998.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li a {
999 color: #0f6ab4;
1000}
1001.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content {
1002 background-color: #ebf3f9;
1003 border: 1px solid #c3d9ec;
1004}
1005.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content h4 {
1006 color: #0f6ab4;
1007}
1008.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content div.sandbox_header a {
1009 color: #6fa5d2;
1010}
1011.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content,
1012.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content,
1013.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content,
1014.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content,
1015.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content,
1016.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
1017 border-top: none;
1018}
1019.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,
1020.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,
1021.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,
1022.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,
1023.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,
1024.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,
1025.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li.last,
1026.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li.last,
1027.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li.last,
1028.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li.last,
1029.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li.last,
1030.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li.last {
1031 padding-right: 0;
1032 border-right: none;
1033}
1034.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:hover,
1035.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:active,
1036.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a.active {
1037 text-decoration: underline;
1038}
1039.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li:first-child,
1040.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li.first {
1041 padding-left: 0;
1042}
1043.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations:first-child,
1044.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations.first {
1045 padding-left: 0;
1046}
1047.swagger-section .swagger-ui-wrap p#colophon {
1048 margin: 0 15px 40px 15px;
1049 padding: 10px 0;
1050 font-size: 0.8em;
1051 border-top: 1px solid #dddddd;
1052 font-family: "Droid Sans", sans-serif;
1053 color: #999999;
1054 font-style: italic;
1055}
1056.swagger-section .swagger-ui-wrap p#colophon a {
1057 text-decoration: none;
1058 color: #547f00;
1059}
1060.swagger-section .swagger-ui-wrap h3 {
1061 color: black;
1062 font-size: 1.1em;
1063 padding: 10px 0 10px 0;
1064}
1065.swagger-section .swagger-ui-wrap .markdown ol,
1066.swagger-section .swagger-ui-wrap .markdown ul {
1067 font-family: "Droid Sans", sans-serif;
1068 margin: 5px 0 10px;
1069 padding: 0 0 0 18px;
1070 list-style-type: disc;
1071}
1072.swagger-section .swagger-ui-wrap form.form_box {
1073 background-color: #ebf3f9;
1074 border: 1px solid #c3d9ec;
1075 padding: 10px;
1076}
1077.swagger-section .swagger-ui-wrap form.form_box label {
1078 color: #0f6ab4 !important;
1079}
1080.swagger-section .swagger-ui-wrap form.form_box input[type=submit] {
1081 display: block;
1082 padding: 10px;
1083}
1084.swagger-section .swagger-ui-wrap form.form_box p.weak {
1085 font-size: 0.8em;
1086}
1087.swagger-section .swagger-ui-wrap form.form_box p {
1088 font-size: 0.9em;
1089 padding: 0 0 15px;
1090 color: #7e7b6d;
1091}
1092.swagger-section .swagger-ui-wrap form.form_box p a {
1093 color: #646257;
1094}
1095.swagger-section .swagger-ui-wrap form.form_box p strong {
1096 color: black;
1097}
1098.swagger-section .swagger-ui-wrap .operation-status td.markdown > p:last-child {
1099 padding-bottom: 0;
1100}
1101.swagger-section .title {
1102 font-style: bold;
1103}
1104.swagger-section .secondary_form {
1105 display: none;
1106}
1107.swagger-section .main_image {
1108 display: block;
1109 margin-left: auto;
1110 margin-right: auto;
1111}
1112.swagger-section .oauth_body {
1113 margin-left: 100px;
1114 margin-right: 100px;
1115}
1116.swagger-section .oauth_submit {
1117 text-align: center;
1118}
1119.swagger-section .api-popup-dialog {
1120 z-index: 10000;
1121 position: absolute;
1122 width: 500px;
1123 background: #FFF;
1124 padding: 20px;
1125 border: 1px solid #ccc;
1126 border-radius: 5px;
1127 display: none;
1128 font-size: 13px;
1129 color: #777;
1130}
1131.swagger-section .api-popup-dialog .api-popup-title {
1132 font-size: 24px;
1133 padding: 10px 0;
1134}
1135.swagger-section .api-popup-dialog .api-popup-title {
1136 font-size: 24px;
1137 padding: 10px 0;
1138}
Jian Li5c989102016-04-21 15:15:33 -07001139.swagger-section .api-popup-dialog .error-msg {
Thomas Vachuska0fa2aa12015-08-18 12:53:04 -07001140 padding-left: 5px;
1141 padding-bottom: 5px;
1142}
Jian Li5c989102016-04-21 15:15:33 -07001143.swagger-section .api-popup-dialog .api-popup-authbtn {
Thomas Vachuska0fa2aa12015-08-18 12:53:04 -07001144 height: 30px;
1145}
Jian Li5c989102016-04-21 15:15:33 -07001146.swagger-section .api-popup-dialog .api-popup-cancel {
Thomas Vachuska0fa2aa12015-08-18 12:53:04 -07001147 height: 30px;
1148}
1149.swagger-section .api-popup-scopes {
1150 padding: 10px 20px;
1151}
1152.swagger-section .api-popup-scopes li {
1153 padding: 5px 0;
1154 line-height: 20px;
1155}
Thomas Vachuska0fa2aa12015-08-18 12:53:04 -07001156.swagger-section .api-popup-scopes li input {
1157 position: relative;
1158 top: 2px;
1159}
Jian Li5c989102016-04-21 15:15:33 -07001160.swagger-section .api-popup-scopes .api-scope-desc {
1161 padding-left: 20px;
1162 font-style: italic;
1163}
Thomas Vachuska0fa2aa12015-08-18 12:53:04 -07001164.swagger-section .api-popup-actions {
1165 padding-top: 10px;
1166}
1167#header {
1168 display: none;
1169}
1170.swagger-section .swagger-ui-wrap .model-signature pre {
1171 max-height: none;
1172}
1173.swagger-section .swagger-ui-wrap .body-textarea {
1174 width: 100px;
1175}
1176.swagger-section .swagger-ui-wrap input.parameter {
1177 width: 100px;
1178}
1179.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options {
1180 display: none;
1181}
1182.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints {
1183 display: block !important;
1184}
1185.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content {
1186 display: block !important;
1187}