]> sigrok.org Git - pulseview.git/blame - manual/asciidoctor-stylesheet-factory/stylesheets/readthedocs.css
Binding: Add help icons for entries with descriptions
[pulseview.git] / manual / asciidoctor-stylesheet-factory / stylesheets / readthedocs.css
CommitLineData
1894027b
SA
1/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
2/* ========================================================================== HTML5 display definitions ========================================================================== */
3/** Correct `block` display not defined in IE 8/9. */
4article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
5
6/** Correct `inline-block` display not defined in IE 8/9. */
7audio, canvas, video { display: inline-block; }
8
9/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
10audio:not([controls]) { display: none; height: 0; }
11
12/** Address `[hidden]` styling not present in IE 8/9. Hide the `template` element in IE, Safari, and Firefox < 22. */
13[hidden], template { display: none; }
14
15script { display: none !important; }
16
17/* ========================================================================== Base ========================================================================== */
18/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
19html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }
20
21/** Remove default margin. */
22body { margin: 0; }
23
24/* ========================================================================== Links ========================================================================== */
25/** Remove the gray background color from active links in IE 10. */
26a { background: transparent; }
27
28/** Address `outline` inconsistency between Chrome and other browsers. */
29a:focus { outline: thin dotted; }
30
31/** Improve readability when focused and also mouse hovered in all browsers. */
32a:active, a:hover { outline: 0; }
33
34/* ========================================================================== Typography ========================================================================== */
35/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */
36h1 { font-size: 2em; margin: 0.67em 0; }
37
38/** Address styling not present in IE 8/9, Safari 5, and Chrome. */
39abbr[title] { border-bottom: 1px dotted; }
40
41/** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
42b, strong { font-weight: bold; }
43
44/** Address styling not present in Safari 5 and Chrome. */
45dfn { font-style: italic; }
46
47/** Address differences between Firefox and other browsers. */
48hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
49
50/** Address styling not present in IE 8/9. */
51mark { background: #ff0; color: #000; }
52
53/** Correct font family set oddly in Safari 5 and Chrome. */
54code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }
55
56/** Improve readability of pre-formatted text in all browsers. */
57pre { white-space: pre-wrap; }
58
59/** Set consistent quote types. */
60q { quotes: "\201C" "\201D" "\2018" "\2019"; }
61
62/** Address inconsistent and variable font size in all browsers. */
63small { font-size: 80%; }
64
65/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
66sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
67
68sup { top: -0.5em; }
69
70sub { bottom: -0.25em; }
71
72/* ========================================================================== Embedded content ========================================================================== */
73/** Remove border when inside `a` element in IE 8/9. */
74img { border: 0; }
75
76/** Correct overflow displayed oddly in IE 9. */
77svg:not(:root) { overflow: hidden; }
78
79/* ========================================================================== Figures ========================================================================== */
80/** Address margin not present in IE 8/9 and Safari 5. */
81figure { margin: 0; }
82
83/* ========================================================================== Forms ========================================================================== */
84/** Define consistent border, margin, and padding. */
85fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
86
87/** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
88legend { border: 0; /* 1 */ padding: 0; /* 2 */ }
89
90/** 1. Correct font family not being inherited in all browsers. 2. Correct font size not being inherited in all browsers. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */
91button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ }
92
93/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
94button, input { line-height: normal; }
95
96/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. Correct `select` style inheritance in Firefox 4+ and Opera. */
97button, select { text-transform: none; }
98
99/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
100button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }
101
102/** Re-set default cursor for disabled elements. */
103button[disabled], html input[disabled] { cursor: default; }
104
105/** 1. Address box sizing set to `content-box` in IE 8/9. 2. Remove excess padding in IE 8/9. */
106input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }
107
108/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
109input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }
110
111/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
112input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
113
114/** Remove inner padding and border in Firefox 4+. */
115button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
116
117/** 1. Remove default vertical scrollbar in IE 8/9. 2. Improve readability and alignment in all browsers. */
118textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }
119
120/* ========================================================================== Tables ========================================================================== */
121/** Remove most spacing between table cells. */
122table { border-collapse: collapse; border-spacing: 0; }
123
124meta.foundation-mq-small { font-family: "only screen and (min-width: 768px)"; width: 768px; }
125
126meta.foundation-mq-medium { font-family: "only screen and (min-width:1280px)"; width: 1280px; }
127
128meta.foundation-mq-large { font-family: "only screen and (min-width:1440px)"; width: 1440px; }
129
130*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
131
132html, body { font-size: 100%; }
133
134body { background: #fff; color: #222; padding: 0; margin: 0; font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; font-weight: normal; font-style: normal; line-height: 1; position: relative; cursor: auto; }
135
136a:hover { cursor: pointer; }
137
138img, object, embed { max-width: 100%; height: auto; }
139
140object, embed { height: 100%; }
141
142img { -ms-interpolation-mode: bicubic; }
143
144#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; }
145
146.left { float: left !important; }
147
148.right { float: right !important; }
149
150.text-left { text-align: left !important; }
151
152.text-right { text-align: right !important; }
153
154.text-center { text-align: center !important; }
155
156.text-justify { text-align: justify !important; }
157
158.hide { display: none; }
159
160.antialiased { -webkit-font-smoothing: antialiased; }
161
162img { display: inline-block; vertical-align: middle; }
163
164textarea { height: auto; min-height: 50px; }
165
166select { width: 100%; }
167
168object, svg { display: inline-block; vertical-align: middle; }
169
170.center { margin-left: auto; margin-right: auto; }
171
172.stretch { width: 100%; }
173
174p.lead { font-size: 1.21875em; line-height: 1.6; }
175
176.subheader, .admonitionblock td.content > .title, .audioblock > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .stemblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, table.tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { line-height: 1.4; color: #6c818f; font-weight: 300; margin-top: 0.2em; margin-bottom: 0.5em; }
177
178/* Typography resets */
179div, dl, dt, dd, ul, ol, li, h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; direction: ltr; }
180
181/* Default Link Styles */
182a { color: #444; text-decoration: underline; line-height: inherit; }
183a:hover, a:focus { color: #111; }
184a img { border: none; }
185
186/* Default paragraph styles */
187p { font-family: inherit; font-weight: normal; font-size: 1em; line-height: 1.5; margin-bottom: 1.25em; text-rendering: optimizeLegibility; }
188p aside { font-size: 0.875em; line-height: 1.35; font-style: italic; }
189
190/* Default header styles */
191h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { font-family: ff-meta-web-pro-1, ff-meta-web-pro-2, Arial, "Helvetica Neue", sans-serif; font-weight: bold; font-style: normal; color: #465158; text-rendering: optimizeLegibility; margin-top: 1em; margin-bottom: 0.5em; line-height: 1.2125em; }
192h1 small, h2 small, h3 small, #toctitle small, .sidebarblock > .content > .title small, h4 small, h5 small, h6 small { font-size: 60%; color: #909ea7; line-height: 0; }
193
194h1 { font-size: 2.125em; }
195
196h2 { font-size: 1.6875em; }
197
198h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.375em; }
199
200h4 { font-size: 1.125em; }
201
202h5 { font-size: 1.125em; }
203
204h6 { font-size: 1em; }
205
206hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 1.25em 0 1.1875em; height: 0; }
207
208/* Helpful Typography Defaults */
209em, i { font-style: italic; line-height: inherit; }
210
211strong, b { font-weight: bold; line-height: inherit; }
212
213small { font-size: 60%; line-height: inherit; }
214
215code { font-family: "Consolas", "Deja Vu Sans Mono", "Bitstream Vera Sans Mono", monospace; font-weight: normal; color: #444; }
216
217/* Lists */
218ul, ol, dl { font-size: 1em; line-height: 1.5; margin-bottom: 1.25em; list-style-position: outside; font-family: inherit; }
219
220ul, ol { margin-left: 0; }
221ul.no-bullet, ol.no-bullet { margin-left: 0; }
222
223/* Unordered Lists */
224ul li ul, ul li ol { margin-left: 1.25em; margin-bottom: 0; font-size: 1em; /* Override nested font-size change */ }
225ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit; }
226ul.square { list-style-type: square; }
227ul.circle { list-style-type: circle; }
228ul.disc { list-style-type: disc; }
229ul.no-bullet { list-style: none; }
230
231/* Ordered Lists */
232ol li ul, ol li ol { margin-left: 1.25em; margin-bottom: 0; }
233
234/* Definition Lists */
235dl dt { margin-bottom: 0.3em; font-weight: bold; }
236dl dd { margin-bottom: 0.75em; }
237
238/* Abbreviations */
239abbr, acronym { text-transform: uppercase; font-size: 90%; color: #000; border-bottom: 1px dotted #ddd; cursor: help; }
240
241abbr { text-transform: none; }
242
243/* Blockquotes */
244blockquote { margin: 0 0 1.25em; padding: 0.5625em 1.25em 0 1.1875em; border-left: 1px solid #ddd; }
245blockquote cite { display: block; font-size: 0.8125em; color: #748590; }
246blockquote cite:before { content: "\2014 \0020"; }
247blockquote cite a, blockquote cite a:visited { color: #748590; }
248
249blockquote, blockquote p { line-height: 1.5; color: #909ea7; }
250
251/* Microformats */
252.vcard { display: inline-block; margin: 0 0 1.25em 0; border: 1px solid #ddd; padding: 0.625em 0.75em; }
253.vcard li { margin: 0; display: block; }
254.vcard .fn { font-weight: bold; font-size: 0.9375em; }
255
256.vevent .summary { font-weight: bold; }
257.vevent abbr { cursor: auto; text-decoration: none; font-weight: bold; border: none; padding: 0 0.0625em; }
258
259@media only screen and (min-width: 768px) { h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1.4; }
260 h1 { font-size: 2.75em; }
261 h2 { font-size: 2.3125em; }
262 h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.6875em; }
263 h4 { font-size: 1.4375em; } }
264/* Tables */
265table { background: #fff; margin-bottom: 1.25em; border: solid 0 #ddd; }
266table thead, table tfoot { background: none; font-weight: bold; }
267table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td { padding: 1px 8px 1px 5px; font-size: 1em; color: #222; text-align: left; }
268table tr th, table tr td { padding: 1px 8px 1px 5px; font-size: 1em; color: #222; }
269table tr.even, table tr.alt, table tr:nth-of-type(even) { background: none; }
270table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; line-height: 1.5; }
271
272body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; tab-size: 4; }
273
274h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1.4; }
275
276.clearfix:before, .clearfix:after, .float-group:before, .float-group:after { content: " "; display: table; }
277.clearfix:after, .float-group:after { clear: both; }
278
279*:not(pre) > code { font-size: 0.95em; font-style: normal !important; letter-spacing: 0; padding: 0; background-color: #f2f2f2; -webkit-border-radius: 6px; border-radius: 6px; line-height: inherit; word-wrap: break-word; }
280*:not(pre) > code.nobreak { word-wrap: normal; }
281*:not(pre) > code.nowrap { white-space: nowrap; }
282
283pre, pre > code { line-height: 1.2; color: inherit; font-family: "Consolas", "Deja Vu Sans Mono", "Bitstream Vera Sans Mono", monospace; font-weight: normal; }
284
285em em { font-style: normal; }
286
287strong strong { font-weight: normal; }
288
289.keyseq { color: #333333; }
290
291kbd { font-family: "Consolas", "Deja Vu Sans Mono", "Bitstream Vera Sans Mono", monospace; display: inline-block; color: #000; font-size: 0.65em; line-height: 1.45; background-color: #f7f7f7; border: 1px solid #ccc; -webkit-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.1em white inset; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.1em white inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.1em white inset; margin: 0 0.15em; padding: 0.2em 0.5em; vertical-align: middle; position: relative; top: -0.1em; white-space: nowrap; }
292
293.keyseq kbd:first-child { margin-left: 0; }
294
295.keyseq kbd:last-child { margin-right: 0; }
296
297.menuseq, .menuref { color: #000; }
298
299.menuseq b:not(.caret), .menuref { font-weight: inherit; }
300
301.menuseq { word-spacing: -0.02em; }
302.menuseq b.caret { font-size: 1.25em; line-height: 0.8; }
303.menuseq i.caret { font-weight: bold; text-align: center; width: 0.45em; }
304
305b.button:before, b.button:after { position: relative; top: -1px; font-weight: normal; }
306
307b.button:before { content: "["; padding: 0 3px 0 2px; }
308
309b.button:after { content: "]"; padding: 0 2px 0 3px; }
310
311p a > code:hover { color: #373737; }
312
313#header, #content, #footnotes, #footer { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 62.5em; *zoom: 1; position: relative; padding-left: 0.9375em; padding-right: 0.9375em; }
314#header:before, #header:after, #content:before, #content:after, #footnotes:before, #footnotes:after, #footer:before, #footer:after { content: " "; display: table; }
315#header:after, #content:after, #footnotes:after, #footer:after { clear: both; }
316
317#content { margin-top: 1.25em; }
318
319#content:before { content: none; }
320
321#header > h1:first-child { color: #111; margin-top: 2.25rem; margin-bottom: 0; }
322#header > h1:first-child + #toc { margin-top: 8px; border-top: 1px solid #ddd; }
323#header > h1:only-child, body.toc2 #header > h1:nth-last-child(2) { border-bottom: 1px solid #ddd; padding-bottom: 8px; }
324#header .details { border-bottom: 1px solid #ddd; line-height: 1.45; padding-top: 0.25em; padding-bottom: 0.25em; padding-left: 0.25em; color: #748590; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; }
325#header .details span:first-child { margin-left: -0.125em; }
326#header .details span.email a { color: #909ea7; }
327#header .details br { display: none; }
328#header .details br + span:before { content: "\00a0\2013\00a0"; }
329#header .details br + span.author:before { content: "\00a0\22c5\00a0"; color: #909ea7; }
330#header .details br + span#revremark:before { content: "\00a0|\00a0"; }
331#header #revnumber { text-transform: capitalize; }
332#header #revnumber:after { content: "\00a0"; }
333
334#content > h1:first-child:not([class]) { color: #111; border-bottom: 1px solid #ddd; padding-bottom: 8px; margin-top: 0; padding-top: 1rem; margin-bottom: 1.25rem; }
335
336#toc { border-bottom: 1px solid #ddd; padding-bottom: 0.5em; }
337#toc > ul { margin-left: 0.125em; }
338#toc ul.sectlevel0 > li > a { font-style: italic; }
339#toc ul.sectlevel0 ul.sectlevel1 { margin: 0.5em 0; }
340#toc ul { font-family: ff-meta-web-pro-1, ff-meta-web-pro-2, Arial, "Helvetica Neue", sans-serif; list-style-type: none; }
341#toc li { line-height: 1.3334; margin-top: 0.3334em; }
342#toc a { text-decoration: none; }
343#toc a:active { text-decoration: underline; }
344
345#toctitle { color: #6c818f; font-size: 1.2em; }
346
347@media only screen and (min-width: 768px) { #toctitle { font-size: 1.375em; }
348 body.toc2 { padding-left: 15em; padding-right: 0; }
349 #toc.toc2 { margin-top: 0 !important; background-color: #f2f2f2; position: fixed; width: 15em; left: 0; top: 0; border-right: 1px solid #ddd; border-top-width: 0 !important; border-bottom-width: 0 !important; z-index: 1000; padding: 1.25em 1em; height: 100%; overflow: auto; }
350 #toc.toc2 #toctitle { margin-top: 0; margin-bottom: 0.8rem; font-size: 1.2em; }
351 #toc.toc2 > ul { font-size: 0.9em; margin-bottom: 0; }
352 #toc.toc2 ul ul { margin-left: 0; padding-left: 1em; }
353 #toc.toc2 ul.sectlevel0 ul.sectlevel1 { padding-left: 0; margin-top: 0.5em; margin-bottom: 0.5em; }
354 body.toc2.toc-right { padding-left: 0; padding-right: 15em; }
355 body.toc2.toc-right #toc.toc2 { border-right-width: 0; border-left: 1px solid #ddd; left: auto; right: 0; } }
356@media only screen and (min-width: 1280px) { body.toc2 { padding-left: 20em; padding-right: 0; }
357 #toc.toc2 { width: 20em; }
358 #toc.toc2 #toctitle { font-size: 1.375em; }
359 #toc.toc2 > ul { font-size: 0.95em; }
360 #toc.toc2 ul ul { padding-left: 1.25em; }
361 body.toc2.toc-right { padding-left: 0; padding-right: 20em; } }
362#content #toc { border-style: solid; border-width: 1px; border-color: #d9d9d9; margin-bottom: 1.25em; padding: 1.25em; background: #f2f2f2; -webkit-border-radius: 6px; border-radius: 6px; }
363#content #toc > :first-child { margin-top: 0; }
364#content #toc > :last-child { margin-bottom: 0; }
365
366#footer { max-width: 100%; background-color: #000; padding: 1.25em; }
367
368#footer-text { color: white; line-height: 1.35; }
369
370#content { margin-bottom: 0.625em; }
371
372.sect1 { padding-bottom: 0.625em; }
373
374@media only screen and (min-width: 768px) { #content { margin-bottom: 1.25em; }
375 .sect1 { padding-bottom: 1.25em; } }
376.sect1:last-child { padding-bottom: 0; }
377
378.sect1 + .sect1 { border-top: 1px solid #ddd; }
379
380#content h1 > a.anchor, h2 > a.anchor, h3 > a.anchor, #toctitle > a.anchor, .sidebarblock > .content > .title > a.anchor, h4 > a.anchor, h5 > a.anchor, h6 > a.anchor { position: absolute; z-index: 1001; width: 1.5ex; margin-left: -1.5ex; display: block; text-decoration: none !important; visibility: hidden; text-align: center; font-weight: normal; }
381#content h1 > a.anchor:before, h2 > a.anchor:before, h3 > a.anchor:before, #toctitle > a.anchor:before, .sidebarblock > .content > .title > a.anchor:before, h4 > a.anchor:before, h5 > a.anchor:before, h6 > a.anchor:before { content: "\00A7"; font-size: 0.85em; display: block; padding-top: 0.1em; }
382#content h1:hover > a.anchor, #content h1 > a.anchor:hover, h2:hover > a.anchor, h2 > a.anchor:hover, h3:hover > a.anchor, #toctitle:hover > a.anchor, .sidebarblock > .content > .title:hover > a.anchor, h3 > a.anchor:hover, #toctitle > a.anchor:hover, .sidebarblock > .content > .title > a.anchor:hover, h4:hover > a.anchor, h4 > a.anchor:hover, h5:hover > a.anchor, h5 > a.anchor:hover, h6:hover > a.anchor, h6 > a.anchor:hover { visibility: visible; }
383#content h1 > a.link, h2 > a.link, h3 > a.link, #toctitle > a.link, .sidebarblock > .content > .title > a.link, h4 > a.link, h5 > a.link, h6 > a.link { color: #465158; text-decoration: none; }
384#content h1 > a.link:hover, h2 > a.link:hover, h3 > a.link:hover, #toctitle > a.link:hover, .sidebarblock > .content > .title > a.link:hover, h4 > a.link:hover, h5 > a.link:hover, h6 > a.link:hover { color: #3b444a; }
385
386.audioblock, .imageblock, .literalblock, .listingblock, .stemblock, .videoblock { margin-bottom: 1.25em; }
387
388.admonitionblock td.content > .title, .audioblock > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .stemblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, table.tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { text-rendering: optimizeLegibility; text-align: left; }
389
390table.tableblock.fit-content > caption.title { white-space: nowrap; width: 0; }
391
392.paragraph.lead > p, #preamble > .sectionbody > [class="paragraph"]:first-of-type p { font-size: 1.21875em; line-height: 1.6; color: #111; }
393
394table.tableblock #preamble > .sectionbody > [class="paragraph"]:first-of-type p { font-size: inherit; }
395
396.admonitionblock > table { border-collapse: separate; border: 0; background: none; width: 100%; }
397.admonitionblock > table td.icon { text-align: center; width: 80px; }
398.admonitionblock > table td.icon img { max-width: none; }
399.admonitionblock > table td.icon .title { font-weight: bold; font-family: ff-meta-web-pro-1, ff-meta-web-pro-2, Arial, "Helvetica Neue", sans-serif; text-transform: uppercase; }
400.admonitionblock > table td.content { padding-left: 1.125em; padding-right: 1.25em; border-left: 1px solid #ddd; color: #748590; }
401.admonitionblock > table td.content > :last-child > :last-child { margin-bottom: 0; }
402
403.exampleblock > .content { border-style: solid; border-width: 1px; border-color: #e6e6e6; margin-bottom: 1.25em; padding: 1.25em; background: #fff; -webkit-border-radius: 6px; border-radius: 6px; }
404.exampleblock > .content > :first-child { margin-top: 0; }
405.exampleblock > .content > :last-child { margin-bottom: 0; }
406
407.sidebarblock { border-style: solid; border-width: 1px; border-color: #d9d9d9; margin-bottom: 1.25em; padding: 1.25em; background: #f2f2f2; -webkit-border-radius: 6px; border-radius: 6px; }
408.sidebarblock > :first-child { margin-top: 0; }
409.sidebarblock > :last-child { margin-bottom: 0; }
410.sidebarblock > .content > .title { color: #6c818f; margin-top: 0; }
411
412.exampleblock > .content > :last-child > :last-child, .exampleblock > .content .olist > ol > li:last-child > :last-child, .exampleblock > .content .ulist > ul > li:last-child > :last-child, .exampleblock > .content .qlist > ol > li:last-child > :last-child, .sidebarblock > .content > :last-child > :last-child, .sidebarblock > .content .olist > ol > li:last-child > :last-child, .sidebarblock > .content .ulist > ul > li:last-child > :last-child, .sidebarblock > .content .qlist > ol > li:last-child > :last-child { margin-bottom: 0; }
413
414.literalblock pre, .listingblock pre:not(.highlight), .listingblock pre[class="highlight"], .listingblock pre[class^="highlight "], .listingblock pre.CodeRay, .listingblock pre.prettyprint { background: #eee; }
415.sidebarblock .literalblock pre, .sidebarblock .listingblock pre:not(.highlight), .sidebarblock .listingblock pre[class="highlight"], .sidebarblock .listingblock pre[class^="highlight "], .sidebarblock .listingblock pre.CodeRay, .sidebarblock .listingblock pre.prettyprint { background: #f2f1f1; }
416
417.literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { border: 1px solid #ccc; -webkit-border-radius: 6px; border-radius: 6px; word-wrap: break-word; padding: 0.5em; font-size: 0.8125em; }
418.literalblock pre.nowrap, .literalblock pre[class].nowrap, .listingblock pre.nowrap, .listingblock pre[class].nowrap { overflow-x: auto; white-space: pre; word-wrap: normal; }
419@media only screen and (min-width: 768px) { .literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { font-size: 0.90625em; } }
420@media only screen and (min-width: 1280px) { .literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { font-size: 1em; } }
421
422.literalblock.output pre { color: #eee; background-color: inherit; }
423
424.listingblock pre.highlightjs { padding: 0; }
425.listingblock pre.highlightjs > code { padding: 0.5em; -webkit-border-radius: 6px; border-radius: 6px; }
426
427.listingblock > .content { position: relative; }
428
429.listingblock code[data-lang]:before { display: none; content: attr(data-lang); position: absolute; font-size: 0.75em; top: 0.425rem; right: 0.5rem; line-height: 1; text-transform: uppercase; color: #999; }
430
431.listingblock:hover code[data-lang]:before { display: block; }
432
433.listingblock.terminal pre .command:before { content: attr(data-prompt); padding-right: 0.5em; color: #999; }
434
435.listingblock.terminal pre .command:not([data-prompt]):before { content: "$"; }
436
437table.pyhltable { border-collapse: separate; border: 0; margin-bottom: 0; background: none; }
438
439table.pyhltable td { vertical-align: top; padding-top: 0; padding-bottom: 0; line-height: 1.2; }
440
441table.pyhltable td.code { padding-left: .75em; padding-right: 0; }
442
443pre.pygments .lineno, table.pyhltable td:not(.code) { color: #999; padding-left: 0; padding-right: .5em; border-right: 1px solid #ddd; }
444
445pre.pygments .lineno { display: inline-block; margin-right: .25em; }
446
447table.pyhltable .linenodiv { background: none !important; padding-right: 0 !important; }
448
449.quoteblock { margin: 0 1em 1.25em 1.5em; display: table; }
450.quoteblock > .title { margin-left: -1.5em; margin-bottom: 0.75em; }
451.quoteblock blockquote, .quoteblock blockquote p { color: #909ea7; font-size: 1.15rem; line-height: 1.75; word-spacing: 0.1em; letter-spacing: 0; font-style: italic; text-align: justify; }
452.quoteblock blockquote { margin: 0; padding: 0; border: 0; }
453.quoteblock blockquote:before { content: "\201c"; float: left; font-size: 2.75em; font-weight: bold; line-height: 0.6em; margin-left: -0.6em; color: #6c818f; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
454.quoteblock blockquote > .paragraph:last-child p { margin-bottom: 0; }
455.quoteblock .attribution { margin-top: 0.5em; margin-right: 0.5ex; text-align: right; }
456.quoteblock .quoteblock { margin-left: 0; margin-right: 0; padding: 0.5em 0; border-left: 3px solid #748590; }
457.quoteblock .quoteblock blockquote { padding: 0 0 0 0.75em; }
458.quoteblock .quoteblock blockquote:before { display: none; }
459
460.verseblock { margin: 0 1em 1.25em 1em; }
461.verseblock pre { font-family: "Open Sans", "DejaVu Sans", sans; font-size: 1.15rem; color: #909ea7; font-weight: 300; text-rendering: optimizeLegibility; }
462.verseblock pre strong { font-weight: 400; }
463.verseblock .attribution { margin-top: 1.25rem; margin-left: 0.5ex; }
464
465.quoteblock .attribution, .verseblock .attribution { font-size: 0.8125em; line-height: 1.45; font-style: italic; }
466.quoteblock .attribution br, .verseblock .attribution br { display: none; }
467.quoteblock .attribution cite, .verseblock .attribution cite { display: block; letter-spacing: -0.025em; color: #748590; }
468
469.quoteblock.abstract { margin: 0 1em 1.25em 1em; display: block; }
470.quoteblock.abstract > .title { margin: 0 0 0.375em 0; font-size: 1.15em; text-align: center; }
471.quoteblock.abstract blockquote, .quoteblock.abstract blockquote p { word-spacing: 0; line-height: 1.6; }
472.quoteblock.abstract blockquote:before, .quoteblock.abstract p:before { display: none; }
473
474table.tableblock { max-width: 100%; border-collapse: separate; }
475
476p.tableblock:last-child { margin-bottom: 0; }
477
478td.tableblock > .content { margin-bottom: -1.25em; }
479
480table.tableblock, th.tableblock, td.tableblock { border: 0 solid #ddd; }
481
482table.grid-all > thead > tr > .tableblock, table.grid-all > tbody > tr > .tableblock { border-width: 0 0 0 0; }
483
484table.grid-all > tfoot > tr > .tableblock { border-width: 0 0 0 0; }
485
486table.grid-cols > * > tr > .tableblock { border-width: 0 0 0 0; }
487
488table.grid-rows > thead > tr > .tableblock, table.grid-rows > tbody > tr > .tableblock { border-width: 0 0 0 0; }
489
490table.grid-rows > tfoot > tr > .tableblock { border-width: 0 0 0 0; }
491
492table.grid-all > * > tr > .tableblock:last-child, table.grid-cols > * > tr > .tableblock:last-child { border-right-width: 0; }
493
494table.grid-all > tbody > tr:last-child > .tableblock, table.grid-all > thead:last-child > tr > .tableblock, table.grid-rows > tbody > tr:last-child > .tableblock, table.grid-rows > thead:last-child > tr > .tableblock { border-bottom-width: 0; }
495
496table.frame-all { border-width: 0; }
497
498table.frame-sides { border-width: 0 0; }
499
500table.frame-topbot, table.frame-ends { border-width: 0 0; }
501
502table.stripes-all tr, table.stripes-odd tr:nth-of-type(odd) { background: none; }
503
504table.stripes-none tr, table.stripes-odd tr:nth-of-type(even) { background: none; }
505
506th.halign-left, td.halign-left { text-align: left; }
507
508th.halign-right, td.halign-right { text-align: right; }
509
510th.halign-center, td.halign-center { text-align: center; }
511
512th.valign-top, td.valign-top { vertical-align: top; }
513
514th.valign-bottom, td.valign-bottom { vertical-align: bottom; }
515
516th.valign-middle, td.valign-middle { vertical-align: middle; }
517
518table thead th, table tfoot th { font-weight: bold; }
519
520tbody tr th { display: table-cell; line-height: 1.5; background: none; }
521
522tbody tr th, tbody tr th p, tfoot tr th, tfoot tr th p { color: #222; font-weight: bold; }
523
524p.tableblock > code:only-child { background: none; padding: 0; }
525
526p.tableblock { font-size: 1em; }
527
528td > div.verse { white-space: pre; }
529
530ol { margin-left: 0.25em; }
531
532ul li ol { margin-left: 0; }
533
534dl dd { margin-left: 1.125em; }
535
536dl dd:last-child, dl dd:last-child > :last-child { margin-bottom: 0; }
537
538ol > li p, ul > li p, ul dd, ol dd, .olist .olist, .ulist .ulist, .ulist .olist, .olist .ulist { margin-bottom: 0.625em; }
539
540ul.checklist, ul.none, ol.none, ul.no-bullet, ol.no-bullet, ol.unnumbered, ul.unstyled, ol.unstyled { list-style-type: none; }
541
542ul.no-bullet, ol.no-bullet, ol.unnumbered { margin-left: 0.625em; }
543
544ul.unstyled, ol.unstyled { margin-left: 0; }
545
546ul.checklist { margin-left: 0.625em; }
547
548ul.checklist li > p:first-child > .fa-square-o:first-child, ul.checklist li > p:first-child > .fa-check-square-o:first-child { width: 1.25em; font-size: 0.8em; position: relative; bottom: 0.125em; }
549
550ul.checklist li > p:first-child > input[type="checkbox"]:first-child { margin-right: 0.25em; }
551
552ul.inline { display: -ms-flexbox; display: -webkit-box; display: flex; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; list-style: none; margin: 0 0 0.625em -1.25em; }
553
554ul.inline > li { margin-left: 1.25em; }
555
556.unstyled dl dt { font-weight: normal; font-style: normal; }
557
558ol.arabic { list-style-type: decimal; }
559
560ol.decimal { list-style-type: decimal-leading-zero; }
561
562ol.loweralpha { list-style-type: lower-alpha; }
563
564ol.upperalpha { list-style-type: upper-alpha; }
565
566ol.lowerroman { list-style-type: lower-roman; }
567
568ol.upperroman { list-style-type: upper-roman; }
569
570ol.lowergreek { list-style-type: lower-greek; }
571
572.hdlist > table, .colist > table { border: 0; background: none; }
573.hdlist > table > tbody > tr, .colist > table > tbody > tr { background: none; }
574
575td.hdlist1, td.hdlist2 { vertical-align: top; padding: 0 0.625em; }
576
577td.hdlist1 { font-weight: bold; padding-bottom: 1.25em; }
578
579.literalblock + .colist, .listingblock + .colist { margin-top: -0.5em; }
580
581.colist td:not([class]):first-child { padding: 0.4em 0.75em 0 0.75em; line-height: 1; vertical-align: top; }
582.colist td:not([class]):first-child img { max-width: none; }
583.colist td:not([class]):last-child { padding: 0.25em 0; }
584
585.thumb, .th { line-height: 0; display: inline-block; border: solid 4px #fff; -webkit-box-shadow: 0 0 0 1px #ddd; box-shadow: 0 0 0 1px #ddd; }
586
587.imageblock.left { margin: 0.25em 0.625em 1.25em 0; }
588.imageblock.right { margin: 0.25em 0 1.25em 0.625em; }
589.imageblock > .title { margin-bottom: 0; }
590.imageblock.thumb, .imageblock.th { border-width: 6px; }
591.imageblock.thumb > .title, .imageblock.th > .title { padding: 0 0.125em; }
592
593.image.left, .image.right { margin-top: 0.25em; margin-bottom: 0.25em; display: inline-block; line-height: 0; }
594.image.left { margin-right: 0.625em; }
595.image.right { margin-left: 0.625em; }
596
597a.image { text-decoration: none; display: inline-block; }
598a.image object { pointer-events: none; }
599
600sup.footnote, sup.footnoteref { font-size: 0.875em; position: static; vertical-align: super; }
601sup.footnote a, sup.footnoteref a { text-decoration: none; }
602sup.footnote a:active, sup.footnoteref a:active { text-decoration: underline; }
603
604#footnotes { padding-top: 0.75em; padding-bottom: 0.75em; margin-bottom: 0.625em; }
605#footnotes hr { width: 20%; min-width: 6.25em; margin: -0.25em 0 0.75em 0; border-width: 1px 0 0 0; }
606#footnotes .footnote { padding: 0 0.375em 0 0.225em; line-height: 1.3334; font-size: 0.875em; margin-left: 1.2em; margin-bottom: 0.2em; }
607#footnotes .footnote a:first-of-type { font-weight: bold; text-decoration: none; margin-left: -1.05em; }
608#footnotes .footnote:last-of-type { margin-bottom: 0; }
609#content #footnotes { margin-top: -0.625em; margin-bottom: 0; padding: 0.75em 0; }
610
611.gist .file-data > table { border: 0; background: #fff; width: 100%; margin-bottom: 0; }
612.gist .file-data > table td.line-data { width: 99%; }
613
614div.unbreakable { page-break-inside: avoid; }
615
616.big { font-size: larger; }
617
618.small { font-size: smaller; }
619
620.underline { text-decoration: underline; }
621
622.overline { text-decoration: overline; }
623
624.line-through { text-decoration: line-through; }
625
626.aqua { color: #00bfbf; }
627
628.aqua-background { background-color: #00fafa; }
629
630.black { color: black; }
631
632.black-background { background-color: black; }
633
634.blue { color: #0000bf; }
635
636.blue-background { background-color: #0000fa; }
637
638.fuchsia { color: #bf00bf; }
639
640.fuchsia-background { background-color: #fa00fa; }
641
642.gray { color: #606060; }
643
644.gray-background { background-color: #7d7d7d; }
645
646.green { color: #006000; }
647
648.green-background { background-color: #007d00; }
649
650.lime { color: #00bf00; }
651
652.lime-background { background-color: #00fa00; }
653
654.maroon { color: #600000; }
655
656.maroon-background { background-color: #7d0000; }
657
658.navy { color: #000060; }
659
660.navy-background { background-color: #00007d; }
661
662.olive { color: #606000; }
663
664.olive-background { background-color: #7d7d00; }
665
666.purple { color: #600060; }
667
668.purple-background { background-color: #7d007d; }
669
670.red { color: #bf0000; }
671
672.red-background { background-color: #fa0000; }
673
674.silver { color: #909090; }
675
676.silver-background { background-color: #bcbcbc; }
677
678.teal { color: #006060; }
679
680.teal-background { background-color: #007d7d; }
681
682.white { color: #bfbfbf; }
683
684.white-background { background-color: #fafafa; }
685
686.yellow { color: #bfbf00; }
687
688.yellow-background { background-color: #fafa00; }
689
690span.icon > .fa { cursor: default; }
691a span.icon > .fa { cursor: inherit; }
692
693.admonitionblock td.icon [class^="fa icon-"] { font-size: 2.5em; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); cursor: default; }
694.admonitionblock td.icon .icon-note:before { content: "\f05a"; color: #333333; }
695.admonitionblock td.icon .icon-tip:before { content: "\f0eb"; text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8); color: #111; }
696.admonitionblock td.icon .icon-warning:before { content: "\f071"; color: #bf6900; }
697.admonitionblock td.icon .icon-caution:before { content: "\f06d"; color: #bf3400; }
698.admonitionblock td.icon .icon-important:before { content: "\f06a"; color: #bf0000; }
699
700.conum[data-value] { display: inline-block; color: #fff !important; background-color: #000; -webkit-border-radius: 100px; border-radius: 100px; text-align: center; font-size: 0.75em; width: 1.67em; height: 1.67em; line-height: 1.67em; font-family: "Open Sans", "DejaVu Sans", sans-serif; font-style: normal; font-weight: bold; }
701.conum[data-value] * { color: #fff !important; }
702.conum[data-value] + b { display: none; }
703.conum[data-value]:after { content: attr(data-value); }
704pre .conum[data-value] { position: relative; top: -0.125em; }
705
706b.conum * { color: inherit !important; }
707
708.conum:not([data-value]):empty { display: none; }
709
710h4 { color: #6c818f; }
711
712.literalblock > .content > pre, .listingblock > .content > pre { -webkit-border-radius: 6px; border-radius: 6px; margin-left: 2em; margin-right: 2em; }
713
714.admonitionblock { margin-left: 2em; margin-right: 2em; }
715.admonitionblock > table { border: 1px solid #607f90; border-top-width: 1.5em; background-color: #f0f9ff; border-collapse: separate; -webkit-border-radius: 0; border-radius: 0; }
716.admonitionblock > table td.icon { padding-top: .5em; padding-bottom: .5em; }
717.admonitionblock > table td.content { padding: .5em 1em; color: #000; font-size: .9em; border-left: none; }
718
719.sidebarblock { background-color: #e8ecef; border-color: #ccc; }
720.sidebarblock > .content > .title { color: #444; }
721
722table.tableblock.grid-all { border-collapse: collapse; -webkit-border-radius: 0; border-radius: 0; }
723table.tableblock.grid-all th.tableblock, table.tableblock.grid-all td.tableblock { border-bottom: 1px solid #aaa; }
724
725#footer { background-color: #465158; padding: 2em; }
726
727#footer-text { color: #eee; font-size: 0.8em; text-align: center; }