|
|
/* Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> */
|
|
|
.swagger-section pre code {
|
|
|
display: block;
|
|
|
padding: 0.5em;
|
|
|
background: #F0F0F0;
|
|
|
}
|
|
|
.swagger-section pre code,
|
|
|
.swagger-section pre .subst,
|
|
|
.swagger-section pre .tag .title,
|
|
|
.swagger-section pre .lisp .title,
|
|
|
.swagger-section pre .clojure .built_in,
|
|
|
.swagger-section pre .nginx .title {
|
|
|
color: black;
|
|
|
}
|
|
|
.swagger-section pre .string,
|
|
|
.swagger-section pre .title,
|
|
|
.swagger-section pre .constant,
|
|
|
.swagger-section pre .parent,
|
|
|
.swagger-section pre .tag .value,
|
|
|
.swagger-section pre .rules .value,
|
|
|
.swagger-section pre .rules .value .number,
|
|
|
.swagger-section pre .preprocessor,
|
|
|
.swagger-section pre .ruby .symbol,
|
|
|
.swagger-section pre .ruby .symbol .string,
|
|
|
.swagger-section pre .aggregate,
|
|
|
.swagger-section pre .template_tag,
|
|
|
.swagger-section pre .django .variable,
|
|
|
.swagger-section pre .smalltalk .class,
|
|
|
.swagger-section pre .addition,
|
|
|
.swagger-section pre .flow,
|
|
|
.swagger-section pre .stream,
|
|
|
.swagger-section pre .bash .variable,
|
|
|
.swagger-section pre .apache .tag,
|
|
|
.swagger-section pre .apache .cbracket,
|
|
|
.swagger-section pre .tex .command,
|
|
|
.swagger-section pre .tex .special,
|
|
|
.swagger-section pre .erlang_repl .function_or_atom,
|
|
|
.swagger-section pre .markdown .header {
|
|
|
color: #800;
|
|
|
}
|
|
|
.swagger-section pre .comment,
|
|
|
.swagger-section pre .annotation,
|
|
|
.swagger-section pre .template_comment,
|
|
|
.swagger-section pre .diff .header,
|
|
|
.swagger-section pre .chunk,
|
|
|
.swagger-section pre .markdown .blockquote {
|
|
|
color: #888;
|
|
|
}
|
|
|
.swagger-section pre .number,
|
|
|
.swagger-section pre .date,
|
|
|
.swagger-section pre .regexp,
|
|
|
.swagger-section pre .literal,
|
|
|
.swagger-section pre .smalltalk .symbol,
|
|
|
.swagger-section pre .smalltalk .char,
|
|
|
.swagger-section pre .go .constant,
|
|
|
.swagger-section pre .change,
|
|
|
.swagger-section pre .markdown .bullet,
|
|
|
.swagger-section pre .markdown .link_url {
|
|
|
color: #080;
|
|
|
}
|
|
|
.swagger-section pre .label,
|
|
|
.swagger-section pre .javadoc,
|
|
|
.swagger-section pre .ruby .string,
|
|
|
.swagger-section pre .decorator,
|
|
|
.swagger-section pre .filter .argument,
|
|
|
.swagger-section pre .localvars,
|
|
|
.swagger-section pre .array,
|
|
|
.swagger-section pre .attr_selector,
|
|
|
.swagger-section pre .important,
|
|
|
.swagger-section pre .pseudo,
|
|
|
.swagger-section pre .pi,
|
|
|
.swagger-section pre .doctype,
|
|
|
.swagger-section pre .deletion,
|
|
|
.swagger-section pre .envvar,
|
|
|
.swagger-section pre .shebang,
|
|
|
.swagger-section pre .apache .sqbracket,
|
|
|
.swagger-section pre .nginx .built_in,
|
|
|
.swagger-section pre .tex .formula,
|
|
|
.swagger-section pre .erlang_repl .reserved,
|
|
|
.swagger-section pre .prompt,
|
|
|
.swagger-section pre .markdown .link_label,
|
|
|
.swagger-section pre .vhdl .attribute,
|
|
|
.swagger-section pre .clojure .attribute,
|
|
|
.swagger-section pre .coffeescript .property {
|
|
|
color: #8888ff;
|
|
|
}
|
|
|
.swagger-section pre .keyword,
|
|
|
.swagger-section pre .id,
|
|
|
.swagger-section pre .phpdoc,
|
|
|
.swagger-section pre .title,
|
|
|
.swagger-section pre .built_in,
|
|
|
.swagger-section pre .aggregate,
|
|
|
.swagger-section pre .css .tag,
|
|
|
.swagger-section pre .javadoctag,
|
|
|
.swagger-section pre .phpdoc,
|
|
|
.swagger-section pre .yardoctag,
|
|
|
.swagger-section pre .smalltalk .class,
|
|
|
.swagger-section pre .winutils,
|
|
|
.swagger-section pre .bash .variable,
|
|
|
.swagger-section pre .apache .tag,
|
|
|
.swagger-section pre .go .typename,
|
|
|
.swagger-section pre .tex .command,
|
|
|
.swagger-section pre .markdown .strong,
|
|
|
.swagger-section pre .request,
|
|
|
.swagger-section pre .status {
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
.swagger-section pre .markdown .emphasis {
|
|
|
font-style: italic;
|
|
|
}
|
|
|
.swagger-section pre .nginx .built_in {
|
|
|
font-weight: normal;
|
|
|
}
|
|
|
.swagger-section pre .coffeescript .javascript,
|
|
|
.swagger-section pre .javascript .xml,
|
|
|
.swagger-section pre .tex .formula,
|
|
|
.swagger-section pre .xml .javascript,
|
|
|
.swagger-section pre .xml .vbscript,
|
|
|
.swagger-section pre .xml .css,
|
|
|
.swagger-section pre .xml .cdata {
|
|
|
opacity: 0.5;
|
|
|
}
|
|
|
.swagger-section .swagger-ui-wrap {
|
|
|
line-height: 1;
|
|
|
font-family: "Droid Sans", sans-serif;
|
|
|
max-width: 960px;
|
|
|
margin-left: auto;
|
|
|
margin-right: auto;
|
|
|
}
|
|
|
.swagger-section .swagger-ui-wrap b,
|
|
|
.swagger-section .swagger-ui-wrap strong {
|
|
|
font-family: "Droid Sans", sans-serif;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
.swagger-section .swagger-ui-wrap q,
|
|
|
.swagger-section .swagger-ui-wrap blockquote {
|
|
|
quotes: none;
|
|
|
}
|
|
|
.swagger-section .swagger-ui-wrap p {
|
|
|
line-height: 1.4em;
|
|
|
padding: 0 0 10px;
|
|
|
color: #333333;
|
|
|
}
|
|
|
.swagger-section .swagger-ui-wrap q:before,
|
|
|
.swagger-section .swagger-ui-wrap q:after,
|
|
|
.swagger-section .swagger-ui-wrap blockquote:before,
|
|
|
.swagger-section .swagger-ui-wrap blockquote:after {
|
|
|
content: none;
|
|
|
}
|
|
|
.swagger-section .swagger-ui-wrap .heading_with_menu h1,
|
|
|
.swagger-section .swagger-ui-wrap .heading_with_menu h2,
|
|
|
.swagger-section .swagger-ui-wrap .heading_with_menu h3,
|
|
|
.swagger-section .swagger-ui-wrap .heading_with_menu h4,
|
|
|
.swagger-section .swagger-ui-wrap .heading_with_menu h5,
|
|
|
.swagger-section .swagger-ui-wrap .heading_with_menu h6 {
|
|
|
display: block;
|
|
|
clear: none;
|
|
|
float: left;
|
|
|
-moz-box-sizing: border-box;
|
|
|
-webkit-box-sizing: border-box;
|
|
|
-ms-box-sizing: border-box;
|
|
|
box-sizing: border-box;
|
|
|
width: 60%;
|
|
|
}
|
|
|
.swagger-section .swagger-ui-wrap table {
|
|
|
border-collapse: collapse;
|
|
|
border-spacing: 0;
|
|
|
}
|
|
|
.swagger-section .swagger-ui-wrap table thead tr th {
|
|
|
padding: 5px;
|
|
|
font-size: 0.9em;
|
|
|
color: #666666;
|
|
|
border-bottom: 1px solid #999999;
|
|
|
}
|
|
|
.swagger-section .swagger-ui-wrap table tbody tr:last-child td {
|
|
|
border-bottom: none;
|
|
|
}
|
|
|
.swagger-section .swagger-ui-wrap table tbody tr.offset {
|
|
|
background-color: #f0f0f0;
|
|
|
}
|
|
|
.swagger-section .swagger-ui-wrap table tbody tr td {
|
|
|
padding: 6px;
|
|
|
font-size: 0.9em;
|
|
|
border-bottom: 1px solid #cccccc;
|
|
|
vertical-align: top;
|
|
|
line-height: 1.3em;
|
|
|
}
|
|
|
.swagger-section .swagger-ui-wrap ol {
|
|
|
margin: 0px 0 10px;
|
|
|
padding: 0 0 0 18px;
|
|
|
list-style-type: decimal;
|
|
|
}
|
|
|
.swagger-section .swagger-ui-wrap ol li {
|
|
|
padding: 5px 0px;
|
|
|
font-size: 0.9em;
|
|