aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/api/html/stylesheets/spectacle.css
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-07-17 16:37:28 +0200
committerChocobozzz <me@florianbigard.com>2018-07-17 16:37:54 +0200
commit330eaf12969ed0f15f93d5dd50599885f62ffbed (patch)
treea5572bbeba128aa5d61701a9305f6d15d009d84c /support/doc/api/html/stylesheets/spectacle.css
parentaa1c3d929f524f57930f8bb0ae8b07e8b51f9952 (diff)
downloadPeerTube-330eaf12969ed0f15f93d5dd50599885f62ffbed.tar.gz
PeerTube-330eaf12969ed0f15f93d5dd50599885f62ffbed.tar.zst
PeerTube-330eaf12969ed0f15f93d5dd50599885f62ffbed.zip
Fix start/count/sort params in documentation
Diffstat (limited to 'support/doc/api/html/stylesheets/spectacle.css')
-rw-r--r--support/doc/api/html/stylesheets/spectacle.css29
1 files changed, 20 insertions, 9 deletions
diff --git a/support/doc/api/html/stylesheets/spectacle.css b/support/doc/api/html/stylesheets/spectacle.css
index 1fc414e0b..fe9b945d1 100644
--- a/support/doc/api/html/stylesheets/spectacle.css
+++ b/support/doc/api/html/stylesheets/spectacle.css
@@ -1019,7 +1019,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
1019 #spectacle #sidebar a { 1019 #spectacle #sidebar a {
1020 display: block; 1020 display: block;
1021 margin: 0 0 0.25rem; 1021 margin: 0 0 0.25rem;
1022 color: #46483e; 1022 color: #4a5055;
1023 white-space: nowrap; 1023 white-space: nowrap;
1024 overflow: hidden; 1024 overflow: hidden;
1025 -o-text-overflow: ellipsis; 1025 -o-text-overflow: ellipsis;
@@ -1053,7 +1053,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
1053 @media print, screen and (min-width: 64em) { 1053 @media print, screen and (min-width: 64em) {
1054 #spectacle #docs .example-box { 1054 #spectacle #docs .example-box {
1055 display: block; 1055 display: block;
1056 background-color: #23241f; 1056 background-color: #2d3134;
1057 position: absolute; 1057 position: absolute;
1058 right: 0; 1058 right: 0;
1059 top: 0; 1059 top: 0;
@@ -1063,7 +1063,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
1063 #spectacle article .no-description { 1063 #spectacle article .no-description {
1064 color: #8a8a8a; } 1064 color: #8a8a8a; }
1065 #spectacle article dt { 1065 #spectacle article dt {
1066 color: #23241f; } 1066 color: #2d3134; }
1067 #spectacle article table.table { 1067 #spectacle article table.table {
1068 width: 100%; } 1068 width: 100%; }
1069 #spectacle article code { 1069 #spectacle article code {
@@ -1087,7 +1087,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
1087 font-weight: bold; 1087 font-weight: bold;
1088 background: transparent; 1088 background: transparent;
1089 border: none; 1089 border: none;
1090 color: #515448; } 1090 color: #535b60; }
1091 #spectacle article h1.doc-title span { 1091 #spectacle article h1.doc-title span {
1092 display: none; 1092 display: none;
1093 opacity: 0.65; 1093 opacity: 0.65;
@@ -1123,6 +1123,8 @@ 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-type {
1127 font-weight: 400; }
1126 #spectacle article .prop-row .prop-subtitle { 1128 #spectacle article .prop-row .prop-subtitle {
1127 font-weight: 400; 1129 font-weight: 400;
1128 font-size: 80%; } 1130 font-size: 80%; }
@@ -1153,7 +1155,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
1153 padding-left: 2.25rem !important; 1155 padding-left: 2.25rem !important;
1154 padding-right: 2.25rem !important; 1156 padding-right: 2.25rem !important;
1155 color: #fefefe; 1157 color: #fefefe;
1156 background-color: #23241f; } 1158 background-color: #2d3134; }
1157 #spectacle article .doc-examples h5 { 1159 #spectacle article .doc-examples h5 {
1158 color: #fefefe; 1160 color: #fefefe;
1159 font-size: 1rem; 1161 font-size: 1rem;
@@ -1169,7 +1171,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
1169 display: block; 1171 display: block;
1170 margin-bottom: 1.5rem; 1172 margin-bottom: 1.5rem;
1171 padding: 1.5rem; 1173 padding: 1.5rem;
1172 font-family: Consolas,"Liberation Mono",Courier,monospace; 1174 font-family: Consolas, "Liberation Mono", Courier, monospace;
1173 font-weight: inherit; 1175 font-weight: inherit;
1174 color: inherit; 1176 color: inherit;
1175 background-color: transparent; 1177 background-color: transparent;
@@ -1181,6 +1183,15 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
1181 word-spacing: normal; 1183 word-spacing: normal;
1182 white-space: pre-wrap; 1184 white-space: pre-wrap;
1183 word-break: normal; } 1185 word-break: normal; }
1186 #spectacle article .doc-examples tbody tr:nth-child(even) {
1187 border-bottom: 0;
1188 background-color: #353a3d; }
1189 #spectacle article .doc-examples tbody, #spectacle article .doc-examples tfoot, #spectacle article .doc-examples thead {
1190 color: #FFFFFF;
1191 background-color: #2d3134;
1192 border: 0px; }
1193 #spectacle article .doc-examples thead {
1194 background-color: #2d3134; }
1184 #spectacle article .doc-examples .swagger-response-headers { 1195 #spectacle article .doc-examples .swagger-response-headers {
1185 background-color: transparent; 1196 background-color: transparent;
1186 border: none; 1197 border: none;
@@ -1235,7 +1246,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
1235 #spectacle article .definition dl dt { 1246 #spectacle article .definition dl dt {
1236 font-weight: normal; } 1247 font-weight: normal; }
1237 #spectacle article .definition dl dd { 1248 #spectacle article .definition dl dd {
1238 font-weight: lighter; } 1249 font-style: italic; }
1239 #spectacle article .definition .json-property-name { 1250 #spectacle article .definition .json-property-name {
1240 font-weight: bold; } 1251 font-weight: bold; }
1241 #spectacle article .hljs { 1252 #spectacle article .hljs {
@@ -1245,7 +1256,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
1245 margin-bottom: 1rem; 1256 margin-bottom: 1rem;
1246 border: none; } 1257 border: none; }
1247 #spectacle .drawer-layout .drawer { 1258 #spectacle .drawer-layout .drawer {
1248 box-shadow: 0 0 10px rgba(35, 36, 31, 0.5); 1259 box-shadow: 0 0 10px rgba(45, 49, 52, 0.5);
1249 transition: transform 0.5s ease; 1260 transition: transform 0.5s ease;
1250 backface-visibility: hidden; } 1261 backface-visibility: hidden; }
1251 #spectacle .drawer-layout .drawer.slide-left { 1262 #spectacle .drawer-layout .drawer.slide-left {
@@ -1283,7 +1294,7 @@ Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-lic
1283 position: fixed; 1294 position: fixed;
1284 top: 0.75rem; 1295 top: 0.75rem;
1285 right: 0.75rem; 1296 right: 0.75rem;
1286 background-color: rgba(35, 36, 31, 0.75); 1297 background-color: rgba(45, 49, 52, 0.75);
1287 padding: 0.65rem; 1298 padding: 0.65rem;
1288 z-index: 1; 1299 z-index: 1;
1289 border-radius: 5px; 1300 border-radius: 5px;