asciidocsy 0.3.0.pre.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (337) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +201 -0
  3. data/_config.yml +66 -0
  4. data/_data/theme/alerts.yml +21 -0
  5. data/_data/theme/blocks.yml +33 -0
  6. data/_data/theme/forms.yml +72 -0
  7. data/_data/theme/navigation.yml +53 -0
  8. data/_data/theme/page-actions.yml +83 -0
  9. data/_data/theme/policies.yml +68 -0
  10. data/_data/theme/release-hx.yml +163 -0
  11. data/_data/theme/scripts.yml +43 -0
  12. data/_data/theme/semantics.yml +14 -0
  13. data/_data/theme/strings.yml +13 -0
  14. data/_data/theme/styles.yml +8 -0
  15. data/_docs/snippets/example_tabset-source.adoc +60 -0
  16. data/_docs/snippets/example_tabset-source_data.json +16 -0
  17. data/_docs/snippets/example_tabset-source_data.xml +17 -0
  18. data/_docs/snippets/example_tabset-source_data.yml +10 -0
  19. data/_docs/snippets/example_toggles.adoc +25 -0
  20. data/_docs/snippets/handlers-table.adoc +40 -0
  21. data/_docs/snippets/reference-cluster.adoc +1 -0
  22. data/_docs/topics/advanced-applications_c.adoc +50 -0
  23. data/_docs/topics/config-api_r.adoc +21 -0
  24. data/_docs/topics/config-release-hx.adoc +4 -0
  25. data/_docs/topics/config-search-algolia.adoc +77 -0
  26. data/_docs/topics/config-search.adoc +47 -0
  27. data/_docs/topics/config-semantics.adoc +45 -0
  28. data/_docs/topics/config-switcher_r.adoc +33 -0
  29. data/_docs/topics/config-tabber_r.adoc +49 -0
  30. data/_docs/topics/config-toggle_r.adoc +20 -0
  31. data/_docs/topics/config-versioning-amenders_r.adoc +76 -0
  32. data/_docs/topics/config-versioning-swaps_r.adoc +193 -0
  33. data/_docs/topics/config-versioning-tabsets_r.adoc +51 -0
  34. data/_docs/topics/config-versioning-toggles_r.adoc +42 -0
  35. data/_docs/topics/config-versioning.adoc +134 -0
  36. data/_docs/topics/config_r.adoc +131 -0
  37. data/_docs/topics/extend.adoc +70 -0
  38. data/_docs/topics/frontend-overview.adoc +62 -0
  39. data/_docs/topics/intro.adoc +6 -0
  40. data/_docs/topics/setup-bootstrap_t.adoc +71 -0
  41. data/_docs/topics/setup-environment_rg.adoc +65 -0
  42. data/_docs/topics/setup-quickstart_t.adoc +10 -0
  43. data/_docs/topics/setup.adoc +31 -0
  44. data/_docs/topics/syntax-highlighter-examples_r.adoc +172 -0
  45. data/_docs/topics/toolchain.adoc +79 -0
  46. data/_docs/topics/upgrade-0-3-0.adoc +49 -0
  47. data/_includes/_settings.liquid +2 -0
  48. data/_includes/_variables.sass +12 -0
  49. data/_includes/breadcrumbs.html +20 -0
  50. data/_includes/breadcrumbs_alt.html +6 -0
  51. data/_includes/config-api-objects.asciidoc +23 -0
  52. data/_includes/config-api-properties.asciidoc +29 -0
  53. data/_includes/config-api.asciidoc +29 -0
  54. data/_includes/feedback.html +59 -0
  55. data/_includes/footer-links_sup.html +5 -0
  56. data/_includes/footer.html +59 -0
  57. data/_includes/gdpr-message.html +41 -0
  58. data/_includes/google-analytics.html +11 -0
  59. data/_includes/head.html +74 -0
  60. data/_includes/header.html +22 -0
  61. data/_includes/hook.liquid +26 -0
  62. data/_includes/nav-site.html +30 -0
  63. data/_includes/nav-subject-menu.html +49 -0
  64. data/_includes/page-links.html +45 -0
  65. data/_includes/path-active.liquid +18 -0
  66. data/_includes/release-hx-change.asciidoc +7 -0
  67. data/_includes/release-hx-changes-listing.asciidoc +14 -0
  68. data/_includes/release-hx-note.asciidoc +54 -0
  69. data/_includes/release-hx-notes-listing.asciidoc +16 -0
  70. data/_includes/release-hx-revision.asciidoc +86 -0
  71. data/_includes/release-hx.asciidoc +57 -0
  72. data/_includes/scripts.html +8 -0
  73. data/_includes/search-form.html +113 -0
  74. data/_includes/see-also.html +17 -0
  75. data/_includes/social-links.html +10 -0
  76. data/_includes/string-eval.liquid +38 -0
  77. data/_includes/tail.html +7 -0
  78. data/_includes/theme-api-object-sub.asciidoc +4 -0
  79. data/_includes/theme-api-object.asciidoc +35 -0
  80. data/_includes/version-handler.html +245 -0
  81. data/_includes/versioning-controls.html +88 -0
  82. data/_layouts/default.html +94 -0
  83. data/_layouts/landing.html +28 -0
  84. data/_layouts/page.html +9 -0
  85. data/_layouts/post.html +8 -0
  86. data/_layouts/reference.html +6 -0
  87. data/_layouts/search.html +110 -0
  88. data/_layouts/topic.html +19 -0
  89. data/_sass/_asciidocsy.scss +698 -0
  90. data/_sass/_custom.scss +3 -0
  91. data/_sass/bootstrap/_alert.scss +51 -0
  92. data/_sass/bootstrap/_badge.scss +54 -0
  93. data/_sass/bootstrap/_breadcrumb.scss +41 -0
  94. data/_sass/bootstrap/_button-group.scss +163 -0
  95. data/_sass/bootstrap/_buttons.scss +137 -0
  96. data/_sass/bootstrap/_card.scss +289 -0
  97. data/_sass/bootstrap/_carousel.scss +197 -0
  98. data/_sass/bootstrap/_close.scss +41 -0
  99. data/_sass/bootstrap/_code.scss +48 -0
  100. data/_sass/bootstrap/_custom-forms.scss +507 -0
  101. data/_sass/bootstrap/_dropdown.scss +191 -0
  102. data/_sass/bootstrap/_forms.scss +330 -0
  103. data/_sass/bootstrap/_functions.scss +86 -0
  104. data/_sass/bootstrap/_grid.scss +52 -0
  105. data/_sass/bootstrap/_images.scss +42 -0
  106. data/_sass/bootstrap/_input-group.scss +193 -0
  107. data/_sass/bootstrap/_jumbotron.scss +17 -0
  108. data/_sass/bootstrap/_list-group.scss +149 -0
  109. data/_sass/bootstrap/_media.scss +8 -0
  110. data/_sass/bootstrap/_mixins.scss +47 -0
  111. data/_sass/bootstrap/_modal.scss +229 -0
  112. data/_sass/bootstrap/_nav.scss +120 -0
  113. data/_sass/bootstrap/_navbar.scss +294 -0
  114. data/_sass/bootstrap/_pagination.scss +73 -0
  115. data/_sass/bootstrap/_popover.scss +171 -0
  116. data/_sass/bootstrap/_print.scss +141 -0
  117. data/_sass/bootstrap/_progress.scss +43 -0
  118. data/_sass/bootstrap/_reboot.scss +483 -0
  119. data/_sass/bootstrap/_root.scss +19 -0
  120. data/_sass/bootstrap/_spinners.scss +55 -0
  121. data/_sass/bootstrap/_tables.scss +185 -0
  122. data/_sass/bootstrap/_toasts.scss +44 -0
  123. data/_sass/bootstrap/_tooltip.scss +115 -0
  124. data/_sass/bootstrap/_transitions.scss +20 -0
  125. data/_sass/bootstrap/_type.scss +125 -0
  126. data/_sass/bootstrap/_utilities.scss +17 -0
  127. data/_sass/bootstrap/_variables.scss +1123 -0
  128. data/_sass/bootstrap/bootstrap-grid.scss +29 -0
  129. data/_sass/bootstrap/bootstrap-reboot.scss +12 -0
  130. data/_sass/bootstrap/bootstrap.scss +44 -0
  131. data/_sass/bootstrap/mixins/_alert.scss +13 -0
  132. data/_sass/bootstrap/mixins/_background-variant.scss +21 -0
  133. data/_sass/bootstrap/mixins/_badge.scss +17 -0
  134. data/_sass/bootstrap/mixins/_border-radius.scss +63 -0
  135. data/_sass/bootstrap/mixins/_box-shadow.scss +20 -0
  136. data/_sass/bootstrap/mixins/_breakpoints.scss +123 -0
  137. data/_sass/bootstrap/mixins/_buttons.scss +107 -0
  138. data/_sass/bootstrap/mixins/_caret.scss +62 -0
  139. data/_sass/bootstrap/mixins/_clearfix.scss +7 -0
  140. data/_sass/bootstrap/mixins/_deprecate.scss +10 -0
  141. data/_sass/bootstrap/mixins/_float.scss +14 -0
  142. data/_sass/bootstrap/mixins/_forms.scss +192 -0
  143. data/_sass/bootstrap/mixins/_gradients.scss +45 -0
  144. data/_sass/bootstrap/mixins/_grid-framework.scss +66 -0
  145. data/_sass/bootstrap/mixins/_grid.scss +51 -0
  146. data/_sass/bootstrap/mixins/_hover.scss +37 -0
  147. data/_sass/bootstrap/mixins/_image.scss +36 -0
  148. data/_sass/bootstrap/mixins/_list-group.scss +21 -0
  149. data/_sass/bootstrap/mixins/_lists.scss +7 -0
  150. data/_sass/bootstrap/mixins/_nav-divider.scss +10 -0
  151. data/_sass/bootstrap/mixins/_pagination.scss +22 -0
  152. data/_sass/bootstrap/mixins/_reset-text.scss +17 -0
  153. data/_sass/bootstrap/mixins/_resize.scss +6 -0
  154. data/_sass/bootstrap/mixins/_screen-reader.scss +33 -0
  155. data/_sass/bootstrap/mixins/_size.scss +7 -0
  156. data/_sass/bootstrap/mixins/_table-row.scss +39 -0
  157. data/_sass/bootstrap/mixins/_text-emphasis.scss +16 -0
  158. data/_sass/bootstrap/mixins/_text-hide.scss +11 -0
  159. data/_sass/bootstrap/mixins/_text-truncate.scss +8 -0
  160. data/_sass/bootstrap/mixins/_transition.scss +16 -0
  161. data/_sass/bootstrap/mixins/_visibility.scss +8 -0
  162. data/_sass/bootstrap/utilities/_align.scss +8 -0
  163. data/_sass/bootstrap/utilities/_background.scss +19 -0
  164. data/_sass/bootstrap/utilities/_borders.scss +75 -0
  165. data/_sass/bootstrap/utilities/_clearfix.scss +3 -0
  166. data/_sass/bootstrap/utilities/_display.scss +26 -0
  167. data/_sass/bootstrap/utilities/_embed.scss +39 -0
  168. data/_sass/bootstrap/utilities/_flex.scss +51 -0
  169. data/_sass/bootstrap/utilities/_float.scss +11 -0
  170. data/_sass/bootstrap/utilities/_overflow.scss +5 -0
  171. data/_sass/bootstrap/utilities/_position.scss +32 -0
  172. data/_sass/bootstrap/utilities/_screenreaders.scss +11 -0
  173. data/_sass/bootstrap/utilities/_shadows.scss +6 -0
  174. data/_sass/bootstrap/utilities/_sizing.scss +20 -0
  175. data/_sass/bootstrap/utilities/_spacing.scss +73 -0
  176. data/_sass/bootstrap/utilities/_stretched-link.scss +19 -0
  177. data/_sass/bootstrap/utilities/_text.scss +72 -0
  178. data/_sass/bootstrap/utilities/_visibility.scss +13 -0
  179. data/_sass/bootstrap/vendor/_rfs.scss +204 -0
  180. data/assets/css/asciidocsy.scss +9 -0
  181. data/assets/css/asciidoctor.css +776 -0
  182. data/assets/css/bootstrap-toc.css +60 -0
  183. data/assets/css/bootstrap.scss +4 -0
  184. data/assets/css/custom.css +2 -0
  185. data/assets/css/font-awesome.css +2337 -0
  186. data/assets/css/font-awesome.min.css +4 -0
  187. data/assets/css/jquery.navgoco.css +69 -0
  188. data/assets/css/palette.css +217 -0
  189. data/assets/css/skins/colony.css +734 -0
  190. data/assets/css/skins/foundation-lime.css +727 -0
  191. data/assets/css/skins/foundation-potion.css +727 -0
  192. data/assets/css/skins/foundation.css +720 -0
  193. data/assets/css/skins/github.css +741 -0
  194. data/assets/css/skins/golo.css +738 -0
  195. data/assets/css/skins/iconic.css +762 -0
  196. data/assets/css/skins/maker.css +738 -0
  197. data/assets/css/skins/readthedocs.css +739 -0
  198. data/assets/css/skins/riak.css +759 -0
  199. data/assets/css/skins/rocket-panda.css +734 -0
  200. data/assets/css/skins/rubygems.css +722 -0
  201. data/assets/css/syntax/hljs/a11y-dark.css +99 -0
  202. data/assets/css/syntax/hljs/a11y-light.css +99 -0
  203. data/assets/css/syntax/hljs/agate.css +108 -0
  204. data/assets/css/syntax/hljs/an-old-hope.css +89 -0
  205. data/assets/css/syntax/hljs/androidstudio.css +66 -0
  206. data/assets/css/syntax/hljs/arduino-light.css +87 -0
  207. data/assets/css/syntax/hljs/arta.css +73 -0
  208. data/assets/css/syntax/hljs/ascetic.css +45 -0
  209. data/assets/css/syntax/hljs/atelier-cave-dark.css +83 -0
  210. data/assets/css/syntax/hljs/atelier-cave-light.css +85 -0
  211. data/assets/css/syntax/hljs/atelier-dune-dark.css +69 -0
  212. data/assets/css/syntax/hljs/atelier-dune-light.css +69 -0
  213. data/assets/css/syntax/hljs/atelier-estuary-dark.css +84 -0
  214. data/assets/css/syntax/hljs/atelier-estuary-light.css +84 -0
  215. data/assets/css/syntax/hljs/atelier-forest-dark.css +69 -0
  216. data/assets/css/syntax/hljs/atelier-forest-light.css +69 -0
  217. data/assets/css/syntax/hljs/atelier-heath-dark.css +69 -0
  218. data/assets/css/syntax/hljs/atelier-heath-light.css +69 -0
  219. data/assets/css/syntax/hljs/atelier-lakeside-dark.css +69 -0
  220. data/assets/css/syntax/hljs/atelier-lakeside-light.css +69 -0
  221. data/assets/css/syntax/hljs/atelier-plateau-dark.css +84 -0
  222. data/assets/css/syntax/hljs/atelier-plateau-light.css +84 -0
  223. data/assets/css/syntax/hljs/atelier-savanna-dark.css +84 -0
  224. data/assets/css/syntax/hljs/atelier-savanna-light.css +84 -0
  225. data/assets/css/syntax/hljs/atelier-seaside-dark.css +69 -0
  226. data/assets/css/syntax/hljs/atelier-seaside-light.css +69 -0
  227. data/assets/css/syntax/hljs/atelier-sulphurpool-dark.css +69 -0
  228. data/assets/css/syntax/hljs/atelier-sulphurpool-light.css +69 -0
  229. data/assets/css/syntax/hljs/atom-one-dark-reasonable.css +75 -0
  230. data/assets/css/syntax/hljs/atom-one-dark.css +96 -0
  231. data/assets/css/syntax/hljs/atom-one-light.css +96 -0
  232. data/assets/css/syntax/hljs/brown-paper.css +64 -0
  233. data/assets/css/syntax/hljs/brown-papersq.png +0 -0
  234. data/assets/css/syntax/hljs/codepen-embed.css +60 -0
  235. data/assets/css/syntax/hljs/color-brewer.css +71 -0
  236. data/assets/css/syntax/hljs/darcula.css +74 -0
  237. data/assets/css/syntax/hljs/dark.css +63 -0
  238. data/assets/css/syntax/hljs/default.css +99 -0
  239. data/assets/css/syntax/hljs/docco.css +97 -0
  240. data/assets/css/syntax/hljs/dracula.css +76 -0
  241. data/assets/css/syntax/hljs/far.css +71 -0
  242. data/assets/css/syntax/hljs/foundation.css +89 -0
  243. data/assets/css/syntax/hljs/github-gist.css +79 -0
  244. data/assets/css/syntax/hljs/github.css +99 -0
  245. data/assets/css/syntax/hljs/gml.css +78 -0
  246. data/assets/css/syntax/hljs/googlecode.css +89 -0
  247. data/assets/css/syntax/hljs/gradient-dark.css +122 -0
  248. data/assets/css/syntax/hljs/gradient-light.css +130 -0
  249. data/assets/css/syntax/hljs/grayscale.css +101 -0
  250. data/assets/css/syntax/hljs/gruvbox-dark.css +108 -0
  251. data/assets/css/syntax/hljs/gruvbox-light.css +108 -0
  252. data/assets/css/syntax/hljs/hopscotch.css +84 -0
  253. data/assets/css/syntax/hljs/hybrid.css +102 -0
  254. data/assets/css/syntax/hljs/idea.css +97 -0
  255. data/assets/css/syntax/hljs/ir-black.css +73 -0
  256. data/assets/css/syntax/hljs/isbl-editor-dark.css +112 -0
  257. data/assets/css/syntax/hljs/isbl-editor-light.css +111 -0
  258. data/assets/css/syntax/hljs/kimbie.dark.css +74 -0
  259. data/assets/css/syntax/hljs/kimbie.light.css +74 -0
  260. data/assets/css/syntax/hljs/lightfair.css +88 -0
  261. data/assets/css/syntax/hljs/lioshi.css +88 -0
  262. data/assets/css/syntax/hljs/magula.css +70 -0
  263. data/assets/css/syntax/hljs/mono-blue.css +56 -0
  264. data/assets/css/syntax/hljs/monokai-sublime.css +83 -0
  265. data/assets/css/syntax/hljs/monokai.css +71 -0
  266. data/assets/css/syntax/hljs/night-owl.css +182 -0
  267. data/assets/css/syntax/hljs/nnfx-dark.css +106 -0
  268. data/assets/css/syntax/hljs/nnfx.css +106 -0
  269. data/assets/css/syntax/hljs/nord.css +309 -0
  270. data/assets/css/syntax/hljs/obsidian.css +88 -0
  271. data/assets/css/syntax/hljs/ocean.css +74 -0
  272. data/assets/css/syntax/hljs/paraiso-dark.css +72 -0
  273. data/assets/css/syntax/hljs/paraiso-light.css +72 -0
  274. data/assets/css/syntax/hljs/pojoaque.css +83 -0
  275. data/assets/css/syntax/hljs/pojoaque.jpg +0 -0
  276. data/assets/css/syntax/hljs/purebasic.css +96 -0
  277. data/assets/css/syntax/hljs/qtcreator_dark.css +83 -0
  278. data/assets/css/syntax/hljs/qtcreator_light.css +83 -0
  279. data/assets/css/syntax/hljs/railscasts.css +106 -0
  280. data/assets/css/syntax/hljs/rainbow.css +85 -0
  281. data/assets/css/syntax/hljs/routeros.css +108 -0
  282. data/assets/css/syntax/hljs/school-book.css +69 -0
  283. data/assets/css/syntax/hljs/school-book.png +0 -0
  284. data/assets/css/syntax/hljs/shades-of-purple.css +96 -0
  285. data/assets/css/syntax/hljs/solarized-dark.css +84 -0
  286. data/assets/css/syntax/hljs/solarized-light.css +84 -0
  287. data/assets/css/syntax/hljs/srcery.css +78 -0
  288. data/assets/css/syntax/hljs/stackoverflow-dark.css +78 -0
  289. data/assets/css/syntax/hljs/stackoverflow-light.css +78 -0
  290. data/assets/css/syntax/hljs/sunburst.css +102 -0
  291. data/assets/css/syntax/hljs/tomorrow-night-blue.css +75 -0
  292. data/assets/css/syntax/hljs/tomorrow-night-bright.css +74 -0
  293. data/assets/css/syntax/hljs/tomorrow-night-eighties.css +74 -0
  294. data/assets/css/syntax/hljs/tomorrow-night.css +75 -0
  295. data/assets/css/syntax/hljs/tomorrow.css +72 -0
  296. data/assets/css/syntax/hljs/vs.css +68 -0
  297. data/assets/css/syntax/hljs/vs2015.css +115 -0
  298. data/assets/css/syntax/hljs/xcode.css +104 -0
  299. data/assets/css/syntax/hljs/xt256.css +92 -0
  300. data/assets/css/syntax/hljs/zenburn.css +80 -0
  301. data/assets/fonts/FontAwesome.otf +0 -0
  302. data/assets/fonts/fontawesome-webfont.eot +0 -0
  303. data/assets/fonts/fontawesome-webfont.svg +2671 -0
  304. data/assets/fonts/fontawesome-webfont.ttf +0 -0
  305. data/assets/fonts/fontawesome-webfont.woff +0 -0
  306. data/assets/fonts/fontawesome-webfont.woff2 +0 -0
  307. data/assets/images/asciidocsy-nav-model.png +0 -0
  308. data/assets/images/asciidocsy-screenshot.png +0 -0
  309. data/assets/images/docops-labs-logo.png +0 -0
  310. data/assets/images/favicons/favicon-16x16.png +0 -0
  311. data/assets/images/favicons/favicon-32x32.png +0 -0
  312. data/assets/images/favicons/favicon.ico +0 -0
  313. data/assets/images/github-repo-download_screenshot.png +0 -0
  314. data/assets/images/logo-full.png +0 -0
  315. data/assets/images/logo.png +0 -0
  316. data/assets/images/logo.svg +87 -0
  317. data/assets/images/search-by-algolia-light-background.svg +1 -0
  318. data/assets/images/thumb-topic-data-source-edit.png +0 -0
  319. data/assets/js/anchor.min.js +9 -0
  320. data/assets/js/asciidoctor.min.js +1472 -0
  321. data/assets/js/bootstrap-toc.js +180 -0
  322. data/assets/js/bootstrap.min.js +7 -0
  323. data/assets/js/highlight.pack.js +870 -0
  324. data/assets/js/jquery-3.3.1.js +10364 -0
  325. data/assets/js/jquery-3.3.1.min.js +2 -0
  326. data/assets/js/jquery.cookie.js +114 -0
  327. data/assets/js/jquery.navgoco.js +314 -0
  328. data/assets/js/semantics.js +58 -0
  329. data/assets/js/tabber.js +111 -0
  330. data/assets/js/tail.js +37 -0
  331. data/assets/js/toggler.js +50 -0
  332. data/lib/asciidocsy/data/dependencies.yml +142 -0
  333. data/lib/asciidocsy/data/releases.yml +245 -0
  334. data/lib/asciidocsy/templates/notice-file.txt +16 -0
  335. data/lib/asciidocsy/version.rb +13 -0
  336. data/lib/asciidocsy.rb +1 -0
  337. metadata +462 -0
@@ -0,0 +1,722 @@
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. */
4
+ article, 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. */
7
+ audio, canvas, video { display: inline-block; }
8
+
9
+ /** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
10
+ audio: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
+
15
+ script { 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. */
19
+ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }
20
+
21
+ /** Remove default margin. */
22
+ body { margin: 0; }
23
+
24
+ /* ========================================================================== Links ========================================================================== */
25
+ /** Remove the gray background color from active links in IE 10. */
26
+ a { background: transparent; }
27
+
28
+ /** Address `outline` inconsistency between Chrome and other browsers. */
29
+ a:focus { outline: thin dotted; }
30
+
31
+ /** Improve readability when focused and also mouse hovered in all browsers. */
32
+ a: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. */
36
+ h1 { font-size: 2em; margin: 0.67em 0; }
37
+
38
+ /** Address styling not present in IE 8/9, Safari 5, and Chrome. */
39
+ abbr[title] { border-bottom: 1px dotted; }
40
+
41
+ /** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
42
+ b, strong { font-weight: bold; }
43
+
44
+ /** Address styling not present in Safari 5 and Chrome. */
45
+ dfn { font-style: italic; }
46
+
47
+ /** Address differences between Firefox and other browsers. */
48
+ hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
49
+
50
+ /** Address styling not present in IE 8/9. */
51
+ mark { background: #ff0; color: #000; }
52
+
53
+ /** Correct font family set oddly in Safari 5 and Chrome. */
54
+ code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }
55
+
56
+ /** Improve readability of pre-formatted text in all browsers. */
57
+ pre { white-space: pre-wrap; }
58
+
59
+ /** Set consistent quote types. */
60
+ q { quotes: "\201C" "\201D" "\2018" "\2019"; }
61
+
62
+ /** Address inconsistent and variable font size in all browsers. */
63
+ small { font-size: 80%; }
64
+
65
+ /** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
66
+ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
67
+
68
+ sup { top: -0.5em; }
69
+
70
+ sub { bottom: -0.25em; }
71
+
72
+ /* ========================================================================== Embedded content ========================================================================== */
73
+ /** Remove border when inside `a` element in IE 8/9. */
74
+ img { border: 0; }
75
+
76
+ /** Correct overflow displayed oddly in IE 9. */
77
+ svg:not(:root) { overflow: hidden; }
78
+
79
+ /* ========================================================================== Figures ========================================================================== */
80
+ /** Address margin not present in IE 8/9 and Safari 5. */
81
+ figure { margin: 0; }
82
+
83
+ /* ========================================================================== Forms ========================================================================== */
84
+ /** Define consistent border, margin, and padding. */
85
+ fieldset { 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. */
88
+ legend { 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. */
91
+ button, 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. */
94
+ button, 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. */
97
+ button, 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. */
100
+ button, 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. */
103
+ button[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. */
106
+ input[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). */
109
+ input[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. */
112
+ input[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+. */
115
+ button::-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. */
118
+ textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }
119
+
120
+ /* ========================================================================== Tables ========================================================================== */
121
+ /** Remove most spacing between table cells. */
122
+ table { border-collapse: collapse; border-spacing: 0; }
123
+
124
+ meta.foundation-mq-small { font-family: "only screen and (min-width: 768px)"; width: 768px; }
125
+
126
+ meta.foundation-mq-medium { font-family: "only screen and (min-width:1280px)"; width: 1280px; }
127
+
128
+ meta.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
+
132
+ html, body { font-size: 100%; }
133
+
134
+ body { background: white; color: #222222; 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
+
136
+ a:hover { cursor: pointer; }
137
+
138
+ img, object, embed { max-width: 100%; height: auto; }
139
+
140
+ object, embed { height: 100%; }
141
+
142
+ img { -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
+
162
+ img { display: inline-block; vertical-align: middle; }
163
+
164
+ textarea { height: auto; min-height: 50px; }
165
+
166
+ select { width: 100%; }
167
+
168
+ p.lead { font-size: 1.21875em; line-height: 1.6; }
169
+
170
+ .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: #111111; font-weight: 300; margin-top: 0.2em; margin-bottom: 0.5em; }
171
+
172
+ /* Typography resets */
173
+ div, 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; }
174
+
175
+ /* Default Link Styles */
176
+ a { color: #ad141e; text-decoration: underline; line-height: inherit; }
177
+ a:hover, a:focus { color: #ad141e; }
178
+ a img { border: none; }
179
+
180
+ /* Default paragraph styles */
181
+ p { font-family: inherit; font-weight: normal; font-size: 1em; line-height: 1.5; margin-bottom: 1.25em; text-rendering: optimizeLegibility; }
182
+ p aside { font-size: 0.875em; line-height: 1.35; font-style: italic; }
183
+
184
+ /* Default header styles */
185
+ h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif; font-weight: normal; font-style: normal; color: #111111; text-rendering: optimizeLegibility; margin-top: 1em; margin-bottom: 0.5em; line-height: 1.2125em; }
186
+ h1 small, h2 small, h3 small, #toctitle small, .sidebarblock > .content > .title small, h4 small, h5 small, h6 small { font-size: 60%; color: #5e5e5e; line-height: 0; }
187
+
188
+ h1 { font-size: 2.125em; }
189
+
190
+ h2 { font-size: 1.6875em; }
191
+
192
+ h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.375em; }
193
+
194
+ h4 { font-size: 1.125em; }
195
+
196
+ h5 { font-size: 1.125em; }
197
+
198
+ h6 { font-size: 1em; }
199
+
200
+ hr { border: solid #dddddd; border-width: 1px 0 0; clear: both; margin: 1.25em 0 1.1875em; height: 0; }
201
+
202
+ /* Helpful Typography Defaults */
203
+ em, i { font-style: italic; line-height: inherit; }
204
+
205
+ strong, b { font-weight: bold; line-height: inherit; }
206
+
207
+ small { font-size: 60%; line-height: inherit; }
208
+
209
+ code { font-family: "Andale Mono", "monotype.com", "Lucida Console", monospace; font-weight: normal; color: #222222; }
210
+
211
+ /* Lists */
212
+ ul, ol, dl { font-size: 1em; line-height: 1.5; margin-bottom: 1.25em; list-style-position: outside; font-family: inherit; }
213
+
214
+ ul, ol { margin-left: 1.5em; }
215
+ ul.no-bullet, ol.no-bullet { margin-left: 1.5em; }
216
+
217
+ /* Unordered Lists */
218
+ ul li ul, ul li ol { margin-left: 1.25em; margin-bottom: 0; font-size: 1em; /* Override nested font-size change */ }
219
+ ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit; }
220
+ ul.square { list-style-type: square; }
221
+ ul.circle { list-style-type: circle; }
222
+ ul.disc { list-style-type: disc; }
223
+ ul.no-bullet { list-style: none; }
224
+
225
+ /* Ordered Lists */
226
+ ol li ul, ol li ol { margin-left: 1.25em; margin-bottom: 0; }
227
+
228
+ /* Definition Lists */
229
+ dl dt { margin-bottom: 0.3125em; font-weight: bold; }
230
+ dl dd { margin-bottom: 1.25em; }
231
+
232
+ /* Abbreviations */
233
+ abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222222; border-bottom: 1px dotted #dddddd; cursor: help; }
234
+
235
+ abbr { text-transform: none; }
236
+
237
+ /* Blockquotes */
238
+ blockquote { margin: 0 0 1.25em; padding: 0.5625em 1.25em 0 1.1875em; border-left: 1px solid #dddddd; }
239
+ blockquote cite { display: block; font-size: inherit; color: #555555; }
240
+ blockquote cite:before { content: "\2014 \0020"; }
241
+ blockquote cite a, blockquote cite a:visited { color: #555555; }
242
+
243
+ blockquote, blockquote p { line-height: 1.5; color: #6f6f6f; }
244
+
245
+ /* Microformats */
246
+ .vcard { display: inline-block; margin: 0 0 1.25em 0; border: 1px solid #dddddd; padding: 0.625em 0.75em; }
247
+ .vcard li { margin: 0; display: block; }
248
+ .vcard .fn { font-weight: bold; font-size: 0.9375em; }
249
+
250
+ .vevent .summary { font-weight: bold; }
251
+ .vevent abbr { cursor: auto; text-decoration: none; font-weight: bold; border: none; padding: 0 0.0625em; }
252
+
253
+ @media only screen and (min-width: 768px) { h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1.4; }
254
+ h1 { font-size: 2.75em; }
255
+ h2 { font-size: 2.3125em; }
256
+ h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.6875em; }
257
+ h4 { font-size: 1.4375em; } }
258
+ /* Tables */
259
+ table { background: white; margin-bottom: 1.25em; border: solid 1px #dddddd; }
260
+ table thead, table tfoot { background: whitesmoke; font-weight: bold; }
261
+ table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td { padding: 0.5em 0.625em 0.625em; font-size: inherit; color: #222222; text-align: left; }
262
+ table tr th, table tr td { padding: 0.5625em 0.625em; font-size: inherit; color: #222222; }
263
+ table tr.even, table tr.alt, table tr:nth-of-type(even) { background: #f9f9f9; }
264
+ table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; line-height: 1.2; }
265
+
266
+ body { tab-size: 4; word-wrap: anywhere; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; }
267
+
268
+ table { word-wrap: normal; }
269
+
270
+ h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1.4; }
271
+
272
+ object, svg { display: inline-block; vertical-align: middle; }
273
+
274
+ .center { margin-left: auto; margin-right: auto; }
275
+
276
+ .stretch { width: 100%; }
277
+
278
+ .clearfix:before, .clearfix:after, .float-group:before, .float-group:after { content: " "; display: table; }
279
+ .clearfix:after, .float-group:after { clear: both; }
280
+
281
+ :not(pre).nobreak { word-wrap: normal; }
282
+ :not(pre).nowrap { white-space: nowrap; }
283
+ :not(pre).pre-wrap { white-space: pre-wrap; }
284
+
285
+ :not(pre):not([class^=L]) > code { font-size: inherit; font-style: normal !important; letter-spacing: 0; padding: 2px; background-color: #eeeeee; -webkit-border-radius: 0; border-radius: 0; line-height: inherit; }
286
+
287
+ pre { color: white; font-family: Monaco, Consolas, "Courier New", Courier, Sans-serif; line-height: 1.5; }
288
+ pre code, pre pre { color: inherit; font-size: inherit; line-height: inherit; }
289
+ pre > code { display: block; }
290
+
291
+ pre.nowrap, pre.nowrap pre { white-space: pre; word-wrap: normal; }
292
+
293
+ em em { font-style: normal; }
294
+
295
+ strong strong { font-weight: normal; }
296
+
297
+ .keyseq { color: #555555; }
298
+
299
+ kbd { font-family: "Andale Mono", "monotype.com", "Lucida Console", monospace; display: inline-block; color: #222222; font-size: 0.65em; line-height: 1.45; background-color: #f7f7f7; border: 1px solid #ccc; -webkit-border-radius: 3px; border-radius: 3px; -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; }
300
+
301
+ .keyseq kbd:first-child { margin-left: 0; }
302
+
303
+ .keyseq kbd:last-child { margin-right: 0; }
304
+
305
+ .menuseq, .menuref { color: #000; }
306
+
307
+ .menuseq b:not(.caret), .menuref { font-weight: inherit; }
308
+
309
+ .menuseq { word-spacing: -0.02em; }
310
+ .menuseq b.caret { font-size: 1.25em; line-height: 0.8; }
311
+ .menuseq i.caret { font-weight: bold; text-align: center; width: 0.45em; }
312
+
313
+ b.button:before, b.button:after { position: relative; top: -1px; font-weight: normal; }
314
+
315
+ b.button:before { content: "["; padding: 0 3px 0 2px; }
316
+
317
+ b.button:after { content: "]"; padding: 0 2px 0 3px; }
318
+
319
+ p a > code:hover { color: #151515; }
320
+
321
+ #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; }
322
+ #header:before, #header:after, #content:before, #content:after, #footnotes:before, #footnotes:after, #footer:before, #footer:after { content: " "; display: table; }
323
+ #header:after, #content:after, #footnotes:after, #footer:after { clear: both; }
324
+
325
+ #content { margin-top: 1.25em; }
326
+
327
+ #content:before { content: none; }
328
+
329
+ #header > h1:first-child { color: black; margin-top: 2.25rem; margin-bottom: 0; }
330
+ #header > h1:first-child + #toc { margin-top: 8px; border-top: 1px solid #dddddd; }
331
+ #header > h1:only-child, body.toc2 #header > h1:nth-last-child(2) { border-bottom: 1px solid #dddddd; padding-bottom: 8px; }
332
+ #header .details { border-bottom: 1px solid #dddddd; line-height: 1.45; padding-top: 0.25em; padding-bottom: 0.25em; padding-left: 0.25em; color: #555555; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; }
333
+ #header .details span:first-child { margin-left: -0.125em; }
334
+ #header .details span.email a { color: #6f6f6f; }
335
+ #header .details br { display: none; }
336
+ #header .details br + span:before { content: "\00a0\2013\00a0"; }
337
+ #header .details br + span.author:before { content: "\00a0\22c5\00a0"; color: #6f6f6f; }
338
+ #header .details br + span#revremark:before { content: "\00a0|\00a0"; }
339
+ #header #revnumber { text-transform: capitalize; }
340
+ #header #revnumber:after { content: "\00a0"; }
341
+
342
+ #content > h1:first-child:not([class]) { color: black; border-bottom: 1px solid #dddddd; padding-bottom: 8px; margin-top: 0; padding-top: 1rem; margin-bottom: 1.25rem; }
343
+
344
+ #toc { border-bottom: 1px solid #dddddd; padding-bottom: 0.5em; }
345
+ #toc > ul { margin-left: 0.125em; }
346
+ #toc ul.sectlevel0 > li > a { font-style: italic; }
347
+ #toc ul.sectlevel0 ul.sectlevel1 { margin: 0.5em 0; }
348
+ #toc ul { font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif; list-style-type: none; }
349
+ #toc li { line-height: 1.3334; margin-top: 0.3334em; }
350
+ #toc a { text-decoration: none; }
351
+ #toc a:active { text-decoration: underline; }
352
+
353
+ #toctitle { color: #111111; font-size: 1.2em; }
354
+
355
+ @media only screen and (min-width: 768px) { #toctitle { font-size: 1.375em; }
356
+ body.toc2 { padding-left: 15em; padding-right: 0; }
357
+ #toc.toc2 { margin-top: 0 !important; background: #f2f2f2; position: fixed; width: 15em; left: 0; top: 0; border-right: 1px solid #dddddd; border-top-width: 0 !important; border-bottom-width: 0 !important; z-index: 1000; padding: 1.25em 1em; height: 100%; overflow: auto; }
358
+ #toc.toc2 #toctitle { margin-top: 0; margin-bottom: 0.8rem; font-size: 1.2em; }
359
+ #toc.toc2 > ul { font-size: 0.9em; margin-bottom: 0; }
360
+ #toc.toc2 ul ul { margin-left: 0; padding-left: 1em; }
361
+ #toc.toc2 ul.sectlevel0 ul.sectlevel1 { padding-left: 0; margin-top: 0.5em; margin-bottom: 0.5em; }
362
+ body.toc2.toc-right { padding-left: 0; padding-right: 15em; }
363
+ body.toc2.toc-right #toc.toc2 { border-right-width: 0; border-left: 1px solid #dddddd; left: auto; right: 0; } }
364
+ @media only screen and (min-width: 1280px) { body.toc2 { padding-left: 20em; padding-right: 0; }
365
+ #toc.toc2 { width: 20em; }
366
+ #toc.toc2 #toctitle { font-size: 1.375em; }
367
+ #toc.toc2 > ul { font-size: 0.95em; }
368
+ #toc.toc2 ul ul { padding-left: 1.25em; }
369
+ body.toc2.toc-right { padding-left: 0; padding-right: 20em; } }
370
+ #content #toc { border-style: solid; border-width: 1px; border-color: #d9d9d9; margin-bottom: 1.25em; padding: 1.25em; background: #f2f2f2; -webkit-border-radius: 0; border-radius: 0; }
371
+ #content #toc > :first-child { margin-top: 0; }
372
+ #content #toc > :last-child { margin-bottom: 0; }
373
+
374
+ #footer { max-width: none; background: #222222; padding: 1.25em; }
375
+
376
+ #footer-text { color: #dddddd; line-height: 1.35; }
377
+
378
+ #content { margin-bottom: 0.625em; }
379
+
380
+ .sect1 { padding-bottom: 0.625em; }
381
+
382
+ @media only screen and (min-width: 768px) { #content { margin-bottom: 1.25em; }
383
+ .sect1 { padding-bottom: 1.25em; } }
384
+ .sect1:last-child { padding-bottom: 0; }
385
+
386
+ .sect1 + .sect1 { border-top: 1px solid #dddddd; }
387
+
388
+ #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; }
389
+ #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; }
390
+ #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; }
391
+ #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: #111111; text-decoration: none; }
392
+ #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: #040404; }
393
+
394
+ details, .audioblock, .imageblock, .literalblock, .listingblock, .stemblock, .videoblock { margin-bottom: 1.25em; }
395
+
396
+ details > summary:first-of-type { cursor: pointer; display: list-item; outline: none; margin-bottom: 0.75em; }
397
+
398
+ .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; }
399
+
400
+ table.tableblock.fit-content > caption.title { white-space: nowrap; width: 0; }
401
+
402
+ .paragraph.lead > p, #preamble > .sectionbody > [class="paragraph"]:first-of-type p { font-size: 1.21875em; line-height: 1.6; color: black; }
403
+
404
+ table.tableblock #preamble > .sectionbody > [class="paragraph"]:first-of-type p { font-size: inherit; }
405
+
406
+ .admonitionblock > table { border-collapse: separate; border: 0; background: none; width: 100%; }
407
+ .admonitionblock > table td.icon { text-align: center; width: 80px; }
408
+ .admonitionblock > table td.icon img { max-width: none; }
409
+ .admonitionblock > table td.icon .title { font-weight: bold; font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif; text-transform: uppercase; }
410
+ .admonitionblock > table td.content { padding-left: 1.125em; padding-right: 1.25em; border-left: 1px solid #dddddd; color: #555555; word-wrap: anywhere; }
411
+ .admonitionblock > table td.content > :last-child > :last-child { margin-bottom: 0; }
412
+
413
+ .exampleblock > .content { border-style: solid; border-width: 1px; border-color: #e6e6e6; margin-bottom: 1.25em; padding: 1.25em; background: white; -webkit-border-radius: 0; border-radius: 0; }
414
+ .exampleblock > .content > :first-child { margin-top: 0; }
415
+ .exampleblock > .content > :last-child { margin-bottom: 0; }
416
+
417
+ .sidebarblock { border-style: solid; border-width: 1px; border-color: #d4d4d4; margin-bottom: 1.25em; padding: 1.25em; background: #ededed; -webkit-border-radius: 0; border-radius: 0; }
418
+ .sidebarblock > :first-child { margin-top: 0; }
419
+ .sidebarblock > :last-child { margin-bottom: 0; }
420
+ .sidebarblock > .content > .title { color: #111111; margin-top: 0; }
421
+
422
+ .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; }
423
+
424
+ .literalblock pre, .listingblock > .content > pre { border: 0 solid #dddddd; -webkit-border-radius: 0; border-radius: 0; overflow-x: auto; padding: 10px; font-size: 0.8125em; }
425
+ @media only screen and (min-width: 768px) { .literalblock pre, .listingblock > .content > pre { font-size: 0.90625em; } }
426
+ @media only screen and (min-width: 1280px) { .literalblock pre, .listingblock > .content > pre { font-size: 1em; } }
427
+
428
+ .literalblock pre, .listingblock > .content > pre:not(.highlight), .listingblock > .content > pre[class="highlight"], .listingblock > .content > pre[class^="highlight "] { background: #333333; }
429
+
430
+ .literalblock.output pre { color: #333333; background-color: white; }
431
+
432
+ .listingblock > .content { position: relative; }
433
+
434
+ .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: inherit; opacity: 0.5; }
435
+
436
+ .listingblock:hover code[data-lang]:before { display: block; }
437
+
438
+ .listingblock.terminal pre .command:before { content: attr(data-prompt); padding-right: 0.5em; color: inherit; opacity: 0.5; }
439
+
440
+ .listingblock.terminal pre .command:not([data-prompt]):before { content: "$"; }
441
+
442
+ .listingblock pre.highlightjs { padding: 0; }
443
+ .listingblock pre.highlightjs > code { padding: 10px; -webkit-border-radius: 0; border-radius: 0; }
444
+
445
+ .prettyprint { background: #333333; }
446
+
447
+ pre.prettyprint .linenums { line-height: 1.5; margin-left: 2em; }
448
+
449
+ pre.prettyprint li { background: none; list-style-type: inherit; padding-left: 0; }
450
+
451
+ pre.prettyprint li code[data-lang]:before { opacity: 1; }
452
+
453
+ pre.prettyprint li:not(:first-child) code[data-lang]:before { display: none; }
454
+
455
+ table.linenotable { border-collapse: separate; border: 0; margin-bottom: 0; background: none; }
456
+ table.linenotable td[class] { color: inherit; vertical-align: top; padding: 0; line-height: inherit; white-space: normal; }
457
+ table.linenotable td.code { padding-left: 0.75em; }
458
+ table.linenotable td.linenos { border-right: 1px solid currentColor; opacity: 0.35; padding-right: 0.5em; }
459
+
460
+ pre.pygments .lineno { border-right: 1px solid currentColor; opacity: 0.35; display: inline-block; margin-right: 0.75em; }
461
+ pre.pygments .lineno:before { content: ""; margin-right: -0.125em; }
462
+
463
+ .quoteblock { margin: 0 1em 1.25em 1.5em; display: table; }
464
+ .quoteblock:not(.excerpt) > .title { margin-left: -1.5em; margin-bottom: 0.75em; }
465
+ .quoteblock blockquote, .quoteblock p { color: #6f6f6f; font-size: 1.15rem; line-height: 1.75; word-spacing: 0.1em; letter-spacing: 0; font-style: italic; text-align: justify; }
466
+ .quoteblock blockquote { margin: 0; padding: 0; border: 0; }
467
+ .quoteblock blockquote:before { content: "\201c"; float: left; font-size: 2.75em; font-weight: bold; line-height: 0.6em; margin-left: -0.6em; color: #111111; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
468
+ .quoteblock blockquote > .paragraph:last-child p { margin-bottom: 0; }
469
+ .quoteblock .attribution { margin-top: 0.75em; margin-right: 0.5ex; text-align: right; }
470
+
471
+ .verseblock { margin: 0 1em 1.25em 1em; }
472
+ .verseblock pre { font-family: "Open Sans", "DejaVu Sans", sans; font-size: 1.15rem; color: #6f6f6f; font-weight: 300; text-rendering: optimizeLegibility; }
473
+ .verseblock pre strong { font-weight: 400; }
474
+ .verseblock .attribution { margin-top: 1.25rem; margin-left: 0.5ex; }
475
+
476
+ .quoteblock .attribution, .verseblock .attribution { font-size: inherit; line-height: 1.45; font-style: italic; }
477
+ .quoteblock .attribution br, .verseblock .attribution br { display: none; }
478
+ .quoteblock .attribution cite, .verseblock .attribution cite { display: block; letter-spacing: -0.025em; color: #555555; }
479
+
480
+ .quoteblock.abstract blockquote:before, .quoteblock.excerpt blockquote:before, .quoteblock .quoteblock blockquote:before { display: none; }
481
+ .quoteblock.abstract blockquote, .quoteblock.abstract p, .quoteblock.excerpt blockquote, .quoteblock.excerpt p, .quoteblock .quoteblock blockquote, .quoteblock .quoteblock p { line-height: 1.6; word-spacing: 0; }
482
+ .quoteblock.abstract { margin: 0 1em 1.25em 1em; display: block; }
483
+ .quoteblock.abstract > .title { margin: 0 0 0.375em 0; font-size: 1.15em; text-align: center; }
484
+ .quoteblock.excerpt > blockquote, .quoteblock .quoteblock { padding: 0 0 0.25em 1em; border-left: 0.25em solid #dddddd; }
485
+ .quoteblock.excerpt, .quoteblock .quoteblock { margin-left: 0; }
486
+ .quoteblock.excerpt blockquote, .quoteblock.excerpt p, .quoteblock .quoteblock blockquote, .quoteblock .quoteblock p { color: inherit; font-size: 1.0625rem; }
487
+ .quoteblock.excerpt .attribution, .quoteblock .quoteblock .attribution { color: inherit; text-align: left; margin-right: 0; }
488
+
489
+ p.tableblock:last-child { margin-bottom: 0; }
490
+
491
+ td.tableblock > .content { margin-bottom: 1.25em; word-wrap: anywhere; }
492
+ td.tableblock > .content > :last-child { margin-bottom: -1.25em; }
493
+
494
+ table.tableblock, th.tableblock, td.tableblock { border: 0 solid #dddddd; }
495
+
496
+ table.grid-all > * > tr > * { border-width: 1px; }
497
+
498
+ table.grid-cols > * > tr > * { border-width: 0 1px; }
499
+
500
+ table.grid-rows > * > tr > * { border-width: 1px 0; }
501
+
502
+ table.frame-all { border-width: 1px; }
503
+
504
+ table.frame-ends { border-width: 1px 0; }
505
+
506
+ table.frame-sides { border-width: 0 1px; }
507
+
508
+ table.frame-none > colgroup + * > :first-child > *, table.frame-sides > colgroup + * > :first-child > * { border-top-width: 0; }
509
+
510
+ table.frame-none > :last-child > :last-child > *, table.frame-sides > :last-child > :last-child > * { border-bottom-width: 0; }
511
+
512
+ table.frame-none > * > tr > :first-child, table.frame-ends > * > tr > :first-child { border-left-width: 0; }
513
+
514
+ table.frame-none > * > tr > :last-child, table.frame-ends > * > tr > :last-child { border-right-width: 0; }
515
+
516
+ table.stripes-all tr, table.stripes-odd tr:nth-of-type(odd), table.stripes-even tr:nth-of-type(even), table.stripes-hover tr:hover { background: #f9f9f9; }
517
+
518
+ th.halign-left, td.halign-left { text-align: left; }
519
+
520
+ th.halign-right, td.halign-right { text-align: right; }
521
+
522
+ th.halign-center, td.halign-center { text-align: center; }
523
+
524
+ th.valign-top, td.valign-top { vertical-align: top; }
525
+
526
+ th.valign-bottom, td.valign-bottom { vertical-align: bottom; }
527
+
528
+ th.valign-middle, td.valign-middle { vertical-align: middle; }
529
+
530
+ table thead th, table tfoot th { font-weight: bold; }
531
+
532
+ tbody tr th { display: table-cell; line-height: 1.2; background: whitesmoke; }
533
+
534
+ tbody tr th, tbody tr th p, tfoot tr th, tfoot tr th p { color: #222222; font-weight: bold; }
535
+
536
+ p.tableblock > code:only-child { background: none; padding: 0; }
537
+
538
+ p.tableblock { font-size: 1em; }
539
+
540
+ ol { margin-left: 1.75em; }
541
+
542
+ ul li ol { margin-left: 1.5em; }
543
+
544
+ dl dd { margin-left: 1.125em; }
545
+
546
+ dl dd:last-child, dl dd:last-child > :last-child { margin-bottom: 0; }
547
+
548
+ ol > li p, ul > li p, ul dd, ol dd, .olist .olist, .ulist .ulist, .ulist .olist, .olist .ulist { margin-bottom: 0.625em; }
549
+
550
+ ul.checklist, ul.none, ol.none, ul.no-bullet, ol.no-bullet, ol.unnumbered, ul.unstyled, ol.unstyled { list-style-type: none; }
551
+
552
+ ul.no-bullet, ol.no-bullet, ol.unnumbered { margin-left: 0.625em; }
553
+
554
+ ul.unstyled, ol.unstyled { margin-left: 0; }
555
+
556
+ ul.checklist { margin-left: 0.625em; }
557
+
558
+ ul.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; }
559
+
560
+ ul.checklist li > p:first-child > input[type="checkbox"]:first-child { margin-right: 0.25em; }
561
+
562
+ ul.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; }
563
+
564
+ ul.inline > li { margin-left: 1.25em; }
565
+
566
+ .unstyled dl dt { font-weight: normal; font-style: normal; }
567
+
568
+ ol.arabic { list-style-type: decimal; }
569
+
570
+ ol.decimal { list-style-type: decimal-leading-zero; }
571
+
572
+ ol.loweralpha { list-style-type: lower-alpha; }
573
+
574
+ ol.upperalpha { list-style-type: upper-alpha; }
575
+
576
+ ol.lowerroman { list-style-type: lower-roman; }
577
+
578
+ ol.upperroman { list-style-type: upper-roman; }
579
+
580
+ ol.lowergreek { list-style-type: lower-greek; }
581
+
582
+ .hdlist > table, .colist > table { border: 0; background: none; }
583
+ .hdlist > table > tbody > tr, .colist > table > tbody > tr { background: none; }
584
+
585
+ td.hdlist1, td.hdlist2 { vertical-align: top; padding: 0 0.625em; }
586
+
587
+ td.hdlist1 { font-weight: bold; padding-bottom: 1.25em; }
588
+
589
+ td.hdlist2 { word-wrap: anywhere; }
590
+
591
+ .literalblock + .colist, .listingblock + .colist { margin-top: -0.5em; }
592
+
593
+ .colist td:not([class]):first-child { padding: 0.4em 0.75em 0 0.75em; line-height: 1; vertical-align: top; }
594
+ .colist td:not([class]):first-child img { max-width: none; }
595
+ .colist td:not([class]):last-child { padding: 0.25em 0; }
596
+
597
+ .thumb, .th { line-height: 0; display: inline-block; border: solid 4px white; -webkit-box-shadow: 0 0 0 1px #dddddd; box-shadow: 0 0 0 1px #dddddd; }
598
+
599
+ .imageblock.left { margin: 0.25em 0.625em 1.25em 0; }
600
+ .imageblock.right { margin: 0.25em 0 1.25em 0.625em; }
601
+ .imageblock > .title { margin-bottom: 0; }
602
+ .imageblock.thumb, .imageblock.th { border-width: 6px; }
603
+ .imageblock.thumb > .title, .imageblock.th > .title { padding: 0 0.125em; }
604
+
605
+ .image.left, .image.right { margin-top: 0.25em; margin-bottom: 0.25em; display: inline-block; line-height: 0; }
606
+ .image.left { margin-right: 0.625em; }
607
+ .image.right { margin-left: 0.625em; }
608
+
609
+ a.image { text-decoration: none; display: inline-block; }
610
+ a.image object { pointer-events: none; }
611
+
612
+ sup.footnote, sup.footnoteref { font-size: 0.875em; position: static; vertical-align: super; }
613
+ sup.footnote a, sup.footnoteref a { text-decoration: none; }
614
+ sup.footnote a:active, sup.footnoteref a:active { text-decoration: underline; }
615
+
616
+ #footnotes { padding-top: 0.75em; padding-bottom: 0.75em; margin-bottom: 0.625em; }
617
+ #footnotes hr { width: 20%; min-width: 6.25em; margin: -0.25em 0 0.75em 0; border-width: 1px 0 0 0; }
618
+ #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; }
619
+ #footnotes .footnote a:first-of-type { font-weight: bold; text-decoration: none; margin-left: -1.05em; }
620
+ #footnotes .footnote:last-of-type { margin-bottom: 0; }
621
+ #content #footnotes { margin-top: -0.625em; margin-bottom: 0; padding: 0.75em 0; }
622
+
623
+ .gist .file-data > table { border: 0; background: #fff; width: 100%; margin-bottom: 0; }
624
+ .gist .file-data > table td.line-data { width: 99%; }
625
+
626
+ div.unbreakable { page-break-inside: avoid; }
627
+
628
+ .big { font-size: larger; }
629
+
630
+ .small { font-size: smaller; }
631
+
632
+ .underline { text-decoration: underline; }
633
+
634
+ .overline { text-decoration: overline; }
635
+
636
+ .line-through { text-decoration: line-through; }
637
+
638
+ .aqua { color: #00bfbf; }
639
+
640
+ .aqua-background { background-color: #00fafa; }
641
+
642
+ .black { color: black; }
643
+
644
+ .black-background { background-color: black; }
645
+
646
+ .blue { color: #0000bf; }
647
+
648
+ .blue-background { background-color: #0000fa; }
649
+
650
+ .fuchsia { color: #bf00bf; }
651
+
652
+ .fuchsia-background { background-color: #fa00fa; }
653
+
654
+ .gray { color: #606060; }
655
+
656
+ .gray-background { background-color: #7d7d7d; }
657
+
658
+ .green { color: #006000; }
659
+
660
+ .green-background { background-color: #007d00; }
661
+
662
+ .lime { color: #00bf00; }
663
+
664
+ .lime-background { background-color: #00fa00; }
665
+
666
+ .maroon { color: #600000; }
667
+
668
+ .maroon-background { background-color: #7d0000; }
669
+
670
+ .navy { color: #000060; }
671
+
672
+ .navy-background { background-color: #00007d; }
673
+
674
+ .olive { color: #606000; }
675
+
676
+ .olive-background { background-color: #7d7d00; }
677
+
678
+ .purple { color: #600060; }
679
+
680
+ .purple-background { background-color: #7d007d; }
681
+
682
+ .red { color: #bf0000; }
683
+
684
+ .red-background { background-color: #fa0000; }
685
+
686
+ .silver { color: #909090; }
687
+
688
+ .silver-background { background-color: #bcbcbc; }
689
+
690
+ .teal { color: #006060; }
691
+
692
+ .teal-background { background-color: #007d7d; }
693
+
694
+ .white { color: #bfbfbf; }
695
+
696
+ .white-background { background-color: #fafafa; }
697
+
698
+ .yellow { color: #bfbf00; }
699
+
700
+ .yellow-background { background-color: #fafa00; }
701
+
702
+ span.icon > .fa { cursor: default; }
703
+ a span.icon > .fa { cursor: inherit; }
704
+
705
+ .admonitionblock td.icon [class^="fa icon-"] { font-size: 2.5em; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); cursor: default; }
706
+ .admonitionblock td.icon .icon-note:before { content: "\f05a"; color: #820f16; }
707
+ .admonitionblock td.icon .icon-tip:before { content: "\f0eb"; text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8); color: #111; }
708
+ .admonitionblock td.icon .icon-warning:before { content: "\f071"; color: #bf6900; }
709
+ .admonitionblock td.icon .icon-caution:before { content: "\f06d"; color: #bf3400; }
710
+ .admonitionblock td.icon .icon-important:before { content: "\f06a"; color: #bf0000; }
711
+
712
+ .conum[data-value] { display: inline-block; color: #fff !important; background-color: #222222; -webkit-border-radius: 50%; border-radius: 50%; 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; }
713
+ .conum[data-value] * { color: #fff !important; }
714
+ .conum[data-value] + b { display: none; }
715
+ .conum[data-value]:after { content: attr(data-value); }
716
+ pre .conum[data-value] { position: relative; top: -0.125em; }
717
+
718
+ b.conum * { color: inherit !important; }
719
+
720
+ .conum:not([data-value]):empty { display: none; }
721
+
722
+ .literalblock pre, .listingblock pre { background: #333333; }