2013-04-09 10:19:41 +02:00
|
|
|
@font-face{font-family:'Droid Sans';font-style:normal;font-weight:400;src:local('Droid Sans'),local('DroidSans'),url(//themes.googleusercontent.com/static/fonts/droidsans/v3/s-BiyweUPV0v-yRb-cjciL3hpw3pgy2gAi-Ip7WPMi0.woff) format('woff')}@font-face{font-family:'Droid Sans';font-style:normal;font-weight:700;src:local('Droid Sans Bold'),local('DroidSans-Bold'),url(//themes.googleusercontent.com/static/fonts/droidsans/v3/EFpQQyG9GqCrobXxL-KRMXbFhgvWbfSbdVg11QabG8w.woff) format('woff')}.pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type:none}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee}
|
2012-07-18 12:52:56 +02:00
|
|
|
|
2012-04-12 12:48:36 +02:00
|
|
|
html, body, div, span, applet, object, iframe,
|
|
|
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
|
|
a, abbr, acronym, address, big, cite, code,
|
|
|
|
del, dfn, em, img, ins, kbd, q, s, samp,
|
2012-04-12 17:24:38 +02:00
|
|
|
smany, strike, strong, sub, sup, tt, var,
|
2012-04-12 12:48:36 +02:00
|
|
|
b, u, i, center,
|
|
|
|
dl, dt, dd, ol, ul, li,
|
|
|
|
fieldset, form, label, legend,
|
|
|
|
table, caption, tbody, tfoot, thead, tr, th, td,
|
|
|
|
article, aside, canvas, details, embed,
|
|
|
|
figure, figcaption, footer, header, hgroup,
|
|
|
|
menu, nav, output, ruby, section, summary,
|
|
|
|
time, mark, audio, video {
|
2012-04-12 17:24:38 +02:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0;
|
|
|
|
font-size: 100%;
|
|
|
|
font: inherit;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
2012-04-12 12:48:36 +02:00
|
|
|
|
|
|
|
body {
|
2012-04-12 17:24:38 +02:00
|
|
|
line-height: 1;
|
2012-07-05 00:39:53 +02:00
|
|
|
font-family: "Droid Sans", sans-serif;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2012-04-12 12:48:36 +02:00
|
|
|
|
|
|
|
ol, ul {
|
2012-04-12 17:24:38 +02:00
|
|
|
list-style: none;
|
|
|
|
}
|
2012-04-12 12:48:36 +02:00
|
|
|
|
|
|
|
table {
|
2012-04-12 17:24:38 +02:00
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0;
|
|
|
|
}
|
2012-04-12 12:48:36 +02:00
|
|
|
|
|
|
|
caption, th, td {
|
2012-04-12 17:24:38 +02:00
|
|
|
text-align: left;
|
|
|
|
font-weight: normal;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2012-04-12 12:48:36 +02:00
|
|
|
|
|
|
|
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
|
2012-04-12 17:24:38 +02:00
|
|
|
display: block;
|
|
|
|
}
|
2012-04-12 12:48:36 +02:00
|
|
|
|
|
|
|
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
|
2012-04-12 17:24:38 +02:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2012-04-12 12:48:36 +02:00
|
|
|
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
|
2012-04-12 17:24:38 +02:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2012-04-12 12:48:36 +02:00
|
|
|
|
|
|
|
h1 {
|
2012-04-12 17:24:38 +02:00
|
|
|
color: black;
|
|
|
|
font-size: 1.5em;
|
|
|
|
line-height: 1.3em;
|
|
|
|
padding: 10px 0 10px 0;
|
|
|
|
font-family: "Droid Sans", sans-serif;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2012-04-12 12:48:36 +02:00
|
|
|
|
|
|
|
h2 {
|
2012-04-12 17:24:38 +02:00
|
|
|
color: black;
|
|
|
|
font-size: 1.3em;
|
|
|
|
padding: 10px 0 10px 0;
|
|
|
|
}
|
2012-04-12 12:48:36 +02:00
|
|
|
h2 a {
|
2012-04-12 17:24:38 +02:00
|
|
|
color: black;
|
|
|
|
}
|
2012-04-12 12:48:36 +02:00
|
|
|
|
|
|
|
h3 {
|
2012-04-12 17:24:38 +02:00
|
|
|
color: black;
|
|
|
|
font-size: 1.1em;
|
|
|
|
padding: 10px 0 10px 0;
|
|
|
|
}
|
2012-04-12 12:48:36 +02:00
|
|
|
|
|
|
|
p {
|
2012-04-12 17:24:38 +02:00
|
|
|
line-height: 1.4em;
|
|
|
|
padding: 0 0 10px 0;
|
|
|
|
color: #333333;
|
|
|
|
}
|
2012-04-12 12:48:36 +02:00
|
|
|
|
|
|
|
a {
|
2012-04-12 17:24:38 +02:00
|
|
|
color: #547f00;
|
|
|
|
}
|
2012-04-12 12:48:36 +02:00
|
|
|
|
|
|
|
strong {
|
2012-04-12 17:24:38 +02:00
|
|
|
font-family: "Droid Sans", sans-serif;
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2012-04-12 12:48:36 +02:00
|
|
|
|
2012-07-13 15:53:24 +02:00
|
|
|
em {
|
|
|
|
font-style: italic;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2012-04-12 12:48:36 +02:00
|
|
|
|
2012-07-13 15:53:24 +02:00
|
|
|
code, pre {
|
2012-04-12 17:24:38 +02:00
|
|
|
font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
|
|
|
|
background-color: #fcf6db;
|
2014-12-08 15:04:40 +01:00
|
|
|
white-space: pre-wrap;
|
|
|
|
white-space: -moz-pre-wrap;
|
|
|
|
white-space: -pre-wrap;
|
|
|
|
white-space: -o-pre-wrap;
|
|
|
|
word-wrap: break-word;
|
2012-07-13 15:53:24 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
p code {
|
|
|
|
padding: 1px 4px 1px 4px;
|
2012-07-05 00:56:35 +02:00
|
|
|
border: 1px solid #e5e0c6;
|
2012-07-13 15:53:24 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
2012-04-12 17:24:38 +02:00
|
|
|
padding: 10px;
|
2012-07-13 15:53:24 +02:00
|
|
|
border: 1px solid #e5e0c6;
|
|
|
|
margin-bottom: 15px;
|
2012-07-13 17:52:52 +01:00
|
|
|
line-height:1.2em;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2012-04-12 12:48:36 +02:00
|
|
|
|
2015-05-22 11:33:26 +02:00
|
|
|
div.content ul, div.content ol {
|
|
|
|
line-height: 1.4em;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
|
2012-04-12 12:48:36 +02:00
|
|
|
table.fullwidth {
|
2012-04-12 17:24:38 +02:00
|
|
|
width: 100%;
|
|
|
|
}
|
2013-08-29 12:00:18 -04:00
|
|
|
table.fullwidth > tbody > tr {
|
|
|
|
border-bottom: 1px solid #cccccc;
|
|
|
|
}
|
|
|
|
table.fullwidth > tbody tr:last-child {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
2012-04-12 12:48:36 +02:00
|
|
|
table thead tr th {
|
|
|
|
padding: 5px;
|
|
|
|
font-size: 0.9em;
|
|
|
|
color: #666666;
|
2012-04-12 17:24:38 +02:00
|
|
|
border-bottom: 1px solid #999999;
|
|
|
|
}
|
2012-04-12 12:48:36 +02:00
|
|
|
table tbody tr td {
|
|
|
|
padding: 6px;
|
|
|
|
font-size: 0.9em;
|
|
|
|
vertical-align: top;
|
2012-04-12 17:24:38 +02:00
|
|
|
line-height: 1.3em;
|
|
|
|
}
|
|
|
|
|
2012-07-05 00:56:35 +02:00
|
|
|
#header {
|
2012-04-12 17:24:38 +02:00
|
|
|
background-color: #89BF04;
|
|
|
|
padding: 1%;
|
|
|
|
margin-bottom: 1%;
|
|
|
|
}
|
|
|
|
|
2012-07-05 00:56:35 +02:00
|
|
|
#header h1 {
|
2012-04-12 17:24:38 +02:00
|
|
|
font-size: 1.2em;
|
2012-08-10 13:55:35 +02:00
|
|
|
float: left;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
|
|
|
|
2012-07-05 01:44:06 +02:00
|
|
|
#header a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2012-10-17 15:15:35 +04:00
|
|
|
#sandbox_configuration {
|
|
|
|
float: right;
|
|
|
|
padding: 10px 0 10px 0;
|
2012-08-10 13:55:35 +02:00
|
|
|
}
|
|
|
|
|
2012-07-05 00:56:35 +02:00
|
|
|
#colophon {
|
2012-04-12 17:24:38 +02:00
|
|
|
margin: 0 15px 40px 15px;
|
|
|
|
padding: 10px 0;
|
|
|
|
font-size: 0.8em;
|
|
|
|
border-top: 1px solid #dddddd;
|
|
|
|
font-family: "Droid Sans", sans-serif;
|
|
|
|
color: #999999;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2012-07-05 00:56:35 +02:00
|
|
|
#resources {
|
2012-04-12 17:24:38 +02:00
|
|
|
padding: 0 1%;
|
2012-04-12 12:48:36 +02:00
|
|
|
font-family: "Droid Sans", sans-serif;
|
2012-04-12 17:24:38 +02:00
|
|
|
font-size: 0.9em;
|
|
|
|
}
|
|
|
|
|
2014-04-24 23:00:13 +02:00
|
|
|
.section {
|
2014-08-23 16:57:40 +02:00
|
|
|
padding: 5px 20px;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section h1 {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section.active {
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
background: #f8f8f8;
|
|
|
|
margin: 15px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section.active h1 {
|
|
|
|
padding: 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section .actions {
|
|
|
|
text-align: right;
|
|
|
|
float: right;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section .actions a {
|
|
|
|
cursor: pointer;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section .actions a:hover {
|
|
|
|
text-decoration: underline;
|
2013-02-25 17:27:09 -03:00
|
|
|
}
|
|
|
|
|
2012-07-05 00:56:35 +02:00
|
|
|
li.resource {
|
2013-02-25 17:27:09 -03:00
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 10px;
|
2012-04-12 17:24:38 +02:00
|
|
|
border-bottom: 1px solid #dddddd;
|
|
|
|
}
|
2012-07-05 00:56:35 +02:00
|
|
|
li.resource:last-child {
|
2012-04-12 17:24:38 +02:00
|
|
|
border-bottom: none;
|
|
|
|
}
|
2012-07-05 00:56:48 +02:00
|
|
|
|
|
|
|
/* heading */
|
2014-04-24 23:02:56 +02:00
|
|
|
.heading {
|
2012-04-12 12:48:36 +02:00
|
|
|
border: 1px solid transparent;
|
|
|
|
float: none;
|
|
|
|
clear: both;
|
|
|
|
overflow: hidden;
|
2012-04-12 17:24:38 +02:00
|
|
|
display: block;
|
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
.heading h2 {
|
2012-04-12 12:48:36 +02:00
|
|
|
color: #999999;
|
2012-07-05 00:56:35 +02:00
|
|
|
padding-left: 0;
|
2012-04-12 12:48:36 +02:00
|
|
|
display: block;
|
|
|
|
clear: none;
|
|
|
|
float: left;
|
|
|
|
font-family: "Droid Sans", sans-serif;
|
2012-04-12 17:24:38 +02:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
.heading ul.options {
|
2012-04-12 12:48:36 +02:00
|
|
|
overflow: hidden;
|
|
|
|
padding: 0;
|
|
|
|
display: block;
|
|
|
|
clear: none;
|
|
|
|
float: right;
|
2012-07-05 01:46:26 +02:00
|
|
|
margin: 6px 10px 0 0;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
.heading ul.options li {
|
2012-04-12 12:48:36 +02:00
|
|
|
float: left;
|
|
|
|
clear: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 2px 10px;
|
2012-04-12 17:24:38 +02:00
|
|
|
border-right: 1px solid #dddddd;
|
2012-07-05 00:56:48 +02:00
|
|
|
color: #666666;
|
|
|
|
font-size: 0.9em;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
.heading ul.options li:first-child,
|
|
|
|
.heading ul.options li.first {
|
2012-04-12 17:24:38 +02:00
|
|
|
padding-left: 0;
|
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
.heading ul.options li:last-child,
|
|
|
|
.heading ul.options li.last {
|
2012-04-12 12:48:36 +02:00
|
|
|
padding-right: 0;
|
2012-04-12 17:24:38 +02:00
|
|
|
border-right: none;
|
|
|
|
}
|
2012-07-05 00:56:48 +02:00
|
|
|
|
2012-07-05 01:43:32 +02:00
|
|
|
/* operations */
|
|
|
|
li.operation {
|
2012-04-12 12:48:36 +02:00
|
|
|
float: none;
|
|
|
|
clear: both;
|
|
|
|
overflow: hidden;
|
|
|
|
display: block;
|
2013-02-25 17:27:09 -03:00
|
|
|
margin: 0 0 10px;
|
2012-07-05 01:50:23 +02:00
|
|
|
padding: 0 0 0 0;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation .heading {
|
2012-04-12 12:48:36 +02:00
|
|
|
margin: 0 0 0 0;
|
|
|
|
padding: 0;
|
2012-07-25 12:34:48 +01:00
|
|
|
background-color: #f0f0f0;
|
|
|
|
border: 1px solid #ddd;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation .heading h3 {
|
2012-04-12 12:48:36 +02:00
|
|
|
display: block;
|
|
|
|
clear: none;
|
|
|
|
float: left;
|
|
|
|
width: auto;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
line-height: 1.1em;
|
2012-04-12 17:24:38 +02:00
|
|
|
color: black;
|
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation .heading h3 span {
|
2012-04-12 12:48:36 +02:00
|
|
|
margin: 0;
|
2012-04-12 17:24:38 +02:00
|
|
|
padding: 0;
|
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation .heading h3 span.icon {
|
2013-05-07 22:49:23 +04:00
|
|
|
display: inline-block;
|
|
|
|
height: 12px;
|
|
|
|
width: 12px;
|
|
|
|
margin-left: 3px;
|
|
|
|
background: no-repeat center center;
|
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation .heading h3 span.lock {
|
2013-05-07 22:49:23 +04:00
|
|
|
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QUHEisepJ6ljAAAAJ5JREFUGNNt0LEOAUEUheEPuwkFtSg0old4Eo/imbQKiULpBZQSCtFoaIjSktXMxpjsSW5xzvnnZmb4aYMymg9WEq1Decc1zCNkyxisoFGUTXDGEZpR8cIp8jccKiaLigwDdMP9hughr8ptALtYoB18C+Pgd5KXlrhgX5P/mSfmmKVgM/mmDP1qQ1rEyjFFkYKNmtMF3uikYFGzOdXnC5FWMZNd2GfvAAAAAElFTkSuQmCC");
|
|
|
|
|
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation .heading h3 span.keys {
|
2013-05-07 22:49:23 +04:00
|
|
|
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QUHEisb1PRRAwAAAN9JREFUKM9lz71KQ0EQhuEnJ7EIKhZWaRULu4htLLwDvYRgZWmTWoI3kAuIlVik0U5Io4USRMFOUGwU7cQ/kAQMajMHDpuBZWd235lvPtjHDT4xxhuu0ZJEhhXU8YAG7rCKBWyn8EnkVSxjOuoPbKTT1/GXnCd0YqWt4uQrk3GLGcxiswgPcRgG4QsDzKMSKtUc/kUbFwEf4BlrUdeCk8WOj3jBO+5xhGOMwmQzh6Ec9zemwtgOLuN9D4tZYqwUSvnuu3jFHLpZASqHUqXQfIZe5PX8Y4RTLKGfqLVwjp9/HR4zOkGnnAoAAAAASUVORK5CYII=");
|
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation .heading h3 span.http_method i, li.operation .heading h3 span.deprecated i {
|
2012-04-12 12:48:36 +02:00
|
|
|
text-transform: uppercase;
|
|
|
|
text-decoration: none;
|
|
|
|
color: white;
|
|
|
|
display: inline-block;
|
|
|
|
width: 50px;
|
|
|
|
font-size: 0.7em;
|
|
|
|
text-align: center;
|
|
|
|
padding: 7px 0 4px 0;
|
|
|
|
-moz-border-radius: 2px;
|
|
|
|
-webkit-border-radius: 2px;
|
2012-04-12 17:24:38 +02:00
|
|
|
border-radius: 2px;
|
2012-07-25 12:34:48 +01:00
|
|
|
background-color: #ccc;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation .heading h3 span.deprecated i {
|
2013-03-18 08:40:03 +01:00
|
|
|
width: 75px;
|
|
|
|
background-color: #F00;
|
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation .heading h3 span.path {
|
2013-05-07 22:49:23 +04:00
|
|
|
padding-left: 5px;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2012-07-05 01:43:32 +02:00
|
|
|
|
2014-07-18 11:12:27 +02:00
|
|
|
li.operation .heading h3 span.tag {
|
2014-05-27 13:33:50 +02:00
|
|
|
color: #FFFFFF;
|
|
|
|
font-size: 0.7em;
|
|
|
|
vertical-align: baseline;
|
|
|
|
background-color: #d9534f;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
padding-left: 6px;
|
|
|
|
padding-right: 6px;
|
|
|
|
padding-top: 2px;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
2012-07-05 01:43:32 +02:00
|
|
|
li.operation div.content {
|
2012-07-25 12:34:48 +01:00
|
|
|
border: 1px solid #ddd;
|
2012-04-12 12:48:36 +02:00
|
|
|
padding: 10px;
|
|
|
|
-moz-border-radius-bottomleft: 6px;
|
|
|
|
-webkit-border-bottom-left-radius: 6px;
|
|
|
|
border-bottom-left-radius: 6px;
|
|
|
|
-moz-border-radius-bottomright: 6px;
|
|
|
|
-webkit-border-bottom-right-radius: 6px;
|
|
|
|
border-bottom-right-radius: 6px;
|
2012-04-12 17:24:38 +02:00
|
|
|
margin: 0 0 20px 0;
|
2012-07-25 12:34:48 +01:00
|
|
|
background-color: #f0f0f0;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2012-07-25 12:59:21 +01:00
|
|
|
li.operation > div.content {
|
|
|
|
border-top:0px;
|
|
|
|
}
|
2012-07-05 01:43:32 +02:00
|
|
|
li.operation div.content h4 {
|
2012-04-12 12:48:36 +02:00
|
|
|
font-size: 1.1em;
|
|
|
|
margin: 0;
|
2012-07-05 01:50:23 +02:00
|
|
|
padding: 15px 0 5px 0;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2012-07-05 01:43:32 +02:00
|
|
|
li.operation div.content form input[type='text'].error {
|
|
|
|
outline: 2px solid #cc0000;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
|
|
|
|
2012-07-05 01:43:32 +02:00
|
|
|
/* GET operations */
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation.get .heading {
|
2012-07-05 01:43:32 +02:00
|
|
|
border-color: #c3d9ec;
|
2012-07-25 12:34:48 +01:00
|
|
|
background-color: #e7f0f7;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation.get .heading h3 span.http_method i {
|
2012-07-05 01:43:32 +02:00
|
|
|
background-color: #0f6ab4;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation.get .heading ul.options li {
|
2012-07-05 01:43:32 +02:00
|
|
|
border-right-color: #c3d9ec;
|
|
|
|
color: #0f6ab4;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
|
|
|
|
2012-07-05 01:43:32 +02:00
|
|
|
li.operation.get div.content {
|
|
|
|
background-color: #ebf3f9;
|
|
|
|
border-color: #c3d9ec;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2012-07-05 01:43:32 +02:00
|
|
|
li.operation.get div.content h4 {
|
|
|
|
color: #0f6ab4;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2012-07-05 01:43:32 +02:00
|
|
|
|
|
|
|
/* POST operations */
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation.post .heading {
|
2013-05-07 22:16:01 +04:00
|
|
|
border-color: #a7e1a1;
|
|
|
|
background-color: #d4f7cd;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation.post .heading h3 span.http_method i{
|
2012-07-05 01:43:32 +02:00
|
|
|
background-color: #10a54a;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation.post .heading ul.options li {
|
2012-04-12 12:48:36 +02:00
|
|
|
border-right-color: #c3e8d1;
|
|
|
|
color: #10a54a;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
|
|
|
|
2012-07-05 01:43:32 +02:00
|
|
|
li.operation.post div.content {
|
2012-04-12 12:48:36 +02:00
|
|
|
background-color: #ebf7f0;
|
|
|
|
border-color: #c3e8d1;
|
2012-07-05 01:43:32 +02:00
|
|
|
}
|
|
|
|
li.operation.post div.content h4 {
|
|
|
|
color: #10a54a;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
|
|
|
|
2012-07-05 01:43:32 +02:00
|
|
|
/* ANY operations */
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation.any .heading {
|
2012-04-12 17:24:38 +02:00
|
|
|
background-color: lightgray;
|
|
|
|
border-color: gray;
|
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation.any .heading h3 span.http_method i {
|
2012-07-05 01:43:32 +02:00
|
|
|
background-color: #000;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation.any .heading ul.options li {
|
2012-04-12 17:24:38 +02:00
|
|
|
color: #000;
|
2012-07-05 01:43:32 +02:00
|
|
|
border-right-color: gray;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
|
|
|
|
2012-07-05 01:43:32 +02:00
|
|
|
li.operation.any div.content {
|
2012-04-12 17:24:38 +02:00
|
|
|
background-color: lightgray;
|
|
|
|
border-color: gray;
|
|
|
|
}
|
2012-07-05 01:43:32 +02:00
|
|
|
li.operation.any div.content h4 {
|
|
|
|
color: #000;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2012-07-05 01:43:32 +02:00
|
|
|
|
|
|
|
/* PUT operations */
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation.put .heading {
|
2012-04-12 12:48:36 +02:00
|
|
|
background-color: #f9f2e9;
|
2012-04-12 17:24:38 +02:00
|
|
|
border-color: #f0e0ca;
|
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation.put .heading h3 span.http_method i {
|
2012-04-12 12:48:36 +02:00
|
|
|
background-color: #c5862b;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation.put .heading ul.options li {
|
2012-07-05 01:43:32 +02:00
|
|
|
border-right-color: #f0e0ca;
|
|
|
|
color: #c5862b;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2012-07-05 01:43:32 +02:00
|
|
|
|
|
|
|
li.operation.put div.content {
|
|
|
|
background-color: #faf5ee;
|
|
|
|
border-color: #f0e0ca;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2012-07-05 01:43:32 +02:00
|
|
|
li.operation.put div.content h4 {
|
|
|
|
color: #c5862b;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2012-07-05 01:43:32 +02:00
|
|
|
|
|
|
|
/* DELETE operations */
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation.delete .heading {
|
2012-07-05 01:43:32 +02:00
|
|
|
background-color: #f5e8e8;
|
|
|
|
border-color: #e8c6c7;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation.delete .heading h3 span.http_method i {
|
2012-07-05 01:43:32 +02:00
|
|
|
background-color: #a41e22;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation.delete .heading ul.options li {
|
2012-07-05 01:43:32 +02:00
|
|
|
border-right-color: #e8c6c7;
|
|
|
|
color: #a41e22;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2012-07-05 01:43:32 +02:00
|
|
|
|
|
|
|
li.operation.delete div.content {
|
2012-04-12 12:48:36 +02:00
|
|
|
background-color: #f7eded;
|
|
|
|
border-color: #e8c6c7;
|
2012-04-12 17:24:38 +02:00
|
|
|
}
|
2012-07-05 01:43:32 +02:00
|
|
|
li.operation.delete div.content h4 {
|
2012-04-12 12:48:36 +02:00
|
|
|
color: #a41e22;
|
2012-06-21 00:43:28 +02:00
|
|
|
}
|
2012-07-05 01:43:32 +02:00
|
|
|
|
|
|
|
/* PATCH operations */
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation.patch .heading {
|
2012-06-21 00:43:28 +02:00
|
|
|
background-color: #f5e8e8;
|
|
|
|
border-color: #e8c6e7;
|
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation.patch .heading h3 span.http_method i {
|
2012-06-21 00:43:28 +02:00
|
|
|
background-color: #a41ee2;
|
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation.patch .heading ul.options li {
|
2012-06-21 00:43:28 +02:00
|
|
|
border-right-color: #e8c6c7;
|
|
|
|
color: #a41ee2;
|
|
|
|
}
|
2012-07-05 01:43:32 +02:00
|
|
|
|
|
|
|
li.operation.patch div.content {
|
2012-06-21 00:43:28 +02:00
|
|
|
background-color: #f7eded;
|
|
|
|
border-color: #e8c6c7;
|
|
|
|
}
|
2012-07-05 01:43:32 +02:00
|
|
|
li.operation.patch div.content h4 {
|
2012-06-21 00:43:28 +02:00
|
|
|
color: #a41ee2;
|
|
|
|
}
|
2012-04-12 17:24:38 +02:00
|
|
|
|
2012-07-25 13:00:12 +01:00
|
|
|
/* LINK operations */
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation.link .heading {
|
2012-07-25 13:00:12 +01:00
|
|
|
background-color: #F7F7D5;
|
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation.link .heading h3 span.http_method i {
|
2012-07-25 13:00:12 +01:00
|
|
|
background-color: #C3D448;
|
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation.link .heading ul.options li {
|
2012-07-25 13:00:12 +01:00
|
|
|
color: #C3D448;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.operation.link div.content {
|
|
|
|
background-color: #F7F7D5;
|
|
|
|
}
|
|
|
|
li.operation.link div.content h4 {
|
|
|
|
color: #C3D448;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* UNLINK operations */
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation.unlink .heading {
|
2012-07-25 13:00:12 +01:00
|
|
|
background-color: #FFEBDE;
|
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation.unlink .heading h3 span.http_method i {
|
2012-07-25 13:00:12 +01:00
|
|
|
background-color: #FF8438;
|
|
|
|
}
|
2014-04-24 23:02:56 +02:00
|
|
|
li.operation.unlink .heading ul.options li {
|
2012-07-25 13:00:12 +01:00
|
|
|
color: #FF8438;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.operation.unlink div.content {
|
|
|
|
background-color: #FFEBDE;
|
|
|
|
}
|
|
|
|
li.operation.unlink div.content h4 {
|
|
|
|
color: #FF8438;
|
|
|
|
}
|
2012-04-12 17:24:38 +02:00
|
|
|
|
|
|
|
.toggler {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2012-04-13 12:23:46 +02:00
|
|
|
|
2012-05-24 01:22:45 +02:00
|
|
|
|
|
|
|
/** sandbox */
|
|
|
|
.pane:not(.selected) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.result pre {
|
|
|
|
border: none;
|
|
|
|
font-size: 0.9em;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
2012-07-04 16:31:06 +02:00
|
|
|
.result pre.to-shrink,
|
|
|
|
.result pre.to-expand {
|
|
|
|
cursor:pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.result pre.to-expand {
|
|
|
|
height: 1em;
|
|
|
|
overflow:hidden;
|
|
|
|
}
|
|
|
|
|
2012-05-24 01:22:45 +02:00
|
|
|
.tabs li {
|
|
|
|
display: inline;
|
|
|
|
float: left;
|
|
|
|
margin: 10px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabs li.selected {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panes {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pane.sandbox {
|
|
|
|
border: 1px solid #C3D9EC;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pane.sandbox legend {
|
2012-07-05 19:38:22 +02:00
|
|
|
padding-bottom: 5px;
|
2012-05-24 01:22:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.remove {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pane.sandbox .result {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2013-07-31 10:38:09 +02:00
|
|
|
form .parameters {
|
|
|
|
float: left;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
form .parameters .tuple input {
|
|
|
|
width: 40%;
|
|
|
|
}
|
|
|
|
|
2012-07-05 19:38:22 +02:00
|
|
|
form .headers,
|
2012-07-06 00:23:14 +02:00
|
|
|
form .request-content {
|
2012-05-24 01:22:45 +02:00
|
|
|
float: left;
|
2013-07-31 10:38:09 +02:00
|
|
|
width: 25%;
|
2012-05-24 01:22:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.buttons {
|
|
|
|
clear: both;
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
2012-07-05 19:38:22 +02:00
|
|
|
|
2012-07-06 00:23:14 +02:00
|
|
|
.request-content textarea {
|
2012-07-05 19:38:22 +02:00
|
|
|
width:100%;
|
|
|
|
min-width:100%;
|
|
|
|
max-width:100%;
|
|
|
|
height:5em;
|
|
|
|
margin-bottom:10px;
|
|
|
|
}
|
2012-07-27 10:32:32 +02:00
|
|
|
|
|
|
|
.pane.content div ul {
|
|
|
|
list-style-type: disc;
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2012-12-10 10:21:04 -08:00
|
|
|
|
2013-04-08 12:20:43 +02:00
|
|
|
.motd {
|
|
|
|
padding:20px;
|
2013-07-12 10:23:13 +02:00
|
|
|
}
|
2015-03-29 14:37:06 +02:00
|
|
|
|
2015-03-29 15:06:58 +02:00
|
|
|
.json-collapse-section {
|
2015-03-29 14:37:06 +02:00
|
|
|
color: #660;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|