hyla 1.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (404) hide show
  1. checksums.yaml +15 -0
  2. data/Gemfile.lock +35 -7
  3. data/README.adoc +10 -2
  4. data/bin/hyla +16 -13
  5. data/hyla.gemspec +6 -3
  6. data/lib/hyla.rb +5 -1
  7. data/lib/hyla/command.rb +12 -10
  8. data/lib/hyla/commands/create.rb +21 -12
  9. data/lib/hyla/commands/generate.rb +168 -59
  10. data/lib/hyla/commands/new.rb +36 -15
  11. data/lib/hyla/commands/watch.rb +6 -2
  12. data/lib/hyla/configuration.rb +169 -27
  13. data/lib/hyla/core_ext.rb +24 -0
  14. data/lib/hyla/project.rb +1 -1
  15. data/lib/resources/backends/haml/deckjs/block_admonition.html.haml +14 -0
  16. data/lib/resources/backends/haml/deckjs/block_audio.html.haml +7 -0
  17. data/lib/resources/backends/haml/deckjs/block_colist.html.haml +21 -0
  18. data/lib/resources/backends/haml/deckjs/block_dlist.html.haml +54 -0
  19. data/lib/resources/backends/haml/deckjs/block_example.haml.haml +5 -0
  20. data/lib/resources/backends/haml/deckjs/block_floating_title.html.haml +1 -0
  21. data/lib/resources/backends/haml/deckjs/block_image.html.haml +11 -0
  22. data/lib/resources/backends/haml/deckjs/block_listing.html.haml +32 -0
  23. data/lib/resources/backends/haml/deckjs/block_literal.html.haml +5 -0
  24. data/lib/resources/backends/haml/deckjs/block_olist.html.haml +11 -0
  25. data/lib/resources/backends/haml/deckjs/block_open.html.haml +5 -0
  26. data/lib/resources/backends/haml/deckjs/block_page_break.html.haml +1 -0
  27. data/lib/resources/backends/haml/deckjs/block_paragraph.html.haml +4 -0
  28. data/lib/resources/backends/haml/deckjs/block_pass.html.haml +1 -0
  29. data/lib/resources/backends/haml/deckjs/block_preamble.html.haml +3 -0
  30. data/lib/resources/backends/haml/deckjs/block_quote.html.haml +12 -0
  31. data/lib/resources/backends/haml/deckjs/block_ruler.html.haml +1 -0
  32. data/lib/resources/backends/haml/deckjs/block_sidebar.html.haml +5 -0
  33. data/lib/resources/backends/haml/deckjs/block_table.html.haml +48 -0
  34. data/lib/resources/backends/haml/deckjs/block_ulist.html.haml +25 -0
  35. data/lib/resources/backends/haml/deckjs/block_verse.html.haml +13 -0
  36. data/lib/resources/backends/haml/deckjs/block_video.html.haml +24 -0
  37. data/lib/resources/backends/haml/deckjs/document.html.haml +182 -0
  38. data/lib/resources/backends/haml/deckjs/embedded.html.haml +10 -0
  39. data/lib/resources/backends/haml/deckjs/inline_anchor.html.haml +12 -0
  40. data/lib/resources/backends/haml/deckjs/inline_break.html.haml +2 -0
  41. data/lib/resources/backends/haml/deckjs/inline_callout.html.haml +7 -0
  42. data/lib/resources/backends/haml/deckjs/inline_footnote.html.haml +8 -0
  43. data/lib/resources/backends/haml/deckjs/inline_image.html.haml +24 -0
  44. data/lib/resources/backends/haml/deckjs/inline_indexterm.html.haml +2 -0
  45. data/lib/resources/backends/haml/deckjs/inline_quoted.html.haml +19 -0
  46. data/lib/resources/backends/haml/deckjs/section.html.haml +7 -0
  47. data/lib/resources/backends/haml/docbook45/block_admonition.xml.haml +7 -0
  48. data/lib/resources/backends/haml/docbook45/block_colist.xml.haml +8 -0
  49. data/lib/resources/backends/haml/docbook45/block_dlist.xml.haml +61 -0
  50. data/lib/resources/backends/haml/docbook45/block_example.xml.haml +14 -0
  51. data/lib/resources/backends/haml/docbook45/block_floating_title.xml.haml +1 -0
  52. data/lib/resources/backends/haml/docbook45/block_image.xml.haml +8 -0
  53. data/lib/resources/backends/haml/docbook45/block_listing.xml.haml +14 -0
  54. data/lib/resources/backends/haml/docbook45/block_literal.xml.haml +7 -0
  55. data/lib/resources/backends/haml/docbook45/block_olist.xml.haml +8 -0
  56. data/lib/resources/backends/haml/docbook45/block_open.xml.haml +25 -0
  57. data/lib/resources/backends/haml/docbook45/block_page_break.xml.haml +1 -0
  58. data/lib/resources/backends/haml/docbook45/block_paragraph.xml.haml +6 -0
  59. data/lib/resources/backends/haml/docbook45/block_pass.xml.haml +1 -0
  60. data/lib/resources/backends/haml/docbook45/block_preamble.xml.haml +7 -0
  61. data/lib/resources/backends/haml/docbook45/block_quote.xml.haml +13 -0
  62. data/lib/resources/backends/haml/docbook45/block_ruler.xml.haml +2 -0
  63. data/lib/resources/backends/haml/docbook45/block_sidebar.xml.haml +7 -0
  64. data/lib/resources/backends/haml/docbook45/block_table.xml.haml +37 -0
  65. data/lib/resources/backends/haml/docbook45/block_ulist.xml.haml +18 -0
  66. data/lib/resources/backends/haml/docbook45/block_verse.xml.haml +10 -0
  67. data/lib/resources/backends/haml/docbook45/document.xml.haml +63 -0
  68. data/lib/resources/backends/haml/docbook45/embedded.xml.haml +1 -0
  69. data/lib/resources/backends/haml/docbook45/helpers.rb +7 -0
  70. data/lib/resources/backends/haml/docbook45/inline_anchor.xml.haml +13 -0
  71. data/lib/resources/backends/haml/docbook45/inline_break.xml.haml +2 -0
  72. data/lib/resources/backends/haml/docbook45/inline_callout.xml.haml +1 -0
  73. data/lib/resources/backends/haml/docbook45/inline_footnote.xml.haml +5 -0
  74. data/lib/resources/backends/haml/docbook45/inline_image.xml.haml +5 -0
  75. data/lib/resources/backends/haml/docbook45/inline_indexterm.xml.haml +18 -0
  76. data/lib/resources/backends/haml/docbook45/inline_quoted.xml.haml +21 -0
  77. data/lib/resources/backends/haml/docbook45/section.xml.haml +5 -0
  78. data/lib/resources/backends/haml/html5/block_admonition.html.haml +14 -0
  79. data/lib/resources/backends/haml/html5/block_audio.html.haml +7 -0
  80. data/lib/resources/backends/haml/html5/block_colist.html.haml +21 -0
  81. data/lib/resources/backends/haml/html5/block_dlist.html.haml +54 -0
  82. data/lib/resources/backends/haml/html5/block_example.haml.haml +5 -0
  83. data/lib/resources/backends/haml/html5/block_floating_title.html.haml +1 -0
  84. data/lib/resources/backends/haml/html5/block_image.html.haml +11 -0
  85. data/lib/resources/backends/haml/html5/block_listing.html.haml +31 -0
  86. data/lib/resources/backends/haml/html5/block_literal.html.haml +5 -0
  87. data/lib/resources/backends/haml/html5/block_math.html.haml +10 -0
  88. data/lib/resources/backends/haml/html5/block_olist.html.haml +9 -0
  89. data/lib/resources/backends/haml/html5/block_open.html.haml +15 -0
  90. data/lib/resources/backends/haml/html5/block_page_break.html.haml +1 -0
  91. data/lib/resources/backends/haml/html5/block_paragraph.html.haml +4 -0
  92. data/lib/resources/backends/haml/html5/block_pass.html.haml +1 -0
  93. data/lib/resources/backends/haml/html5/block_preamble.html.haml +6 -0
  94. data/lib/resources/backends/haml/html5/block_quote.html.haml +12 -0
  95. data/lib/resources/backends/haml/html5/block_ruler.html.haml +1 -0
  96. data/lib/resources/backends/haml/html5/block_sidebar.html.haml +5 -0
  97. data/lib/resources/backends/haml/html5/block_table.html.haml +47 -0
  98. data/lib/resources/backends/haml/html5/block_toc.html.haml +11 -0
  99. data/lib/resources/backends/haml/html5/block_ulist.html.haml +25 -0
  100. data/lib/resources/backends/haml/html5/block_verse.html.haml +13 -0
  101. data/lib/resources/backends/haml/html5/block_video.html.haml +27 -0
  102. data/lib/resources/backends/haml/html5/document.html.haml +114 -0
  103. data/lib/resources/backends/haml/html5/embedded.html.haml +10 -0
  104. data/lib/resources/backends/haml/html5/helpers.rb +7 -0
  105. data/lib/resources/backends/haml/html5/inline_anchor.html.haml +11 -0
  106. data/lib/resources/backends/haml/html5/inline_break.html.haml +2 -0
  107. data/lib/resources/backends/haml/html5/inline_button.html.haml +1 -0
  108. data/lib/resources/backends/haml/html5/inline_callout.html.haml +7 -0
  109. data/lib/resources/backends/haml/html5/inline_footnote.html.haml +8 -0
  110. data/lib/resources/backends/haml/html5/inline_image.html.haml +24 -0
  111. data/lib/resources/backends/haml/html5/inline_indexterm.html.haml +2 -0
  112. data/lib/resources/backends/haml/html5/inline_kbd.html.haml +8 -0
  113. data/lib/resources/backends/haml/html5/inline_menu.html.haml +15 -0
  114. data/lib/resources/backends/haml/html5/inline_quoted.html.haml +22 -0
  115. data/lib/resources/backends/haml/html5/section.html.haml +21 -0
  116. data/lib/resources/backends/haml/revealjs/block_image.html.haml +11 -0
  117. data/lib/resources/backends/haml/revealjs/block_olist.html.haml +8 -0
  118. data/lib/resources/backends/haml/revealjs/block_ulist.html.haml +8 -0
  119. data/lib/resources/backends/haml/revealjs/document.html.haml +61 -0
  120. data/lib/resources/backends/haml/revealjs/section.html.haml +10 -0
  121. data/lib/resources/backends/slim/docbook45/block_admonition.xml.slim +7 -0
  122. data/lib/resources/backends/slim/docbook45/block_colist.xml.slim +8 -0
  123. data/lib/resources/backends/slim/docbook45/block_dlist.xml.slim +61 -0
  124. data/lib/resources/backends/slim/docbook45/block_example.xml.slim +13 -0
  125. data/lib/resources/backends/slim/docbook45/block_floating_title.xml.slim +1 -0
  126. data/lib/resources/backends/slim/docbook45/block_image.xml.slim +7 -0
  127. data/lib/resources/backends/slim/docbook45/block_listing.xml.slim +14 -0
  128. data/lib/resources/backends/slim/docbook45/block_literal.xml.slim +7 -0
  129. data/lib/resources/backends/slim/docbook45/block_olist.xml.slim +8 -0
  130. data/lib/resources/backends/slim/docbook45/block_open.xml.slim +25 -0
  131. data/lib/resources/backends/slim/docbook45/block_page_break.xml.slim +1 -0
  132. data/lib/resources/backends/slim/docbook45/block_paragraph.xml.slim +6 -0
  133. data/lib/resources/backends/slim/docbook45/block_pass.xml.slim +1 -0
  134. data/lib/resources/backends/slim/docbook45/block_preamble.xml.slim +7 -0
  135. data/lib/resources/backends/slim/docbook45/block_quote.xml.slim +13 -0
  136. data/lib/resources/backends/slim/docbook45/block_ruler.xml.slim +2 -0
  137. data/lib/resources/backends/slim/docbook45/block_sidebar.xml.slim +7 -0
  138. data/lib/resources/backends/slim/docbook45/block_table.xml.slim +36 -0
  139. data/lib/resources/backends/slim/docbook45/block_ulist.xml.slim +18 -0
  140. data/lib/resources/backends/slim/docbook45/block_verse.xml.slim +10 -0
  141. data/lib/resources/backends/slim/docbook45/document.xml.slim +63 -0
  142. data/lib/resources/backends/slim/docbook45/embedded.xml.slim +1 -0
  143. data/lib/resources/backends/slim/docbook45/helpers.rb +9 -0
  144. data/lib/resources/backends/slim/docbook45/inline_anchor.xml.slim +13 -0
  145. data/lib/resources/backends/slim/docbook45/inline_break.xml.slim +2 -0
  146. data/lib/resources/backends/slim/docbook45/inline_callout.xml.slim +1 -0
  147. data/lib/resources/backends/slim/docbook45/inline_footnote.xml.slim +4 -0
  148. data/lib/resources/backends/slim/docbook45/inline_image.xml.slim +4 -0
  149. data/lib/resources/backends/slim/docbook45/inline_indexterm.xml.slim +16 -0
  150. data/lib/resources/backends/slim/docbook45/inline_quoted.xml.slim +21 -0
  151. data/lib/resources/backends/slim/docbook45/section.xml.slim +5 -0
  152. data/lib/resources/backends/slim/document.html.bk.slim +335 -0
  153. data/lib/resources/backends/slim/dzslides/block_admonition.html.slim +19 -0
  154. data/lib/resources/backends/slim/dzslides/block_colist.html.slim +20 -0
  155. data/lib/resources/backends/slim/dzslides/block_dlist.html.slim +10 -0
  156. data/lib/resources/backends/slim/dzslides/block_example.html.slim +4 -0
  157. data/lib/resources/backends/slim/dzslides/block_floating_title.html.slim +1 -0
  158. data/lib/resources/backends/slim/dzslides/block_image.html.slim +14 -0
  159. data/lib/resources/backends/slim/dzslides/block_listing.html.slim +8 -0
  160. data/lib/resources/backends/slim/dzslides/block_literal.html.slim +11 -0
  161. data/lib/resources/backends/slim/dzslides/block_olist.html.slim +6 -0
  162. data/lib/resources/backends/slim/dzslides/block_open.html.slim +4 -0
  163. data/lib/resources/backends/slim/dzslides/block_paragraph.html.slim +1 -0
  164. data/lib/resources/backends/slim/dzslides/block_pass.html.slim +1 -0
  165. data/lib/resources/backends/slim/dzslides/block_quote.html.slim +11 -0
  166. data/lib/resources/backends/slim/dzslides/block_ruler.html.slim +1 -0
  167. data/lib/resources/backends/slim/dzslides/block_table.html.slim +45 -0
  168. data/lib/resources/backends/slim/dzslides/block_ulist.html.slim +6 -0
  169. data/lib/resources/backends/slim/dzslides/block_verse.html.slim +12 -0
  170. data/lib/resources/backends/slim/dzslides/block_video.html.slim +6 -0
  171. data/lib/resources/backends/slim/dzslides/document.html.slim +67 -0
  172. data/lib/resources/backends/slim/dzslides/embedded.html.slim +1 -0
  173. data/lib/resources/backends/slim/dzslides/helpers.rb +9 -0
  174. data/lib/resources/backends/slim/dzslides/inline_anchor.html.slim +11 -0
  175. data/lib/resources/backends/slim/dzslides/inline_break.html.slim +2 -0
  176. data/lib/resources/backends/slim/dzslides/inline_callout.html.slim +7 -0
  177. data/lib/resources/backends/slim/dzslides/inline_footnote.html.slim +6 -0
  178. data/lib/resources/backends/slim/dzslides/inline_image.html.slim +24 -0
  179. data/lib/resources/backends/slim/dzslides/inline_indexterm.html.slim +2 -0
  180. data/lib/resources/backends/slim/dzslides/inline_kbd.html.slim +8 -0
  181. data/lib/resources/backends/slim/dzslides/inline_quoted.html.slim +23 -0
  182. data/lib/resources/backends/slim/dzslides/section.html.slim +4 -0
  183. data/lib/resources/backends/slim/html5/block_admonition.html.slim +13 -0
  184. data/lib/resources/backends/slim/html5/block_audio.html.slim +6 -0
  185. data/lib/resources/backends/slim/html5/block_colist.html.slim +20 -0
  186. data/lib/resources/backends/slim/html5/block_dlist.html.slim +53 -0
  187. data/lib/resources/backends/slim/html5/block_example.html.slim +4 -0
  188. data/lib/resources/backends/slim/html5/block_floating_title.html.slim +1 -0
  189. data/lib/resources/backends/slim/html5/block_image.html.slim +10 -0
  190. data/lib/resources/backends/slim/html5/block_listing.html.slim +31 -0
  191. data/lib/resources/backends/slim/html5/block_literal.html.slim +4 -0
  192. data/lib/resources/backends/slim/html5/block_math.html.slim +10 -0
  193. data/lib/resources/backends/slim/html5/block_olist.html.slim +9 -0
  194. data/lib/resources/backends/slim/html5/block_open.html.slim +15 -0
  195. data/lib/resources/backends/slim/html5/block_page_break.html.slim +1 -0
  196. data/lib/resources/backends/slim/html5/block_paragraph.html.slim +4 -0
  197. data/lib/resources/backends/slim/html5/block_pass.html.slim +1 -0
  198. data/lib/resources/backends/slim/html5/block_preamble.html.slim +6 -0
  199. data/lib/resources/backends/slim/html5/block_quote.html.slim +14 -0
  200. data/lib/resources/backends/slim/html5/block_ruler.html.slim +1 -0
  201. data/lib/resources/backends/slim/html5/block_sidebar.html.slim +5 -0
  202. data/lib/resources/backends/slim/html5/block_table.html.slim +45 -0
  203. data/lib/resources/backends/slim/html5/block_toc.html.slim +12 -0
  204. data/lib/resources/backends/slim/html5/block_ulist.html.slim +25 -0
  205. data/lib/resources/backends/slim/html5/block_verse.html.slim +14 -0
  206. data/lib/resources/backends/slim/html5/block_video.html.slim +27 -0
  207. data/lib/resources/backends/slim/html5/document.html.slim +112 -0
  208. data/lib/resources/backends/slim/html5/embedded.html.slim +9 -0
  209. data/lib/resources/backends/slim/html5/helpers.rb +8 -0
  210. data/lib/resources/backends/slim/html5/inline_anchor.html.slim +11 -0
  211. data/lib/resources/backends/slim/html5/inline_break.html.slim +2 -0
  212. data/lib/resources/backends/slim/html5/inline_button.html.slim +1 -0
  213. data/lib/resources/backends/slim/html5/inline_callout.html.slim +7 -0
  214. data/lib/resources/backends/slim/html5/inline_footnote.html.slim +6 -0
  215. data/lib/resources/backends/slim/html5/inline_image.html.slim +24 -0
  216. data/lib/resources/backends/slim/html5/inline_indexterm.html.slim +2 -0
  217. data/lib/resources/backends/slim/html5/inline_kbd.html.slim +8 -0
  218. data/lib/resources/backends/slim/html5/inline_menu.html.slim +15 -0
  219. data/lib/resources/backends/slim/html5/inline_quoted.html.slim +22 -0
  220. data/lib/resources/backends/slim/html5/section.html.slim +20 -0
  221. data/lib/resources/backends/slim/revealjs/block_admonition.html.slim +13 -0
  222. data/lib/resources/backends/slim/revealjs/block_audio.html.slim +6 -0
  223. data/lib/resources/backends/slim/revealjs/block_colist.html.slim +20 -0
  224. data/lib/resources/backends/slim/revealjs/block_dlist.html.slim +53 -0
  225. data/lib/resources/backends/slim/revealjs/block_example.html.slim +4 -0
  226. data/lib/resources/backends/slim/revealjs/block_floating_title.html.slim +1 -0
  227. data/lib/resources/backends/slim/revealjs/block_image.html.slim +10 -0
  228. data/lib/resources/backends/slim/revealjs/block_listing.html.slim +31 -0
  229. data/lib/resources/backends/slim/revealjs/block_literal.html.slim +4 -0
  230. data/lib/resources/backends/slim/revealjs/block_math.html.slim +10 -0
  231. data/lib/resources/backends/slim/revealjs/block_olist.html.slim +9 -0
  232. data/lib/resources/backends/slim/revealjs/block_open.html.slim +15 -0
  233. data/lib/resources/backends/slim/revealjs/block_page_break.html.slim +1 -0
  234. data/lib/resources/backends/slim/revealjs/block_paragraph.html.slim +4 -0
  235. data/lib/resources/backends/slim/revealjs/block_pass.html.slim +1 -0
  236. data/lib/resources/backends/slim/revealjs/block_preamble.html.slim +6 -0
  237. data/lib/resources/backends/slim/revealjs/block_quote.html.slim +14 -0
  238. data/lib/resources/backends/slim/revealjs/block_ruler.html.slim +1 -0
  239. data/lib/resources/backends/slim/revealjs/block_sidebar.html.slim +5 -0
  240. data/lib/resources/backends/slim/revealjs/block_table.html.slim +45 -0
  241. data/lib/resources/backends/slim/revealjs/block_toc.html.slim +12 -0
  242. data/lib/resources/backends/slim/revealjs/block_ulist.html.slim +25 -0
  243. data/lib/resources/backends/slim/revealjs/block_verse.html.slim +14 -0
  244. data/lib/resources/backends/slim/revealjs/block_video.html.slim +27 -0
  245. data/lib/resources/backends/slim/revealjs/document.html.slim +87 -0
  246. data/lib/resources/backends/slim/revealjs/embedded.html.slim +9 -0
  247. data/lib/resources/backends/slim/revealjs/helpers.rb +8 -0
  248. data/lib/resources/backends/slim/revealjs/inline_anchor.html.slim +11 -0
  249. data/lib/resources/backends/slim/revealjs/inline_break.html.slim +2 -0
  250. data/lib/resources/backends/slim/revealjs/inline_button.html.slim +1 -0
  251. data/lib/resources/backends/slim/revealjs/inline_callout.html.slim +7 -0
  252. data/lib/resources/backends/slim/revealjs/inline_footnote.html.slim +6 -0
  253. data/lib/resources/backends/slim/revealjs/inline_image.html.slim +24 -0
  254. data/lib/resources/backends/slim/revealjs/inline_indexterm.html.slim +2 -0
  255. data/lib/resources/backends/slim/revealjs/inline_kbd.html.slim +8 -0
  256. data/lib/resources/backends/slim/revealjs/inline_menu.html.slim +15 -0
  257. data/lib/resources/backends/slim/revealjs/inline_quoted.html.slim +22 -0
  258. data/lib/resources/backends/slim/revealjs/section.html.slim +3 -0
  259. data/lib/resources/deck.js/core/deck.core.css +407 -0
  260. data/lib/resources/deck.js/core/deck.core.js +498 -0
  261. data/lib/resources/deck.js/extensions/deck.js-blank/README.md +10 -0
  262. data/lib/resources/deck.js/extensions/deck.js-blank/deck.blank.js +33 -0
  263. data/lib/resources/deck.js/extensions/goto/deck.goto.css +41 -0
  264. data/lib/resources/deck.js/extensions/goto/deck.goto.html +7 -0
  265. data/lib/resources/deck.js/extensions/goto/deck.goto.js +170 -0
  266. data/lib/resources/deck.js/extensions/hash/deck.hash.css +13 -0
  267. data/lib/resources/deck.js/extensions/hash/deck.hash.html +2 -0
  268. data/lib/resources/deck.js/extensions/hash/deck.hash.js +142 -0
  269. data/lib/resources/deck.js/extensions/menu/deck.menu.css +47 -0
  270. data/lib/resources/deck.js/extensions/menu/deck.menu.js +187 -0
  271. data/lib/resources/deck.js/extensions/navigation/deck.navigation.css +43 -0
  272. data/lib/resources/deck.js/extensions/navigation/deck.navigation.html +3 -0
  273. data/lib/resources/deck.js/extensions/navigation/deck.navigation.js +92 -0
  274. data/lib/resources/deck.js/extensions/scale/deck.scale.css +28 -0
  275. data/lib/resources/deck.js/extensions/scale/deck.scale.js +170 -0
  276. data/lib/resources/deck.js/extensions/split/README.md +30 -0
  277. data/lib/resources/deck.js/extensions/split/deck.split.js +59 -0
  278. data/lib/resources/deck.js/extensions/status/deck.status.css +18 -0
  279. data/lib/resources/deck.js/extensions/status/deck.status.html +6 -0
  280. data/lib/resources/deck.js/extensions/status/deck.status.js +95 -0
  281. data/lib/resources/deck.js/extensions/toc/deck.toc.css +40 -0
  282. data/lib/resources/deck.js/extensions/toc/deck.toc.html +12 -0
  283. data/lib/resources/deck.js/extensions/toc/deck.toc.js +271 -0
  284. data/lib/resources/deck.js/jquery-1.7.2.min.js +4 -0
  285. data/lib/resources/deck.js/jquery.min.js +4 -0
  286. data/lib/resources/deck.js/modernizr.custom.js +4 -0
  287. data/lib/resources/deck.js/themes/style/beamer.css +286 -0
  288. data/lib/resources/deck.js/themes/style/neon.css +123 -0
  289. data/lib/resources/deck.js/themes/style/swiss.css +84 -0
  290. data/lib/resources/deck.js/themes/style/web-2.0.css +214 -0
  291. data/lib/resources/deck.js/themes/transition/beamer.css +66 -0
  292. data/lib/resources/deck.js/themes/transition/fade.css +43 -0
  293. data/lib/resources/deck.js/themes/transition/horizontal-slide.css +76 -0
  294. data/lib/resources/deck.js/themes/transition/vertical-slide.css +94 -0
  295. data/lib/resources/revealjs/LICENSE +19 -0
  296. data/lib/resources/revealjs/css/print/paper.css +176 -0
  297. data/lib/resources/revealjs/css/print/pdf.css +190 -0
  298. data/lib/resources/revealjs/css/reveal.css +1880 -0
  299. data/lib/resources/revealjs/css/reveal.min.css +7 -0
  300. data/lib/resources/revealjs/css/theme/README.md +25 -0
  301. data/lib/resources/revealjs/css/theme/beige.css +148 -0
  302. data/lib/resources/revealjs/css/theme/blood.css +175 -0
  303. data/lib/resources/revealjs/css/theme/default.css +148 -0
  304. data/lib/resources/revealjs/css/theme/moon.css +148 -0
  305. data/lib/resources/revealjs/css/theme/night.css +136 -0
  306. data/lib/resources/revealjs/css/theme/serif.css +138 -0
  307. data/lib/resources/revealjs/css/theme/simple.css +138 -0
  308. data/lib/resources/revealjs/css/theme/sky.css +145 -0
  309. data/lib/resources/revealjs/css/theme/solarized.css +148 -0
  310. data/lib/resources/revealjs/css/theme/source/beige.scss +50 -0
  311. data/lib/resources/revealjs/css/theme/source/blood.scss +91 -0
  312. data/lib/resources/revealjs/css/theme/source/default.scss +42 -0
  313. data/lib/resources/revealjs/css/theme/source/moon.scss +68 -0
  314. data/lib/resources/revealjs/css/theme/source/night.scss +35 -0
  315. data/lib/resources/revealjs/css/theme/source/serif.scss +35 -0
  316. data/lib/resources/revealjs/css/theme/source/simple.scss +38 -0
  317. data/lib/resources/revealjs/css/theme/source/sky.scss +46 -0
  318. data/lib/resources/revealjs/css/theme/source/solarized.scss +74 -0
  319. data/lib/resources/revealjs/css/theme/template/mixins.scss +29 -0
  320. data/lib/resources/revealjs/css/theme/template/settings.scss +34 -0
  321. data/lib/resources/revealjs/css/theme/template/theme.scss +170 -0
  322. data/lib/resources/revealjs/js/reveal.js +3382 -0
  323. data/lib/resources/revealjs/js/reveal.min.js +9 -0
  324. data/lib/resources/revealjs/lib/css/zenburn.css +114 -0
  325. data/lib/resources/revealjs/lib/font/league_gothic-webfont.eot +0 -0
  326. data/lib/resources/revealjs/lib/font/league_gothic-webfont.svg +230 -0
  327. data/lib/resources/revealjs/lib/font/league_gothic-webfont.ttf +0 -0
  328. data/lib/resources/revealjs/lib/font/league_gothic-webfont.woff +0 -0
  329. data/lib/resources/revealjs/lib/font/league_gothic_license +2 -0
  330. data/lib/resources/revealjs/lib/js/classList.js +2 -0
  331. data/lib/resources/revealjs/lib/js/head.min.js +8 -0
  332. data/lib/resources/revealjs/lib/js/html5shiv.js +7 -0
  333. data/lib/resources/revealjs/plugin/highlight/highlight.js +32 -0
  334. data/lib/resources/revealjs/plugin/leap/leap.js +157 -0
  335. data/lib/resources/revealjs/plugin/markdown/example.html +129 -0
  336. data/lib/resources/revealjs/plugin/markdown/example.md +31 -0
  337. data/lib/resources/revealjs/plugin/markdown/markdown.js +392 -0
  338. data/lib/resources/revealjs/plugin/markdown/marked.js +37 -0
  339. data/lib/resources/revealjs/plugin/math/math.js +64 -0
  340. data/lib/resources/revealjs/plugin/multiplex/client.js +13 -0
  341. data/lib/resources/revealjs/plugin/multiplex/index.js +56 -0
  342. data/lib/resources/revealjs/plugin/multiplex/master.js +51 -0
  343. data/lib/resources/revealjs/plugin/notes-server/client.js +57 -0
  344. data/lib/resources/revealjs/plugin/notes-server/index.js +59 -0
  345. data/lib/resources/revealjs/plugin/notes-server/notes.html +142 -0
  346. data/lib/resources/revealjs/plugin/notes/notes.html +267 -0
  347. data/lib/resources/revealjs/plugin/notes/notes.js +78 -0
  348. data/lib/resources/revealjs/plugin/postmessage/example.html +39 -0
  349. data/lib/resources/revealjs/plugin/postmessage/postmessage.js +42 -0
  350. data/lib/resources/revealjs/plugin/print-pdf/print-pdf.js +44 -0
  351. data/lib/resources/revealjs/plugin/remotes/remotes.js +39 -0
  352. data/lib/resources/revealjs/plugin/search/search.js +196 -0
  353. data/lib/resources/revealjs/plugin/zoom-js/zoom.js +258 -0
  354. data/lib/resources/styles/asciidoctor.css +652 -0
  355. data/lib/resources/styles/colony.css +660 -0
  356. data/lib/resources/styles/foundation-lime.css +657 -0
  357. data/lib/resources/styles/foundation-potion.css +657 -0
  358. data/lib/resources/styles/foundation.css +648 -0
  359. data/lib/resources/styles/github.css +669 -0
  360. data/lib/resources/styles/golo.css +669 -0
  361. data/lib/resources/styles/iconic.css +692 -0
  362. data/lib/resources/styles/maker.css +668 -0
  363. data/lib/resources/styles/readthedocs.css +669 -0
  364. data/lib/resources/styles/redhat.css +654 -0
  365. data/lib/resources/styles/riak.css +689 -0
  366. data/lib/resources/styles/rocket-panda.css +662 -0
  367. data/lib/resources/styles/rubygems.css +650 -0
  368. data/lib/templates/_config.yml +27 -0
  369. data/lib/templates/{training → book}/GemFile +2 -1
  370. data/lib/templates/{training → book}/development/audio/ocean_waves.mp3 +0 -0
  371. data/lib/templates/book/development/book.adoc +121 -0
  372. data/lib/templates/{training → book}/development/image/hyla_frog.jpg +0 -0
  373. data/lib/templates/{training → book}/development/video/small.ogv +0 -0
  374. data/lib/templates/{training → book}/introduction/audio/ocean_waves.mp3 +0 -0
  375. data/lib/templates/book/introduction/book.adoc +121 -0
  376. data/lib/templates/{training → book}/introduction/image/hyla_frog.jpg +0 -0
  377. data/lib/templates/{training → book}/introduction/video/small.ogv +0 -0
  378. data/lib/templates/book/readme.adoc +10 -0
  379. data/lib/templates/sample/asciidoc_article.adoc +101 -10
  380. data/lib/templates/sample/asciidoc_audio.adoc +1 -1
  381. data/lib/templates/sample/asciidoc_book.adoc +125 -0
  382. data/lib/templates/sample/asciidoc_image.adoc +26 -0
  383. data/lib/templates/sample/asciidoc_report.adoc +66 -0
  384. data/lib/templates/sample/asciidoc_source.adoc +53 -0
  385. data/lib/templates/sample/asciidoc_table.adoc +36 -0
  386. data/lib/templates/sample/asciidoc_video.adoc +9 -1
  387. data/lib/templates/sample/slideshow_revealjs.adoc +26 -0
  388. data/lib/templates/training-exercises/_config.yml +3 -0
  389. data/lib/templates/training/{introduction → module-1}/article.adoc +7 -2
  390. data/lib/templates/training/module-1/audio/ocean_waves.mp3 +0 -0
  391. data/lib/templates/training/module-1/image/hyla_arborea.jpg +0 -0
  392. data/lib/templates/training/module-1/video/small.ogv +0 -0
  393. data/lib/templates/training/{development → module-2}/article.adoc +7 -2
  394. data/lib/templates/training/module-2/audio/ocean_waves.mp3 +0 -0
  395. data/lib/templates/training/module-2/image/hyla_arborea.jpg +0 -0
  396. data/lib/templates/training/module-2/video/small.ogv +0 -0
  397. data/lib/templates/training/readme.adoc +10 -1
  398. data/scenario.adoc +113 -20
  399. data/test/reports/test-1.0.x-11-12-2013.txt +123 -0
  400. data/todo.adoc +39 -0
  401. metadata +473 -51
  402. data/lib/hyla/training.rb +0 -25
  403. data/lib/templates/sample/asciidoc_source_highlight.adoc +0 -37
  404. data/lib/templates/training-exercises/Gemfile +0 -4
@@ -0,0 +1,668 @@
1
+ @import url(http://fonts.googleapis.com/css?family=Glegoo);
2
+ @import url(http://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.1/css/font-awesome.css);
3
+ /*! normalize.css v2.1.2 | MIT License | git.io/normalize */
4
+ /* ========================================================================== HTML5 display definitions ========================================================================== */
5
+ /** Correct `block` display not defined in IE 8/9. */
6
+ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
7
+
8
+ /** Correct `inline-block` display not defined in IE 8/9. */
9
+ audio, canvas, video { display: inline-block; }
10
+
11
+ /** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
12
+ audio:not([controls]) { display: none; height: 0; }
13
+
14
+ /** Address `[hidden]` styling not present in IE 8/9. Hide the `template` element in IE, Safari, and Firefox < 22. */
15
+ [hidden], template { display: none; }
16
+
17
+ script { display: none !important; }
18
+
19
+ /* ========================================================================== Base ========================================================================== */
20
+ /** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
21
+ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }
22
+
23
+ /** Remove default margin. */
24
+ body { margin: 0; }
25
+
26
+ /* ========================================================================== Links ========================================================================== */
27
+ /** Remove the gray background color from active links in IE 10. */
28
+ a { background: transparent; }
29
+
30
+ /** Address `outline` inconsistency between Chrome and other browsers. */
31
+ a:focus { outline: thin dotted; }
32
+
33
+ /** Improve readability when focused and also mouse hovered in all browsers. */
34
+ a:active, a:hover { outline: 0; }
35
+
36
+ /* ========================================================================== Typography ========================================================================== */
37
+ /** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */
38
+ h1 { font-size: 2em; margin: 0.67em 0; }
39
+
40
+ /** Address styling not present in IE 8/9, Safari 5, and Chrome. */
41
+ abbr[title] { border-bottom: 1px dotted; }
42
+
43
+ /** Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
44
+ b, strong { font-weight: bold; }
45
+
46
+ /** Address styling not present in Safari 5 and Chrome. */
47
+ dfn { font-style: italic; }
48
+
49
+ /** Address differences between Firefox and other browsers. */
50
+ hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
51
+
52
+ /** Address styling not present in IE 8/9. */
53
+ mark { background: #ff0; color: #000; }
54
+
55
+ /** Correct font family set oddly in Safari 5 and Chrome. */
56
+ code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }
57
+
58
+ /** Improve readability of pre-formatted text in all browsers. */
59
+ pre { white-space: pre-wrap; }
60
+
61
+ /** Set consistent quote types. */
62
+ q { quotes: "\201C" "\201D" "\2018" "\2019"; }
63
+
64
+ /** Address inconsistent and variable font size in all browsers. */
65
+ small { font-size: 80%; }
66
+
67
+ /** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
68
+ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
69
+
70
+ sup { top: -0.5em; }
71
+
72
+ sub { bottom: -0.25em; }
73
+
74
+ /* ========================================================================== Embedded content ========================================================================== */
75
+ /** Remove border when inside `a` element in IE 8/9. */
76
+ img { border: 0; }
77
+
78
+ /** Correct overflow displayed oddly in IE 9. */
79
+ svg:not(:root) { overflow: hidden; }
80
+
81
+ /* ========================================================================== Figures ========================================================================== */
82
+ /** Address margin not present in IE 8/9 and Safari 5. */
83
+ figure { margin: 0; }
84
+
85
+ /* ========================================================================== Forms ========================================================================== */
86
+ /** Define consistent border, margin, and padding. */
87
+ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
88
+
89
+ /** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
90
+ legend { border: 0; /* 1 */ padding: 0; /* 2 */ }
91
+
92
+ /** 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. */
93
+ button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ }
94
+
95
+ /** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
96
+ button, input { line-height: normal; }
97
+
98
+ /** 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. */
99
+ button, select { text-transform: none; }
100
+
101
+ /** 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. */
102
+ button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }
103
+
104
+ /** Re-set default cursor for disabled elements. */
105
+ button[disabled], html input[disabled] { cursor: default; }
106
+
107
+ /** 1. Address box sizing set to `content-box` in IE 8/9. 2. Remove excess padding in IE 8/9. */
108
+ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }
109
+
110
+ /** 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). */
111
+ input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }
112
+
113
+ /** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
114
+ input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
115
+
116
+ /** Remove inner padding and border in Firefox 4+. */
117
+ button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
118
+
119
+ /** 1. Remove default vertical scrollbar in IE 8/9. 2. Improve readability and alignment in all browsers. */
120
+ textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }
121
+
122
+ /* ========================================================================== Tables ========================================================================== */
123
+ /** Remove most spacing between table cells. */
124
+ table { border-collapse: collapse; border-spacing: 0; }
125
+
126
+ meta.foundation-mq-small { font-family: "only screen and (min-width: 768px)"; width: 768px; }
127
+
128
+ meta.foundation-mq-medium { font-family: "only screen and (min-width:1280px)"; width: 1280px; }
129
+
130
+ meta.foundation-mq-large { font-family: "only screen and (min-width:1440px)"; width: 1440px; }
131
+
132
+ *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
133
+
134
+ html, body { font-size: 100%; }
135
+
136
+ 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; }
137
+
138
+ a:hover { cursor: pointer; }
139
+
140
+ img, object, embed { max-width: 100%; height: auto; }
141
+
142
+ object, embed { height: 100%; }
143
+
144
+ img { -ms-interpolation-mode: bicubic; }
145
+
146
+ #map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; }
147
+
148
+ .left { float: left !important; }
149
+
150
+ .right { float: right !important; }
151
+
152
+ .text-left { text-align: left !important; }
153
+
154
+ .text-right { text-align: right !important; }
155
+
156
+ .text-center { text-align: center !important; }
157
+
158
+ .text-justify { text-align: justify !important; }
159
+
160
+ .hide { display: none; }
161
+
162
+ .antialiased, body { -webkit-font-smoothing: antialiased; }
163
+
164
+ img { display: inline-block; vertical-align: middle; }
165
+
166
+ textarea { height: auto; min-height: 50px; }
167
+
168
+ select { width: 100%; }
169
+
170
+ p.lead, .paragraph.lead > p, #preamble > .sectionbody > .paragraph:first-of-type p { font-size: 1.21875em; line-height: 1.6; }
171
+
172
+ .subheader, #content #toctitle, .admonitionblock td.content > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .mathblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, .sidebarblock > .title, .tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title, .tableblock > caption { line-height: 1.4; color: #a32421; font-weight: 300; margin-top: 0.2em; margin-bottom: 0.5em; }
173
+
174
+ /* Typography resets */
175
+ 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; }
176
+
177
+ /* Default Link Styles */
178
+ a { color: #cd2e29; text-decoration: none; line-height: inherit; }
179
+ a:hover, a:focus { color: #cd2e29; }
180
+ a img { border: none; }
181
+
182
+ /* Default paragraph styles */
183
+ p { font-family: inherit; font-weight: normal; font-size: 1em; line-height: 1.6; margin-bottom: 0.75em; text-rendering: optimizeLegibility; }
184
+ p aside { font-size: 0.875em; line-height: 1.35; font-style: italic; }
185
+
186
+ /* Default header styles */
187
+ h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { font-family: "Glegoo", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; font-style: normal; color: #555555; text-rendering: optimizeLegibility; margin-top: 0.5em; margin-bottom: 0.5em; line-height: 1.6125em; }
188
+ h1 small, h2 small, h3 small, #toctitle small, .sidebarblock > .content > .title small, h4 small, h5 small, h6 small { font-size: 60%; color: #a2a2a2; line-height: 0; }
189
+
190
+ h1 { font-size: 2.125em; }
191
+
192
+ h2 { font-size: 1.6875em; }
193
+
194
+ h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.375em; }
195
+
196
+ h4 { font-size: 1.125em; }
197
+
198
+ h5 { font-size: 1.125em; }
199
+
200
+ h6 { font-size: 1em; }
201
+
202
+ hr { border: solid #dddddd; border-width: 1px 0 0; clear: both; margin: 1.25em 0 1.1875em; height: 0; }
203
+
204
+ /* Helpful Typography Defaults */
205
+ em, i { font-style: italic; line-height: inherit; }
206
+
207
+ strong, b { font-weight: bold; line-height: inherit; }
208
+
209
+ small { font-size: 60%; line-height: inherit; }
210
+
211
+ code { font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: bold; color: black; }
212
+
213
+ /* Lists */
214
+ ul, ol, dl { font-size: 1em; line-height: 1.6; margin-bottom: 0.75em; list-style-position: outside; font-family: inherit; }
215
+
216
+ ul, ol { margin-left: 0; }
217
+ ul.no-bullet, ol.no-bullet { margin-left: 0; }
218
+
219
+ /* Unordered Lists */
220
+ ul li ul, ul li ol { margin-left: 1.25em; margin-bottom: 0; font-size: 1em; /* Override nested font-size change */ }
221
+ ul.square li ul, ul.circle li ul, ul.disc li ul { list-style: inherit; }
222
+ ul.square { list-style-type: square; }
223
+ ul.circle { list-style-type: circle; }
224
+ ul.disc { list-style-type: disc; }
225
+ ul.no-bullet { list-style: none; }
226
+
227
+ /* Ordered Lists */
228
+ ol li ul, ol li ol { margin-left: 1.25em; margin-bottom: 0; }
229
+
230
+ /* Definition Lists */
231
+ dl dt { margin-bottom: 0.3em; font-weight: bold; }
232
+ dl dd { margin-bottom: 0.75em; }
233
+
234
+ /* Abbreviations */
235
+ abbr, acronym { text-transform: uppercase; font-size: 90%; color: black; border-bottom: 1px dotted #dddddd; cursor: help; }
236
+
237
+ abbr { text-transform: none; }
238
+
239
+ /* Blockquotes */
240
+ blockquote { margin: 0 0 0.75em; padding: 0.5625em 1.25em 0 1.1875em; border-left: 1px solid #dddddd; }
241
+ blockquote cite { display: block; font-size: 0.8125em; color: #888888; }
242
+ blockquote cite:before { content: "\2014 \0020"; }
243
+ blockquote cite a, blockquote cite a:visited { color: #888888; }
244
+
245
+ blockquote, blockquote p { line-height: 1.6; color: #555555; }
246
+
247
+ /* Microformats */
248
+ .vcard { display: inline-block; margin: 0 0 1.25em 0; border: 1px solid #dddddd; padding: 0.625em 0.75em; }
249
+ .vcard li { margin: 0; display: block; }
250
+ .vcard .fn { font-weight: bold; font-size: 0.9375em; }
251
+
252
+ .vevent .summary { font-weight: bold; }
253
+ .vevent abbr { cursor: auto; text-decoration: none; font-weight: bold; border: none; padding: 0 0.0625em; }
254
+
255
+ @media only screen and (min-width: 768px) { h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { line-height: 1.8; }
256
+ h1 { font-size: 2.75em; }
257
+ h2 { font-size: 2.3125em; }
258
+ h3, #toctitle, .sidebarblock > .content > .title { font-size: 1.6875em; }
259
+ h4 { font-size: 1.4375em; } }
260
+ /* Print styles. Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
261
+ */
262
+ .print-only { display: none !important; }
263
+
264
+ @media print { * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; }
265
+ a, a:visited { text-decoration: underline; }
266
+ a[href]:after { content: " (" attr(href) ")"; }
267
+ abbr[title]:after { content: " (" attr(title) ")"; }
268
+ .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
269
+ pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
270
+ thead { display: table-header-group; /* h5bp.com/t */ }
271
+ tr, img { page-break-inside: avoid; }
272
+ img { max-width: 100% !important; }
273
+ @page { margin: 0.5cm; }
274
+ p, h2, h3, #toctitle, .sidebarblock > .content > .title { orphans: 3; widows: 3; }
275
+ h2, h3, #toctitle, .sidebarblock > .content > .title { page-break-after: avoid; }
276
+ .hide-on-print { display: none !important; }
277
+ .print-only { display: block !important; }
278
+ .hide-for-print { display: none !important; }
279
+ .show-for-print { display: inherit !important; } }
280
+ /* Tables */
281
+ table { background: white; margin-bottom: 1.25em; border: solid 1px #dddddd; }
282
+ table thead, table tfoot { background: whitesmoke; font-weight: bold; }
283
+ 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; }
284
+ table tr th, table tr td { padding: 0.5625em 0.625em; font-size: inherit; color: #222222; }
285
+ table tr.even, table tr.alt, table tr:nth-of-type(even) { background: #f9f9f9; }
286
+ 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.4; }
287
+
288
+ a:hover, a:focus { text-decoration: underline; }
289
+
290
+ .clearfix:before, .clearfix:after, .float-group:before, .float-group:after { content: " "; display: table; }
291
+ .clearfix:after, .float-group:after { clear: both; }
292
+
293
+ *:not(pre) > code { font-size: inherit; padding: 0; white-space: nowrap; background-color: inherit; border: 0 solid #dddddd; -webkit-border-radius: 3px; border-radius: 3px; text-shadow: none; }
294
+
295
+ pre, pre > code { line-height: 1.6; color: #333333; font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: normal; }
296
+
297
+ kbd.keyseq { color: #333333; }
298
+
299
+ kbd:not(.keyseq) { display: inline-block; color: black; font-size: 0.75em; line-height: 1.4; 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 2px white inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px white inset; margin: -0.15em 0.15em 0 0.15em; padding: 0.2em 0.6em 0.2em 0.5em; vertical-align: middle; white-space: nowrap; }
300
+
301
+ kbd kbd:first-child { margin-left: 0; }
302
+
303
+ kbd kbd:last-child { margin-right: 0; }
304
+
305
+ .menuseq, .menu { color: black; }
306
+
307
+ b.button:before { content: '[ '; }
308
+
309
+ b.button:after { content: ' ]'; }
310
+
311
+ #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: 1.5em; padding-right: 1.5em; }
312
+ #header:before, #header:after, #content:before, #content:after, #footnotes:before, #footnotes:after, #footer:before, #footer:after { content: " "; display: table; }
313
+ #header:after, #content:after, #footnotes:after, #footer:after { clear: both; }
314
+
315
+ #header { margin-bottom: 2.5em; }
316
+ #header > h1 { color: black; font-weight: 400; border-bottom: 1px solid #dddddd; margin-bottom: -28px; padding-bottom: 32px; }
317
+ #header span { color: #555555; }
318
+ #header #revnumber { text-transform: capitalize; }
319
+ #header br { display: none; }
320
+ #header br + span { padding-left: 3px; }
321
+ #header br + span:before { content: "\2013 \0020"; }
322
+ #header br + span.author { padding-left: 0; }
323
+ #header br + span.author:before { content: ", "; }
324
+
325
+ #toc { border-bottom: 0 solid #eeeeee; padding-bottom: 1.25em; }
326
+ #toc > ul { margin-left: 0.25em; }
327
+ #toc ul.sectlevel0 > li > a { font-style: italic; }
328
+ #toc ul.sectlevel0 ul.sectlevel1 { margin-left: 0; margin-top: 0.5em; margin-bottom: 0.5em; }
329
+ #toc ul { list-style-type: none; }
330
+
331
+ #toctitle { color: #a32421; }
332
+
333
+ @media only screen and (min-width: 768px) { body.toc2 { padding-left: 15em; padding-right: 0; }
334
+ #toc.toc2 { position: fixed; width: 15em; left: 0; top: 0; border-right: 1px solid #eeeeee; border-bottom: 0; z-index: 1000; padding: 1em; height: 100%; overflow: auto; }
335
+ #toc.toc2 #toctitle { margin-top: 0; font-size: 1.2em; }
336
+ #toc.toc2 > ul { font-size: .90em; }
337
+ #toc.toc2 ul ul { margin-left: 0; padding-left: 1em; }
338
+ #toc.toc2 ul.sectlevel0 ul.sectlevel1 { padding-left: 0; margin-top: 0.5em; margin-bottom: 0.5em; }
339
+ body.toc2.toc-right { padding-left: 0; padding-right: 15em; }
340
+ body.toc2.toc-right #toc.toc2 { border-right: 0; border-left: 1px solid #eeeeee; left: auto; right: 0; } }
341
+ @media only screen and (min-width: 1280px) { body.toc2 { padding-left: 20em; padding-right: 0; }
342
+ #toc.toc2 { width: 20em; }
343
+ #toc.toc2 #toctitle { font-size: 1.375em; }
344
+ #toc.toc2 > ul { font-size: 0.95em; }
345
+ #toc.toc2 ul ul { padding-left: 1.25em; }
346
+ body.toc2.toc-right { padding-left: 0; padding-right: 20em; } }
347
+ #content #toc { border-style: solid; border-width: 1px; border-color: gainsboro; margin-bottom: 1.25em; padding: 1.25em; background: whitesmoke; border-width: 0; -webkit-border-radius: 3px; border-radius: 3px; }
348
+ #content #toc > :first-child { margin-top: 0; }
349
+ #content #toc > :last-child { margin-bottom: 0; }
350
+ #content #toc a { text-decoration: none; }
351
+
352
+ #content #toctitle { font-weight: bold; font-family: "Droid Serif", Georgia, "Times New Roman", Times, serif; font-size: 1em; padding-left: 0.125em; }
353
+
354
+ #footer { max-width: 100%; background-color: none; padding: 1.25em; }
355
+
356
+ #footer-text { color: black; line-height: 1.44; }
357
+
358
+ .sect1 { padding-bottom: 1.25em; }
359
+
360
+ .sect1 + .sect1 { border-top: 0 solid #eeeeee; }
361
+
362
+ #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; width: 1em; margin-left: -1em; display: block; text-decoration: none; visibility: hidden; text-align: center; font-weight: normal; }
363
+ #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: .85em; vertical-align: text-top; display: block; margin-top: 0.05em; }
364
+ #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; }
365
+ #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: #555555; text-decoration: none; }
366
+ #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: #484848; }
367
+
368
+ .imageblock, .literalblock, .listingblock, .mathblock, .verseblock, .videoblock { margin-bottom: 1.25em; }
369
+
370
+ .admonitionblock td.content > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .mathblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, .sidebarblock > .title, .tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { text-align: left; font-weight: bold; }
371
+
372
+ .tableblock > caption { text-align: left; font-weight: bold; white-space: nowrap; overflow: visible; max-width: 0; }
373
+
374
+ table.tableblock #preamble > .sectionbody > .paragraph:first-of-type p { font-size: inherit; }
375
+
376
+ .admonitionblock > table { border: 0; background: none; width: 100%; }
377
+ .admonitionblock > table td.icon { text-align: center; width: 80px; }
378
+ .admonitionblock > table td.icon img { max-width: none; }
379
+ .admonitionblock > table td.icon .title { font-weight: bold; text-transform: uppercase; }
380
+ .admonitionblock > table td.content { padding-left: 1.125em; padding-right: 1.25em; border-left: 1px solid #dddddd; color: #555555; }
381
+ .admonitionblock > table td.content > :last-child > :last-child { margin-bottom: 0; }
382
+
383
+ .exampleblock > .content { border-style: solid; border-width: 1px; border-color: #d4d4d4; margin-bottom: 1.25em; padding: 1.25em; background: #eeeeee; -webkit-border-radius: 3px; border-radius: 3px; }
384
+ .exampleblock > .content > :first-child { margin-top: 0; }
385
+ .exampleblock > .content > :last-child { margin-bottom: 0; }
386
+ .exampleblock > .content h1, .exampleblock > .content h2, .exampleblock > .content h3, .exampleblock > .content #toctitle, .sidebarblock.exampleblock > .content > .title, .exampleblock > .content h4, .exampleblock > .content h5, .exampleblock > .content h6, .exampleblock > .content p { color: #333333; }
387
+ .exampleblock > .content h1, .exampleblock > .content h2, .exampleblock > .content h3, .exampleblock > .content #toctitle, .sidebarblock.exampleblock > .content > .title, .exampleblock > .content h4, .exampleblock > .content h5, .exampleblock > .content h6 { line-height: 1; margin-bottom: 0.625em; }
388
+ .exampleblock > .content h1.subheader, .exampleblock > .content h2.subheader, .exampleblock > .content h3.subheader, .exampleblock > .content .subheader#toctitle, .sidebarblock.exampleblock > .content > .subheader.title, .exampleblock > .content h4.subheader, .exampleblock > .content h5.subheader, .exampleblock > .content h6.subheader { line-height: 1.4; }
389
+
390
+ .exampleblock.result > .content { -webkit-box-shadow: 0 1px 8px #e3e3e3; box-shadow: 0 1px 8px #e3e3e3; }
391
+
392
+ .sidebarblock { border-style: solid; border-width: 1px; border-color: gainsboro; margin-bottom: 1.25em; padding: 1.25em; background: whitesmoke; -webkit-border-radius: 3px; border-radius: 3px; }
393
+ .sidebarblock > :first-child { margin-top: 0; }
394
+ .sidebarblock > :last-child { margin-bottom: 0; }
395
+ .sidebarblock h1, .sidebarblock h2, .sidebarblock h3, .sidebarblock #toctitle, .sidebarblock > .content > .title, .sidebarblock h4, .sidebarblock h5, .sidebarblock h6, .sidebarblock p { color: #333333; }
396
+ .sidebarblock h1, .sidebarblock h2, .sidebarblock h3, .sidebarblock #toctitle, .sidebarblock > .content > .title, .sidebarblock h4, .sidebarblock h5, .sidebarblock h6 { line-height: 1; margin-bottom: 0.625em; }
397
+ .sidebarblock h1.subheader, .sidebarblock h2.subheader, .sidebarblock h3.subheader, .sidebarblock .subheader#toctitle, .sidebarblock > .content > .subheader.title, .sidebarblock h4.subheader, .sidebarblock h5.subheader, .sidebarblock h6.subheader { line-height: 1.4; }
398
+ .sidebarblock > .content > .title { color: #a32421; margin-top: 0; line-height: 1.6; }
399
+
400
+ .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; }
401
+
402
+ .literalblock pre:not([class]), .listingblock pre:not([class]) { background: #f8f8f8; }
403
+ .literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { border-width: 1px; border-style: solid; border-color: #cccccc; -webkit-border-radius: 3px; border-radius: 3px; padding: 0.75em 0.75em 0.625em 0.75em; word-wrap: break-word; }
404
+ .literalblock pre.nowrap, .literalblock pre[class].nowrap, .listingblock pre.nowrap, .listingblock pre[class].nowrap { overflow-x: auto; white-space: pre; word-wrap: normal; }
405
+ .literalblock pre > code, .literalblock pre[class] > code, .listingblock pre > code, .listingblock pre[class] > code { display: block; }
406
+ @media only screen { .literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { font-size: 0.8em; } }
407
+ @media only screen and (min-width: 768px) { .literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { font-size: 0.9em; } }
408
+ @media only screen and (min-width: 1280px) { .literalblock pre, .literalblock pre[class], .listingblock pre, .listingblock pre[class] { font-size: 1em; } }
409
+
410
+ .listingblock pre.highlight { padding: 0; }
411
+ .listingblock pre.highlight > code { padding: 0.75em 0.75em 0.625em 0.75em; }
412
+
413
+ .listingblock > .content { position: relative; }
414
+
415
+ .listingblock:hover code[class*=" language-"]:before { text-transform: uppercase; font-size: 0.9em; color: #999; position: absolute; top: 0.375em; right: 0.375em; }
416
+
417
+ .listingblock:hover code.asciidoc:before { content: "asciidoc"; }
418
+ .listingblock:hover code.clojure:before { content: "clojure"; }
419
+ .listingblock:hover code.css:before { content: "css"; }
420
+ .listingblock:hover code.groovy:before { content: "groovy"; }
421
+ .listingblock:hover code.html:before { content: "html"; }
422
+ .listingblock:hover code.java:before { content: "java"; }
423
+ .listingblock:hover code.javascript:before { content: "javascript"; }
424
+ .listingblock:hover code.python:before { content: "python"; }
425
+ .listingblock:hover code.ruby:before { content: "ruby"; }
426
+ .listingblock:hover code.sass:before { content: "sass"; }
427
+ .listingblock:hover code.scss:before { content: "scss"; }
428
+ .listingblock:hover code.xml:before { content: "xml"; }
429
+ .listingblock:hover code.yaml:before { content: "yaml"; }
430
+
431
+ .listingblock.terminal pre .command:before { content: attr(data-prompt); padding-right: 0.5em; color: #999; }
432
+
433
+ .listingblock.terminal pre .command:not([data-prompt]):before { content: '$'; }
434
+
435
+ table.pyhltable { border: 0; margin-bottom: 0; }
436
+
437
+ table.pyhltable td { vertical-align: top; padding-top: 0; padding-bottom: 0; }
438
+
439
+ table.pyhltable td.code { padding-left: .75em; padding-right: 0; }
440
+
441
+ .highlight.pygments .lineno, table.pyhltable td:not(.code) { color: #999; padding-left: 0; padding-right: .5em; border-right: 1px solid #dddddd; }
442
+
443
+ .highlight.pygments .lineno { display: inline-block; margin-right: .25em; }
444
+
445
+ table.pyhltable .linenodiv { background-color: transparent !important; padding-right: 0 !important; }
446
+
447
+ .quoteblock { margin: 0 0 0.75em; padding: 0.5625em 1.25em 0 1.1875em; border-left: 1px solid #dddddd; }
448
+ .quoteblock blockquote { margin: 0 0 0.75em 0; padding: 0 0 0.5625em 0; border: 0; }
449
+ .quoteblock blockquote > .paragraph:last-child p { margin-bottom: 0; }
450
+ .quoteblock .attribution { margin-top: -.25em; padding-bottom: 0.5625em; font-size: 0.8125em; color: #888888; }
451
+ .quoteblock .attribution br { display: none; }
452
+ .quoteblock .attribution cite { display: block; margin-bottom: 0.625em; }
453
+
454
+ table thead th, table tfoot th { font-weight: bold; }
455
+
456
+ table.tableblock.grid-all { border-collapse: separate; border-spacing: 1px; -webkit-border-radius: 3px; border-radius: 3px; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; }
457
+
458
+ table.tableblock.frame-topbot, table.tableblock.frame-none { border-left: 0; border-right: 0; }
459
+
460
+ table.tableblock.frame-sides, table.tableblock.frame-none { border-top: 0; border-bottom: 0; }
461
+
462
+ table.tableblock td .paragraph:last-child p > p:last-child, table.tableblock th > p:last-child, table.tableblock td > p:last-child { margin-bottom: 0; }
463
+
464
+ th.tableblock.halign-left, td.tableblock.halign-left { text-align: left; }
465
+
466
+ th.tableblock.halign-right, td.tableblock.halign-right { text-align: right; }
467
+
468
+ th.tableblock.halign-center, td.tableblock.halign-center { text-align: center; }
469
+
470
+ th.tableblock.valign-top, td.tableblock.valign-top { vertical-align: top; }
471
+
472
+ th.tableblock.valign-bottom, td.tableblock.valign-bottom { vertical-align: bottom; }
473
+
474
+ th.tableblock.valign-middle, td.tableblock.valign-middle { vertical-align: middle; }
475
+
476
+ tbody tr th { display: table-cell; line-height: 1.4; background: whitesmoke; }
477
+
478
+ tbody tr th, tbody tr th p, tfoot tr th, tfoot tr th p { color: #222222; font-weight: bold; }
479
+
480
+ td > div.verse { white-space: pre; }
481
+
482
+ ol { margin-left: 0.25em; }
483
+
484
+ ul li ol { margin-left: 0; }
485
+
486
+ dl dd { margin-left: 1.125em; }
487
+
488
+ dl dd:last-child, dl dd:last-child > :last-child { margin-bottom: 0; }
489
+
490
+ ol > li p, ul > li p, ul dd, ol dd, .olist .olist, .ulist .ulist, .ulist .olist, .olist .ulist { margin-bottom: 0.375em; }
491
+
492
+ ul.unstyled, ol.unnumbered, ul.checklist, ul.none { list-style-type: none; }
493
+
494
+ ul.unstyled, ol.unnumbered, ul.checklist { margin-left: 0.625em; }
495
+
496
+ ul.checklist li > p:first-child > i[class^="icon-check"]:first-child, ul.checklist li > p:first-child > input[type="checkbox"]:first-child { margin-right: 0.25em; }
497
+
498
+ ul.checklist li > p:first-child > input[type="checkbox"]:first-child { position: relative; top: 1px; }
499
+
500
+ ul.inline { margin: 0 auto 0.375em auto; margin-left: -1.375em; margin-right: 0; padding: 0; list-style: none; overflow: hidden; }
501
+ ul.inline > li { list-style: none; float: left; margin-left: 1.375em; display: block; }
502
+ ul.inline > li > * { display: block; }
503
+
504
+ .unstyled dl dt { font-weight: normal; font-style: normal; }
505
+
506
+ ol.arabic { list-style-type: decimal; }
507
+
508
+ ol.decimal { list-style-type: decimal-leading-zero; }
509
+
510
+ ol.loweralpha { list-style-type: lower-alpha; }
511
+
512
+ ol.upperalpha { list-style-type: upper-alpha; }
513
+
514
+ ol.lowerroman { list-style-type: lower-roman; }
515
+
516
+ ol.upperroman { list-style-type: upper-roman; }
517
+
518
+ ol.lowergreek { list-style-type: lower-greek; }
519
+
520
+ .hdlist > table, .colist > table { border: 0; background: none; }
521
+ .hdlist > table > tbody > tr, .colist > table > tbody > tr { background: none; }
522
+
523
+ td.hdlist1 { padding-right: .8em; font-weight: bold; }
524
+
525
+ td.hdlist1, td.hdlist2 { vertical-align: top; }
526
+
527
+ .literalblock + .colist, .listingblock + .colist { margin-top: -0.5em; }
528
+
529
+ .colist > table tr > td:first-of-type { padding: 0 .8em; line-height: 1; }
530
+ .colist > table tr > td:last-of-type { padding: 0.25em 0; }
531
+
532
+ .qanda > ol > li > p > em:only-child { color: #b82925; }
533
+
534
+ .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; }
535
+
536
+ .imageblock.left, .imageblock[style*="float: left"] { margin: 0.25em 0.625em 1.25em 0; }
537
+ .imageblock.right, .imageblock[style*="float: right"] { margin: 0.25em 0 1.25em 0.625em; }
538
+ .imageblock > .title { margin-bottom: 0; }
539
+ .imageblock.thumb, .imageblock.th { border-width: 6px; }
540
+ .imageblock.thumb > .title, .imageblock.th > .title { padding: 0 0.125em; }
541
+
542
+ .image.left, .image.right { margin-top: 0.25em; margin-bottom: 0.25em; display: inline-block; line-height: 0; }
543
+ .image.left { margin-right: 0.625em; }
544
+ .image.right { margin-left: 0.625em; }
545
+
546
+ a.image { text-decoration: none; }
547
+
548
+ span.footnote, span.footnoteref { vertical-align: super; font-size: 0.875em; }
549
+ span.footnote a, span.footnoteref a { text-decoration: none; }
550
+
551
+ #footnotes { padding-top: 0.75em; padding-bottom: 0.75em; margin-bottom: 0.625em; }
552
+ #footnotes hr { width: 20%; min-width: 6.25em; margin: -.25em 0 .75em 0; border-width: 1px 0 0 0; }
553
+ #footnotes .footnote { padding: 0 0.375em; line-height: 1.3; font-size: 0.875em; margin-left: 1.2em; text-indent: -1.2em; margin-bottom: .2em; }
554
+ #footnotes .footnote a:first-of-type { font-weight: bold; text-decoration: none; }
555
+ #footnotes .footnote:last-of-type { margin-bottom: 0; }
556
+
557
+ #content #footnotes { margin-top: -0.625em; margin-bottom: 0; padding: 0.75em 0; }
558
+
559
+ .gist .file-data > table { border: none; background: #fff; width: 100%; margin-bottom: 0; }
560
+ .gist .file-data > table td.line-data { width: 99%; }
561
+
562
+ div.unbreakable { page-break-inside: avoid; }
563
+
564
+ .big { font-size: larger; }
565
+
566
+ .small { font-size: smaller; }
567
+
568
+ .underline { text-decoration: underline; }
569
+
570
+ .overline { text-decoration: overline; }
571
+
572
+ .line-through { text-decoration: line-through; }
573
+
574
+ .aqua { color: #00bfbf; }
575
+
576
+ .aqua-background { background-color: #00fafa; }
577
+
578
+ .black { color: black; }
579
+
580
+ .black-background { background-color: black; }
581
+
582
+ .blue { color: #0000bf; }
583
+
584
+ .blue-background { background-color: #0000fa; }
585
+
586
+ .fuchsia { color: #bf00bf; }
587
+
588
+ .fuchsia-background { background-color: #fa00fa; }
589
+
590
+ .gray { color: #606060; }
591
+
592
+ .gray-background { background-color: #7d7d7d; }
593
+
594
+ .green { color: #006000; }
595
+
596
+ .green-background { background-color: #007d00; }
597
+
598
+ .lime { color: #00bf00; }
599
+
600
+ .lime-background { background-color: #00fa00; }
601
+
602
+ .maroon { color: #600000; }
603
+
604
+ .maroon-background { background-color: #7d0000; }
605
+
606
+ .navy { color: #000060; }
607
+
608
+ .navy-background { background-color: #00007d; }
609
+
610
+ .olive { color: #606000; }
611
+
612
+ .olive-background { background-color: #7d7d00; }
613
+
614
+ .purple { color: #600060; }
615
+
616
+ .purple-background { background-color: #7d007d; }
617
+
618
+ .red { color: #bf0000; }
619
+
620
+ .red-background { background-color: #fa0000; }
621
+
622
+ .silver { color: #909090; }
623
+
624
+ .silver-background { background-color: #bcbcbc; }
625
+
626
+ .teal { color: #006060; }
627
+
628
+ .teal-background { background-color: #007d7d; }
629
+
630
+ .white { color: #bfbfbf; }
631
+
632
+ .white-background { background-color: #fafafa; }
633
+
634
+ .yellow { color: #bfbf00; }
635
+
636
+ .yellow-background { background-color: #fafa00; }
637
+
638
+ span.icon > [class^="icon-"], span.icon > [class*=" icon-"] { cursor: default; }
639
+
640
+ .admonitionblock td.icon [class^="icon-"]:before { font-size: 2.5em; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); cursor: default; }
641
+ .admonitionblock td.icon .icon-note:before { content: "\f05a"; color: #cd2e29; color: #9a221f; }
642
+ .admonitionblock td.icon .icon-tip:before { content: "\f0eb"; text-shadow: 1px 1px 2px rgba(155, 155, 0, 0.8); color: #111; }
643
+ .admonitionblock td.icon .icon-warning:before { content: "\f071"; color: #bf6900; }
644
+ .admonitionblock td.icon .icon-caution:before { content: "\f06d"; color: #bf3400; }
645
+ .admonitionblock td.icon .icon-important:before { content: "\f06a"; color: #bf0000; }
646
+
647
+ .conum { display: inline-block; color: white !important; background-color: black; -webkit-border-radius: 100px; border-radius: 100px; text-align: center; width: 20px; height: 20px; font-size: 12px; font-weight: bold; line-height: 20px; font-family: Arial, sans-serif; font-style: normal; position: relative; top: -2px; letter-spacing: -1px; }
648
+ .conum * { color: white !important; }
649
+ .conum + b { display: none; }
650
+ .conum:after { content: attr(data-value); }
651
+ .conum:not([data-value]):empty { display: none; }
652
+
653
+ body { background-image: url('../images/maker/body-bg.png?1385384924'); padding-bottom: 5em; }
654
+
655
+ #header, #content { background-color: #fff; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }
656
+
657
+ #content { -webkit-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; }
658
+
659
+ #header { -webkit-border-radius: 6px 6px 0 0; border-radius: 6px 6px 0 0; margin-top: 2em; margin-bottom: 0; padding-bottom: 0.625em; }
660
+
661
+ #footer-text { text-align: center; }
662
+
663
+ #toc { margin-top: 2em; }
664
+
665
+ #toctitle { color: #555555; }
666
+
667
+ .imageblock > .content { text-align: center; }
668
+ .imageblock > .title { text-align: center; font-style: italic; font-weight: normal; color: black; }