diff options
Diffstat (limited to 'support/doc/api/html/stylesheets/spectacle.css')
-rw-r--r-- | support/doc/api/html/stylesheets/spectacle.css | 1375 |
1 files changed, 0 insertions, 1375 deletions
diff --git a/support/doc/api/html/stylesheets/spectacle.css b/support/doc/api/html/stylesheets/spectacle.css deleted file mode 100644 index fe9b945d1..000000000 --- a/support/doc/api/html/stylesheets/spectacle.css +++ /dev/null | |||
@@ -1,1375 +0,0 @@ | |||
1 | @charset "UTF-8"; | ||
2 | /** | ||
3 | * Foundation for Sites by ZURB | ||
4 | * Version 6.4.1 | ||
5 | * foundation.zurb.com | ||
6 | * Licensed under MIT Open Source | ||
7 | */ | ||
8 | #spectacle { | ||
9 | /* | ||
10 | |||
11 | Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/ | ||
12 | |||
13 | */ } | ||
14 | #spectacle .swagger-operation-path:before { | ||
15 | content: "Path"; | ||
16 | display: block; | ||
17 | margin-bottom: 0.5em; | ||
18 | color: #f68b1f; | ||
19 | text-transform: uppercase; | ||
20 | font-size: 0.9rem; } | ||
21 | #spectacle .swagger-operation-description:before { | ||
22 | content: "Description"; | ||
23 | display: block; | ||
24 | margin-bottom: 0.5em; | ||
25 | color: #f68b1f; | ||
26 | text-transform: uppercase; | ||
27 | font-size: 0.9rem; } | ||
28 | #spectacle .swagger-request-params:before { | ||
29 | content: "Request parameters"; | ||
30 | display: block; | ||
31 | margin-bottom: 0.5em; | ||
32 | color: #f68b1f; | ||
33 | text-transform: uppercase; | ||
34 | font-size: 0.9rem; } | ||
35 | #spectacle .swagger-request-body:before { | ||
36 | content: "Request body"; | ||
37 | display: block; | ||
38 | margin-bottom: 0.5em; | ||
39 | color: #f68b1f; | ||
40 | text-transform: uppercase; | ||
41 | font-size: 0.9rem; } | ||
42 | #spectacle .swagger-request-body .json-schema-properties:before { | ||
43 | display: none; } | ||
44 | #spectacle .swagger-responses:before { | ||
45 | content: "Responses"; | ||
46 | display: block; | ||
47 | margin-bottom: 0.5em; | ||
48 | color: #f68b1f; | ||
49 | text-transform: uppercase; | ||
50 | font-size: 0.9rem; } | ||
51 | #spectacle .swagger-global:before { | ||
52 | display: inline-block; | ||
53 | padding: 0.33333rem 0.5rem; | ||
54 | border-radius: 0; | ||
55 | font-size: 0.8rem; | ||
56 | line-height: 1; | ||
57 | white-space: nowrap; | ||
58 | cursor: default; | ||
59 | background: #cc4b37; | ||
60 | color: #fefefe; | ||
61 | font-size: 0.75rem; | ||
62 | border-radius: 4px; | ||
63 | padding: 3px 6px; | ||
64 | content: "global"; } | ||
65 | #spectacle table.table th.swagger-param-key { | ||
66 | width: auto; } | ||
67 | #spectacle table.table th.swagger-param-key:before { | ||
68 | content: "Key"; } | ||
69 | #spectacle table.table th.swagger-param-name { | ||
70 | width: auto; } | ||
71 | #spectacle table.table th.swagger-param-name:before { | ||
72 | content: "Name"; } | ||
73 | #spectacle table.table th.swagger-param-description { | ||
74 | width: auto; } | ||
75 | #spectacle table.table th.swagger-param-description:before { | ||
76 | content: "Description"; } | ||
77 | #spectacle table.table th.swagger-param-data-type { | ||
78 | width: auto; } | ||
79 | #spectacle table.table th.swagger-param-data-type:before { | ||
80 | content: "Data type"; } | ||
81 | #spectacle table.table th.swagger-param-type { | ||
82 | width: auto; } | ||
83 | #spectacle table.table th.swagger-param-type:before { | ||
84 | content: "Type"; } | ||
85 | #spectacle table.table th.swagger-request-security-schema { | ||
86 | width: auto; } | ||
87 | #spectacle table.table th.swagger-request-security-schema:before { | ||
88 | content: "Schema"; } | ||
89 | #spectacle table.table th.swagger-request-security-scopes { | ||
90 | width: auto; } | ||
91 | #spectacle table.table th.swagger-request-security-scopes:before { | ||
92 | content: "Scopes"; } | ||
93 | #spectacle table.table th.swagger-response-header-name { | ||
94 | width: auto; } | ||
95 | #spectacle table.table th.swagger-response-header-name:before { | ||
96 | content: "Header"; } | ||
97 | #spectacle table.table th.swagger-response-header-description { | ||
98 | width: auto; } | ||
99 | #spectacle table.table th.swagger-response-header-description:before { | ||
100 | content: "Description"; } | ||
101 | #spectacle table.table th.swagger-response-header-data-type { | ||
102 | width: auto; } | ||
103 | #spectacle table.table th.swagger-response-header-data-type:before { | ||
104 | content: "Data type"; } | ||
105 | #spectacle table.table th.swagger-response-code { | ||
106 | width: auto; } | ||
107 | #spectacle table.table th.swagger-response-code:before { | ||
108 | content: "Code"; } | ||
109 | #spectacle table.table th.swagger-response-description { | ||
110 | width: auto; } | ||
111 | #spectacle table.table th.swagger-response-description:before { | ||
112 | content: "Description"; } | ||
113 | #spectacle table.table th.swagger-response-schema { | ||
114 | width: auto; } | ||
115 | #spectacle table.table th.swagger-response-schema:before { | ||
116 | content: "Schema"; } | ||
117 | #spectacle .swagger-response-name-value { | ||
118 | font-weight: bold; } | ||
119 | #spectacle .swagger-response-description-text { | ||
120 | padding-bottom: 0.5em; } | ||
121 | #spectacle .swagger-request-security:before { | ||
122 | content: "Security"; | ||
123 | display: block; | ||
124 | margin-bottom: 0.5em; | ||
125 | color: #f68b1f; | ||
126 | text-transform: uppercase; | ||
127 | font-size: 0.9rem; } | ||
128 | #spectacle .swagger-security-definition-basic:before { | ||
129 | color: #cacaca; | ||
130 | content: "(HTTP Basic Authentication)"; } | ||
131 | #spectacle .swagger-security-definition-oauth2:before { | ||
132 | color: #cacaca; | ||
133 | content: "(OAuth2 Authentication)"; } | ||
134 | #spectacle .swagger-security-definition-apiKey:before { | ||
135 | color: #cacaca; | ||
136 | content: "(API Key Authentication)"; } | ||
137 | #spectacle .json-schema-description:before { | ||
138 | content: "Description"; | ||
139 | display: block; | ||
140 | margin-bottom: 0.5em; | ||
141 | color: #f68b1f; | ||
142 | text-transform: uppercase; | ||
143 | font-size: 0.9rem; } | ||
144 | #spectacle .json-schema-properties:before { | ||
145 | content: "Properties"; | ||
146 | display: block; | ||
147 | margin-bottom: 0.5em; | ||
148 | color: #f68b1f; | ||
149 | text-transform: uppercase; | ||
150 | font-size: 0.9rem; } | ||
151 | #spectacle .json-schema-properties dl { | ||
152 | margin: 0; } | ||
153 | #spectacle .json-schema-properties dt { | ||
154 | margin-bottom: .25rem; } | ||
155 | #spectacle .json-schema-properties dt.has-description { | ||
156 | margin-bottom: 0; } | ||
157 | #spectacle .json-schema-properties dd { | ||
158 | color: #8a8a8a; } | ||
159 | #spectacle .json-schema-properties dd:not(:last-child) { | ||
160 | padding-bottom: 0.5rem; } | ||
161 | #spectacle .json-schema-description + .json-schema-properties { | ||
162 | margin-top: 1.5rem; } | ||
163 | #spectacle .json-schema-ref-array:before { | ||
164 | color: #8a8a8a; | ||
165 | content: "Array<"; } | ||
166 | #spectacle .json-schema-ref-array:after { | ||
167 | color: #8a8a8a; | ||
168 | content: ">"; } | ||
169 | #spectacle .json-schema-example:before { | ||
170 | content: "Example"; | ||
171 | display: block; | ||
172 | margin-bottom: 0.5em; | ||
173 | color: #f68b1f; | ||
174 | text-transform: uppercase; | ||
175 | font-size: 0.9rem; } | ||
176 | #spectacle .json-schema-array-items:before { | ||
177 | content: "Items"; | ||
178 | display: block; | ||
179 | margin-bottom: 0.5em; | ||
180 | color: #f68b1f; | ||
181 | text-transform: uppercase; | ||
182 | font-size: 0.9rem; } | ||
183 | #spectacle .json-schema-allOf-inherited:before { | ||
184 | content: "Inherited"; | ||
185 | display: block; | ||
186 | margin-bottom: 0.5em; | ||
187 | color: #f68b1f; | ||
188 | text-transform: uppercase; | ||
189 | font-size: 0.9rem; } | ||
190 | #spectacle .json-schema-anyOf > dl { | ||
191 | padding-left: 1em; } | ||
192 | #spectacle .json-schema-anyOf > dl dt:not(:first-child):before { | ||
193 | content: "or "; } | ||
194 | #spectacle .json-schema-anyOf > dl dt:first-child:before { | ||
195 | content: "either "; } | ||
196 | #spectacle .json-schema-additionalProperties:before { | ||
197 | content: "Additional properties"; | ||
198 | display: block; | ||
199 | margin-bottom: 0.5em; | ||
200 | color: #f68b1f; | ||
201 | text-transform: uppercase; | ||
202 | font-size: 0.9rem; } | ||
203 | #spectacle .json-inner-schema .json-schema-properties, | ||
204 | #spectacle .json-inner-schema .json-schema-array-items, | ||
205 | #spectacle .json-inner-schema .json-schema-description, | ||
206 | #spectacle .json-inner-schema .json-schema-example { | ||
207 | padding-left: 1em; | ||
208 | margin-top: 0.5em; | ||
209 | padding-bottom: 0.5em; } | ||
210 | #spectacle .json-property-discriminator:before { | ||
211 | display: inline-block; | ||
212 | padding: 0.33333rem 0.5rem; | ||
213 | border-radius: 0; | ||
214 | font-size: 0.8rem; | ||
215 | line-height: 1; | ||
216 | white-space: nowrap; | ||
217 | cursor: default; | ||
218 | background: #cc4b37; | ||
219 | color: #fefefe; | ||
220 | font-size: 0.75rem; | ||
221 | border-radius: 4px; | ||
222 | padding: 3px 6px; | ||
223 | content: "discriminator"; } | ||
224 | #spectacle .json-property-required:before { | ||
225 | display: inline-block; | ||
226 | padding: 0.33333rem 0.5rem; | ||
227 | border-radius: 0; | ||
228 | font-size: 0.8rem; | ||
229 | line-height: 1; | ||
230 | white-space: nowrap; | ||
231 | cursor: default; | ||
232 | background: #cc4b37; | ||
233 | color: #fefefe; | ||
234 | font-size: 0.75rem; | ||
235 | border-radius: 4px; | ||
236 | padding: 3px 6px; | ||
237 | content: "required"; } | ||
238 | #spectacle .json-property-read-only:before { | ||
239 | display: inline-block; | ||
240 | padding: 0.33333rem 0.5rem; | ||
241 | border-radius: 0; | ||
242 | font-size: 0.8rem; | ||
243 | line-height: 1; | ||
244 | white-space: nowrap; | ||
245 | cursor: default; | ||
246 | background: #cc4b37; | ||
247 | color: #fefefe; | ||
248 | font-size: 0.75rem; | ||
249 | border-radius: 4px; | ||
250 | padding: 3px 6px; | ||
251 | content: "read only"; } | ||
252 | #spectacle .json-property-format { | ||
253 | font-style: italic; } | ||
254 | #spectacle .json-property-enum:before { | ||
255 | content: 'enum: ['; } | ||
256 | #spectacle .json-property-enum:after { | ||
257 | content: ']'; } | ||
258 | #spectacle .json-property-default-value:before { | ||
259 | content: 'default: '; } | ||
260 | #spectacle .json-property-range:empty { | ||
261 | display: none !important; } | ||
262 | #spectacle .json-property-range:before { | ||
263 | content: 'range: '; } | ||
264 | #spectacle .json-property-enum-item { | ||
265 | font-weight: lighter; | ||
266 | font-size: small; } | ||
267 | #spectacle .json-schema-reference { | ||
268 | font-size: 90%; } | ||
269 | #spectacle .no-padding { | ||
270 | padding: 0 !important; } | ||
271 | #spectacle .no-margin { | ||
272 | margin: 0 !important; } | ||
273 | #spectacle button:focus { | ||
274 | outline: none; } | ||
275 | #spectacle .default-label { | ||
276 | display: inline-block; | ||
277 | padding: 0.33333rem 0.5rem; | ||
278 | border-radius: 0; | ||
279 | font-size: 0.8rem; | ||
280 | line-height: 1; | ||
281 | white-space: nowrap; | ||
282 | cursor: default; | ||
283 | background: #767676; | ||
284 | color: #fefefe; | ||
285 | font-size: 0.75rem; | ||
286 | border-radius: 4px; | ||
287 | padding: 3px 6px; } | ||
288 | #spectacle #logo { | ||
289 | text-align: center; | ||
290 | padding-right: 0.5rem; | ||
291 | padding-top: 1rem; | ||
292 | padding-bottom: 0.25rem; } | ||
293 | #spectacle #logo img { | ||
294 | max-height: 75px; } | ||
295 | #spectacle .row, #spectacle article .prop-row, #spectacle article .doc-row { | ||
296 | max-width: auto; | ||
297 | margin-right: auto; | ||
298 | margin-left: auto; } | ||
299 | #spectacle .row::before, #spectacle article .prop-row::before, #spectacle article .doc-row::before, #spectacle .row::after, #spectacle article .prop-row::after, #spectacle article .doc-row::after { | ||
300 | display: table; | ||
301 | content: ' '; | ||
302 | flex-basis: 0; | ||
303 | order: 1; } | ||
304 | #spectacle .row::after, #spectacle article .prop-row::after, #spectacle article .doc-row::after { | ||
305 | clear: both; } | ||
306 | #spectacle .row.collapse > .column, #spectacle article .prop-row > .column, #spectacle article .doc-row > .column, #spectacle .row.collapse > .columns, #spectacle article .prop-row > .columns, #spectacle article .doc-row > .columns, #spectacle article .prop-row .row.collapse > .prop-name, #spectacle article .prop-row > .prop-name, #spectacle article .prop-row .doc-row > .prop-name, #spectacle article .prop-row .row.collapse > .prop-value, #spectacle article .prop-row > .prop-value, #spectacle article .prop-row .doc-row > .prop-value, #spectacle article .row.collapse > .doc-copy, #spectacle article .prop-row > .doc-copy, #spectacle article .doc-row > .doc-copy, #spectacle article .row.collapse > .doc-examples, #spectacle article .prop-row > .doc-examples, #spectacle article .doc-row > .doc-examples { | ||
307 | padding-right: 0; | ||
308 | padding-left: 0; } | ||
309 | #spectacle .row .row, #spectacle article .prop-row .row, #spectacle article .doc-row .row, #spectacle .row article .prop-row, #spectacle article .row .prop-row, #spectacle article .prop-row .prop-row, #spectacle article .doc-row .prop-row, #spectacle .row article .doc-row, #spectacle article .row .doc-row, #spectacle article .prop-row .doc-row, #spectacle article .doc-row .doc-row { | ||
310 | margin-right: -0.6578947368rem; | ||
311 | margin-left: -0.6578947368rem; } | ||
312 | @media print, screen and (min-width: 40em) { | ||
313 | #spectacle .row .row, #spectacle article .prop-row .row, #spectacle article .doc-row .row, #spectacle .row article .prop-row, #spectacle article .row .prop-row, #spectacle article .prop-row .prop-row, #spectacle article .doc-row .prop-row, #spectacle .row article .doc-row, #spectacle article .row .doc-row, #spectacle article .prop-row .doc-row, #spectacle article .doc-row .doc-row { | ||
314 | margin-right: -0.9868421053rem; | ||
315 | margin-left: -0.9868421053rem; } } | ||
316 | @media print, screen and (min-width: 64em) { | ||
317 | #spectacle .row .row, #spectacle article .prop-row .row, #spectacle article .doc-row .row, #spectacle .row article .prop-row, #spectacle article .row .prop-row, #spectacle article .prop-row .prop-row, #spectacle article .doc-row .prop-row, #spectacle .row article .doc-row, #spectacle article .row .doc-row, #spectacle article .prop-row .doc-row, #spectacle article .doc-row .doc-row { | ||
318 | margin-right: -0.9868421053rem; | ||
319 | margin-left: -0.9868421053rem; } } | ||
320 | #spectacle .row .row.collapse, #spectacle article .prop-row .row.collapse, #spectacle article .doc-row .row.collapse, #spectacle .row article .prop-row, #spectacle article .row .prop-row, #spectacle article .prop-row .prop-row, #spectacle article .doc-row .prop-row, #spectacle .row article .doc-row, #spectacle article .row .doc-row, #spectacle article .prop-row .doc-row, #spectacle article .doc-row .doc-row { | ||
321 | margin-right: 0; | ||
322 | margin-left: 0; } | ||
323 | #spectacle .row.expanded, #spectacle article .expanded.prop-row, #spectacle article .expanded.doc-row { | ||
324 | max-width: none; } | ||
325 | #spectacle .row.expanded .row, #spectacle article .expanded.prop-row .row, #spectacle article .expanded.doc-row .row, #spectacle .row.expanded article .prop-row, #spectacle article .row.expanded .prop-row, #spectacle article .expanded.prop-row .prop-row, #spectacle article .expanded.doc-row .prop-row, #spectacle .row.expanded article .doc-row, #spectacle article .row.expanded .doc-row, #spectacle article .expanded.prop-row .doc-row, #spectacle article .expanded.doc-row .doc-row { | ||
326 | margin-right: auto; | ||
327 | margin-left: auto; } | ||
328 | #spectacle .row:not(.expanded) .row, #spectacle article .prop-row:not(.expanded) .row, #spectacle article .doc-row:not(.expanded) .row, #spectacle .row:not(.expanded) article .prop-row, #spectacle article .row:not(.expanded) .prop-row, #spectacle article .prop-row:not(.expanded) .prop-row, #spectacle article .doc-row:not(.expanded) .prop-row, #spectacle .row:not(.expanded) article .doc-row, #spectacle article .row:not(.expanded) .doc-row, #spectacle article .prop-row:not(.expanded) .doc-row, #spectacle article .doc-row:not(.expanded) .doc-row { | ||
329 | max-width: none; } | ||
330 | #spectacle .row.gutter-small > .column, #spectacle article .gutter-small.prop-row > .column, #spectacle article .gutter-small.doc-row > .column, #spectacle .row.gutter-small > .columns, #spectacle article .gutter-small.prop-row > .columns, #spectacle article .gutter-small.doc-row > .columns, #spectacle article .prop-row .row.gutter-small > .prop-name, #spectacle article .gutter-small.prop-row > .prop-name, #spectacle article .prop-row .gutter-small.doc-row > .prop-name, #spectacle article .prop-row .row.gutter-small > .prop-value, #spectacle article .gutter-small.prop-row > .prop-value, #spectacle article .prop-row .gutter-small.doc-row > .prop-value, #spectacle article .row.gutter-small > .doc-copy, #spectacle article .gutter-small.prop-row > .doc-copy, #spectacle article .gutter-small.doc-row > .doc-copy, #spectacle article .row.gutter-small > .doc-examples, #spectacle article .gutter-small.prop-row > .doc-examples, #spectacle article .gutter-small.doc-row > .doc-examples { | ||
331 | padding-right: 0.6578947368rem; | ||
332 | padding-left: 0.6578947368rem; } | ||
333 | #spectacle .row.gutter-medium > .column, #spectacle article .gutter-medium.prop-row > .column, #spectacle article .gutter-medium.doc-row > .column, #spectacle .row.gutter-medium > .columns, #spectacle article .gutter-medium.prop-row > .columns, #spectacle article .gutter-medium.doc-row > .columns, #spectacle article .prop-row .row.gutter-medium > .prop-name, #spectacle article .gutter-medium.prop-row > .prop-name, #spectacle article .prop-row .gutter-medium.doc-row > .prop-name, #spectacle article .prop-row .row.gutter-medium > .prop-value, #spectacle article .gutter-medium.prop-row > .prop-value, #spectacle article .prop-row .gutter-medium.doc-row > .prop-value, #spectacle article .row.gutter-medium > .doc-copy, #spectacle article .gutter-medium.prop-row > .doc-copy, #spectacle article .gutter-medium.doc-row > .doc-copy, #spectacle article .row.gutter-medium > .doc-examples, #spectacle article .gutter-medium.prop-row > .doc-examples, #spectacle article .gutter-medium.doc-row > .doc-examples { | ||
334 | padding-right: 0.9868421053rem; | ||
335 | padding-left: 0.9868421053rem; } | ||
336 | #spectacle .column, #spectacle .columns, #spectacle article .prop-row .prop-name, #spectacle article .prop-row .prop-value, #spectacle article .doc-copy, #spectacle article .doc-examples { | ||
337 | width: 100%; | ||
338 | float: left; | ||
339 | padding-right: 0.6578947368rem; | ||
340 | padding-left: 0.6578947368rem; } | ||
341 | @media print, screen and (min-width: 40em) { | ||
342 | #spectacle .column, #spectacle .columns, #spectacle article .prop-row .prop-name, #spectacle article .prop-row .prop-value, #spectacle article .doc-copy, #spectacle article .doc-examples { | ||
343 | padding-right: 0.9868421053rem; | ||
344 | padding-left: 0.9868421053rem; } } | ||
345 | #spectacle .column:last-child:not(:first-child), #spectacle .columns:last-child:not(:first-child), #spectacle article .prop-row .prop-name:last-child:not(:first-child), #spectacle article .prop-row .prop-value:last-child:not(:first-child), #spectacle article .doc-copy:last-child:not(:first-child), #spectacle article .doc-examples:last-child:not(:first-child) { | ||
346 | float: right; } | ||
347 | #spectacle .column.end:last-child:last-child, #spectacle .end.columns:last-child:last-child, #spectacle article .prop-row .end.prop-name:last-child:last-child, #spectacle article .prop-row .end.prop-value:last-child:last-child, #spectacle article .end.doc-copy:last-child:last-child, #spectacle article .end.doc-examples:last-child:last-child { | ||
348 | float: left; } | ||
349 | #spectacle .column.row.row, #spectacle .row.row.columns, #spectacle article .columns.prop-row, #spectacle article .prop-row .prop-row.prop-name, #spectacle article .prop-row .prop-row.prop-value, #spectacle article .prop-row.doc-copy, #spectacle article .prop-row.doc-examples, #spectacle article .prop-row .row.row.prop-name, #spectacle article .prop-row .prop-name.doc-row, #spectacle article .prop-row .row.row.prop-value, #spectacle article .prop-row .prop-value.doc-row, #spectacle article .columns.doc-row, #spectacle article .doc-row.doc-copy, #spectacle article .doc-row.doc-examples, #spectacle article .row.row.doc-copy, #spectacle article .row.row.doc-examples, #spectacle article .column.prop-row, #spectacle article .column.doc-row { | ||
350 | float: none; } | ||
351 | #spectacle .row .column.row.row, #spectacle article .prop-row .column.row.row, #spectacle article .doc-row .column.row.row, #spectacle .row .row.row.columns, #spectacle article .prop-row .row.row.columns, #spectacle article .doc-row .row.row.columns, #spectacle .row article .columns.prop-row, #spectacle article .row .columns.prop-row, #spectacle article .prop-row .columns.prop-row, #spectacle article .doc-row .columns.prop-row, #spectacle .row article .prop-row .prop-row.prop-name, #spectacle article .prop-row .row .prop-row.prop-name, #spectacle article .prop-row .prop-row.prop-name, #spectacle .row article .prop-row .prop-row.prop-value, #spectacle article .prop-row .row .prop-row.prop-value, #spectacle article .prop-row .prop-row.prop-value, #spectacle .row article .prop-row.doc-copy, #spectacle article .row .prop-row.doc-copy, #spectacle article .prop-row .prop-row.doc-copy, #spectacle article .doc-row .prop-row.doc-copy, #spectacle .row article .prop-row.doc-examples, #spectacle article .row .prop-row.doc-examples, #spectacle article .prop-row .prop-row.doc-examples, #spectacle article .doc-row .prop-row.doc-examples, #spectacle article .prop-row .row.row.prop-name, #spectacle .row article .prop-row .prop-name.doc-row, #spectacle article .prop-row .row .prop-name.doc-row, #spectacle article .prop-row .prop-name.doc-row, #spectacle article .prop-row .row.row.prop-value, #spectacle .row article .prop-row .prop-value.doc-row, #spectacle article .prop-row .row .prop-value.doc-row, #spectacle article .prop-row .prop-value.doc-row, #spectacle .row article .columns.doc-row, #spectacle article .row .columns.doc-row, #spectacle article .prop-row .columns.doc-row, #spectacle article .doc-row .columns.doc-row, #spectacle .row article .doc-row.doc-copy, #spectacle article .row .doc-row.doc-copy, #spectacle article .prop-row .doc-row.doc-copy, #spectacle article .doc-row .doc-row.doc-copy, #spectacle .row article .doc-row.doc-examples, #spectacle article .row .doc-row.doc-examples, #spectacle article .prop-row .doc-row.doc-examples, #spectacle article .doc-row .doc-row.doc-examples, #spectacle .row article .row.row.doc-copy, #spectacle article .row .row.row.doc-copy, #spectacle article .prop-row .row.row.doc-copy, #spectacle article .doc-row .row.row.doc-copy, #spectacle .row article .row.row.doc-examples, #spectacle article .row .row.row.doc-examples, #spectacle article .prop-row .row.row.doc-examples, #spectacle article .doc-row .row.row.doc-examples, #spectacle .row article .column.prop-row, #spectacle article .row .column.prop-row, #spectacle article .prop-row .column.prop-row, #spectacle article .doc-row .column.prop-row, #spectacle .row article .column.doc-row, #spectacle article .row .column.doc-row, #spectacle article .prop-row .column.doc-row, #spectacle article .doc-row .column.doc-row { | ||
352 | margin-right: 0; | ||
353 | margin-left: 0; | ||
354 | padding-right: 0; | ||
355 | padding-left: 0; } | ||
356 | #spectacle .small-1 { | ||
357 | width: 8.3333333333%; } | ||
358 | #spectacle .small-push-1 { | ||
359 | position: relative; | ||
360 | left: 8.3333333333%; } | ||
361 | #spectacle .small-pull-1 { | ||
362 | position: relative; | ||
363 | left: -8.3333333333%; } | ||
364 | #spectacle .small-offset-0 { | ||
365 | margin-left: 0%; } | ||
366 | #spectacle .small-2 { | ||
367 | width: 16.6666666667%; } | ||
368 | #spectacle .small-push-2 { | ||
369 | position: relative; | ||
370 | left: 16.6666666667%; } | ||
371 | #spectacle .small-pull-2 { | ||
372 | position: relative; | ||
373 | left: -16.6666666667%; } | ||
374 | #spectacle .small-offset-1 { | ||
375 | margin-left: 8.3333333333%; } | ||
376 | #spectacle .small-3 { | ||
377 | width: 25%; } | ||
378 | #spectacle .small-push-3 { | ||
379 | position: relative; | ||
380 | left: 25%; } | ||
381 | #spectacle .small-pull-3 { | ||
382 | position: relative; | ||
383 | left: -25%; } | ||
384 | #spectacle .small-offset-2 { | ||
385 | margin-left: 16.6666666667%; } | ||
386 | #spectacle .small-4 { | ||
387 | width: 33.3333333333%; } | ||
388 | #spectacle .small-push-4 { | ||
389 | position: relative; | ||
390 | left: 33.3333333333%; } | ||
391 | #spectacle .small-pull-4 { | ||
392 | position: relative; | ||
393 | left: -33.3333333333%; } | ||
394 | #spectacle .small-offset-3 { | ||
395 | margin-left: 25%; } | ||
396 | #spectacle .small-5, #spectacle article .prop-row .prop-name { | ||
397 | width: 41.6666666667%; } | ||
398 | #spectacle .small-push-5 { | ||
399 | position: relative; | ||
400 | left: 41.6666666667%; } | ||
401 | #spectacle .small-pull-5 { | ||
402 | position: relative; | ||
403 | left: -41.6666666667%; } | ||
404 | #spectacle .small-offset-4 { | ||
405 | margin-left: 33.3333333333%; } | ||
406 | #spectacle .small-6 { | ||
407 | width: 50%; } | ||
408 | #spectacle .small-push-6 { | ||
409 | position: relative; | ||
410 | left: 50%; } | ||
411 | #spectacle .small-pull-6 { | ||
412 | position: relative; | ||
413 | left: -50%; } | ||
414 | #spectacle .small-offset-5 { | ||
415 | margin-left: 41.6666666667%; } | ||
416 | #spectacle .small-7, #spectacle article .prop-row .prop-value { | ||
417 | width: 58.3333333333%; } | ||
418 | #spectacle .small-push-7 { | ||
419 | position: relative; | ||
420 | left: 58.3333333333%; } | ||
421 | #spectacle .small-pull-7 { | ||
422 | position: relative; | ||
423 | left: -58.3333333333%; } | ||
424 | #spectacle .small-offset-6 { | ||
425 | margin-left: 50%; } | ||
426 | #spectacle .small-8 { | ||
427 | width: 66.6666666667%; } | ||
428 | #spectacle .small-push-8 { | ||
429 | position: relative; | ||
430 | left: 66.6666666667%; } | ||
431 | #spectacle .small-pull-8 { | ||
432 | position: relative; | ||
433 | left: -66.6666666667%; } | ||
434 | #spectacle .small-offset-7 { | ||
435 | margin-left: 58.3333333333%; } | ||
436 | #spectacle .small-9 { | ||
437 | width: 75%; } | ||
438 | #spectacle .small-push-9 { | ||
439 | position: relative; | ||
440 | left: 75%; } | ||
441 | #spectacle .small-pull-9 { | ||
442 | position: relative; | ||
443 | left: -75%; } | ||
444 | #spectacle .small-offset-8 { | ||
445 | margin-left: 66.6666666667%; } | ||
446 | #spectacle .small-10 { | ||
447 | width: 83.3333333333%; } | ||
448 | #spectacle .small-push-10 { | ||
449 | position: relative; | ||
450 | left: 83.3333333333%; } | ||
451 | #spectacle .small-pull-10 { | ||
452 | position: relative; | ||
453 | left: -83.3333333333%; } | ||
454 | #spectacle .small-offset-9 { | ||
455 | margin-left: 75%; } | ||
456 | #spectacle .small-11 { | ||
457 | width: 91.6666666667%; } | ||
458 | #spectacle .small-push-11 { | ||
459 | position: relative; | ||
460 | left: 91.6666666667%; } | ||
461 | #spectacle .small-pull-11 { | ||
462 | position: relative; | ||
463 | left: -91.6666666667%; } | ||
464 | #spectacle .small-offset-10 { | ||
465 | margin-left: 83.3333333333%; } | ||
466 | #spectacle .small-12 { | ||
467 | width: 100%; } | ||
468 | #spectacle .small-offset-11 { | ||
469 | margin-left: 91.6666666667%; } | ||
470 | #spectacle .small-up-1 > .column, #spectacle .small-up-1 > .columns, #spectacle article .prop-row .small-up-1 > .prop-name, #spectacle article .prop-row .small-up-1 > .prop-value, #spectacle article .small-up-1 > .doc-copy, #spectacle article .small-up-1 > .doc-examples { | ||
471 | float: left; | ||
472 | width: 100%; } | ||
473 | #spectacle .small-up-1 > .column:nth-of-type(1n), #spectacle .small-up-1 > .columns:nth-of-type(1n), #spectacle article .prop-row .small-up-1 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .small-up-1 > .prop-value:nth-of-type(1n), #spectacle article .small-up-1 > .doc-copy:nth-of-type(1n), #spectacle article .small-up-1 > .doc-examples:nth-of-type(1n) { | ||
474 | clear: none; } | ||
475 | #spectacle .small-up-1 > .column:nth-of-type(1n+1), #spectacle .small-up-1 > .columns:nth-of-type(1n+1), #spectacle article .prop-row .small-up-1 > .prop-name:nth-of-type(1n+1), #spectacle article .prop-row .small-up-1 > .prop-value:nth-of-type(1n+1), #spectacle article .small-up-1 > .doc-copy:nth-of-type(1n+1), #spectacle article .small-up-1 > .doc-examples:nth-of-type(1n+1) { | ||
476 | clear: both; } | ||
477 | #spectacle .small-up-1 > .column:last-child, #spectacle .small-up-1 > .columns:last-child, #spectacle article .prop-row .small-up-1 > .prop-name:last-child, #spectacle article .prop-row .small-up-1 > .prop-value:last-child, #spectacle article .small-up-1 > .doc-copy:last-child, #spectacle article .small-up-1 > .doc-examples:last-child { | ||
478 | float: left; } | ||
479 | #spectacle .small-up-2 > .column, #spectacle .small-up-2 > .columns, #spectacle article .prop-row .small-up-2 > .prop-name, #spectacle article .prop-row .small-up-2 > .prop-value, #spectacle article .small-up-2 > .doc-copy, #spectacle article .small-up-2 > .doc-examples { | ||
480 | float: left; | ||
481 | width: 50%; } | ||
482 | #spectacle .small-up-2 > .column:nth-of-type(1n), #spectacle .small-up-2 > .columns:nth-of-type(1n), #spectacle article .prop-row .small-up-2 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .small-up-2 > .prop-value:nth-of-type(1n), #spectacle article .small-up-2 > .doc-copy:nth-of-type(1n), #spectacle article .small-up-2 > .doc-examples:nth-of-type(1n) { | ||
483 | clear: none; } | ||
484 | #spectacle .small-up-2 > .column:nth-of-type(2n+1), #spectacle .small-up-2 > .columns:nth-of-type(2n+1), #spectacle article .prop-row .small-up-2 > .prop-name:nth-of-type(2n+1), #spectacle article .prop-row .small-up-2 > .prop-value:nth-of-type(2n+1), #spectacle article .small-up-2 > .doc-copy:nth-of-type(2n+1), #spectacle article .small-up-2 > .doc-examples:nth-of-type(2n+1) { | ||
485 | clear: both; } | ||
486 | #spectacle .small-up-2 > .column:last-child, #spectacle .small-up-2 > .columns:last-child, #spectacle article .prop-row .small-up-2 > .prop-name:last-child, #spectacle article .prop-row .small-up-2 > .prop-value:last-child, #spectacle article .small-up-2 > .doc-copy:last-child, #spectacle article .small-up-2 > .doc-examples:last-child { | ||
487 | float: left; } | ||
488 | #spectacle .small-up-3 > .column, #spectacle .small-up-3 > .columns, #spectacle article .prop-row .small-up-3 > .prop-name, #spectacle article .prop-row .small-up-3 > .prop-value, #spectacle article .small-up-3 > .doc-copy, #spectacle article .small-up-3 > .doc-examples { | ||
489 | float: left; | ||
490 | width: 33.3333333333%; } | ||
491 | #spectacle .small-up-3 > .column:nth-of-type(1n), #spectacle .small-up-3 > .columns:nth-of-type(1n), #spectacle article .prop-row .small-up-3 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .small-up-3 > .prop-value:nth-of-type(1n), #spectacle article .small-up-3 > .doc-copy:nth-of-type(1n), #spectacle article .small-up-3 > .doc-examples:nth-of-type(1n) { | ||
492 | clear: none; } | ||
493 | #spectacle .small-up-3 > .column:nth-of-type(3n+1), #spectacle .small-up-3 > .columns:nth-of-type(3n+1), #spectacle article .prop-row .small-up-3 > .prop-name:nth-of-type(3n+1), #spectacle article .prop-row .small-up-3 > .prop-value:nth-of-type(3n+1), #spectacle article .small-up-3 > .doc-copy:nth-of-type(3n+1), #spectacle article .small-up-3 > .doc-examples:nth-of-type(3n+1) { | ||
494 | clear: both; } | ||
495 | #spectacle .small-up-3 > .column:last-child, #spectacle .small-up-3 > .columns:last-child, #spectacle article .prop-row .small-up-3 > .prop-name:last-child, #spectacle article .prop-row .small-up-3 > .prop-value:last-child, #spectacle article .small-up-3 > .doc-copy:last-child, #spectacle article .small-up-3 > .doc-examples:last-child { | ||
496 | float: left; } | ||
497 | #spectacle .small-up-4 > .column, #spectacle .small-up-4 > .columns, #spectacle article .prop-row .small-up-4 > .prop-name, #spectacle article .prop-row .small-up-4 > .prop-value, #spectacle article .small-up-4 > .doc-copy, #spectacle article .small-up-4 > .doc-examples { | ||
498 | float: left; | ||
499 | width: 25%; } | ||
500 | #spectacle .small-up-4 > .column:nth-of-type(1n), #spectacle .small-up-4 > .columns:nth-of-type(1n), #spectacle article .prop-row .small-up-4 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .small-up-4 > .prop-value:nth-of-type(1n), #spectacle article .small-up-4 > .doc-copy:nth-of-type(1n), #spectacle article .small-up-4 > .doc-examples:nth-of-type(1n) { | ||
501 | clear: none; } | ||
502 | #spectacle .small-up-4 > .column:nth-of-type(4n+1), #spectacle .small-up-4 > .columns:nth-of-type(4n+1), #spectacle article .prop-row .small-up-4 > .prop-name:nth-of-type(4n+1), #spectacle article .prop-row .small-up-4 > .prop-value:nth-of-type(4n+1), #spectacle article .small-up-4 > .doc-copy:nth-of-type(4n+1), #spectacle article .small-up-4 > .doc-examples:nth-of-type(4n+1) { | ||
503 | clear: both; } | ||
504 | #spectacle .small-up-4 > .column:last-child, #spectacle .small-up-4 > .columns:last-child, #spectacle article .prop-row .small-up-4 > .prop-name:last-child, #spectacle article .prop-row .small-up-4 > .prop-value:last-child, #spectacle article .small-up-4 > .doc-copy:last-child, #spectacle article .small-up-4 > .doc-examples:last-child { | ||
505 | float: left; } | ||
506 | #spectacle .small-up-5 > .column, #spectacle .small-up-5 > .columns, #spectacle article .prop-row .small-up-5 > .prop-name, #spectacle article .prop-row .small-up-5 > .prop-value, #spectacle article .small-up-5 > .doc-copy, #spectacle article .small-up-5 > .doc-examples { | ||
507 | float: left; | ||
508 | width: 20%; } | ||
509 | #spectacle .small-up-5 > .column:nth-of-type(1n), #spectacle .small-up-5 > .columns:nth-of-type(1n), #spectacle article .prop-row .small-up-5 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .small-up-5 > .prop-value:nth-of-type(1n), #spectacle article .small-up-5 > .doc-copy:nth-of-type(1n), #spectacle article .small-up-5 > .doc-examples:nth-of-type(1n) { | ||
510 | clear: none; } | ||
511 | #spectacle .small-up-5 > .column:nth-of-type(5n+1), #spectacle .small-up-5 > .columns:nth-of-type(5n+1), #spectacle article .prop-row .small-up-5 > .prop-name:nth-of-type(5n+1), #spectacle article .prop-row .small-up-5 > .prop-value:nth-of-type(5n+1), #spectacle article .small-up-5 > .doc-copy:nth-of-type(5n+1), #spectacle article .small-up-5 > .doc-examples:nth-of-type(5n+1) { | ||
512 | clear: both; } | ||
513 | #spectacle .small-up-5 > .column:last-child, #spectacle .small-up-5 > .columns:last-child, #spectacle article .prop-row .small-up-5 > .prop-name:last-child, #spectacle article .prop-row .small-up-5 > .prop-value:last-child, #spectacle article .small-up-5 > .doc-copy:last-child, #spectacle article .small-up-5 > .doc-examples:last-child { | ||
514 | float: left; } | ||
515 | #spectacle .small-up-6 > .column, #spectacle .small-up-6 > .columns, #spectacle article .prop-row .small-up-6 > .prop-name, #spectacle article .prop-row .small-up-6 > .prop-value, #spectacle article .small-up-6 > .doc-copy, #spectacle article .small-up-6 > .doc-examples { | ||
516 | float: left; | ||
517 | width: 16.6666666667%; } | ||
518 | #spectacle .small-up-6 > .column:nth-of-type(1n), #spectacle .small-up-6 > .columns:nth-of-type(1n), #spectacle article .prop-row .small-up-6 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .small-up-6 > .prop-value:nth-of-type(1n), #spectacle article .small-up-6 > .doc-copy:nth-of-type(1n), #spectacle article .small-up-6 > .doc-examples:nth-of-type(1n) { | ||
519 | clear: none; } | ||
520 | #spectacle .small-up-6 > .column:nth-of-type(6n+1), #spectacle .small-up-6 > .columns:nth-of-type(6n+1), #spectacle article .prop-row .small-up-6 > .prop-name:nth-of-type(6n+1), #spectacle article .prop-row .small-up-6 > .prop-value:nth-of-type(6n+1), #spectacle article .small-up-6 > .doc-copy:nth-of-type(6n+1), #spectacle article .small-up-6 > .doc-examples:nth-of-type(6n+1) { | ||
521 | clear: both; } | ||
522 | #spectacle .small-up-6 > .column:last-child, #spectacle .small-up-6 > .columns:last-child, #spectacle article .prop-row .small-up-6 > .prop-name:last-child, #spectacle article .prop-row .small-up-6 > .prop-value:last-child, #spectacle article .small-up-6 > .doc-copy:last-child, #spectacle article .small-up-6 > .doc-examples:last-child { | ||
523 | float: left; } | ||
524 | #spectacle .small-up-7 > .column, #spectacle .small-up-7 > .columns, #spectacle article .prop-row .small-up-7 > .prop-name, #spectacle article .prop-row .small-up-7 > .prop-value, #spectacle article .small-up-7 > .doc-copy, #spectacle article .small-up-7 > .doc-examples { | ||
525 | float: left; | ||
526 | width: 14.2857142857%; } | ||
527 | #spectacle .small-up-7 > .column:nth-of-type(1n), #spectacle .small-up-7 > .columns:nth-of-type(1n), #spectacle article .prop-row .small-up-7 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .small-up-7 > .prop-value:nth-of-type(1n), #spectacle article .small-up-7 > .doc-copy:nth-of-type(1n), #spectacle article .small-up-7 > .doc-examples:nth-of-type(1n) { | ||
528 | clear: none; } | ||
529 | #spectacle .small-up-7 > .column:nth-of-type(7n+1), #spectacle .small-up-7 > .columns:nth-of-type(7n+1), #spectacle article .prop-row .small-up-7 > .prop-name:nth-of-type(7n+1), #spectacle article .prop-row .small-up-7 > .prop-value:nth-of-type(7n+1), #spectacle article .small-up-7 > .doc-copy:nth-of-type(7n+1), #spectacle article .small-up-7 > .doc-examples:nth-of-type(7n+1) { | ||
530 | clear: both; } | ||
531 | #spectacle .small-up-7 > .column:last-child, #spectacle .small-up-7 > .columns:last-child, #spectacle article .prop-row .small-up-7 > .prop-name:last-child, #spectacle article .prop-row .small-up-7 > .prop-value:last-child, #spectacle article .small-up-7 > .doc-copy:last-child, #spectacle article .small-up-7 > .doc-examples:last-child { | ||
532 | float: left; } | ||
533 | #spectacle .small-up-8 > .column, #spectacle .small-up-8 > .columns, #spectacle article .prop-row .small-up-8 > .prop-name, #spectacle article .prop-row .small-up-8 > .prop-value, #spectacle article .small-up-8 > .doc-copy, #spectacle article .small-up-8 > .doc-examples { | ||
534 | float: left; | ||
535 | width: 12.5%; } | ||
536 | #spectacle .small-up-8 > .column:nth-of-type(1n), #spectacle .small-up-8 > .columns:nth-of-type(1n), #spectacle article .prop-row .small-up-8 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .small-up-8 > .prop-value:nth-of-type(1n), #spectacle article .small-up-8 > .doc-copy:nth-of-type(1n), #spectacle article .small-up-8 > .doc-examples:nth-of-type(1n) { | ||
537 | clear: none; } | ||
538 | #spectacle .small-up-8 > .column:nth-of-type(8n+1), #spectacle .small-up-8 > .columns:nth-of-type(8n+1), #spectacle article .prop-row .small-up-8 > .prop-name:nth-of-type(8n+1), #spectacle article .prop-row .small-up-8 > .prop-value:nth-of-type(8n+1), #spectacle article .small-up-8 > .doc-copy:nth-of-type(8n+1), #spectacle article .small-up-8 > .doc-examples:nth-of-type(8n+1) { | ||
539 | clear: both; } | ||
540 | #spectacle .small-up-8 > .column:last-child, #spectacle .small-up-8 > .columns:last-child, #spectacle article .prop-row .small-up-8 > .prop-name:last-child, #spectacle article .prop-row .small-up-8 > .prop-value:last-child, #spectacle article .small-up-8 > .doc-copy:last-child, #spectacle article .small-up-8 > .doc-examples:last-child { | ||
541 | float: left; } | ||
542 | #spectacle .small-collapse > .column, #spectacle .small-collapse > .columns, #spectacle article .prop-row .small-collapse > .prop-name, #spectacle article .prop-row .small-collapse > .prop-value, #spectacle article .small-collapse > .doc-copy, #spectacle article .small-collapse > .doc-examples { | ||
543 | padding-right: 0; | ||
544 | padding-left: 0; } | ||
545 | #spectacle .small-collapse .row, #spectacle .small-collapse article .prop-row, #spectacle article .small-collapse .prop-row, #spectacle .small-collapse article .doc-row, #spectacle article .small-collapse .doc-row { | ||
546 | margin-right: 0; | ||
547 | margin-left: 0; } | ||
548 | #spectacle .expanded.row .small-collapse.row, #spectacle article .expanded.prop-row .small-collapse.row, #spectacle article .expanded.doc-row .small-collapse.row, #spectacle .expanded.row article .small-collapse.prop-row, #spectacle article .expanded.row .small-collapse.prop-row, #spectacle article .expanded.prop-row .small-collapse.prop-row, #spectacle article .expanded.doc-row .small-collapse.prop-row, #spectacle .expanded.row article .small-collapse.doc-row, #spectacle article .expanded.row .small-collapse.doc-row, #spectacle article .expanded.prop-row .small-collapse.doc-row, #spectacle article .expanded.doc-row .small-collapse.doc-row { | ||
549 | margin-right: 0; | ||
550 | margin-left: 0; } | ||
551 | #spectacle .small-uncollapse > .column, #spectacle .small-uncollapse > .columns, #spectacle article .prop-row .small-uncollapse > .prop-name, #spectacle article .prop-row .small-uncollapse > .prop-value, #spectacle article .small-uncollapse > .doc-copy, #spectacle article .small-uncollapse > .doc-examples { | ||
552 | padding-right: 0.6578947368rem; | ||
553 | padding-left: 0.6578947368rem; } | ||
554 | #spectacle .small-centered { | ||
555 | margin-right: auto; | ||
556 | margin-left: auto; } | ||
557 | #spectacle .small-centered, #spectacle .small-centered:last-child:not(:first-child) { | ||
558 | float: none; | ||
559 | clear: both; } | ||
560 | #spectacle .small-uncentered, | ||
561 | #spectacle .small-push-0, | ||
562 | #spectacle .small-pull-0 { | ||
563 | position: static; | ||
564 | float: left; | ||
565 | margin-right: 0; | ||
566 | margin-left: 0; } | ||
567 | @media print, screen and (min-width: 40em) { | ||
568 | #spectacle .medium-1 { | ||
569 | width: 8.3333333333%; } | ||
570 | #spectacle .medium-push-1 { | ||
571 | position: relative; | ||
572 | left: 8.3333333333%; } | ||
573 | #spectacle .medium-pull-1 { | ||
574 | position: relative; | ||
575 | left: -8.3333333333%; } | ||
576 | #spectacle .medium-offset-0 { | ||
577 | margin-left: 0%; } | ||
578 | #spectacle .medium-2 { | ||
579 | width: 16.6666666667%; } | ||
580 | #spectacle .medium-push-2 { | ||
581 | position: relative; | ||
582 | left: 16.6666666667%; } | ||
583 | #spectacle .medium-pull-2 { | ||
584 | position: relative; | ||
585 | left: -16.6666666667%; } | ||
586 | #spectacle .medium-offset-1 { | ||
587 | margin-left: 8.3333333333%; } | ||
588 | #spectacle .medium-3 { | ||
589 | width: 25%; } | ||
590 | #spectacle .medium-push-3 { | ||
591 | position: relative; | ||
592 | left: 25%; } | ||
593 | #spectacle .medium-pull-3 { | ||
594 | position: relative; | ||
595 | left: -25%; } | ||
596 | #spectacle .medium-offset-2 { | ||
597 | margin-left: 16.6666666667%; } | ||
598 | #spectacle .medium-4 { | ||
599 | width: 33.3333333333%; } | ||
600 | #spectacle .medium-push-4 { | ||
601 | position: relative; | ||
602 | left: 33.3333333333%; } | ||
603 | #spectacle .medium-pull-4 { | ||
604 | position: relative; | ||
605 | left: -33.3333333333%; } | ||
606 | #spectacle .medium-offset-3 { | ||
607 | margin-left: 25%; } | ||
608 | #spectacle .medium-5 { | ||
609 | width: 41.6666666667%; } | ||
610 | #spectacle .medium-push-5 { | ||
611 | position: relative; | ||
612 | left: 41.6666666667%; } | ||
613 | #spectacle .medium-pull-5 { | ||
614 | position: relative; | ||
615 | left: -41.6666666667%; } | ||
616 | #spectacle .medium-offset-4 { | ||
617 | margin-left: 33.3333333333%; } | ||
618 | #spectacle .medium-6 { | ||
619 | width: 50%; } | ||
620 | #spectacle .medium-push-6 { | ||
621 | position: relative; | ||
622 | left: 50%; } | ||
623 | #spectacle .medium-pull-6 { | ||
624 | position: relative; | ||
625 | left: -50%; } | ||
626 | #spectacle .medium-offset-5 { | ||
627 | margin-left: 41.6666666667%; } | ||
628 | #spectacle .medium-7 { | ||
629 | width: 58.3333333333%; } | ||
630 | #spectacle .medium-push-7 { | ||
631 | position: relative; | ||
632 | left: 58.3333333333%; } | ||
633 | #spectacle .medium-pull-7 { | ||
634 | position: relative; | ||
635 | left: -58.3333333333%; } | ||
636 | #spectacle .medium-offset-6 { | ||
637 | margin-left: 50%; } | ||
638 | #spectacle .medium-8 { | ||
639 | width: 66.6666666667%; } | ||
640 | #spectacle .medium-push-8 { | ||
641 | position: relative; | ||
642 | left: 66.6666666667%; } | ||
643 | #spectacle .medium-pull-8 { | ||
644 | position: relative; | ||
645 | left: -66.6666666667%; } | ||
646 | #spectacle .medium-offset-7 { | ||
647 | margin-left: 58.3333333333%; } | ||
648 | #spectacle .medium-9 { | ||
649 | width: 75%; } | ||
650 | #spectacle .medium-push-9 { | ||
651 | position: relative; | ||
652 | left: 75%; } | ||
653 | #spectacle .medium-pull-9 { | ||
654 | position: relative; | ||
655 | left: -75%; } | ||
656 | #spectacle .medium-offset-8 { | ||
657 | margin-left: 66.6666666667%; } | ||
658 | #spectacle .medium-10 { | ||
659 | width: 83.3333333333%; } | ||
660 | #spectacle .medium-push-10 { | ||
661 | position: relative; | ||
662 | left: 83.3333333333%; } | ||
663 | #spectacle .medium-pull-10 { | ||
664 | position: relative; | ||
665 | left: -83.3333333333%; } | ||
666 | #spectacle .medium-offset-9 { | ||
667 | margin-left: 75%; } | ||
668 | #spectacle .medium-11 { | ||
669 | width: 91.6666666667%; } | ||
670 | #spectacle .medium-push-11 { | ||
671 | position: relative; | ||
672 | left: 91.6666666667%; } | ||
673 | #spectacle .medium-pull-11 { | ||
674 | position: relative; | ||
675 | left: -91.6666666667%; } | ||
676 | #spectacle .medium-offset-10 { | ||
677 | margin-left: 83.3333333333%; } | ||
678 | #spectacle .medium-12 { | ||
679 | width: 100%; } | ||
680 | #spectacle .medium-offset-11 { | ||
681 | margin-left: 91.6666666667%; } | ||
682 | #spectacle .medium-up-1 > .column, #spectacle .medium-up-1 > .columns, #spectacle article .prop-row .medium-up-1 > .prop-name, #spectacle article .prop-row .medium-up-1 > .prop-value, #spectacle article .medium-up-1 > .doc-copy, #spectacle article .medium-up-1 > .doc-examples { | ||
683 | float: left; | ||
684 | width: 100%; } | ||
685 | #spectacle .medium-up-1 > .column:nth-of-type(1n), #spectacle .medium-up-1 > .columns:nth-of-type(1n), #spectacle article .prop-row .medium-up-1 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .medium-up-1 > .prop-value:nth-of-type(1n), #spectacle article .medium-up-1 > .doc-copy:nth-of-type(1n), #spectacle article .medium-up-1 > .doc-examples:nth-of-type(1n) { | ||
686 | clear: none; } | ||
687 | #spectacle .medium-up-1 > .column:nth-of-type(1n+1), #spectacle .medium-up-1 > .columns:nth-of-type(1n+1), #spectacle article .prop-row .medium-up-1 > .prop-name:nth-of-type(1n+1), #spectacle article .prop-row .medium-up-1 > .prop-value:nth-of-type(1n+1), #spectacle article .medium-up-1 > .doc-copy:nth-of-type(1n+1), #spectacle article .medium-up-1 > .doc-examples:nth-of-type(1n+1) { | ||
688 | clear: both; } | ||
689 | #spectacle .medium-up-1 > .column:last-child, #spectacle .medium-up-1 > .columns:last-child, #spectacle article .prop-row .medium-up-1 > .prop-name:last-child, #spectacle article .prop-row .medium-up-1 > .prop-value:last-child, #spectacle article .medium-up-1 > .doc-copy:last-child, #spectacle article .medium-up-1 > .doc-examples:last-child { | ||
690 | float: left; } | ||
691 | #spectacle .medium-up-2 > .column, #spectacle .medium-up-2 > .columns, #spectacle article .prop-row .medium-up-2 > .prop-name, #spectacle article .prop-row .medium-up-2 > .prop-value, #spectacle article .medium-up-2 > .doc-copy, #spectacle article .medium-up-2 > .doc-examples { | ||
692 | float: left; | ||
693 | width: 50%; } | ||
694 | #spectacle .medium-up-2 > .column:nth-of-type(1n), #spectacle .medium-up-2 > .columns:nth-of-type(1n), #spectacle article .prop-row .medium-up-2 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .medium-up-2 > .prop-value:nth-of-type(1n), #spectacle article .medium-up-2 > .doc-copy:nth-of-type(1n), #spectacle article .medium-up-2 > .doc-examples:nth-of-type(1n) { | ||
695 | clear: none; } | ||
696 | #spectacle .medium-up-2 > .column:nth-of-type(2n+1), #spectacle .medium-up-2 > .columns:nth-of-type(2n+1), #spectacle article .prop-row .medium-up-2 > .prop-name:nth-of-type(2n+1), #spectacle article .prop-row .medium-up-2 > .prop-value:nth-of-type(2n+1), #spectacle article .medium-up-2 > .doc-copy:nth-of-type(2n+1), #spectacle article .medium-up-2 > .doc-examples:nth-of-type(2n+1) { | ||
697 | clear: both; } | ||
698 | #spectacle .medium-up-2 > .column:last-child, #spectacle .medium-up-2 > .columns:last-child, #spectacle article .prop-row .medium-up-2 > .prop-name:last-child, #spectacle article .prop-row .medium-up-2 > .prop-value:last-child, #spectacle article .medium-up-2 > .doc-copy:last-child, #spectacle article .medium-up-2 > .doc-examples:last-child { | ||
699 | float: left; } | ||
700 | #spectacle .medium-up-3 > .column, #spectacle .medium-up-3 > .columns, #spectacle article .prop-row .medium-up-3 > .prop-name, #spectacle article .prop-row .medium-up-3 > .prop-value, #spectacle article .medium-up-3 > .doc-copy, #spectacle article .medium-up-3 > .doc-examples { | ||
701 | float: left; | ||
702 | width: 33.3333333333%; } | ||
703 | #spectacle .medium-up-3 > .column:nth-of-type(1n), #spectacle .medium-up-3 > .columns:nth-of-type(1n), #spectacle article .prop-row .medium-up-3 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .medium-up-3 > .prop-value:nth-of-type(1n), #spectacle article .medium-up-3 > .doc-copy:nth-of-type(1n), #spectacle article .medium-up-3 > .doc-examples:nth-of-type(1n) { | ||
704 | clear: none; } | ||
705 | #spectacle .medium-up-3 > .column:nth-of-type(3n+1), #spectacle .medium-up-3 > .columns:nth-of-type(3n+1), #spectacle article .prop-row .medium-up-3 > .prop-name:nth-of-type(3n+1), #spectacle article .prop-row .medium-up-3 > .prop-value:nth-of-type(3n+1), #spectacle article .medium-up-3 > .doc-copy:nth-of-type(3n+1), #spectacle article .medium-up-3 > .doc-examples:nth-of-type(3n+1) { | ||
706 | clear: both; } | ||
707 | #spectacle .medium-up-3 > .column:last-child, #spectacle .medium-up-3 > .columns:last-child, #spectacle article .prop-row .medium-up-3 > .prop-name:last-child, #spectacle article .prop-row .medium-up-3 > .prop-value:last-child, #spectacle article .medium-up-3 > .doc-copy:last-child, #spectacle article .medium-up-3 > .doc-examples:last-child { | ||
708 | float: left; } | ||
709 | #spectacle .medium-up-4 > .column, #spectacle .medium-up-4 > .columns, #spectacle article .prop-row .medium-up-4 > .prop-name, #spectacle article .prop-row .medium-up-4 > .prop-value, #spectacle article .medium-up-4 > .doc-copy, #spectacle article .medium-up-4 > .doc-examples { | ||
710 | float: left; | ||
711 | width: 25%; } | ||
712 | #spectacle .medium-up-4 > .column:nth-of-type(1n), #spectacle .medium-up-4 > .columns:nth-of-type(1n), #spectacle article .prop-row .medium-up-4 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .medium-up-4 > .prop-value:nth-of-type(1n), #spectacle article .medium-up-4 > .doc-copy:nth-of-type(1n), #spectacle article .medium-up-4 > .doc-examples:nth-of-type(1n) { | ||
713 | clear: none; } | ||
714 | #spectacle .medium-up-4 > .column:nth-of-type(4n+1), #spectacle .medium-up-4 > .columns:nth-of-type(4n+1), #spectacle article .prop-row .medium-up-4 > .prop-name:nth-of-type(4n+1), #spectacle article .prop-row .medium-up-4 > .prop-value:nth-of-type(4n+1), #spectacle article .medium-up-4 > .doc-copy:nth-of-type(4n+1), #spectacle article .medium-up-4 > .doc-examples:nth-of-type(4n+1) { | ||
715 | clear: both; } | ||
716 | #spectacle .medium-up-4 > .column:last-child, #spectacle .medium-up-4 > .columns:last-child, #spectacle article .prop-row .medium-up-4 > .prop-name:last-child, #spectacle article .prop-row .medium-up-4 > .prop-value:last-child, #spectacle article .medium-up-4 > .doc-copy:last-child, #spectacle article .medium-up-4 > .doc-examples:last-child { | ||
717 | float: left; } | ||
718 | #spectacle .medium-up-5 > .column, #spectacle .medium-up-5 > .columns, #spectacle article .prop-row .medium-up-5 > .prop-name, #spectacle article .prop-row .medium-up-5 > .prop-value, #spectacle article .medium-up-5 > .doc-copy, #spectacle article .medium-up-5 > .doc-examples { | ||
719 | float: left; | ||
720 | width: 20%; } | ||
721 | #spectacle .medium-up-5 > .column:nth-of-type(1n), #spectacle .medium-up-5 > .columns:nth-of-type(1n), #spectacle article .prop-row .medium-up-5 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .medium-up-5 > .prop-value:nth-of-type(1n), #spectacle article .medium-up-5 > .doc-copy:nth-of-type(1n), #spectacle article .medium-up-5 > .doc-examples:nth-of-type(1n) { | ||
722 | clear: none; } | ||
723 | #spectacle .medium-up-5 > .column:nth-of-type(5n+1), #spectacle .medium-up-5 > .columns:nth-of-type(5n+1), #spectacle article .prop-row .medium-up-5 > .prop-name:nth-of-type(5n+1), #spectacle article .prop-row .medium-up-5 > .prop-value:nth-of-type(5n+1), #spectacle article .medium-up-5 > .doc-copy:nth-of-type(5n+1), #spectacle article .medium-up-5 > .doc-examples:nth-of-type(5n+1) { | ||
724 | clear: both; } | ||
725 | #spectacle .medium-up-5 > .column:last-child, #spectacle .medium-up-5 > .columns:last-child, #spectacle article .prop-row .medium-up-5 > .prop-name:last-child, #spectacle article .prop-row .medium-up-5 > .prop-value:last-child, #spectacle article .medium-up-5 > .doc-copy:last-child, #spectacle article .medium-up-5 > .doc-examples:last-child { | ||
726 | float: left; } | ||
727 | #spectacle .medium-up-6 > .column, #spectacle .medium-up-6 > .columns, #spectacle article .prop-row .medium-up-6 > .prop-name, #spectacle article .prop-row .medium-up-6 > .prop-value, #spectacle article .medium-up-6 > .doc-copy, #spectacle article .medium-up-6 > .doc-examples { | ||
728 | float: left; | ||
729 | width: 16.6666666667%; } | ||
730 | #spectacle .medium-up-6 > .column:nth-of-type(1n), #spectacle .medium-up-6 > .columns:nth-of-type(1n), #spectacle article .prop-row .medium-up-6 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .medium-up-6 > .prop-value:nth-of-type(1n), #spectacle article .medium-up-6 > .doc-copy:nth-of-type(1n), #spectacle article .medium-up-6 > .doc-examples:nth-of-type(1n) { | ||
731 | clear: none; } | ||
732 | #spectacle .medium-up-6 > .column:nth-of-type(6n+1), #spectacle .medium-up-6 > .columns:nth-of-type(6n+1), #spectacle article .prop-row .medium-up-6 > .prop-name:nth-of-type(6n+1), #spectacle article .prop-row .medium-up-6 > .prop-value:nth-of-type(6n+1), #spectacle article .medium-up-6 > .doc-copy:nth-of-type(6n+1), #spectacle article .medium-up-6 > .doc-examples:nth-of-type(6n+1) { | ||
733 | clear: both; } | ||
734 | #spectacle .medium-up-6 > .column:last-child, #spectacle .medium-up-6 > .columns:last-child, #spectacle article .prop-row .medium-up-6 > .prop-name:last-child, #spectacle article .prop-row .medium-up-6 > .prop-value:last-child, #spectacle article .medium-up-6 > .doc-copy:last-child, #spectacle article .medium-up-6 > .doc-examples:last-child { | ||
735 | float: left; } | ||
736 | #spectacle .medium-up-7 > .column, #spectacle .medium-up-7 > .columns, #spectacle article .prop-row .medium-up-7 > .prop-name, #spectacle article .prop-row .medium-up-7 > .prop-value, #spectacle article .medium-up-7 > .doc-copy, #spectacle article .medium-up-7 > .doc-examples { | ||
737 | float: left; | ||
738 | width: 14.2857142857%; } | ||
739 | #spectacle .medium-up-7 > .column:nth-of-type(1n), #spectacle .medium-up-7 > .columns:nth-of-type(1n), #spectacle article .prop-row .medium-up-7 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .medium-up-7 > .prop-value:nth-of-type(1n), #spectacle article .medium-up-7 > .doc-copy:nth-of-type(1n), #spectacle article .medium-up-7 > .doc-examples:nth-of-type(1n) { | ||
740 | clear: none; } | ||
741 | #spectacle .medium-up-7 > .column:nth-of-type(7n+1), #spectacle .medium-up-7 > .columns:nth-of-type(7n+1), #spectacle article .prop-row .medium-up-7 > .prop-name:nth-of-type(7n+1), #spectacle article .prop-row .medium-up-7 > .prop-value:nth-of-type(7n+1), #spectacle article .medium-up-7 > .doc-copy:nth-of-type(7n+1), #spectacle article .medium-up-7 > .doc-examples:nth-of-type(7n+1) { | ||
742 | clear: both; } | ||
743 | #spectacle .medium-up-7 > .column:last-child, #spectacle .medium-up-7 > .columns:last-child, #spectacle article .prop-row .medium-up-7 > .prop-name:last-child, #spectacle article .prop-row .medium-up-7 > .prop-value:last-child, #spectacle article .medium-up-7 > .doc-copy:last-child, #spectacle article .medium-up-7 > .doc-examples:last-child { | ||
744 | float: left; } | ||
745 | #spectacle .medium-up-8 > .column, #spectacle .medium-up-8 > .columns, #spectacle article .prop-row .medium-up-8 > .prop-name, #spectacle article .prop-row .medium-up-8 > .prop-value, #spectacle article .medium-up-8 > .doc-copy, #spectacle article .medium-up-8 > .doc-examples { | ||
746 | float: left; | ||
747 | width: 12.5%; } | ||
748 | #spectacle .medium-up-8 > .column:nth-of-type(1n), #spectacle .medium-up-8 > .columns:nth-of-type(1n), #spectacle article .prop-row .medium-up-8 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .medium-up-8 > .prop-value:nth-of-type(1n), #spectacle article .medium-up-8 > .doc-copy:nth-of-type(1n), #spectacle article .medium-up-8 > .doc-examples:nth-of-type(1n) { | ||
749 | clear: none; } | ||
750 | #spectacle .medium-up-8 > .column:nth-of-type(8n+1), #spectacle .medium-up-8 > .columns:nth-of-type(8n+1), #spectacle article .prop-row .medium-up-8 > .prop-name:nth-of-type(8n+1), #spectacle article .prop-row .medium-up-8 > .prop-value:nth-of-type(8n+1), #spectacle article .medium-up-8 > .doc-copy:nth-of-type(8n+1), #spectacle article .medium-up-8 > .doc-examples:nth-of-type(8n+1) { | ||
751 | clear: both; } | ||
752 | #spectacle .medium-up-8 > .column:last-child, #spectacle .medium-up-8 > .columns:last-child, #spectacle article .prop-row .medium-up-8 > .prop-name:last-child, #spectacle article .prop-row .medium-up-8 > .prop-value:last-child, #spectacle article .medium-up-8 > .doc-copy:last-child, #spectacle article .medium-up-8 > .doc-examples:last-child { | ||
753 | float: left; } | ||
754 | #spectacle .medium-collapse > .column, #spectacle .medium-collapse > .columns, #spectacle article .prop-row .medium-collapse > .prop-name, #spectacle article .prop-row .medium-collapse > .prop-value, #spectacle article .medium-collapse > .doc-copy, #spectacle article .medium-collapse > .doc-examples { | ||
755 | padding-right: 0; | ||
756 | padding-left: 0; } | ||
757 | #spectacle .medium-collapse .row, #spectacle .medium-collapse article .prop-row, #spectacle article .medium-collapse .prop-row, #spectacle .medium-collapse article .doc-row, #spectacle article .medium-collapse .doc-row { | ||
758 | margin-right: 0; | ||
759 | margin-left: 0; } | ||
760 | #spectacle .expanded.row .medium-collapse.row, #spectacle article .expanded.prop-row .medium-collapse.row, #spectacle article .expanded.doc-row .medium-collapse.row, #spectacle .expanded.row article .medium-collapse.prop-row, #spectacle article .expanded.row .medium-collapse.prop-row, #spectacle article .expanded.prop-row .medium-collapse.prop-row, #spectacle article .expanded.doc-row .medium-collapse.prop-row, #spectacle .expanded.row article .medium-collapse.doc-row, #spectacle article .expanded.row .medium-collapse.doc-row, #spectacle article .expanded.prop-row .medium-collapse.doc-row, #spectacle article .expanded.doc-row .medium-collapse.doc-row { | ||
761 | margin-right: 0; | ||
762 | margin-left: 0; } | ||
763 | #spectacle .medium-uncollapse > .column, #spectacle .medium-uncollapse > .columns, #spectacle article .prop-row .medium-uncollapse > .prop-name, #spectacle article .prop-row .medium-uncollapse > .prop-value, #spectacle article .medium-uncollapse > .doc-copy, #spectacle article .medium-uncollapse > .doc-examples { | ||
764 | padding-right: 0.9868421053rem; | ||
765 | padding-left: 0.9868421053rem; } | ||
766 | #spectacle .medium-centered { | ||
767 | margin-right: auto; | ||
768 | margin-left: auto; } | ||
769 | #spectacle .medium-centered, #spectacle .medium-centered:last-child:not(:first-child) { | ||
770 | float: none; | ||
771 | clear: both; } | ||
772 | #spectacle .medium-uncentered, | ||
773 | #spectacle .medium-push-0, | ||
774 | #spectacle .medium-pull-0 { | ||
775 | position: static; | ||
776 | float: left; | ||
777 | margin-right: 0; | ||
778 | margin-left: 0; } } | ||
779 | @media print, screen and (min-width: 64em) { | ||
780 | #spectacle .large-1 { | ||
781 | width: 8.3333333333%; } | ||
782 | #spectacle .large-push-1 { | ||
783 | position: relative; | ||
784 | left: 8.3333333333%; } | ||
785 | #spectacle .large-pull-1 { | ||
786 | position: relative; | ||
787 | left: -8.3333333333%; } | ||
788 | #spectacle .large-offset-0 { | ||
789 | margin-left: 0%; } | ||
790 | #spectacle .large-2 { | ||
791 | width: 16.6666666667%; } | ||
792 | #spectacle .large-push-2 { | ||
793 | position: relative; | ||
794 | left: 16.6666666667%; } | ||
795 | #spectacle .large-pull-2 { | ||
796 | position: relative; | ||
797 | left: -16.6666666667%; } | ||
798 | #spectacle .large-offset-1 { | ||
799 | margin-left: 8.3333333333%; } | ||
800 | #spectacle .large-3 { | ||
801 | width: 25%; } | ||
802 | #spectacle .large-push-3 { | ||
803 | position: relative; | ||
804 | left: 25%; } | ||
805 | #spectacle .large-pull-3 { | ||
806 | position: relative; | ||
807 | left: -25%; } | ||
808 | #spectacle .large-offset-2 { | ||
809 | margin-left: 16.6666666667%; } | ||
810 | #spectacle .large-4 { | ||
811 | width: 33.3333333333%; } | ||
812 | #spectacle .large-push-4 { | ||
813 | position: relative; | ||
814 | left: 33.3333333333%; } | ||
815 | #spectacle .large-pull-4 { | ||
816 | position: relative; | ||
817 | left: -33.3333333333%; } | ||
818 | #spectacle .large-offset-3 { | ||
819 | margin-left: 25%; } | ||
820 | #spectacle .large-5 { | ||
821 | width: 41.6666666667%; } | ||
822 | #spectacle .large-push-5 { | ||
823 | position: relative; | ||
824 | left: 41.6666666667%; } | ||
825 | #spectacle .large-pull-5 { | ||
826 | position: relative; | ||
827 | left: -41.6666666667%; } | ||
828 | #spectacle .large-offset-4 { | ||
829 | margin-left: 33.3333333333%; } | ||
830 | #spectacle .large-6, #spectacle .doc-content, #spectacle article h1.doc-title, #spectacle article > h1, #spectacle article > h2, #spectacle article .panel > h2, #spectacle article .panel > h3, #spectacle article .doc-copy, #spectacle article .doc-examples { | ||
831 | width: 50%; } | ||
832 | #spectacle .large-push-6 { | ||
833 | position: relative; | ||
834 | left: 50%; } | ||
835 | #spectacle .large-pull-6 { | ||
836 | position: relative; | ||
837 | left: -50%; } | ||
838 | #spectacle .large-offset-5 { | ||
839 | margin-left: 41.6666666667%; } | ||
840 | #spectacle .large-7 { | ||
841 | width: 58.3333333333%; } | ||
842 | #spectacle .large-push-7 { | ||
843 | position: relative; | ||
844 | left: 58.3333333333%; } | ||
845 | #spectacle .large-pull-7 { | ||
846 | position: relative; | ||
847 | left: -58.3333333333%; } | ||
848 | #spectacle .large-offset-6 { | ||
849 | margin-left: 50%; } | ||
850 | #spectacle .large-8 { | ||
851 | width: 66.6666666667%; } | ||
852 | #spectacle .large-push-8 { | ||
853 | position: relative; | ||
854 | left: 66.6666666667%; } | ||
855 | #spectacle .large-pull-8 { | ||
856 | position: relative; | ||
857 | left: -66.6666666667%; } | ||
858 | #spectacle .large-offset-7 { | ||
859 | margin-left: 58.3333333333%; } | ||
860 | #spectacle .large-9 { | ||
861 | width: 75%; } | ||
862 | #spectacle .large-push-9 { | ||
863 | position: relative; | ||
864 | left: 75%; } | ||
865 | #spectacle .large-pull-9 { | ||
866 | position: relative; | ||
867 | left: -75%; } | ||
868 | #spectacle .large-offset-8 { | ||
869 | margin-left: 66.6666666667%; } | ||
870 | #spectacle .large-10 { | ||
871 | width: 83.3333333333%; } | ||
872 | #spectacle .large-push-10 { | ||
873 | position: relative; | ||
874 | left: 83.3333333333%; } | ||
875 | #spectacle .large-pull-10 { | ||
876 | position: relative; | ||
877 | left: -83.3333333333%; } | ||
878 | #spectacle .large-offset-9 { | ||
879 | margin-left: 75%; } | ||
880 | #spectacle .large-11 { | ||
881 | width: 91.6666666667%; } | ||
882 | #spectacle .large-push-11 { | ||
883 | position: relative; | ||
884 | left: 91.6666666667%; } | ||
885 | #spectacle .large-pull-11 { | ||
886 | position: relative; | ||
887 | left: -91.6666666667%; } | ||
888 | #spectacle .large-offset-10 { | ||
889 | margin-left: 83.3333333333%; } | ||
890 | #spectacle .large-12 { | ||
891 | width: 100%; } | ||
892 | #spectacle .large-offset-11 { | ||
893 | margin-left: 91.6666666667%; } | ||
894 | #spectacle .large-up-1 > .column, #spectacle .large-up-1 > .columns, #spectacle article .prop-row .large-up-1 > .prop-name, #spectacle article .prop-row .large-up-1 > .prop-value, #spectacle article .large-up-1 > .doc-copy, #spectacle article .large-up-1 > .doc-examples { | ||
895 | float: left; | ||
896 | width: 100%; } | ||
897 | #spectacle .large-up-1 > .column:nth-of-type(1n), #spectacle .large-up-1 > .columns:nth-of-type(1n), #spectacle article .prop-row .large-up-1 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .large-up-1 > .prop-value:nth-of-type(1n), #spectacle article .large-up-1 > .doc-copy:nth-of-type(1n), #spectacle article .large-up-1 > .doc-examples:nth-of-type(1n) { | ||
898 | clear: none; } | ||
899 | #spectacle .large-up-1 > .column:nth-of-type(1n+1), #spectacle .large-up-1 > .columns:nth-of-type(1n+1), #spectacle article .prop-row .large-up-1 > .prop-name:nth-of-type(1n+1), #spectacle article .prop-row .large-up-1 > .prop-value:nth-of-type(1n+1), #spectacle article .large-up-1 > .doc-copy:nth-of-type(1n+1), #spectacle article .large-up-1 > .doc-examples:nth-of-type(1n+1) { | ||
900 | clear: both; } | ||
901 | #spectacle .large-up-1 > .column:last-child, #spectacle .large-up-1 > .columns:last-child, #spectacle article .prop-row .large-up-1 > .prop-name:last-child, #spectacle article .prop-row .large-up-1 > .prop-value:last-child, #spectacle article .large-up-1 > .doc-copy:last-child, #spectacle article .large-up-1 > .doc-examples:last-child { | ||
902 | float: left; } | ||
903 | #spectacle .large-up-2 > .column, #spectacle .large-up-2 > .columns, #spectacle article .prop-row .large-up-2 > .prop-name, #spectacle article .prop-row .large-up-2 > .prop-value, #spectacle article .large-up-2 > .doc-copy, #spectacle article .large-up-2 > .doc-examples { | ||
904 | float: left; | ||
905 | width: 50%; } | ||
906 | #spectacle .large-up-2 > .column:nth-of-type(1n), #spectacle .large-up-2 > .columns:nth-of-type(1n), #spectacle article .prop-row .large-up-2 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .large-up-2 > .prop-value:nth-of-type(1n), #spectacle article .large-up-2 > .doc-copy:nth-of-type(1n), #spectacle article .large-up-2 > .doc-examples:nth-of-type(1n) { | ||
907 | clear: none; } | ||
908 | #spectacle .large-up-2 > .column:nth-of-type(2n+1), #spectacle .large-up-2 > .columns:nth-of-type(2n+1), #spectacle article .prop-row .large-up-2 > .prop-name:nth-of-type(2n+1), #spectacle article .prop-row .large-up-2 > .prop-value:nth-of-type(2n+1), #spectacle article .large-up-2 > .doc-copy:nth-of-type(2n+1), #spectacle article .large-up-2 > .doc-examples:nth-of-type(2n+1) { | ||
909 | clear: both; } | ||
910 | #spectacle .large-up-2 > .column:last-child, #spectacle .large-up-2 > .columns:last-child, #spectacle article .prop-row .large-up-2 > .prop-name:last-child, #spectacle article .prop-row .large-up-2 > .prop-value:last-child, #spectacle article .large-up-2 > .doc-copy:last-child, #spectacle article .large-up-2 > .doc-examples:last-child { | ||
911 | float: left; } | ||
912 | #spectacle .large-up-3 > .column, #spectacle .large-up-3 > .columns, #spectacle article .prop-row .large-up-3 > .prop-name, #spectacle article .prop-row .large-up-3 > .prop-value, #spectacle article .large-up-3 > .doc-copy, #spectacle article .large-up-3 > .doc-examples { | ||
913 | float: left; | ||
914 | width: 33.3333333333%; } | ||
915 | #spectacle .large-up-3 > .column:nth-of-type(1n), #spectacle .large-up-3 > .columns:nth-of-type(1n), #spectacle article .prop-row .large-up-3 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .large-up-3 > .prop-value:nth-of-type(1n), #spectacle article .large-up-3 > .doc-copy:nth-of-type(1n), #spectacle article .large-up-3 > .doc-examples:nth-of-type(1n) { | ||
916 | clear: none; } | ||
917 | #spectacle .large-up-3 > .column:nth-of-type(3n+1), #spectacle .large-up-3 > .columns:nth-of-type(3n+1), #spectacle article .prop-row .large-up-3 > .prop-name:nth-of-type(3n+1), #spectacle article .prop-row .large-up-3 > .prop-value:nth-of-type(3n+1), #spectacle article .large-up-3 > .doc-copy:nth-of-type(3n+1), #spectacle article .large-up-3 > .doc-examples:nth-of-type(3n+1) { | ||
918 | clear: both; } | ||
919 | #spectacle .large-up-3 > .column:last-child, #spectacle .large-up-3 > .columns:last-child, #spectacle article .prop-row .large-up-3 > .prop-name:last-child, #spectacle article .prop-row .large-up-3 > .prop-value:last-child, #spectacle article .large-up-3 > .doc-copy:last-child, #spectacle article .large-up-3 > .doc-examples:last-child { | ||
920 | float: left; } | ||
921 | #spectacle .large-up-4 > .column, #spectacle .large-up-4 > .columns, #spectacle article .prop-row .large-up-4 > .prop-name, #spectacle article .prop-row .large-up-4 > .prop-value, #spectacle article .large-up-4 > .doc-copy, #spectacle article .large-up-4 > .doc-examples { | ||
922 | float: left; | ||
923 | width: 25%; } | ||
924 | #spectacle .large-up-4 > .column:nth-of-type(1n), #spectacle .large-up-4 > .columns:nth-of-type(1n), #spectacle article .prop-row .large-up-4 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .large-up-4 > .prop-value:nth-of-type(1n), #spectacle article .large-up-4 > .doc-copy:nth-of-type(1n), #spectacle article .large-up-4 > .doc-examples:nth-of-type(1n) { | ||
925 | clear: none; } | ||
926 | #spectacle .large-up-4 > .column:nth-of-type(4n+1), #spectacle .large-up-4 > .columns:nth-of-type(4n+1), #spectacle article .prop-row .large-up-4 > .prop-name:nth-of-type(4n+1), #spectacle article .prop-row .large-up-4 > .prop-value:nth-of-type(4n+1), #spectacle article .large-up-4 > .doc-copy:nth-of-type(4n+1), #spectacle article .large-up-4 > .doc-examples:nth-of-type(4n+1) { | ||
927 | clear: both; } | ||
928 | #spectacle .large-up-4 > .column:last-child, #spectacle .large-up-4 > .columns:last-child, #spectacle article .prop-row .large-up-4 > .prop-name:last-child, #spectacle article .prop-row .large-up-4 > .prop-value:last-child, #spectacle article .large-up-4 > .doc-copy:last-child, #spectacle article .large-up-4 > .doc-examples:last-child { | ||
929 | float: left; } | ||
930 | #spectacle .large-up-5 > .column, #spectacle .large-up-5 > .columns, #spectacle article .prop-row .large-up-5 > .prop-name, #spectacle article .prop-row .large-up-5 > .prop-value, #spectacle article .large-up-5 > .doc-copy, #spectacle article .large-up-5 > .doc-examples { | ||
931 | float: left; | ||
932 | width: 20%; } | ||
933 | #spectacle .large-up-5 > .column:nth-of-type(1n), #spectacle .large-up-5 > .columns:nth-of-type(1n), #spectacle article .prop-row .large-up-5 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .large-up-5 > .prop-value:nth-of-type(1n), #spectacle article .large-up-5 > .doc-copy:nth-of-type(1n), #spectacle article .large-up-5 > .doc-examples:nth-of-type(1n) { | ||
934 | clear: none; } | ||
935 | #spectacle .large-up-5 > .column:nth-of-type(5n+1), #spectacle .large-up-5 > .columns:nth-of-type(5n+1), #spectacle article .prop-row .large-up-5 > .prop-name:nth-of-type(5n+1), #spectacle article .prop-row .large-up-5 > .prop-value:nth-of-type(5n+1), #spectacle article .large-up-5 > .doc-copy:nth-of-type(5n+1), #spectacle article .large-up-5 > .doc-examples:nth-of-type(5n+1) { | ||
936 | clear: both; } | ||
937 | #spectacle .large-up-5 > .column:last-child, #spectacle .large-up-5 > .columns:last-child, #spectacle article .prop-row .large-up-5 > .prop-name:last-child, #spectacle article .prop-row .large-up-5 > .prop-value:last-child, #spectacle article .large-up-5 > .doc-copy:last-child, #spectacle article .large-up-5 > .doc-examples:last-child { | ||
938 | float: left; } | ||
939 | #spectacle .large-up-6 > .column, #spectacle .large-up-6 > .columns, #spectacle article .prop-row .large-up-6 > .prop-name, #spectacle article .prop-row .large-up-6 > .prop-value, #spectacle article .large-up-6 > .doc-copy, #spectacle article .large-up-6 > .doc-examples { | ||
940 | float: left; | ||
941 | width: 16.6666666667%; } | ||
942 | #spectacle .large-up-6 > .column:nth-of-type(1n), #spectacle .large-up-6 > .columns:nth-of-type(1n), #spectacle article .prop-row .large-up-6 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .large-up-6 > .prop-value:nth-of-type(1n), #spectacle article .large-up-6 > .doc-copy:nth-of-type(1n), #spectacle article .large-up-6 > .doc-examples:nth-of-type(1n) { | ||
943 | clear: none; } | ||
944 | #spectacle .large-up-6 > .column:nth-of-type(6n+1), #spectacle .large-up-6 > .columns:nth-of-type(6n+1), #spectacle article .prop-row .large-up-6 > .prop-name:nth-of-type(6n+1), #spectacle article .prop-row .large-up-6 > .prop-value:nth-of-type(6n+1), #spectacle article .large-up-6 > .doc-copy:nth-of-type(6n+1), #spectacle article .large-up-6 > .doc-examples:nth-of-type(6n+1) { | ||
945 | clear: both; } | ||
946 | #spectacle .large-up-6 > .column:last-child, #spectacle .large-up-6 > .columns:last-child, #spectacle article .prop-row .large-up-6 > .prop-name:last-child, #spectacle article .prop-row .large-up-6 > .prop-value:last-child, #spectacle article .large-up-6 > .doc-copy:last-child, #spectacle article .large-up-6 > .doc-examples:last-child { | ||
947 | float: left; } | ||
948 | #spectacle .large-up-7 > .column, #spectacle .large-up-7 > .columns, #spectacle article .prop-row .large-up-7 > .prop-name, #spectacle article .prop-row .large-up-7 > .prop-value, #spectacle article .large-up-7 > .doc-copy, #spectacle article .large-up-7 > .doc-examples { | ||
949 | float: left; | ||
950 | width: 14.2857142857%; } | ||
951 | #spectacle .large-up-7 > .column:nth-of-type(1n), #spectacle .large-up-7 > .columns:nth-of-type(1n), #spectacle article .prop-row .large-up-7 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .large-up-7 > .prop-value:nth-of-type(1n), #spectacle article .large-up-7 > .doc-copy:nth-of-type(1n), #spectacle article .large-up-7 > .doc-examples:nth-of-type(1n) { | ||
952 | clear: none; } | ||
953 | #spectacle .large-up-7 > .column:nth-of-type(7n+1), #spectacle .large-up-7 > .columns:nth-of-type(7n+1), #spectacle article .prop-row .large-up-7 > .prop-name:nth-of-type(7n+1), #spectacle article .prop-row .large-up-7 > .prop-value:nth-of-type(7n+1), #spectacle article .large-up-7 > .doc-copy:nth-of-type(7n+1), #spectacle article .large-up-7 > .doc-examples:nth-of-type(7n+1) { | ||
954 | clear: both; } | ||
955 | #spectacle .large-up-7 > .column:last-child, #spectacle .large-up-7 > .columns:last-child, #spectacle article .prop-row .large-up-7 > .prop-name:last-child, #spectacle article .prop-row .large-up-7 > .prop-value:last-child, #spectacle article .large-up-7 > .doc-copy:last-child, #spectacle article .large-up-7 > .doc-examples:last-child { | ||
956 | float: left; } | ||
957 | #spectacle .large-up-8 > .column, #spectacle .large-up-8 > .columns, #spectacle article .prop-row .large-up-8 > .prop-name, #spectacle article .prop-row .large-up-8 > .prop-value, #spectacle article .large-up-8 > .doc-copy, #spectacle article .large-up-8 > .doc-examples { | ||
958 | float: left; | ||
959 | width: 12.5%; } | ||
960 | #spectacle .large-up-8 > .column:nth-of-type(1n), #spectacle .large-up-8 > .columns:nth-of-type(1n), #spectacle article .prop-row .large-up-8 > .prop-name:nth-of-type(1n), #spectacle article .prop-row .large-up-8 > .prop-value:nth-of-type(1n), #spectacle article .large-up-8 > .doc-copy:nth-of-type(1n), #spectacle article .large-up-8 > .doc-examples:nth-of-type(1n) { | ||
961 | clear: none; } | ||
962 | #spectacle .large-up-8 > .column:nth-of-type(8n+1), #spectacle .large-up-8 > .columns:nth-of-type(8n+1), #spectacle article .prop-row .large-up-8 > .prop-name:nth-of-type(8n+1), #spectacle article .prop-row .large-up-8 > .prop-value:nth-of-type(8n+1), #spectacle article .large-up-8 > .doc-copy:nth-of-type(8n+1), #spectacle article .large-up-8 > .doc-examples:nth-of-type(8n+1) { | ||
963 | clear: both; } | ||
964 | #spectacle .large-up-8 > .column:last-child, #spectacle .large-up-8 > .columns:last-child, #spectacle article .prop-row .large-up-8 > .prop-name:last-child, #spectacle article .prop-row .large-up-8 > .prop-value:last-child, #spectacle article .large-up-8 > .doc-copy:last-child, #spectacle article .large-up-8 > .doc-examples:last-child { | ||
965 | float: left; } | ||
966 | #spectacle .large-collapse > .column, #spectacle .large-collapse > .columns, #spectacle article .prop-row .large-collapse > .prop-name, #spectacle article .prop-row .large-collapse > .prop-value, #spectacle article .large-collapse > .doc-copy, #spectacle article .large-collapse > .doc-examples { | ||
967 | padding-right: 0; | ||
968 | padding-left: 0; } | ||
969 | #spectacle .large-collapse .row, #spectacle .large-collapse article .prop-row, #spectacle article .large-collapse .prop-row, #spectacle .large-collapse article .doc-row, #spectacle article .large-collapse .doc-row { | ||
970 | margin-right: 0; | ||
971 | margin-left: 0; } | ||
972 | #spectacle .expanded.row .large-collapse.row, #spectacle article .expanded.prop-row .large-collapse.row, #spectacle article .expanded.doc-row .large-collapse.row, #spectacle .expanded.row article .large-collapse.prop-row, #spectacle article .expanded.row .large-collapse.prop-row, #spectacle article .expanded.prop-row .large-collapse.prop-row, #spectacle article .expanded.doc-row .large-collapse.prop-row, #spectacle .expanded.row article .large-collapse.doc-row, #spectacle article .expanded.row .large-collapse.doc-row, #spectacle article .expanded.prop-row .large-collapse.doc-row, #spectacle article .expanded.doc-row .large-collapse.doc-row { | ||
973 | margin-right: 0; | ||
974 | margin-left: 0; } | ||
975 | #spectacle .large-uncollapse > .column, #spectacle .large-uncollapse > .columns, #spectacle article .prop-row .large-uncollapse > .prop-name, #spectacle article .prop-row .large-uncollapse > .prop-value, #spectacle article .large-uncollapse > .doc-copy, #spectacle article .large-uncollapse > .doc-examples { | ||
976 | padding-right: 0.9868421053rem; | ||
977 | padding-left: 0.9868421053rem; } | ||
978 | #spectacle .large-centered { | ||
979 | margin-right: auto; | ||
980 | margin-left: auto; } | ||
981 | #spectacle .large-centered, #spectacle .large-centered:last-child:not(:first-child) { | ||
982 | float: none; | ||
983 | clear: both; } | ||
984 | #spectacle .large-uncentered, | ||
985 | #spectacle .large-push-0, | ||
986 | #spectacle .large-pull-0 { | ||
987 | position: static; | ||
988 | float: left; | ||
989 | margin-right: 0; | ||
990 | margin-left: 0; } } | ||
991 | #spectacle .column-block { | ||
992 | margin-bottom: 1.3157894737rem; } | ||
993 | #spectacle .column-block > :last-child { | ||
994 | margin-bottom: 0; } | ||
995 | @media print, screen and (min-width: 40em) { | ||
996 | #spectacle .column-block { | ||
997 | margin-bottom: 1.9736842105rem; } | ||
998 | #spectacle .column-block > :last-child { | ||
999 | margin-bottom: 0; } } | ||
1000 | #spectacle #sidebar { | ||
1001 | padding-top: 1.5rem; | ||
1002 | padding-left: 1.5rem; | ||
1003 | padding-right: 1rem; | ||
1004 | padding-bottom: 2rem; | ||
1005 | border-right: 1px solid #eee; | ||
1006 | background-color: #f6f6f6; | ||
1007 | height: 100vh; | ||
1008 | overflow: auto; | ||
1009 | position: fixed; | ||
1010 | bottom: 0; | ||
1011 | left: 0; | ||
1012 | top: 0; | ||
1013 | width: 250px; } | ||
1014 | #spectacle #sidebar h5 { | ||
1015 | margin: 1.5rem 0 0.65rem; | ||
1016 | text-transform: uppercase; | ||
1017 | color: #b6b6b6; | ||
1018 | font-size: 0.9rem; } | ||
1019 | #spectacle #sidebar a { | ||
1020 | display: block; | ||
1021 | margin: 0 0 0.25rem; | ||
1022 | color: #4a5055; | ||
1023 | white-space: nowrap; | ||
1024 | overflow: hidden; | ||
1025 | -o-text-overflow: ellipsis; | ||
1026 | text-overflow: ellipsis; } | ||
1027 | #spectacle #sidebar a.active { | ||
1028 | color: #1779ba; } | ||
1029 | #spectacle #sidebar ul { | ||
1030 | list-style-type: none; | ||
1031 | padding: 0; | ||
1032 | margin: 0 0 0.75rem 0.75rem; } | ||
1033 | #spectacle #sidebar section > ul { | ||
1034 | display: none; } | ||
1035 | #spectacle #sidebar section.expand > ul { | ||
1036 | display: block; } | ||
1037 | #spectacle #sidebar .close-button { | ||
1038 | opacity: 0.5; } | ||
1039 | #spectacle .doc-content, #spectacle article h1.doc-title, #spectacle article > h1, #spectacle article > h2, #spectacle article .panel > h2, #spectacle article .panel > h3, #spectacle article .doc-copy, #spectacle article .doc-examples { | ||
1040 | padding-left: 2.25rem !important; | ||
1041 | padding-right: 2.25rem !important; } | ||
1042 | #spectacle .doc-separator, #spectacle article h2 { | ||
1043 | margin-top: 2em; | ||
1044 | padding-top: 2em; | ||
1045 | padding-bottom: 2em; | ||
1046 | border-top: 1px solid #e2e2e2; } | ||
1047 | #spectacle #docs { | ||
1048 | background: #fefefe; | ||
1049 | overflow: hidden; | ||
1050 | position: relative; } | ||
1051 | #spectacle #docs .example-box { | ||
1052 | display: none; } | ||
1053 | @media print, screen and (min-width: 64em) { | ||
1054 | #spectacle #docs .example-box { | ||
1055 | display: block; | ||
1056 | background-color: #2d3134; | ||
1057 | position: absolute; | ||
1058 | right: 0; | ||
1059 | top: 0; | ||
1060 | bottom: 0; } } | ||
1061 | #spectacle article { | ||
1062 | position: relative; } | ||
1063 | #spectacle article .no-description { | ||
1064 | color: #8a8a8a; } | ||
1065 | #spectacle article dt { | ||
1066 | color: #2d3134; } | ||
1067 | #spectacle article table.table { | ||
1068 | width: 100%; } | ||
1069 | #spectacle article code { | ||
1070 | font-size: 0.9em; | ||
1071 | border-radius: 3px; } | ||
1072 | #spectacle article p:last-child:first-child { | ||
1073 | margin-bottom: 0; } | ||
1074 | #spectacle article h1 { | ||
1075 | margin: 2.5rem 0 0; | ||
1076 | padding-top: 0.75rem; | ||
1077 | padding-bottom: 0.75rem; | ||
1078 | padding-left: 2.25rem; | ||
1079 | padding-right: 2.25rem; | ||
1080 | border-top: 1px solid #e8e8e8; | ||
1081 | border-bottom: 1px solid #e2e2e2; | ||
1082 | background-color: #f6f6f6; } | ||
1083 | #spectacle article h1.doc-title { | ||
1084 | margin: 0; | ||
1085 | padding-top: 2.15rem; | ||
1086 | padding-bottom: 0; | ||
1087 | font-weight: bold; | ||
1088 | background: transparent; | ||
1089 | border: none; | ||
1090 | color: #535b60; } | ||
1091 | #spectacle article h1.doc-title span { | ||
1092 | display: none; | ||
1093 | opacity: 0.65; | ||
1094 | margin-left: 5px; | ||
1095 | font-weight: normal; } | ||
1096 | #spectacle article h2 { | ||
1097 | margin-bottom: 0; | ||
1098 | padding-left: 2.25rem; | ||
1099 | padding-right: 2.25rem; | ||
1100 | padding-bottom: 0.25rem; | ||
1101 | background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi…gd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g"); | ||
1102 | background-size: 100%; | ||
1103 | background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0))); | ||
1104 | background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)); | ||
1105 | background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)); | ||
1106 | background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)); } | ||
1107 | #spectacle article h3 { | ||
1108 | margin: 0rem 0 0.75rem; } | ||
1109 | #spectacle article h1 + .panel > h2 { | ||
1110 | margin-top: 0; | ||
1111 | border-top: none; } | ||
1112 | #spectacle article h1 + .tag-description + .panel > h2 { | ||
1113 | margin-top: 2rem; } | ||
1114 | #spectacle article h1 + .panel h3 { | ||
1115 | margin-top: 1rem; } | ||
1116 | #spectacle article .panel { | ||
1117 | position: relative; } | ||
1118 | #spectacle article .prop-row { | ||
1119 | padding-top: 0.75em; | ||
1120 | padding-bottom: 0.75em; | ||
1121 | border-top: 1px solid #eee; } | ||
1122 | #spectacle article .prop-row:first-child, #spectacle article .prop-row.prop-group { | ||
1123 | border-top: 1px solid #ddd; } | ||
1124 | #spectacle article .prop-row .prop-title { | ||
1125 | font-weight: bold; } | ||
1126 | #spectacle article .prop-row .prop-type { | ||
1127 | font-weight: 400; } | ||
1128 | #spectacle article .prop-row .prop-subtitle { | ||
1129 | font-weight: 400; | ||
1130 | font-size: 80%; } | ||
1131 | #spectacle article .prop-row .prop-name { | ||
1132 | text-align: right; | ||
1133 | padding-right: 0.85rem !important; | ||
1134 | word-break: break-word; } | ||
1135 | #spectacle article .prop-row .prop-value { | ||
1136 | padding-left: 0.85rem !important; | ||
1137 | word-wrap: break-word; } | ||
1138 | #spectacle article .prop-row.prop-inner { | ||
1139 | padding-top: 0.5em; | ||
1140 | padding-bottom: 0.5em; | ||
1141 | font-size: 80%; } | ||
1142 | #spectacle article .prop-row.prop-inner .prop-name { | ||
1143 | color: #8a8a8a; } | ||
1144 | #spectacle article .prop-row.prop-inner .prop-value > span { | ||
1145 | display: block; } | ||
1146 | #spectacle article .prop-row.prop-inner .prop-value > span:before { | ||
1147 | color: #8a8a8a; } | ||
1148 | #spectacle article .prop-row.prop-inner .prop-value > span:after { | ||
1149 | color: #8a8a8a; } | ||
1150 | #spectacle article .prop-row.prop-inner .prop-value > span.json-property-type, #spectacle article .prop-row.prop-inner .prop-value > span.json-property-format { | ||
1151 | display: inline-block; } | ||
1152 | #spectacle article .doc-row { | ||
1153 | margin: 2rem 0 20px; } | ||
1154 | #spectacle article .doc-examples { | ||
1155 | padding-left: 2.25rem !important; | ||
1156 | padding-right: 2.25rem !important; | ||
1157 | color: #fefefe; | ||
1158 | background-color: #2d3134; } | ||
1159 | #spectacle article .doc-examples h5 { | ||
1160 | color: #fefefe; | ||
1161 | font-size: 1rem; | ||
1162 | opacity: 0.8; } | ||
1163 | #spectacle article .doc-examples h5 span { | ||
1164 | opacity: 0.5; } | ||
1165 | @media screen and (max-width: 63.9375em) { | ||
1166 | #spectacle article .doc-examples:not(:empty) { | ||
1167 | margin-top: 1.5rem; | ||
1168 | padding-top: 1.5rem; | ||
1169 | padding-bottom: 0.5rem; } } | ||
1170 | #spectacle article .doc-examples code { | ||
1171 | display: block; | ||
1172 | margin-bottom: 1.5rem; | ||
1173 | padding: 1.5rem; | ||
1174 | font-family: Consolas, "Liberation Mono", Courier, monospace; | ||
1175 | font-weight: inherit; | ||
1176 | color: inherit; | ||
1177 | background-color: transparent; | ||
1178 | border: none; | ||
1179 | border-top: 1px solid #000; | ||
1180 | border-bottom: 1px solid #404040; | ||
1181 | border-radius: 5px; | ||
1182 | box-shadow: 0 0 200px rgba(0, 0, 0, 0.33) inset; | ||
1183 | word-spacing: normal; | ||
1184 | white-space: pre-wrap; | ||
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; } | ||
1195 | #spectacle article .doc-examples .swagger-response-headers { | ||
1196 | background-color: transparent; | ||
1197 | border: none; | ||
1198 | border-top: 1px solid #000; | ||
1199 | border-bottom: 1px solid #404040; | ||
1200 | border-radius: 5px; | ||
1201 | box-shadow: 0 0 200px rgba(0, 0, 0, 0.33) inset; | ||
1202 | margin-bottom: 1.5rem; } | ||
1203 | #spectacle article .doc-examples .swagger-response-headers thead { | ||
1204 | color: #fefefe; | ||
1205 | font-size: 1rem; | ||
1206 | opacity: 0.8; | ||
1207 | background-color: transparent; | ||
1208 | border: none; } | ||
1209 | #spectacle article .doc-examples .swagger-response-headers tbody { | ||
1210 | border: none; | ||
1211 | background-color: transparent; } | ||
1212 | #spectacle article .doc-examples .swagger-response-headers tbody tr { | ||
1213 | background-color: transparent; | ||
1214 | border-top: 1px solid #404040; } | ||
1215 | #spectacle article .powered-by { | ||
1216 | font-size: 80%; | ||
1217 | color: #cacaca; } | ||
1218 | #spectacle article .powered-by span { | ||
1219 | color: #f68b1f; } | ||
1220 | #spectacle article .operation .operation-tags { | ||
1221 | position: absolute; | ||
1222 | top: 0; | ||
1223 | text-align: right; | ||
1224 | right: 0; } | ||
1225 | #spectacle article .operation .operation-tags .label { | ||
1226 | cursor: pointer; } | ||
1227 | #spectacle article .operation .operation-tags .label:hover { | ||
1228 | color: #e6e6e6; } | ||
1229 | @media print, screen and (min-width: 64em) { | ||
1230 | #spectacle article .operation .operation-tags { | ||
1231 | right: 50%; } } | ||
1232 | #spectacle article .operation .operation-path { | ||
1233 | word-break: break-all; } | ||
1234 | #spectacle article .security-definition-description { | ||
1235 | margin-top: 1.5rem; | ||
1236 | margin-bottom: .5rem; } | ||
1237 | #spectacle article .security-definition-scope-description { | ||
1238 | color: #8a8a8a; | ||
1239 | margin-bottom: .5rem; } | ||
1240 | #spectacle article .definition .doc-examples h5 { | ||
1241 | margin-top: -1rem; } | ||
1242 | #spectacle article .definition .doc-copy > section { | ||
1243 | margin-bottom: 1rem; } | ||
1244 | #spectacle article .definition .doc-copy > section > .json-property-type { | ||
1245 | display: none; } | ||
1246 | #spectacle article .definition dl dt { | ||
1247 | font-weight: normal; } | ||
1248 | #spectacle article .definition dl dd { | ||
1249 | font-style: italic; } | ||
1250 | #spectacle article .definition .json-property-name { | ||
1251 | font-weight: bold; } | ||
1252 | #spectacle article .hljs { | ||
1253 | line-height: 1.25; | ||
1254 | overflow-x: auto; | ||
1255 | padding: 1.5rem; | ||
1256 | margin-bottom: 1rem; | ||
1257 | border: none; } | ||
1258 | #spectacle .drawer-layout .drawer { | ||
1259 | box-shadow: 0 0 10px rgba(45, 49, 52, 0.5); | ||
1260 | transition: transform 0.5s ease; | ||
1261 | backface-visibility: hidden; } | ||
1262 | #spectacle .drawer-layout .drawer.slide-left { | ||
1263 | transform: translateX(-250px); } | ||
1264 | #spectacle .drawer-layout .drawer.slide-right { | ||
1265 | transform: translateX(250px); } | ||
1266 | #spectacle .drawer-layout .drawer .drawer-overlay { | ||
1267 | position: absolute; | ||
1268 | top: 0; | ||
1269 | left: 0; | ||
1270 | right: 0; | ||
1271 | bottom: 0; | ||
1272 | background-color: rgba(254, 254, 254, 0.25); } | ||
1273 | @media print, screen and (min-width: 64em) { | ||
1274 | #spectacle .drawer-layout .drawer.slide-left { | ||
1275 | transform: none; | ||
1276 | margin-left: -250px; } | ||
1277 | #spectacle .drawer-layout .drawer.slide-right { | ||
1278 | transform: none; | ||
1279 | margin-left: 250px; } | ||
1280 | #spectacle .drawer-layout .drawer .drawer-overlay { | ||
1281 | display: none; } } | ||
1282 | @media print, screen and (min-width: 64em) { | ||
1283 | #spectacle .drawer-layout.drawer-slide-left-large .drawer { | ||
1284 | margin-left: -250px; } | ||
1285 | #spectacle .drawer-layout.drawer-slide-left-large .floating-menu-icon { | ||
1286 | opacity: 0; } | ||
1287 | #spectacle .drawer-layout.drawer-slide-right-large .drawer { | ||
1288 | margin-left: 250px; } | ||
1289 | #spectacle .drawer-layout.drawer-slide-right-large .floating-menu-icon { | ||
1290 | opacity: 0; } } | ||
1291 | #spectacle .drawer-layout.drawer-open .floating-menu-icon { | ||
1292 | opacity: 0; } | ||
1293 | #spectacle .drawer-layout .floating-menu-icon { | ||
1294 | position: fixed; | ||
1295 | top: 0.75rem; | ||
1296 | right: 0.75rem; | ||
1297 | background-color: rgba(45, 49, 52, 0.75); | ||
1298 | padding: 0.65rem; | ||
1299 | z-index: 1; | ||
1300 | border-radius: 5px; | ||
1301 | transition: opacity 0.5s linear; } | ||
1302 | #spectacle .drawer-layout .floating-menu-icon .hamburger { | ||
1303 | position: relative; | ||
1304 | display: inline-block; | ||
1305 | vertical-align: middle; | ||
1306 | width: 20px; | ||
1307 | height: 16px; | ||
1308 | cursor: pointer; } | ||
1309 | #spectacle .drawer-layout .floating-menu-icon .hamburger::after { | ||
1310 | position: absolute; | ||
1311 | top: 0; | ||
1312 | left: 0; | ||
1313 | display: block; | ||
1314 | width: 100%; | ||
1315 | height: 2px; | ||
1316 | background: #fefefe; | ||
1317 | box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; | ||
1318 | content: ''; } | ||
1319 | #spectacle .drawer-layout .floating-menu-icon .hamburger:hover::after { | ||
1320 | background: #cacaca; | ||
1321 | box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; } | ||
1322 | #spectacle .hljs { | ||
1323 | display: block; | ||
1324 | overflow-x: auto; | ||
1325 | padding: 0.5em; | ||
1326 | background: #23241f; } | ||
1327 | #spectacle .hljs, | ||
1328 | #spectacle .hljs-tag, | ||
1329 | #spectacle .hljs-subst { | ||
1330 | color: #f8f8f2; } | ||
1331 | #spectacle .hljs-strong, | ||
1332 | #spectacle .hljs-emphasis { | ||
1333 | color: #a8a8a2; } | ||
1334 | #spectacle .hljs-bullet, | ||
1335 | #spectacle .hljs-quote, | ||
1336 | #spectacle .hljs-number, | ||
1337 | #spectacle .hljs-regexp, | ||
1338 | #spectacle .hljs-literal, | ||
1339 | #spectacle .hljs-link { | ||
1340 | color: #ae81ff; } | ||
1341 | #spectacle .hljs-code, | ||
1342 | #spectacle .hljs-title, | ||
1343 | #spectacle .hljs-section, | ||
1344 | #spectacle .hljs-selector-class { | ||
1345 | color: #a6e22e; } | ||
1346 | #spectacle .hljs-strong { | ||
1347 | font-weight: bold; } | ||
1348 | #spectacle .hljs-emphasis { | ||
1349 | font-style: italic; } | ||
1350 | #spectacle .hljs-keyword, | ||
1351 | #spectacle .hljs-selector-tag, | ||
1352 | #spectacle .hljs-name, | ||
1353 | #spectacle .hljs-attr { | ||
1354 | color: #f92672; } | ||
1355 | #spectacle .hljs-symbol, | ||
1356 | #spectacle .hljs-attribute { | ||
1357 | color: #66d9ef; } | ||
1358 | #spectacle .hljs-params, | ||
1359 | #spectacle .hljs-class .hljs-title { | ||
1360 | color: #f8f8f2; } | ||
1361 | #spectacle .hljs-string, | ||
1362 | #spectacle .hljs-type, | ||
1363 | #spectacle .hljs-built_in, | ||
1364 | #spectacle .hljs-builtin-name, | ||
1365 | #spectacle .hljs-selector-id, | ||
1366 | #spectacle .hljs-selector-attr, | ||
1367 | #spectacle .hljs-selector-pseudo, | ||
1368 | #spectacle .hljs-addition, | ||
1369 | #spectacle .hljs-variable, | ||
1370 | #spectacle .hljs-template-variable { | ||
1371 | color: #e6db74; } | ||
1372 | #spectacle .hljs-comment, | ||
1373 | #spectacle .hljs-deletion, | ||
1374 | #spectacle .hljs-meta { | ||
1375 | color: #75715e; } | ||