mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 15:51:48 +03:00
Removed the duplication for the different methods
This commit is contained in:
parent
5a36d673e8
commit
3a9a2849e3
@ -208,7 +208,8 @@ div.heading ul.options li.last {
|
|||||||
border-right: none;
|
border-right: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get {
|
/* operations */
|
||||||
|
li.operation {
|
||||||
float: none;
|
float: none;
|
||||||
clear: both;
|
clear: both;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -216,18 +217,13 @@ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operatio
|
|||||||
margin: 0 0 10px 0;
|
margin: 0 0 10px 0;
|
||||||
padding: 0 0 0 0px;
|
padding: 0 0 0 0px;
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
|
li.operation div.heading {
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
overflow: hidden;
|
|
||||||
display: block;
|
|
||||||
margin: 0 0 0 0;
|
margin: 0 0 0 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: #e7f0f7;
|
background-color: #e7f0f7;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
border-color: #c3d9ec;
|
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 {
|
li.operation div.heading h3 {
|
||||||
display: block;
|
display: block;
|
||||||
clear: none;
|
clear: none;
|
||||||
float: left;
|
float: left;
|
||||||
@ -237,13 +233,12 @@ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operatio
|
|||||||
line-height: 1.1em;
|
line-height: 1.1em;
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span {
|
li.operation div.heading h3 span {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.http_method a {
|
li.operation div.heading h3 span.http_method a {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
background-color: #0f6ab4;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: white;
|
color: white;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -253,803 +248,176 @@ body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operatio
|
|||||||
padding: 7px 0 4px 0;
|
padding: 7px 0 4px 0;
|
||||||
-moz-border-radius: 2px;
|
-moz-border-radius: 2px;
|
||||||
-webkit-border-radius: 2px;
|
-webkit-border-radius: 2px;
|
||||||
-o-border-radius: 2px;
|
|
||||||
-ms-border-radius: 2px;
|
|
||||||
-khtml-border-radius: 2px;
|
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.path {
|
li.operation div.heading h3 span.path {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.path a {
|
li.operation div.heading ul.options {
|
||||||
color: black;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.path a:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options {
|
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
overflow: hidden;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
display: block;
|
|
||||||
clear: none;
|
|
||||||
float: right;
|
|
||||||
margin: 6px 10px 0 0;
|
margin: 6px 10px 0 0;
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li {
|
li.operation div.heading ul.options li {
|
||||||
float: left;
|
|
||||||
clear: none;
|
|
||||||
margin: 0;
|
|
||||||
padding: 2px 10px;
|
|
||||||
border-right: 1px solid #dddddd;
|
border-right: 1px solid #dddddd;
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li:first-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li.first {
|
|
||||||
padding-left: 0;
|
li.operation div.content {
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li:last-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li.last {
|
|
||||||
padding-right: 0;
|
|
||||||
border-right: none;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li {
|
|
||||||
border-right-color: #c3d9ec;
|
|
||||||
color: #0f6ab4;
|
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a {
|
|
||||||
color: #0f6ab4;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a:hover, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a:active, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a.active {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content {
|
|
||||||
background-color: #ebf3f9;
|
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
border-color: #c3d9ec;
|
|
||||||
border-top: none;
|
border-top: none;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
-moz-border-radius-bottomleft: 6px;
|
-moz-border-radius-bottomleft: 6px;
|
||||||
-webkit-border-bottom-left-radius: 6px;
|
-webkit-border-bottom-left-radius: 6px;
|
||||||
-o-border-bottom-left-radius: 6px;
|
|
||||||
-ms-border-bottom-left-radius: 6px;
|
|
||||||
-khtml-border-bottom-left-radius: 6px;
|
|
||||||
border-bottom-left-radius: 6px;
|
border-bottom-left-radius: 6px;
|
||||||
-moz-border-radius-bottomright: 6px;
|
-moz-border-radius-bottomright: 6px;
|
||||||
-webkit-border-bottom-right-radius: 6px;
|
-webkit-border-bottom-right-radius: 6px;
|
||||||
-o-border-bottom-right-radius: 6px;
|
|
||||||
-ms-border-bottom-right-radius: 6px;
|
|
||||||
-khtml-border-bottom-right-radius: 6px;
|
|
||||||
border-bottom-right-radius: 6px;
|
border-bottom-right-radius: 6px;
|
||||||
margin: 0 0 20px 0;
|
margin: 0 0 20px 0;
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4 {
|
li.operation div.content h4 {
|
||||||
color: #0f6ab4;
|
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 15px 0 5px 0px;
|
padding: 15px 0 5px 0px;
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content form input[type='text'].error {
|
li.operation div.content form input[type='text'].error {
|
||||||
outline: 2px solid black;
|
outline: 2px solid #cc0000;
|
||||||
outline-color: #cc0000;
|
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header {
|
li.operation div.content div.response div.block {
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
overflow: hidden;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header input.submit {
|
|
||||||
display: block;
|
|
||||||
clear: none;
|
|
||||||
float: left;
|
|
||||||
padding: 6px 8px;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header img {
|
|
||||||
display: block;
|
|
||||||
display: block;
|
|
||||||
clear: none;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.sandbox_header a {
|
|
||||||
padding: 4px 0 0 10px;
|
|
||||||
color: #6fa5d2;
|
|
||||||
display: inline-block;
|
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.response div.block {
|
|
||||||
background-color: #fcf6db;
|
background-color: #fcf6db;
|
||||||
border: 1px solid black;
|
border: 1px solid #e5e0c6;
|
||||||
border-color: #e5e0c6;
|
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content div.response div.block pre {
|
li.operation div.content div.response div.block pre {
|
||||||
font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
|
font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post,
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any {
|
/* GET operations */
|
||||||
float: none;
|
li.operation.get div.heading {
|
||||||
clear: both;
|
border-color: #c3d9ec;
|
||||||
overflow: hidden;
|
|
||||||
display: block;
|
|
||||||
margin: 0 0 10px 0;
|
|
||||||
padding: 0 0 0 0px;
|
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading,
|
li.operation.get div.heading h3 span.http_method a {
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.heading {
|
background-color: #0f6ab4;
|
||||||
float: none;
|
}
|
||||||
clear: both;
|
li.operation.get div.heading ul.options li {
|
||||||
overflow: hidden;
|
border-right-color: #c3d9ec;
|
||||||
display: block;
|
color: #0f6ab4;
|
||||||
margin: 0 0 0 0;
|
|
||||||
padding: 0;
|
|
||||||
background-color: #e7f6ec;
|
|
||||||
border: 1px solid black;
|
|
||||||
border-color: #c3e8d1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.heading {
|
li.operation.get div.content {
|
||||||
|
background-color: #ebf3f9;
|
||||||
|
border-color: #c3d9ec;
|
||||||
|
}
|
||||||
|
li.operation.get div.content h4 {
|
||||||
|
color: #0f6ab4;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* POST operations */
|
||||||
|
li.operation.post div.heading {
|
||||||
|
border-color: #c3e8d1;
|
||||||
|
}
|
||||||
|
li.operation.post div.heading h3 span.http_method a{
|
||||||
|
background-color: #10a54a;
|
||||||
|
}
|
||||||
|
li.operation.post div.heading ul.options li {
|
||||||
|
border-right-color: #c3e8d1;
|
||||||
|
color: #10a54a;
|
||||||
|
}
|
||||||
|
|
||||||
|
li.operation.post div.content {
|
||||||
|
background-color: #ebf7f0;
|
||||||
|
border-color: #c3e8d1;
|
||||||
|
}
|
||||||
|
li.operation.post div.content h4 {
|
||||||
|
color: #10a54a;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ANY operations */
|
||||||
|
li.operation.any div.heading {
|
||||||
background-color: lightgray;
|
background-color: lightgray;
|
||||||
border-color: gray;
|
border-color: gray;
|
||||||
}
|
}
|
||||||
|
li.operation.any div.heading h3 span.http_method a {
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3,
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.heading h3 {
|
|
||||||
display: block;
|
|
||||||
clear: none;
|
|
||||||
float: left;
|
|
||||||
width: auto;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
line-height: 1.1em;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span,
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.heading h3 span {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.http_method a,
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.heading h3 span.http_method a {
|
|
||||||
text-transform: uppercase;
|
|
||||||
background-color: #10a54a;
|
|
||||||
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;
|
|
||||||
-o-border-radius: 2px;
|
|
||||||
-ms-border-radius: 2px;
|
|
||||||
-khtml-border-radius: 2px;
|
|
||||||
border-radius: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.heading h3 span.http_method a {
|
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
}
|
}
|
||||||
|
li.operation.any div.heading ul.options li {
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.path,
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.heading h3 span.path {
|
|
||||||
padding-left: 10px;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.path a,
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.heading h3 span.path a {
|
|
||||||
color: black;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.path a:hover,
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.heading h3 span.path a:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options,
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.heading ul.options {
|
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
overflow: hidden;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
display: block;
|
|
||||||
clear: none;
|
|
||||||
float: right;
|
|
||||||
margin: 6px 10px 0 0;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li,
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.heading ul.options li {
|
|
||||||
float: left;
|
|
||||||
clear: none;
|
|
||||||
margin: 0;
|
|
||||||
padding: 2px 10px;
|
|
||||||
border-right: 1px solid #dddddd;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li:first-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li.first,
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.heading ul.options li:first-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.heading ul.options li.first {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li:last-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li.last,
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.heading ul.options li:last-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.heading ul.options li.last {
|
|
||||||
padding-right: 0;
|
|
||||||
border-right: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li,
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.heading ul.options li {
|
|
||||||
border-right-color: #c3e8d1;
|
|
||||||
color: #10a54a;
|
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
|
||||||
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.heading ul.options li {
|
|
||||||
color: #000;
|
color: #000;
|
||||||
border-right-color: gray;
|
border-right-color: gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a {
|
li.operation.any div.content {
|
||||||
color: #10a54a;
|
background-color: lightgray;
|
||||||
text-decoration: none;
|
border-color: gray;
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.heading ul.options li a {
|
li.operation.any div.content h4 {
|
||||||
color: #000;
|
color: #000;
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a:hover, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a:active, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a.active,
|
li.operation.any div.content div.response div.block {
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.heading ul.options li a:hover, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.heading ul.options li a:active, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.heading ul.options li a.active {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content,
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.content {
|
|
||||||
background-color: #ebf7f0;
|
|
||||||
border: 1px solid black;
|
|
||||||
border-color: #c3e8d1;
|
|
||||||
border-top: none;
|
|
||||||
padding: 10px;
|
|
||||||
-moz-border-radius-bottomleft: 6px;
|
|
||||||
-webkit-border-bottom-left-radius: 6px;
|
|
||||||
-o-border-bottom-left-radius: 6px;
|
|
||||||
-ms-border-bottom-left-radius: 6px;
|
|
||||||
-khtml-border-bottom-left-radius: 6px;
|
|
||||||
border-bottom-left-radius: 6px;
|
|
||||||
-moz-border-radius-bottomright: 6px;
|
|
||||||
-webkit-border-bottom-right-radius: 6px;
|
|
||||||
-o-border-bottom-right-radius: 6px;
|
|
||||||
-ms-border-bottom-right-radius: 6px;
|
|
||||||
-khtml-border-bottom-right-radius: 6px;
|
|
||||||
border-bottom-right-radius: 6px;
|
|
||||||
margin: 0 0 20px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.content {
|
|
||||||
background-color: lightgray;
|
background-color: lightgray;
|
||||||
border-color: gray;
|
border-color: gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4,
|
/* PUT operations */
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.content h4 {
|
li.operation.put div.heading {
|
||||||
color: #10a54a;
|
|
||||||
font-size: 1.1em;
|
|
||||||
margin: 0;
|
|
||||||
padding: 15px 0 5px 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.content h4 {
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.response div.block {
|
|
||||||
background-color: #fcf6db;
|
|
||||||
border: 1px solid black;
|
|
||||||
border-color: #e5e0c6;
|
|
||||||
}
|
|
||||||
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.content div.response div.block {
|
|
||||||
background-color: lightgray;
|
|
||||||
border-color: gray;
|
|
||||||
}
|
|
||||||
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content div.response div.block pre,
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.any div.content div.response div.block pre {
|
|
||||||
font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
|
|
||||||
padding: 10px;
|
|
||||||
font-size: 0.9em;
|
|
||||||
max-height: 400px;
|
|
||||||
overflow-y: auto;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put {
|
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
overflow: hidden;
|
|
||||||
display: block;
|
|
||||||
margin: 0 0 10px 0;
|
|
||||||
padding: 0 0 0 0px;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading {
|
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
overflow: hidden;
|
|
||||||
display: block;
|
|
||||||
margin: 0 0 0 0;
|
|
||||||
padding: 0;
|
|
||||||
background-color: #f9f2e9;
|
background-color: #f9f2e9;
|
||||||
border: 1px solid black;
|
|
||||||
border-color: #f0e0ca;
|
border-color: #f0e0ca;
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 {
|
li.operation.put div.heading h3 span.http_method a {
|
||||||
display: block;
|
|
||||||
clear: none;
|
|
||||||
float: left;
|
|
||||||
width: auto;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
line-height: 1.1em;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.http_method a {
|
|
||||||
text-transform: uppercase;
|
|
||||||
background-color: #c5862b;
|
background-color: #c5862b;
|
||||||
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;
|
|
||||||
-o-border-radius: 2px;
|
|
||||||
-ms-border-radius: 2px;
|
|
||||||
-khtml-border-radius: 2px;
|
|
||||||
border-radius: 2px;
|
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.path {
|
li.operation.put div.heading ul.options li {
|
||||||
padding-left: 10px;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.path a {
|
|
||||||
color: black;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.path a:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options {
|
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
overflow: hidden;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
display: block;
|
|
||||||
clear: none;
|
|
||||||
float: right;
|
|
||||||
margin: 6px 10px 0 0;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li {
|
|
||||||
float: left;
|
|
||||||
clear: none;
|
|
||||||
margin: 0;
|
|
||||||
padding: 2px 10px;
|
|
||||||
border-right: 1px solid #dddddd;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li:first-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li.first {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li:last-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li.last {
|
|
||||||
padding-right: 0;
|
|
||||||
border-right: none;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li {
|
|
||||||
border-right-color: #f0e0ca;
|
border-right-color: #f0e0ca;
|
||||||
color: #c5862b;
|
color: #c5862b;
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a {
|
|
||||||
color: #c5862b;
|
li.operation.put div.content {
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a:hover, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a:active, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a.active {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content {
|
|
||||||
background-color: #faf5ee;
|
background-color: #faf5ee;
|
||||||
border: 1px solid black;
|
|
||||||
border-color: #f0e0ca;
|
border-color: #f0e0ca;
|
||||||
border-top: none;
|
|
||||||
padding: 10px;
|
|
||||||
-moz-border-radius-bottomleft: 6px;
|
|
||||||
-webkit-border-bottom-left-radius: 6px;
|
|
||||||
-o-border-bottom-left-radius: 6px;
|
|
||||||
-ms-border-bottom-left-radius: 6px;
|
|
||||||
-khtml-border-bottom-left-radius: 6px;
|
|
||||||
border-bottom-left-radius: 6px;
|
|
||||||
-moz-border-radius-bottomright: 6px;
|
|
||||||
-webkit-border-bottom-right-radius: 6px;
|
|
||||||
-o-border-bottom-right-radius: 6px;
|
|
||||||
-ms-border-bottom-right-radius: 6px;
|
|
||||||
-khtml-border-bottom-right-radius: 6px;
|
|
||||||
border-bottom-right-radius: 6px;
|
|
||||||
margin: 0 0 20px 0;
|
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content h4 {
|
li.operation.put div.content h4 {
|
||||||
color: #c5862b;
|
color: #c5862b;
|
||||||
font-size: 1.1em;
|
|
||||||
margin: 0;
|
|
||||||
padding: 15px 0 5px 0px;
|
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content form input[type='text'].error {
|
|
||||||
outline: 2px solid black;
|
/* DELETE operations */
|
||||||
outline-color: #cc0000;
|
li.operation.delete div.heading {
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header {
|
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
overflow: hidden;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header input.submit {
|
|
||||||
display: block;
|
|
||||||
clear: none;
|
|
||||||
float: left;
|
|
||||||
padding: 6px 8px;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header img {
|
|
||||||
display: block;
|
|
||||||
display: block;
|
|
||||||
clear: none;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.sandbox_header a {
|
|
||||||
padding: 4px 0 0 10px;
|
|
||||||
color: #dcb67f;
|
|
||||||
display: inline-block;
|
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.response div.block {
|
|
||||||
background-color: #fcf6db;
|
|
||||||
border: 1px solid black;
|
|
||||||
border-color: #e5e0c6;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content div.response div.block pre {
|
|
||||||
font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
|
|
||||||
padding: 10px;
|
|
||||||
font-size: 0.9em;
|
|
||||||
max-height: 400px;
|
|
||||||
overflow-y: auto;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete {
|
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
overflow: hidden;
|
|
||||||
display: block;
|
|
||||||
margin: 0 0 10px 0;
|
|
||||||
padding: 0 0 0 0px;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading {
|
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
overflow: hidden;
|
|
||||||
display: block;
|
|
||||||
margin: 0 0 0 0;
|
|
||||||
padding: 0;
|
|
||||||
background-color: #f5e8e8;
|
background-color: #f5e8e8;
|
||||||
border: 1px solid black;
|
|
||||||
border-color: #e8c6c7;
|
border-color: #e8c6c7;
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 {
|
li.operation.delete div.heading h3 span.http_method a {
|
||||||
display: block;
|
|
||||||
clear: none;
|
|
||||||
float: left;
|
|
||||||
width: auto;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
line-height: 1.1em;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.http_method a {
|
|
||||||
text-transform: uppercase;
|
|
||||||
background-color: #a41e22;
|
background-color: #a41e22;
|
||||||
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;
|
|
||||||
-o-border-radius: 2px;
|
|
||||||
-ms-border-radius: 2px;
|
|
||||||
-khtml-border-radius: 2px;
|
|
||||||
border-radius: 2px;
|
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.path {
|
li.operation.delete div.heading ul.options li {
|
||||||
padding-left: 10px;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.path a {
|
|
||||||
color: black;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.path a:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options {
|
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
overflow: hidden;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
display: block;
|
|
||||||
clear: none;
|
|
||||||
float: right;
|
|
||||||
margin: 6px 10px 0 0;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li {
|
|
||||||
float: left;
|
|
||||||
clear: none;
|
|
||||||
margin: 0;
|
|
||||||
padding: 2px 10px;
|
|
||||||
border-right: 1px solid #dddddd;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li:first-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li.first {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li:last-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li.last {
|
|
||||||
padding-right: 0;
|
|
||||||
border-right: none;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li {
|
|
||||||
border-right-color: #e8c6c7;
|
border-right-color: #e8c6c7;
|
||||||
color: #a41e22;
|
color: #a41e22;
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a {
|
|
||||||
color: #a41e22;
|
li.operation.delete div.content {
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a:hover, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a:active, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a.active {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
|
|
||||||
background-color: #f7eded;
|
background-color: #f7eded;
|
||||||
border: 1px solid black;
|
|
||||||
border-color: #e8c6c7;
|
border-color: #e8c6c7;
|
||||||
border-top: none;
|
|
||||||
padding: 10px;
|
|
||||||
-moz-border-radius-bottomleft: 6px;
|
|
||||||
-webkit-border-bottom-left-radius: 6px;
|
|
||||||
-o-border-bottom-left-radius: 6px;
|
|
||||||
-ms-border-bottom-left-radius: 6px;
|
|
||||||
-khtml-border-bottom-left-radius: 6px;
|
|
||||||
border-bottom-left-radius: 6px;
|
|
||||||
-moz-border-radius-bottomright: 6px;
|
|
||||||
-webkit-border-bottom-right-radius: 6px;
|
|
||||||
-o-border-bottom-right-radius: 6px;
|
|
||||||
-ms-border-bottom-right-radius: 6px;
|
|
||||||
-khtml-border-bottom-right-radius: 6px;
|
|
||||||
border-bottom-right-radius: 6px;
|
|
||||||
margin: 0 0 20px 0;
|
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4 {
|
li.operation.delete div.content h4 {
|
||||||
color: #a41e22;
|
color: #a41e22;
|
||||||
font-size: 1.1em;
|
|
||||||
margin: 0;
|
|
||||||
padding: 15px 0 5px 0px;
|
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content form input[type='text'].error {
|
|
||||||
outline: 2px solid black;
|
/* PATCH operations */
|
||||||
outline-color: #cc0000;
|
li.operation.patch div.heading {
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header {
|
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
overflow: hidden;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header input.submit {
|
|
||||||
display: block;
|
|
||||||
clear: none;
|
|
||||||
float: left;
|
|
||||||
padding: 6px 8px;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header img {
|
|
||||||
display: block;
|
|
||||||
display: block;
|
|
||||||
clear: none;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.sandbox_header a {
|
|
||||||
padding: 4px 0 0 10px;
|
|
||||||
color: #c8787a;
|
|
||||||
display: inline-block;
|
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.response div.block {
|
|
||||||
background-color: #fcf6db;
|
|
||||||
border: 1px solid black;
|
|
||||||
border-color: #e5e0c6;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content div.response div.block pre {
|
|
||||||
font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
|
|
||||||
padding: 10px;
|
|
||||||
font-size: 0.9em;
|
|
||||||
max-height: 400px;
|
|
||||||
overflow-y: auto;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch {
|
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
overflow: hidden;
|
|
||||||
display: block;
|
|
||||||
margin: 0 0 10px 0;
|
|
||||||
padding: 0 0 0 0px;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading {
|
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
overflow: hidden;
|
|
||||||
display: block;
|
|
||||||
margin: 0 0 0 0;
|
|
||||||
padding: 0;
|
|
||||||
background-color: #f5e8e8;
|
background-color: #f5e8e8;
|
||||||
border: 1px solid black;
|
|
||||||
border-color: #e8c6e7;
|
border-color: #e8c6e7;
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 {
|
li.operation.patch div.heading h3 span.http_method a {
|
||||||
display: block;
|
|
||||||
clear: none;
|
|
||||||
float: left;
|
|
||||||
width: auto;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
line-height: 1.1em;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.http_method a {
|
|
||||||
text-transform: uppercase;
|
|
||||||
background-color: #a41ee2;
|
background-color: #a41ee2;
|
||||||
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;
|
|
||||||
-o-border-radius: 2px;
|
|
||||||
-ms-border-radius: 2px;
|
|
||||||
-khtml-border-radius: 2px;
|
|
||||||
border-radius: 2px;
|
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.path {
|
li.operation.patch div.heading ul.options li {
|
||||||
padding-left: 10px;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.path a {
|
|
||||||
color: black;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading h3 span.path a:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options {
|
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
overflow: hidden;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
display: block;
|
|
||||||
clear: none;
|
|
||||||
float: right;
|
|
||||||
margin: 6px 10px 0 0;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li {
|
|
||||||
float: left;
|
|
||||||
clear: none;
|
|
||||||
margin: 0;
|
|
||||||
padding: 2px 10px;
|
|
||||||
border-right: 1px solid #dddddd;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li:first-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li.first {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li:last-child, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li.last {
|
|
||||||
padding-right: 0;
|
|
||||||
border-right: none;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li {
|
|
||||||
border-right-color: #e8c6c7;
|
border-right-color: #e8c6c7;
|
||||||
color: #a41ee2;
|
color: #a41ee2;
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a {
|
|
||||||
color: #a41ee2;
|
li.operation.patch div.content {
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a:hover, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a:active, body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.heading ul.options li a.active {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content {
|
|
||||||
background-color: #f7eded;
|
background-color: #f7eded;
|
||||||
border: 1px solid black;
|
|
||||||
border-color: #e8c6c7;
|
border-color: #e8c6c7;
|
||||||
border-top: none;
|
|
||||||
padding: 10px;
|
|
||||||
-moz-border-radius-bottomleft: 6px;
|
|
||||||
-webkit-border-bottom-left-radius: 6px;
|
|
||||||
-o-border-bottom-left-radius: 6px;
|
|
||||||
-ms-border-bottom-left-radius: 6px;
|
|
||||||
-khtml-border-bottom-left-radius: 6px;
|
|
||||||
border-bottom-left-radius: 6px;
|
|
||||||
-moz-border-radius-bottomright: 6px;
|
|
||||||
-webkit-border-bottom-right-radius: 6px;
|
|
||||||
-o-border-bottom-right-radius: 6px;
|
|
||||||
-ms-border-bottom-right-radius: 6px;
|
|
||||||
-khtml-border-bottom-right-radius: 6px;
|
|
||||||
border-bottom-right-radius: 6px;
|
|
||||||
margin: 0 0 20px 0;
|
|
||||||
}
|
}
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content h4 {
|
li.operation.patch div.content h4 {
|
||||||
color: #a41ee2;
|
color: #a41ee2;
|
||||||
font-size: 1.1em;
|
|
||||||
margin: 0;
|
|
||||||
padding: 15px 0 5px 0px;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content form input[type='text'].error {
|
|
||||||
outline: 2px solid black;
|
|
||||||
outline-color: #cc00cc;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header {
|
|
||||||
float: none;
|
|
||||||
clear: both;
|
|
||||||
overflow: hidden;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header input.submit {
|
|
||||||
display: block;
|
|
||||||
clear: none;
|
|
||||||
float: left;
|
|
||||||
padding: 6px 8px;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header img {
|
|
||||||
display: block;
|
|
||||||
display: block;
|
|
||||||
clear: none;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.sandbox_header a {
|
|
||||||
padding: 4px 0 0 10px;
|
|
||||||
color: #c8787a;
|
|
||||||
display: inline-block;
|
|
||||||
font-size: 0.9em;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.response div.block {
|
|
||||||
background-color: #fcf6db;
|
|
||||||
border: 1px solid black;
|
|
||||||
border-color: #e5e0c6;
|
|
||||||
}
|
|
||||||
body ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.patch div.content div.response div.block pre {
|
|
||||||
font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
|
|
||||||
padding: 10px;
|
|
||||||
font-size: 0.9em;
|
|
||||||
max-height: 400px;
|
|
||||||
overflow-y: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user