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,698 @@
1
+ ebody, blockquote, dt, td.content, span.alt {
2
+ font-size: $font-size-base;
3
+ }
4
+
5
+ p {
6
+ font-size: $font-size-para;
7
+ }
8
+
9
+ a, a:hover {
10
+ color: $primary;
11
+ }
12
+
13
+ .term i.icon {
14
+ margin-left: 2px;
15
+ font-weight: normal;
16
+ }
17
+
18
+ .fa-rotate-15 {
19
+ -ms-filter: "progid";
20
+ -webkit-transform: rotate(15deg);
21
+ -ms-transform: rotate(15deg);
22
+ transform: rotate(15deg);
23
+ }
24
+
25
+ .term {
26
+ font-style: italic;
27
+ font-weight: bold;
28
+ color: $gray-800;
29
+ }
30
+
31
+ .tok {
32
+ }
33
+
34
+ .out {
35
+ display: inline-block;
36
+ color: #fff ;
37
+ background-color: #444;
38
+ -webkit-border-radius: 50%;
39
+ border-radius: 50%;
40
+ text-align: center;
41
+ font-size: 0.75em;
42
+ width: 1.67em;
43
+ height: 1.67em;
44
+ line-height: 1.67em;
45
+ font-family: "Open Sans", "DejaVu Sans", sans-serif;
46
+ font-style: normal;
47
+ font-weight: bold;
48
+ }
49
+
50
+ .buz {
51
+ font-style: normal;
52
+ text-decoration: underline;
53
+ font-weight: bold;
54
+ color: darkred;
55
+ }
56
+
57
+ .gui {
58
+ font-weight: bold;
59
+ color: #333;
60
+ display: inline-block;
61
+ padding: 0 5px;
62
+ border: 3px solid $primary;
63
+ border-top-width: 0;
64
+ border-bottom-width: 0;
65
+ border-radius: 20px;
66
+ white-space: nowrap;
67
+ }
68
+
69
+ .cli, code.cmd {
70
+ font-weight: normal;
71
+ color: #fff ;
72
+ background-color: #333 ;
73
+ padding: 0 6px ;
74
+ border-radius: 0px ;
75
+ white-space: nowrap;
76
+ }
77
+
78
+ .code {
79
+ font-weight: bold ;
80
+ font-size: .8em ;
81
+ border-left: 4px solid #30638e80;
82
+ background-color: #99999950 ;
83
+ padding: 2px 2px 0 0 ;
84
+ border-radius: 0px ;
85
+ white-space: nowrap;
86
+ }
87
+
88
+ .param {
89
+ font-weight: bold ;
90
+ white-space: nowrap;
91
+ }
92
+
93
+ .cite {
94
+ font-style: italic;
95
+ font-weight: bold;
96
+ }
97
+
98
+ .path, .file, .dir {
99
+ display: inline-block;
100
+ font-weight: normal;
101
+ background-color: #99999970 ;
102
+ padding: 0 6px ;
103
+ white-space: nowrap;
104
+ }
105
+
106
+ .case {
107
+ font-weight: bold;
108
+ font-style: normal;
109
+ &:after {
110
+ font-family: "FontAwesome";
111
+ font-style: normal;
112
+ content: "\f152";
113
+ display: inline-block;
114
+ padding: 0 .2em 0 .5em;
115
+ vertical-align: middle;
116
+ font-weight: 900;
117
+ }
118
+ }
119
+
120
+ .tip {
121
+ font-weight: bold;
122
+ font-style: normal;
123
+ }
124
+
125
+ span.tip:before, em.tip:before, strong.tip:before {
126
+ font-family: "FontAwesome";
127
+ font-style: normal;
128
+ content: "\f0eb";
129
+ display: inline-block;
130
+ padding: 0 .2em 0 0;
131
+ vertical-align: middle;
132
+ font-weight: 900;
133
+ }
134
+
135
+ pre .conum, i.conum {
136
+ background-color: #666 ;
137
+ }
138
+
139
+ .hide {
140
+ display: none ;
141
+ }
142
+
143
+ .dlist.grid dt {
144
+ grid-row: 1;
145
+ font-style: normal;
146
+ padding-right: 0;
147
+ word-wrap: normal;
148
+ }
149
+
150
+ .dlist.grid dd {
151
+ margin: 0;
152
+ font-size: .8rem;
153
+ font-size: calc(14;
154
+ }
155
+
156
+ @include media-breakpoint-up(md) {
157
+ body {
158
+ display: grid;
159
+ grid-auto-columns: 1fr;
160
+ grid-auto-flow: row;
161
+ grid-gap: .25rem 1rem;
162
+ }
163
+ .td-navbar {
164
+ top: 0;
165
+ width: 100%;
166
+ }
167
+ .td-navbar-fixed {
168
+ position: fixed;
169
+ }
170
+ #main {
171
+ padding-top: 5.5rem;
172
+ }
173
+ td-sidebar {
174
+ padding-top: 4rem;
175
+ background-color: rgba(48, 99, 142, .03);
176
+ padding-right: 1rem;
177
+ border-right: 1px solid #dee2e6;
178
+ }
179
+ }
180
+
181
+ @include media-breakpoint-down(md) {
182
+ height: unset;
183
+ max-width: unset;
184
+ }
185
+
186
+ .td-navbar {
187
+ background-color: $primary;
188
+ min-height: 4rem;
189
+ margin: 0;
190
+ z-index: 32;
191
+ .td-navbar-nav-scroll ul.navbar-nav {
192
+ overflow-x: unset;
193
+ }
194
+ }
195
+
196
+ .td-sidebar {
197
+ padding-top: 4rem;
198
+ background-color: rgba(48, 99, 142, .03);
199
+ padding-right: 1rem;
200
+ border-right: 1px solid $gray-300;
201
+ }
202
+
203
+ .td-toc {
204
+ position: sticky;
205
+ top: 4rem;
206
+ height: -webkit-calc(100vh - 10rem);
207
+ height: calc(100vh - 10rem);
208
+ overflow-y: auto;
209
+ }
210
+
211
+ .dlist.grid dt {
212
+ }
213
+
214
+ ul.list-unstyled {
215
+ margin-left: 0;
216
+ }
217
+
218
+ #preamble > .sectionbody > [class="paragraph"]:first-of-type p {
219
+ font-size: 1em ;
220
+ }
221
+
222
+ .navbar-brand {
223
+ font-variant: small-caps;
224
+ .site-title {
225
+ font-size: 1.3em;
226
+ font-weight: bold;
227
+ vertical-align: text-top;
228
+ }
229
+ }
230
+
231
+ .td-outer.landing {
232
+ margin-top: 100px;
233
+ }
234
+
235
+ .listingblock pre.highlight {
236
+ margin: 0;
237
+ }
238
+
239
+ .listingblock div.title, .exampleblock div.title {
240
+ font-style: normal;
241
+ font-weight: bold;
242
+ color: $gray-800;
243
+ margin-bottom: 0;
244
+ }
245
+
246
+ .listingblock code {
247
+ font-weight: normal;
248
+ }
249
+
250
+ .exampleblock > .content {
251
+ background-color: $example-block-bg;
252
+ }
253
+
254
+ .nav > li > a {
255
+ font-size: 1em;
256
+ }
257
+
258
+ #sidebar-left {
259
+ z-index: 0;
260
+ .sidebar-top {
261
+ text-align: center;
262
+ }
263
+ }
264
+
265
+ #sidebar-right {
266
+ padding-top: 80px;
267
+ label {
268
+ margin-top: .5em;
269
+ }
270
+ &.td-toc {
271
+ height: -webkit-calc(100vh - 5rem);
272
+ height: calc(100vh - 5rem);
273
+ }
274
+ }
275
+
276
+ #subject-menu {
277
+ margin-top: 70px;
278
+ ul {
279
+ margin-left: 10px;
280
+ }
281
+ .nav-item a {
282
+ font-size: 0.9em;
283
+ &:hover {
284
+ color: #fff;
285
+ }
286
+ &.active {
287
+ color: #fff;
288
+ background-color: $primary;
289
+ }
290
+ }
291
+ .nav-item.tier-1 > a {
292
+ font-weight: 900;
293
+ }
294
+ li.nav-item.proud-ancestor {
295
+ background-color: #99999940;
296
+ border-left: 2px solid $primary;
297
+ }
298
+ li.nav-item.open.active.parent {
299
+ background-color: #99999960;
300
+ }
301
+ }
302
+
303
+ .toggle-switcher {
304
+ margin-bottom: 10px;
305
+ }
306
+
307
+ .tabber-tabset .nav-tabs li.nav-item {
308
+ margin-bottom: -6px;
309
+ }
310
+
311
+ .sticky-top {
312
+ position: -webkit-sticky;
313
+ position: sticky;
314
+ top: 0;
315
+ z-index: 1020;
316
+ &.sticky-offset {
317
+ top: 90px;
318
+ }
319
+ }
320
+
321
+ .tab-content {
322
+ background-color: $gray-100;
323
+ .listingblock > .content > pre {
324
+ border-top: 0;
325
+ border-color: #999;
326
+ border-size: 2px;
327
+ }
328
+ > .exampleblock .content {
329
+ background-color: white;
330
+ border: none;
331
+ -webkit-box-shadow: none;
332
+ box-shadow: none;
333
+ }
334
+ }
335
+
336
+ .tabLabel {
337
+ font-weight: normal;
338
+ }
339
+
340
+ .nav-tabs {
341
+ border-bottom: 1px solid #999;
342
+ .nav-link.active, .nav-item.show .nav-link {
343
+ border-color: #999 #999 #fff #999;
344
+ border-bottom-right-radius: 0;
345
+ border-bottom-left-radius: 0;
346
+ }
347
+ }
348
+
349
+ #tg-sb-content .tab-panel {
350
+ margin-bottom: 20px;
351
+ margin-top: 25px;
352
+ .nav-tabs {
353
+ margin-bottom: 0px;
354
+ border-bottom: 1px solid $gray-300;
355
+ > li {
356
+ margin: 0px;
357
+ margin-bottom: -1px;
358
+ margin-right: 5px;
359
+ > a {
360
+ background-color: $gray-300;
361
+ color: $gray-600;
362
+ border: none;
363
+ border-bottom: 1px solid $gray-300;
364
+ &:hover {
365
+ background-color: $gray-600;
366
+ color: white;
367
+ border-bottom: 1px solid $gray-600;
368
+ }
369
+ }
370
+ &.active > a, &.active > a:hover {
371
+ color: $gray-600;
372
+ background-color: white;
373
+ font-weight: bold;
374
+ border: 1px solid $gray-300;
375
+ border-bottom-color: transparent;
376
+ }
377
+ }
378
+ }
379
+ .tab-content {
380
+ padding: 10px;
381
+ background-color: transparent;
382
+ border-left: 1px solid $gray-300;
383
+ border-bottom: 1px solid $gray-300;
384
+ border-right: 1px solid $gray-300;
385
+ -webkit-box-shadow: 2px 2px 4px #e0e0dc;
386
+ box-shadow: 2px 2px 4px #e0e0dc;
387
+ }
388
+ }
389
+
390
+ .algolia-autocomplete {
391
+ position: relative;
392
+ display: inline-block;
393
+ direction: ltr;
394
+ }
395
+
396
+ .aa-input-container {
397
+ display: inline-block;
398
+ position: relative;
399
+ }
400
+
401
+ .aa-input-search {
402
+ padding: 6px 26px 6px 10px;
403
+ border: 2px solid $gray-300;
404
+ border-radius: 4px;
405
+ -webkit-transition: .2s;
406
+ transition: .2s;
407
+ font-size: 13px;
408
+ box-sizing: border-box;
409
+ color: #333;
410
+ -webkit-appearance: none;
411
+ -moz-appearance: none;
412
+ appearance: none;
413
+ margin-top: 3px;
414
+ &::-webkit-search-decoration, &::-webkit-search-cancel-button, &::-webkit-search-results-button, &::-webkit-search-results-decoration {
415
+ display: none;
416
+ }
417
+ &:focus {
418
+ outline: 0;
419
+ border-color: $primary;
420
+ }
421
+ &.aa-hint {
422
+ position: absolute;
423
+ top: 0px;
424
+ left: 0px;
425
+ border-color: transparent;
426
+ box-shadow: none;
427
+ opacity: 1;
428
+ background-color: rgb(255, 255, 255) none repeat scroll 0% 0%;
429
+ }
430
+ }
431
+
432
+ .aa-input-icon {
433
+ height: 16px;
434
+ width: 16px;
435
+ position: relative;
436
+ top: 1.1em;
437
+ right: 1.7em;
438
+ -webkit-transform: translateY(-50%);
439
+ transform: translateY(-50%);
440
+ fill: #CCCCCC;
441
+ }
442
+
443
+ .aa-hint {
444
+ color: $gray-300;
445
+ }
446
+
447
+ .aa-dropdown-menu {
448
+ z-index: 100;
449
+ display: none;
450
+ background-color: white;
451
+ border: 2px solid rgba(228, 228, 228, 0.6);
452
+ border-top-width: 1px;
453
+ margin-top: 2px;
454
+ font-size: 13px;
455
+ border-radius: 4px;
456
+ box-sizing: border-box;
457
+ position: absolute;
458
+ top: 100%;
459
+ left: 0px;
460
+ right: auto;
461
+ }
462
+
463
+ .aa-suggestion {
464
+ border-top: 1px solid rgba(228, 228, 228, 0.6);
465
+ cursor: pointer;
466
+ -webkit-transition: .2s;
467
+ transition: .2s;
468
+ display: -webkit-box;
469
+ display: -ms-flexbox;
470
+ display: flex;
471
+ -webkit-box-pack: justify;
472
+ -ms-flex-pack: justify;
473
+ justify-content: space-between;
474
+ -webkit-box-align: center;
475
+ -ms-flex-align: center;
476
+ align-items: center;
477
+ .suggestion-link {
478
+ padding: 12px;
479
+ background-color: transparent;
480
+ width: 100%;
481
+ &:after {
482
+ content: "";
483
+ }
484
+ > span:last-child {
485
+ color: #999999;
486
+ text-align: right;
487
+ overflow: hidden;
488
+ text-overflow: ellipsis;
489
+ height: 200px;
490
+ p {
491
+ font-size: 0.8rem;
492
+ }
493
+ }
494
+ > span:first-child em, > span:last-child em {
495
+ font-weight: 700;
496
+ font-style: normal;
497
+ background-color: yellow;
498
+ padding: 2px 0 2px 2px;
499
+ }
500
+ }
501
+ }
502
+
503
+ .aa-suggestion .suggestion-link:hover, .aa-cursor .suggestion-link {
504
+ background-color: rgba(132, 195, 97, .25) ;
505
+ }
506
+
507
+ .aa-suggestion .suggestion-link > span:first-child, #show-more-link {
508
+ color: #333;
509
+ font-size: 14px;
510
+ display: block;
511
+ }
512
+
513
+ #show-more-link {
514
+ text-align: center;
515
+ font-size: 16px;
516
+ }
517
+
518
+ .algolia-credit {
519
+ text-align: center;
520
+ img {
521
+ height: 1.5em;
522
+ }
523
+ }
524
+
525
+ main.landing {
526
+ width: 100%;
527
+ h1, h2, h3 {
528
+ text-align: center;
529
+ }
530
+ p {
531
+ font-size: 1.5em;
532
+ }
533
+ .td-content {
534
+ max-width: 100%;
535
+ > .paragraph > p {
536
+ padding: 1.5em;
537
+ width: 60%;
538
+ margin: auto;
539
+ }
540
+ }
541
+ h1 {
542
+ text-align: center;
543
+ }
544
+ .jumbotron-fluid {
545
+ padding: 1em 6em 2em 6em;
546
+ margin: 0;
547
+ }
548
+ }
549
+
550
+ main h1, main h2, main h3, main h4, main h5, main h6 {
551
+ color: $primary;
552
+ }
553
+
554
+ .td-content > h1 {
555
+ font-weight: 700;
556
+ margin-bottom: 1rem;
557
+ font-size: 2.25em;
558
+ }
559
+
560
+ main h2 {
561
+ font-size: 1.8em;
562
+ }
563
+
564
+ main h3 {
565
+ font-size: 1.4em;
566
+ }
567
+
568
+ main h4 {
569
+ font-size: 1.15em;
570
+ }
571
+
572
+ main h5 {
573
+ font-size: 1.1em;
574
+ }
575
+
576
+ main .td-content {
577
+ -webkit-box-ordinal-group: 2;
578
+ -webkit-order: 1;
579
+ -ms-flex-order: 1;
580
+ order: 1;
581
+ }
582
+
583
+ .topic-footer .jumbotron {
584
+ margin-left: 5px;
585
+ margin-right: 5px;
586
+ color: $gray-800;
587
+ }
588
+
589
+ label.btn.btn-secondary.btn-sm.active {
590
+ background-color: $primary;
591
+ border-color: #888;
592
+ }
593
+
594
+ .container.topic-reference {
595
+ margin: 0;
596
+ padding: 0;
597
+ }
598
+
599
+ .api-object-properties {
600
+ margin-left: 20px;
601
+ }
602
+
603
+ .feedback--title {
604
+ border-top: 3px solid $gray-300;
605
+ padding-top: 1em;
606
+ }
607
+
608
+ footer {
609
+ background-color: $gray-800;
610
+ padding: 30px 0 100px 0;
611
+ flex-shrink: 0;
612
+ position: sticky;
613
+ clear: both;
614
+ margin-top: 50px;
615
+ .social-links {
616
+ margin-top: 2em;
617
+ padding-right: 3em;
618
+ text-align: center;
619
+ }
620
+ }
621
+
622
+ .footer-title, .footer-heading, footer li > a, .footer-strings {
623
+ color: #fff;
624
+ }
625
+
626
+ .footer-title, .footer-heading {
627
+ font-weight: bold;
628
+ }
629
+
630
+ .footer-heading {
631
+ text-transform: uppercase;
632
+ }
633
+
634
+ .footer-strings {
635
+ margin-top: 50px;
636
+ }
637
+
638
+ .admonitionblock table {
639
+ max-width: 800px;
640
+ background-color: #eeeeee;
641
+ td.icon {
642
+ vertical-align: top;
643
+ padding-top: 14px;
644
+ }
645
+ td.content {
646
+ border-left: 0;
647
+ }
648
+ }
649
+
650
+ h3 {
651
+ margin-top: 0;
652
+ &[id]:before {
653
+ height: auto;
654
+ margin-top: 0;
655
+ }
656
+ }
657
+
658
+ h5.change-summary {
659
+ font-size: 1em;
660
+ }
661
+
662
+ .openblock.skip-link p {
663
+ position: relative;
664
+ top: 27px;
665
+ left: 300px;
666
+ margin: 0;
667
+ }
668
+
669
+ .release-note.card {
670
+ padding: 0 1rem .5rem 1rem;
671
+ margin-bottom: 1rem;
672
+ table {
673
+ margin-bottom: 0;
674
+ }
675
+ }
676
+
677
+ .release-note p {
678
+ margin-bottom: 1em;
679
+ }
680
+
681
+ .release-note .hdlist td {
682
+ padding-bottom: .3em;
683
+ p {
684
+ margin-bottom: 0;
685
+ }
686
+ }
687
+
688
+ .cl-tag {
689
+ background-color: #99999940;
690
+ padding: 5px;
691
+ border-radius: 6px;
692
+ }
693
+
694
+ a.cli-tag:first-child {
695
+ margin-left: 0;
696
+ }
697
+
698
+ /* End of AsciiDocsy styles file */
@@ -0,0 +1,3 @@
1
+ // Place any custom Sass-formatted styles here
2
+ // These styles will appear in assets/css/asciidocsy.css file
3
+ // Use assets/css/custom.css for additional, non-Sass styles