Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

1189 řádky
41 KiB

  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: #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;
  129. /* JSONEditor specific styling */
  130. }
  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. min-width: 230px;
  369. margin: 0;
  370. padding: 0;
  371. }
  372. .swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li:last-child {
  373. padding-right: 0;
  374. border-right: none;
  375. }
  376. .swagger-section .swagger-ui-wrap .model-signature ul.signature-nav li {
  377. float: left;
  378. margin: 0 5px 5px 0;
  379. padding: 2px 5px 2px 0;
  380. border-right: 1px solid #ddd;
  381. }
  382. .swagger-section .swagger-ui-wrap .model-signature .propOpt {
  383. color: #555;
  384. }
  385. .swagger-section .swagger-ui-wrap .model-signature .snippet small {
  386. font-size: 0.75em;
  387. }
  388. .swagger-section .swagger-ui-wrap .model-signature .propOptKey {
  389. font-style: italic;
  390. }
  391. .swagger-section .swagger-ui-wrap .model-signature .description .strong {
  392. font-weight: bold;
  393. color: #000;
  394. font-size: .9em;
  395. }
  396. .swagger-section .swagger-ui-wrap .model-signature .description div {
  397. font-size: 0.9em;
  398. line-height: 1.5em;
  399. margin-left: 1em;
  400. }
  401. .swagger-section .swagger-ui-wrap .model-signature .description .stronger {
  402. font-weight: bold;
  403. color: #000;
  404. }
  405. .swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper {
  406. border-spacing: 0;
  407. position: absolute;
  408. background-color: #ffffff;
  409. border: 1px solid #bbbbbb;
  410. display: none;
  411. font-size: 11px;
  412. max-width: 400px;
  413. line-height: 30px;
  414. color: black;
  415. padding: 5px;
  416. margin-left: 10px;
  417. }
  418. .swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper th {
  419. text-align: center;
  420. background-color: #eeeeee;
  421. border: 1px solid #bbbbbb;
  422. font-size: 11px;
  423. color: #666666;
  424. font-weight: bold;
  425. padding: 5px;
  426. line-height: 15px;
  427. }
  428. .swagger-section .swagger-ui-wrap .model-signature .description .propWrap .optionsWrapper .optionName {
  429. font-weight: bold;
  430. }
  431. .swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:first-child,
  432. .swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:last-child {
  433. display: inline;
  434. }
  435. .swagger-section .swagger-ui-wrap .model-signature .description .propDesc.markdown > p:not(:first-child):before {
  436. display: block;
  437. content: '';
  438. }
  439. .swagger-section .swagger-ui-wrap .model-signature .description span:last-of-type.propDesc.markdown > p:only-child {
  440. margin-right: -3px;
  441. }
  442. .swagger-section .swagger-ui-wrap .model-signature .propName {
  443. font-weight: bold;
  444. }
  445. .swagger-section .swagger-ui-wrap .model-signature .signature-container {
  446. clear: both;
  447. }
  448. .swagger-section .swagger-ui-wrap .body-textarea {
  449. width: 300px;
  450. height: 100px;
  451. border: 1px solid #aaa;
  452. }
  453. .swagger-section .swagger-ui-wrap .markdown p code,
  454. .swagger-section .swagger-ui-wrap .markdown li code {
  455. font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  456. background-color: #f0f0f0;
  457. color: black;
  458. padding: 1px 3px;
  459. }
  460. .swagger-section .swagger-ui-wrap .required {
  461. font-weight: bold;
  462. }
  463. .swagger-section .swagger-ui-wrap .editor_holder {
  464. font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  465. font-size: 0.9em;
  466. }
  467. .swagger-section .swagger-ui-wrap .editor_holder label {
  468. font-weight: normal!important;
  469. /* 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 */
  470. }
  471. .swagger-section .swagger-ui-wrap .editor_holder label.required {
  472. font-weight: bold!important;
  473. }
  474. .swagger-section .swagger-ui-wrap input.parameter {
  475. width: 300px;
  476. border: 1px solid #aaa;
  477. }
  478. .swagger-section .swagger-ui-wrap h1 {
  479. color: black;
  480. font-size: 1.5em;
  481. line-height: 1.3em;
  482. padding: 10px 0 10px 0;
  483. font-family: "Droid Sans", sans-serif;
  484. font-weight: bold;
  485. }
  486. .swagger-section .swagger-ui-wrap .heading_with_menu {
  487. float: none;
  488. clear: both;
  489. overflow: hidden;
  490. display: block;
  491. }
  492. .swagger-section .swagger-ui-wrap .heading_with_menu ul {
  493. display: block;
  494. clear: none;
  495. float: right;
  496. -moz-box-sizing: border-box;
  497. -webkit-box-sizing: border-box;
  498. -ms-box-sizing: border-box;
  499. box-sizing: border-box;
  500. margin-top: 10px;
  501. }
  502. .swagger-section .swagger-ui-wrap h2 {
  503. color: black;
  504. font-size: 1.3em;
  505. padding: 10px 0 10px 0;
  506. }
  507. .swagger-section .swagger-ui-wrap h2 a {
  508. color: black;
  509. }
  510. .swagger-section .swagger-ui-wrap h2 span.sub {
  511. font-size: 0.7em;
  512. color: #999999;
  513. font-style: italic;
  514. }
  515. .swagger-section .swagger-ui-wrap h2 span.sub a {
  516. color: #777777;
  517. }
  518. .swagger-section .swagger-ui-wrap span.weak {
  519. color: #666666;
  520. }
  521. .swagger-section .swagger-ui-wrap .message-success {
  522. color: #89BF04;
  523. }
  524. .swagger-section .swagger-ui-wrap caption,
  525. .swagger-section .swagger-ui-wrap th,
  526. .swagger-section .swagger-ui-wrap td {
  527. text-align: left;
  528. font-weight: normal;
  529. vertical-align: middle;
  530. }
  531. .swagger-section .swagger-ui-wrap .code {
  532. font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  533. }
  534. .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.text textarea {
  535. font-family: "Droid Sans", sans-serif;
  536. height: 250px;
  537. padding: 4px;
  538. display: block;
  539. clear: both;
  540. }
  541. .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.select select {
  542. display: block;
  543. clear: both;
  544. }
  545. .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean {
  546. float: none;
  547. clear: both;
  548. overflow: hidden;
  549. display: block;
  550. }
  551. .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean label {
  552. display: block;
  553. float: left;
  554. clear: none;
  555. margin: 0;
  556. padding: 0;
  557. }
  558. .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.boolean input {
  559. display: block;
  560. float: left;
  561. clear: none;
  562. margin: 0 5px 0 0;
  563. }
  564. .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li.required label {
  565. color: black;
  566. }
  567. .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label {
  568. display: block;
  569. clear: both;
  570. width: auto;
  571. padding: 0 0 3px;
  572. color: #666666;
  573. }
  574. .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li label abbr {
  575. padding-left: 3px;
  576. color: #888888;
  577. }
  578. .swagger-section .swagger-ui-wrap form.formtastic fieldset.inputs ol li p.inline-hints {
  579. margin-left: 0;
  580. font-style: italic;
  581. font-size: 0.9em;
  582. margin: 0;
  583. }
  584. .swagger-section .swagger-ui-wrap form.formtastic fieldset.buttons {
  585. margin: 0;
  586. padding: 0;
  587. }
  588. .swagger-section .swagger-ui-wrap span.blank,
  589. .swagger-section .swagger-ui-wrap span.empty {
  590. color: #888888;
  591. font-style: italic;
  592. }
  593. .swagger-section .swagger-ui-wrap .markdown h3 {
  594. color: #547f00;
  595. }
  596. .swagger-section .swagger-ui-wrap .markdown h4 {
  597. color: #666666;
  598. }
  599. .swagger-section .swagger-ui-wrap .markdown pre {
  600. font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  601. background-color: #fcf6db;
  602. border: 1px solid #e5e0c6;
  603. padding: 10px;
  604. margin: 0 0 10px 0;
  605. }
  606. .swagger-section .swagger-ui-wrap .markdown pre code {
  607. line-height: 1.6em;
  608. }
  609. .swagger-section .swagger-ui-wrap div.gist {
  610. margin: 20px 0 25px 0 !important;
  611. }
  612. .swagger-section .swagger-ui-wrap ul#resources {
  613. font-family: "Droid Sans", sans-serif;
  614. font-size: 0.9em;
  615. }
  616. .swagger-section .swagger-ui-wrap ul#resources li.resource {
  617. border-bottom: 1px solid #dddddd;
  618. }
  619. .swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading h2 a,
  620. .swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading h2 a {
  621. color: black;
  622. }
  623. .swagger-section .swagger-ui-wrap ul#resources li.resource:hover div.heading ul.options li a,
  624. .swagger-section .swagger-ui-wrap ul#resources li.resource.active div.heading ul.options li a {
  625. color: #555555;
  626. }
  627. .swagger-section .swagger-ui-wrap ul#resources li.resource:last-child {
  628. border-bottom: none;
  629. }
  630. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading {
  631. border: 1px solid transparent;
  632. float: none;
  633. clear: both;
  634. overflow: hidden;
  635. display: block;
  636. }
  637. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options {
  638. overflow: hidden;
  639. padding: 0;
  640. display: block;
  641. clear: none;
  642. float: right;
  643. margin: 14px 10px 0 0;
  644. }
  645. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li {
  646. float: left;
  647. clear: none;
  648. margin: 0;
  649. padding: 2px 10px;
  650. border-right: 1px solid #dddddd;
  651. color: #666666;
  652. font-size: 0.9em;
  653. }
  654. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a {
  655. color: #aaaaaa;
  656. text-decoration: none;
  657. }
  658. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover {
  659. text-decoration: underline;
  660. color: black;
  661. }
  662. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:hover,
  663. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a:active,
  664. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a.active {
  665. text-decoration: underline;
  666. }
  667. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:first-child,
  668. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.first {
  669. padding-left: 0;
  670. }
  671. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li:last-child,
  672. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li.last {
  673. padding-right: 0;
  674. border-right: none;
  675. }
  676. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options:first-child,
  677. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options.first {
  678. padding-left: 0;
  679. }
  680. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 {
  681. color: #999999;
  682. padding-left: 0;
  683. display: block;
  684. clear: none;
  685. float: left;
  686. font-family: "Droid Sans", sans-serif;
  687. font-weight: bold;
  688. }
  689. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
  690. color: #999999;
  691. }
  692. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a:hover {
  693. color: black;
  694. }
  695. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation {
  696. float: none;
  697. clear: both;
  698. overflow: hidden;
  699. display: block;
  700. margin: 0 0 10px;
  701. padding: 0;
  702. }
  703. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading {
  704. float: none;
  705. clear: both;
  706. overflow: hidden;
  707. display: block;
  708. margin: 0;
  709. padding: 0;
  710. }
  711. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 {
  712. display: block;
  713. clear: none;
  714. float: left;
  715. width: auto;
  716. margin: 0;
  717. padding: 0;
  718. line-height: 1.1em;
  719. color: black;
  720. }
  721. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path {
  722. padding-left: 10px;
  723. }
  724. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a {
  725. color: black;
  726. text-decoration: none;
  727. }
  728. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.path a:hover {
  729. text-decoration: underline;
  730. }
  731. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.http_method a {
  732. text-transform: uppercase;
  733. text-decoration: none;
  734. color: white;
  735. display: inline-block;
  736. width: 50px;
  737. font-size: 0.7em;
  738. text-align: center;
  739. padding: 7px 0 4px;
  740. -moz-border-radius: 2px;
  741. -webkit-border-radius: 2px;
  742. -o-border-radius: 2px;
  743. -ms-border-radius: 2px;
  744. -khtml-border-radius: 2px;
  745. border-radius: 2px;
  746. }
  747. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span {
  748. margin: 0;
  749. padding: 0;
  750. }
  751. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options {
  752. overflow: hidden;
  753. padding: 0;
  754. display: block;
  755. clear: none;
  756. float: right;
  757. margin: 6px 10px 0 0;
  758. }
  759. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li {
  760. float: left;
  761. clear: none;
  762. margin: 0;
  763. padding: 2px 10px;
  764. font-size: 0.9em;
  765. }
  766. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li a {
  767. text-decoration: none;
  768. }
  769. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading ul.options li.access {
  770. color: black;
  771. }
  772. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content {
  773. border-top: none;
  774. padding: 10px;
  775. -moz-border-radius-bottomleft: 6px;
  776. -webkit-border-bottom-left-radius: 6px;
  777. -o-border-bottom-left-radius: 6px;
  778. -ms-border-bottom-left-radius: 6px;
  779. -khtml-border-bottom-left-radius: 6px;
  780. border-bottom-left-radius: 6px;
  781. -moz-border-radius-bottomright: 6px;
  782. -webkit-border-bottom-right-radius: 6px;
  783. -o-border-bottom-right-radius: 6px;
  784. -ms-border-bottom-right-radius: 6px;
  785. -khtml-border-bottom-right-radius: 6px;
  786. border-bottom-right-radius: 6px;
  787. margin: 0 0 20px;
  788. }
  789. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content h4 {
  790. font-size: 1.1em;
  791. margin: 0;
  792. padding: 15px 0 5px;
  793. }
  794. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header {
  795. float: none;
  796. clear: both;
  797. overflow: hidden;
  798. display: block;
  799. }
  800. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header a {
  801. padding: 4px 0 0 10px;
  802. display: inline-block;
  803. font-size: 0.9em;
  804. }
  805. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.sandbox_header input.submit {
  806. display: block;
  807. clear: none;
  808. float: left;
  809. padding: 6px 8px;
  810. }
  811. .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 {
  812. background-image: url('../images/throbber.gif');
  813. width: 128px;
  814. height: 16px;
  815. display: block;
  816. clear: none;
  817. float: right;
  818. }
  819. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form input[type='text'].error {
  820. outline: 2px solid black;
  821. outline-color: #cc0000;
  822. }
  823. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content form select[name='parameterContentType'] {
  824. max-width: 300px;
  825. }
  826. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content div.response div.block pre {
  827. font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  828. padding: 10px;
  829. font-size: 0.9em;
  830. max-height: 400px;
  831. overflow-y: auto;
  832. }
  833. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading {
  834. background-color: #f9f2e9;
  835. border: 1px solid #f0e0ca;
  836. }
  837. .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 {
  838. background-color: #c5862b;
  839. }
  840. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li {
  841. border-right: 1px solid #dddddd;
  842. border-right-color: #f0e0ca;
  843. color: #c5862b;
  844. }
  845. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a {
  846. color: #c5862b;
  847. }
  848. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content {
  849. background-color: #faf5ee;
  850. border: 1px solid #f0e0ca;
  851. }
  852. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content h4 {
  853. color: #c5862b;
  854. }
  855. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header a {
  856. color: #dcb67f;
  857. }
  858. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading {
  859. background-color: #fcffcd;
  860. border: 1px solid black;
  861. border-color: #ffd20f;
  862. }
  863. .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 {
  864. text-transform: uppercase;
  865. background-color: #ffd20f;
  866. }
  867. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li {
  868. border-right: 1px solid #dddddd;
  869. border-right-color: #ffd20f;
  870. color: #ffd20f;
  871. }
  872. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li a {
  873. color: #ffd20f;
  874. }
  875. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content {
  876. background-color: #fcffcd;
  877. border: 1px solid black;
  878. border-color: #ffd20f;
  879. }
  880. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content h4 {
  881. color: #ffd20f;
  882. }
  883. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content div.sandbox_header a {
  884. color: #6fc992;
  885. }
  886. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading {
  887. background-color: #f5e8e8;
  888. border: 1px solid #e8c6c7;
  889. }
  890. .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 {
  891. text-transform: uppercase;
  892. background-color: #a41e22;
  893. }
  894. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li {
  895. border-right: 1px solid #dddddd;
  896. border-right-color: #e8c6c7;
  897. color: #a41e22;
  898. }
  899. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a {
  900. color: #a41e22;
  901. }
  902. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
  903. background-color: #f7eded;
  904. border: 1px solid #e8c6c7;
  905. }
  906. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4 {
  907. color: #a41e22;
  908. }
  909. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header a {
  910. color: #c8787a;
  911. }
  912. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading {
  913. background-color: #e7f6ec;
  914. border: 1px solid #c3e8d1;
  915. }
  916. .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 {
  917. background-color: #10a54a;
  918. }
  919. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li {
  920. border-right: 1px solid #dddddd;
  921. border-right-color: #c3e8d1;
  922. color: #10a54a;
  923. }
  924. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a {
  925. color: #10a54a;
  926. }
  927. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content {
  928. background-color: #ebf7f0;
  929. border: 1px solid #c3e8d1;
  930. }
  931. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4 {
  932. color: #10a54a;
  933. }
  934. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.sandbox_header a {
  935. color: #6fc992;
  936. }
  937. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading {
  938. background-color: #FCE9E3;
  939. border: 1px solid #F5D5C3;
  940. }
  941. .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 {
  942. background-color: #D38042;
  943. }
  944. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li {
  945. border-right: 1px solid #dddddd;
  946. border-right-color: #f0cecb;
  947. color: #D38042;
  948. }
  949. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a {
  950. color: #D38042;
  951. }
  952. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content {
  953. background-color: #faf0ef;
  954. border: 1px solid #f0cecb;
  955. }
  956. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content h4 {
  957. color: #D38042;
  958. }
  959. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header a {
  960. color: #dcb67f;
  961. }
  962. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
  963. background-color: #e7f0f7;
  964. border: 1px solid #c3d9ec;
  965. }
  966. .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 {
  967. background-color: #0f6ab4;
  968. }
  969. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li {
  970. border-right: 1px solid #dddddd;
  971. border-right-color: #c3d9ec;
  972. color: #0f6ab4;
  973. }
  974. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a {
  975. color: #0f6ab4;
  976. }
  977. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content {
  978. background-color: #ebf3f9;
  979. border: 1px solid #c3d9ec;
  980. }
  981. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4 {
  982. color: #0f6ab4;
  983. }
  984. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header a {
  985. color: #6fa5d2;
  986. }
  987. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading {
  988. background-color: #e7f0f7;
  989. border: 1px solid #c3d9ec;
  990. }
  991. .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 {
  992. background-color: #0f6ab4;
  993. }
  994. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li {
  995. border-right: 1px solid #dddddd;
  996. border-right-color: #c3d9ec;
  997. color: #0f6ab4;
  998. }
  999. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.heading ul.options li a {
  1000. color: #0f6ab4;
  1001. }
  1002. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content {
  1003. background-color: #ebf3f9;
  1004. border: 1px solid #c3d9ec;
  1005. }
  1006. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content h4 {
  1007. color: #0f6ab4;
  1008. }
  1009. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.options div.content div.sandbox_header a {
  1010. color: #6fa5d2;
  1011. }
  1012. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content,
  1013. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content,
  1014. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.content,
  1015. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content,
  1016. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content,
  1017. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
  1018. border-top: none;
  1019. }
  1020. .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,
  1021. .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,
  1022. .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,
  1023. .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,
  1024. .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,
  1025. .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,
  1026. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li.last,
  1027. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li.last,
  1028. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.head div.heading ul.options li.last,
  1029. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li.last,
  1030. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li.last,
  1031. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li.last {
  1032. padding-right: 0;
  1033. border-right: none;
  1034. }
  1035. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:hover,
  1036. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a:active,
  1037. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li a.active {
  1038. text-decoration: underline;
  1039. }
  1040. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li:first-child,
  1041. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations ul.options li.first {
  1042. padding-left: 0;
  1043. }
  1044. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations:first-child,
  1045. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations.first {
  1046. padding-left: 0;
  1047. }
  1048. .swagger-section .swagger-ui-wrap p#colophon {
  1049. margin: 0 15px 40px 15px;
  1050. padding: 10px 0;
  1051. font-size: 0.8em;
  1052. border-top: 1px solid #dddddd;
  1053. font-family: "Droid Sans", sans-serif;
  1054. color: #999999;
  1055. font-style: italic;
  1056. }
  1057. .swagger-section .swagger-ui-wrap p#colophon a {
  1058. text-decoration: none;
  1059. color: #547f00;
  1060. }
  1061. .swagger-section .swagger-ui-wrap h3 {
  1062. color: black;
  1063. font-size: 1.1em;
  1064. padding: 10px 0 10px 0;
  1065. }
  1066. .swagger-section .swagger-ui-wrap .markdown ol,
  1067. .swagger-section .swagger-ui-wrap .markdown ul {
  1068. font-family: "Droid Sans", sans-serif;
  1069. margin: 5px 0 10px;
  1070. padding: 0 0 0 18px;
  1071. list-style-type: disc;
  1072. }
  1073. .swagger-section .swagger-ui-wrap form.form_box {
  1074. background-color: #ebf3f9;
  1075. border: 1px solid #c3d9ec;
  1076. padding: 10px;
  1077. }
  1078. .swagger-section .swagger-ui-wrap form.form_box label {
  1079. color: #0f6ab4 !important;
  1080. }
  1081. .swagger-section .swagger-ui-wrap form.form_box input[type=submit] {
  1082. display: block;
  1083. padding: 10px;
  1084. }
  1085. .swagger-section .swagger-ui-wrap form.form_box p.weak {
  1086. font-size: 0.8em;
  1087. }
  1088. .swagger-section .swagger-ui-wrap form.form_box p {
  1089. font-size: 0.9em;
  1090. padding: 0 0 15px;
  1091. color: #7e7b6d;
  1092. }
  1093. .swagger-section .swagger-ui-wrap form.form_box p a {
  1094. color: #646257;
  1095. }
  1096. .swagger-section .swagger-ui-wrap form.form_box p strong {
  1097. color: black;
  1098. }
  1099. .swagger-section .swagger-ui-wrap .operation-status td.markdown > p:last-child {
  1100. padding-bottom: 0;
  1101. }
  1102. .swagger-section .title {
  1103. font-style: bold;
  1104. }
  1105. .swagger-section .secondary_form {
  1106. display: none;
  1107. }
  1108. .swagger-section .main_image {
  1109. display: block;
  1110. margin-left: auto;
  1111. margin-right: auto;
  1112. }
  1113. .swagger-section .oauth_body {
  1114. margin-left: 100px;
  1115. margin-right: 100px;
  1116. }
  1117. .swagger-section .oauth_submit {
  1118. text-align: center;
  1119. }
  1120. .swagger-section .api-popup-dialog {
  1121. z-index: 10000;
  1122. position: absolute;
  1123. width: 500px;
  1124. background: #FFF;
  1125. padding: 20px;
  1126. border: 1px solid #ccc;
  1127. border-radius: 5px;
  1128. display: none;
  1129. font-size: 13px;
  1130. color: #777;
  1131. }
  1132. .swagger-section .api-popup-dialog .api-popup-title {
  1133. font-size: 24px;
  1134. padding: 10px 0;
  1135. }
  1136. .swagger-section .api-popup-dialog .api-popup-title {
  1137. font-size: 24px;
  1138. padding: 10px 0;
  1139. }
  1140. .swagger-section .api-popup-dialog .error-msg {
  1141. padding-left: 5px;
  1142. padding-bottom: 5px;
  1143. }
  1144. .swagger-section .api-popup-dialog .api-popup-authbtn {
  1145. height: 30px;
  1146. }
  1147. .swagger-section .api-popup-dialog .api-popup-cancel {
  1148. height: 30px;
  1149. }
  1150. .swagger-section .api-popup-scopes {
  1151. padding: 10px 20px;
  1152. }
  1153. .swagger-section .api-popup-scopes li {
  1154. padding: 5px 0;
  1155. line-height: 20px;
  1156. }
  1157. .swagger-section .api-popup-scopes li input {
  1158. position: relative;
  1159. top: 2px;
  1160. }
  1161. .swagger-section .api-popup-scopes .api-scope-desc {
  1162. padding-left: 20px;
  1163. font-style: italic;
  1164. }
  1165. .swagger-section .api-popup-actions {
  1166. padding-top: 10px;
  1167. }
  1168. #header {
  1169. display: none;
  1170. }
  1171. .swagger-section .swagger-ui-wrap .model-signature pre {
  1172. max-height: none;
  1173. }
  1174. .swagger-section .swagger-ui-wrap .body-textarea {
  1175. width: 100px;
  1176. }
  1177. .swagger-section .swagger-ui-wrap input.parameter {
  1178. width: 100px;
  1179. }
  1180. .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options {
  1181. display: none;
  1182. }
  1183. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints {
  1184. display: block !important;
  1185. }
  1186. .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content {
  1187. display: block !important;
  1188. }