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