aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/api/html/stylesheets/spectacle.css
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-04-06 10:44:02 +0200
committerChocobozzz <me@florianbigard.com>2018-04-06 10:44:02 +0200
commit228e84aa7e604c010ecc39bd54b62fefcca3b94e (patch)
tree347a7155d978a7ebdcf07dda3b31207304149a4b /support/doc/api/html/stylesheets/spectacle.css
parent9c758359c03840c708ccfc8a3f10f1b84ec6611f (diff)
downloadPeerTube-228e84aa7e604c010ecc39bd54b62fefcca3b94e.tar.gz
PeerTube-228e84aa7e604c010ecc39bd54b62fefcca3b94e.tar.zst
PeerTube-228e84aa7e604c010ecc39bd54b62fefcca3b94e.zip
Upgrade spectacle module
Diffstat (limited to 'support/doc/api/html/stylesheets/spectacle.css')
-rw-r--r--support/doc/api/html/stylesheets/spectacle.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/support/doc/api/html/stylesheets/spectacle.css b/support/doc/api/html/stylesheets/spectacle.css
index a6c686288..1fc414e0b 100644
--- a/support/doc/api/html/stylesheets/spectacle.css
+++ b/support/doc/api/html/stylesheets/spectacle.css
@@ -1123,6 +1123,9 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
1123 border-top: 1px solid #ddd; } 1123 border-top: 1px solid #ddd; }
1124 #spectacle article .prop-row .prop-title { 1124 #spectacle article .prop-row .prop-title {
1125 font-weight: bold; } 1125 font-weight: bold; }
1126 #spectacle article .prop-row .prop-subtitle {
1127 font-weight: 400;
1128 font-size: 80%; }
1126 #spectacle article .prop-row .prop-name { 1129 #spectacle article .prop-row .prop-name {
1127 text-align: right; 1130 text-align: right;
1128 padding-right: 0.85rem !important; 1131 padding-right: 0.85rem !important;
@@ -1178,6 +1181,26 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
1178 word-spacing: normal; 1181 word-spacing: normal;
1179 white-space: pre-wrap; 1182 white-space: pre-wrap;
1180 word-break: normal; } 1183 word-break: normal; }
1184 #spectacle article .doc-examples .swagger-response-headers {
1185 background-color: transparent;
1186 border: none;
1187 border-top: 1px solid #000;
1188 border-bottom: 1px solid #404040;
1189 border-radius: 5px;
1190 box-shadow: 0 0 200px rgba(0, 0, 0, 0.33) inset;
1191 margin-bottom: 1.5rem; }
1192 #spectacle article .doc-examples .swagger-response-headers thead {
1193 color: #fefefe;
1194 font-size: 1rem;
1195 opacity: 0.8;
1196 background-color: transparent;
1197 border: none; }
1198 #spectacle article .doc-examples .swagger-response-headers tbody {
1199 border: none;
1200 background-color: transparent; }
1201 #spectacle article .doc-examples .swagger-response-headers tbody tr {
1202 background-color: transparent;
1203 border-top: 1px solid #404040; }
1181 #spectacle article .powered-by { 1204 #spectacle article .powered-by {
1182 font-size: 80%; 1205 font-size: 80%;
1183 color: #cacaca; } 1206 color: #cacaca; }
@@ -1197,6 +1220,12 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
1197 right: 50%; } } 1220 right: 50%; } }
1198 #spectacle article .operation .operation-path { 1221 #spectacle article .operation .operation-path {
1199 word-break: break-all; } 1222 word-break: break-all; }
1223 #spectacle article .security-definition-description {
1224 margin-top: 1.5rem;
1225 margin-bottom: .5rem; }
1226 #spectacle article .security-definition-scope-description {
1227 color: #8a8a8a;
1228 margin-bottom: .5rem; }
1200 #spectacle article .definition .doc-examples h5 { 1229 #spectacle article .definition .doc-examples h5 {
1201 margin-top: -1rem; } 1230 margin-top: -1rem; }
1202 #spectacle article .definition .doc-copy > section { 1231 #spectacle article .definition .doc-copy > section {