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,87 @@
1
+ doctype 5
2
+ html lang=(attr :lang, 'en' unless attr? :nolang)
3
+ head
4
+ meta charset="utf-8"
5
+ - [:description, :keywords, :author, :copyright].each do |key|
6
+ - if attr? key
7
+ meta name=key content=(attr key)
8
+
9
+ title=((doctitle :sanitize => true) || (attr 'untitled-label'))
10
+ meta content="yes" name="apple-mobile-web-app-capable"
11
+ meta content="black-translucent" name="apple-mobile-web-app-status-bar-style"
12
+ meta content="width=(device-width, initial-scale=1.0, maximum-scale=1.0,)user-scalable=no" name="viewport"
13
+
14
+ link href="revealjs/css/reveal.min.css" rel="stylesheet"
15
+
16
+ - if attr? :revealjs_theme
17
+ link rel='stylesheet' href='revealjs/css/theme/#{attr :revealjs_theme}.css' id='custom_theme'
18
+ - else
19
+ link rel='stylesheet' href='revealjs/css/theme/default.css' id='default_theme'
20
+
21
+ // For syntax highlighting
22
+ link href="revealjs/lib/css/zenburn.css" rel="stylesheet"
23
+ // If the query includes 'print-pdf', use the PDF print sheet
24
+ javascript:
25
+ document.write( '<link rel="stylesheet" href="css/print/' + ( window.location.search.match( /print-pdf/gi ) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print">' );
26
+ body
27
+ .reveal
28
+ // Any section element inside of this container is displayed as a slide
29
+ .slides
30
+ =content
31
+ script src="revealjs/lib/js/head.min.js"
32
+ script src="revealjs/js/reveal.min.js"
33
+ javascript:
34
+ // Full list of configuration options available here:
35
+ // https://github.com/hakimel/reveal.js#configuration
36
+ Reveal.initialize({
37
+
38
+ // Display controls in the bottom right corner
39
+ controls: true,
40
+ // Display a presentation progress bar
41
+ progress: true,
42
+ // Push each slide change to the browser history
43
+ history: false,
44
+ // Enable keyboard shortcuts for navigation
45
+ keyboard: true,
46
+ // Enable the slide overview mode
47
+ overview: true,
48
+ // Vertical centering of slides
49
+ center: true,
50
+ // Loop the presentation
51
+ loop: false,
52
+ // Change the presentation direction to be RTL
53
+ rtl: false,
54
+ // Number of milliseconds between automatically proceeding to the
55
+ // next slide, disabled when set to 0, this value can be overwritten
56
+ // by using a data-autoslide attribute on your slides
57
+ autoSlide: 0,
58
+ // Enable slide navigation via mouse wheel
59
+ mouseWheel: false,
60
+ // Apply a 3D roll to links on hover
61
+ rollingLinks: true,
62
+
63
+ // Transition speed
64
+ transitionSpeed: 'default', // default/fast/slow
65
+ // Transition style for full page backgrounds
66
+ backgroundTransition: 'default', // default/linear
67
+
68
+ theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
69
+
70
+ // Transition style
71
+ transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none
72
+
73
+ // Parallax scrolling
74
+ // parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg',
75
+ // parallaxBackgroundSize: '2100px 900px',
76
+
77
+ // Optional libraries used to extend on reveal.js
78
+ dependencies: [
79
+ { src: 'revealjs/lib/js/classList.js', condition: function() { return !document.body.classList; } },
80
+ { src: 'revealjs/plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
81
+ { src: 'revealjs/plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
82
+ { src: 'revealjs/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
83
+ { src: 'revealjs/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
84
+ { src: 'revealjs/plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
85
+ ]
86
+ });
87
+
@@ -0,0 +1,9 @@
1
+ - unless notitle || !has_header?
2
+ h1 id=@id =@header.title
3
+ =content
4
+ - unless !footnotes? || attr?(:nofootnotes)
5
+ #footnotes
6
+ hr
7
+ - footnotes.each do |fn|
8
+ .footnote id='_footnote_#{fn.index}'
9
+ <a href="#_footnoteref_#{fn.index}">#{fn.index}</a>. #{fn.text}
@@ -0,0 +1,8 @@
1
+ # Add custom functions to this module that you want to use in your Slim
2
+ # templates. Within the template you must namespace the function
3
+ # (unless someone can show me how to include them in the evaluation context).
4
+ # You can change the namespace to whatever you want.
5
+ module Helpers
6
+ #def self.a_helper_function
7
+ #end
8
+ end
@@ -0,0 +1,11 @@
1
+ - case @type
2
+ - when :xref
3
+ - refid = (attr :refid) || @target
4
+ a href=@target =(@text || @document.references[:ids].fetch(refid, "[#{refid}]")).tr_s("\n", ' ')
5
+ - when :ref
6
+ a id=@target
7
+ - when :bibref
8
+ a id=@target
9
+ |[#{@target}]
10
+ - else
11
+ a href=@target class=role target=(attr :window) =@text
@@ -0,0 +1,7 @@
1
+ - if @document.attr? :icons, 'font'
2
+ i.conum data-value=@text
3
+ b="(#{@text})"
4
+ - elsif @document.attr? :icons
5
+ img src=icon_uri("callouts/#{@text}") alt=@text
6
+ - else
7
+ b="(#{@text})"
@@ -0,0 +1,6 @@
1
+ - if @type == :xref
2
+ span.footnoteref
3
+ | [<a class="footnote" href="#_footnote_#{attr :index}" title="View footnote.">#{attr :index}</a>]
4
+ - else
5
+ span.footnote id=("_footnote_#{@id}" if @id)
6
+ | [<a id="_footnoteref_#{attr :index}" class="footnote" href="#_footnote_#{attr :index}" title="View footnote.">#{attr :index}</a>]
@@ -0,0 +1,24 @@
1
+ span class=[@type,role] style=("float: #{attr :float}" if attr? :float)
2
+ - if @type == 'icon' && (@document.attr? :icons, 'font')
3
+ - style_class = ["icon-#{@target}"]
4
+ - style_class << "icon-#{attr :size}" if attr? :size
5
+ - style_class << "icon-rotate-#{attr :rotate}" if attr? :rotate
6
+ - style_class << "icon-flip-#{attr :flip}" if attr? :flip
7
+ - if attr? :link
8
+ a.image href=(attr :link) target=(attr :window)
9
+ i class=style_class title=(attr :title)
10
+ - else
11
+ i class=style_class title=(attr :title)
12
+ - elsif @type == 'icon' && !(@document.attr? :icons)
13
+ - if attr? :link
14
+ a.image href=(attr :link) target=(attr :window)
15
+ |[#{attr :alt}]
16
+ - else
17
+ |[#{attr :alt}]
18
+ - else
19
+ - src = (@type == 'icon' ? (icon_uri @target) : (image_uri @target))
20
+ - if attr? :link
21
+ a.image href=(attr :link) target=(attr :window)
22
+ img src=src alt=(attr :alt) width=(attr :width) height=(attr :height) title=(attr :title)
23
+ - else
24
+ img src=src alt=(attr :alt) width=(attr :width) height=(attr :height) title=(attr :title)
@@ -0,0 +1,2 @@
1
+ - if @type == :visible
2
+ =@text
@@ -0,0 +1,8 @@
1
+ - if (keys = attr 'keys').size == 1
2
+ kbd=keys.first
3
+ - else
4
+ kbd.keyseq
5
+ - keys.each_with_index do |key, idx|
6
+ - unless idx.zero?
7
+ |+
8
+ kbd=key
@@ -0,0 +1,15 @@
1
+ - menu = attr 'menu'
2
+ - menuitem = attr 'menuitem'
3
+ - if !(submenus = attr 'submenus').empty?
4
+ span.menuseq
5
+ span.menu=menu
6
+ '&#160;&#9656;
7
+ ='submenus.map {|submenu| %(<span class="submenu">#{submenu}</span>&#160;&#9656; ) }.join.chop
8
+ span.menuitem=menuitem
9
+ - elsif !menuitem.nil?
10
+ span.menuseq
11
+ span.menu=menu
12
+ '&#160;&#9656;
13
+ span.menuitem=menuitem
14
+ - else
15
+ span.menu=menu
@@ -0,0 +1,22 @@
1
+ - unless @id.nil?
2
+ a id=@id
3
+ - case @type
4
+ - when :emphasis
5
+ em class=role =@text
6
+ - when :strong
7
+ strong class=role =@text
8
+ - when :monospaced
9
+ code class=role =@text
10
+ - when :superscript
11
+ sup class=role =@text
12
+ - when :subscript
13
+ sub class=role =@text
14
+ - when :double
15
+ =role? ? %(<span class="#{role}">&#8220;#{@text}&#8221;</span>) : %(&#8220;#{@text}&#8221;)
16
+ - when :single
17
+ =role? ? %(<span class="#{role}">&#8216;#{@text}&#8217;</span>) : %(&#8216;#{@text}&#8217;)
18
+ - when :asciimath, :latexmath
19
+ - open, close = ::Asciidoctor::INLINE_MATH_DELIMITERS[@type]
20
+ |#{open}#{@text}#{close}
21
+ - else
22
+ =role? ? %(<span class="#{role}">#{@text}</span>) : @text
@@ -0,0 +1,3 @@
1
+ section
2
+ h2 =title
3
+ =content.chomp
@@ -0,0 +1,407 @@
1
+ html, body {
2
+ height: 100%;
3
+ padding: 0;
4
+ margin: 0;
5
+ }
6
+
7
+ body.deck-container {
8
+ overflow-y: auto;
9
+ position: static;
10
+ }
11
+
12
+ .deck-container {
13
+ position: relative;
14
+ min-height: 100%;
15
+ margin: 0 auto;
16
+ padding: 0 48px;
17
+ font-size: 16px;
18
+ line-height: 1.25;
19
+ overflow: hidden;
20
+ /* Resets and base styles from HTML5 Boilerplate */
21
+ /* End HTML5 Boilerplate adaptations */
22
+ }
23
+ .js .deck-container {
24
+ visibility: hidden;
25
+ }
26
+ .ready .deck-container {
27
+ visibility: visible;
28
+ }
29
+ .touch .deck-container {
30
+ -webkit-text-size-adjust: none;
31
+ -moz-text-size-adjust: none;
32
+ }
33
+ .deck-container div, .deck-container span, .deck-container object, .deck-container iframe,
34
+ .deck-container h1, .deck-container h2, .deck-container h3, .deck-container h4, .deck-container h5, .deck-container h6, .deck-container p, .deck-container blockquote, .deck-container pre,
35
+ .deck-container abbr, .deck-container address, .deck-container cite, .deck-container code, .deck-container del, .deck-container dfn, .deck-container em, .deck-container img, .deck-container ins, .deck-container kbd, .deck-container q, .deck-container samp,
36
+ .deck-container small, .deck-container strong, .deck-container sub, .deck-container sup, .deck-container var, .deck-container b, .deck-container i, .deck-container dl, .deck-container dt, .deck-container dd, .deck-container ol, .deck-container ul, .deck-container li,
37
+ .deck-container fieldset, .deck-container form, .deck-container label, .deck-container legend,
38
+ .deck-container table, .deck-container caption, .deck-container tbody, .deck-container tfoot, .deck-container thead, .deck-container tr, .deck-container th, .deck-container td,
39
+ .deck-container article, .deck-container aside, .deck-container canvas, .deck-container details, .deck-container figcaption, .deck-container figure,
40
+ .deck-container footer, .deck-container header, .deck-container hgroup, .deck-container menu, .deck-container nav, .deck-container section, .deck-container summary,
41
+ .deck-container time, .deck-container mark, .deck-container audio, .deck-container video {
42
+ margin: 0;
43
+ padding: 0;
44
+ border: 0;
45
+ font-size: 100%;
46
+ font: inherit;
47
+ vertical-align: baseline;
48
+ }
49
+ .deck-container article, .deck-container aside, .deck-container details, .deck-container figcaption, .deck-container figure,
50
+ .deck-container footer, .deck-container header, .deck-container hgroup, .deck-container menu, .deck-container nav, .deck-container section {
51
+ display: block;
52
+ }
53
+ .deck-container blockquote, .deck-container q {
54
+ quotes: none;
55
+ }
56
+ .deck-container blockquote:before, .deck-container blockquote:after, .deck-container q:before, .deck-container q:after {
57
+ content: "";
58
+ content: none;
59
+ }
60
+ .deck-container ins {
61
+ background-color: #ff9;
62
+ color: #000;
63
+ text-decoration: none;
64
+ }
65
+ .deck-container mark {
66
+ background-color: #ff9;
67
+ color: #000;
68
+ font-style: italic;
69
+ font-weight: bold;
70
+ }
71
+ .deck-container del {
72
+ text-decoration: line-through;
73
+ }
74
+ .deck-container abbr[title], .deck-container dfn[title] {
75
+ border-bottom: 1px dotted;
76
+ cursor: help;
77
+ }
78
+ .deck-container table {
79
+ border-collapse: collapse;
80
+ border-spacing: 0;
81
+ }
82
+ .deck-container hr {
83
+ display: block;
84
+ height: 1px;
85
+ border: 0;
86
+ border-top: 1px solid #ccc;
87
+ margin: 1em 0;
88
+ padding: 0;
89
+ }
90
+ .deck-container input, .deck-container select {
91
+ vertical-align: middle;
92
+ }
93
+ .deck-container select, .deck-container input, .deck-container textarea, .deck-container button {
94
+ font: 99% sans-serif;
95
+ }
96
+ .deck-container pre, .deck-container code, .deck-container kbd, .deck-container samp {
97
+ font-family: monospace, sans-serif;
98
+ }
99
+ .deck-container a {
100
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
101
+ }
102
+ .deck-container a:hover, .deck-container a:active {
103
+ outline: none;
104
+ }
105
+ .deck-container ul, .deck-container ol {
106
+ margin-left: 2em;
107
+ vertical-align: top;
108
+ }
109
+ .deck-container ol {
110
+ list-style-type: decimal;
111
+ }
112
+ .deck-container nav ul, .deck-container nav li {
113
+ margin: 0;
114
+ list-style: none;
115
+ list-style-image: none;
116
+ }
117
+ .deck-container small {
118
+ font-size: 85%;
119
+ }
120
+ .deck-container strong, .deck-container th {
121
+ font-weight: bold;
122
+ }
123
+ .deck-container td {
124
+ vertical-align: top;
125
+ }
126
+ .deck-container sub, .deck-container sup {
127
+ font-size: 75%;
128
+ line-height: 0;
129
+ position: relative;
130
+ }
131
+ .deck-container sup {
132
+ top: -0.5em;
133
+ }
134
+ .deck-container sub {
135
+ bottom: -0.25em;
136
+ }
137
+ .deck-container textarea {
138
+ overflow: auto;
139
+ }
140
+ .ie6 .deck-container legend, .ie7 .deck-container legend {
141
+ margin-left: -7px;
142
+ }
143
+ .deck-container input[type="radio"] {
144
+ vertical-align: text-bottom;
145
+ }
146
+ .deck-container input[type="checkbox"] {
147
+ vertical-align: bottom;
148
+ }
149
+ .ie7 .deck-container input[type="checkbox"] {
150
+ vertical-align: baseline;
151
+ }
152
+ .ie6 .deck-container input {
153
+ vertical-align: text-bottom;
154
+ }
155
+ .deck-container label, .deck-container input[type="button"], .deck-container input[type="submit"], .deck-container input[type="image"], .deck-container button {
156
+ cursor: pointer;
157
+ }
158
+ .deck-container button, .deck-container input, .deck-container select, .deck-container textarea {
159
+ margin: 0;
160
+ }
161
+ .deck-container input:invalid, .deck-container textarea:invalid {
162
+ border-radius: 1px;
163
+ -moz-box-shadow: 0px 0px 5px red;
164
+ -webkit-box-shadow: 0px 0px 5px red;
165
+ box-shadow: 0px 0px 5px red;
166
+ }
167
+ .deck-container input:invalid .no-boxshadow, .deck-container textarea:invalid .no-boxshadow {
168
+ background-color: #f0dddd;
169
+ }
170
+ .deck-container button {
171
+ width: auto;
172
+ overflow: visible;
173
+ }
174
+ .ie7 .deck-container img {
175
+ -ms-interpolation-mode: bicubic;
176
+ }
177
+ .deck-container, .deck-container select, .deck-container input, .deck-container textarea {
178
+ color: #444;
179
+ }
180
+ .deck-container a {
181
+ color: #607890;
182
+ }
183
+ .deck-container a:hover, .deck-container a:focus {
184
+ color: #036;
185
+ }
186
+ .deck-container a:link {
187
+ -webkit-tap-highlight-color: #fff;
188
+ }
189
+ .deck-container.deck-loading {
190
+ display: none;
191
+ }
192
+
193
+ .slide {
194
+ width: auto;
195
+ min-height: 100%;
196
+ position: relative;
197
+ }
198
+ .slide h1 {
199
+ font-size: 4.5em;
200
+ }
201
+ .slide h1, .slide .vcenter {
202
+ font-weight: bold;
203
+ text-align: center;
204
+ padding-top: 1em;
205
+ max-height: 100%;
206
+ }
207
+ .csstransforms .slide h1, .csstransforms .slide .vcenter {
208
+ padding: 0 48px;
209
+ position: absolute;
210
+ left: 0;
211
+ right: 0;
212
+ top: 50%;
213
+ -webkit-transform: translate(0, -50%);
214
+ -moz-transform: translate(0, -50%);
215
+ -ms-transform: translate(0, -50%);
216
+ -o-transform: translate(0, -50%);
217
+ transform: translate(0, -50%);
218
+ }
219
+ .slide .vcenter h1 {
220
+ position: relative;
221
+ top: auto;
222
+ padding: 0;
223
+ -webkit-transform: none;
224
+ -moz-transform: none;
225
+ -ms-transform: none;
226
+ -o-transform: none;
227
+ transform: none;
228
+ }
229
+ .slide h2 {
230
+ font-size: 2.25em;
231
+ font-weight: bold;
232
+ padding-top: .5em;
233
+ margin: 0 0 .66666em 0;
234
+ border-bottom: 3px solid #888;
235
+ }
236
+ .slide h3 {
237
+ font-size: 1.4375em;
238
+ font-weight: bold;
239
+ margin-bottom: .30435em;
240
+ }
241
+ .slide h4 {
242
+ font-size: 1.25em;
243
+ font-weight: bold;
244
+ margin-bottom: .25em;
245
+ }
246
+ .slide h5 {
247
+ font-size: 1.125em;
248
+ font-weight: bold;
249
+ margin-bottom: .2222em;
250
+ }
251
+ .slide h6 {
252
+ font-size: 1em;
253
+ font-weight: bold;
254
+ }
255
+ .slide img, .slide iframe, .slide video {
256
+ display: block;
257
+ max-width: 100%;
258
+ }
259
+ .slide video, .slide iframe, .slide img {
260
+ display: block;
261
+ margin: 0 auto;
262
+ }
263
+ .slide p, .slide blockquote, .slide iframe, .slide img, .slide ul, .slide ol, .slide pre, .slide video {
264
+ margin-bottom: 1em;
265
+ }
266
+ .slide pre {
267
+ white-space: pre;
268
+ white-space: pre-wrap;
269
+ word-wrap: break-word;
270
+ padding: 1em;
271
+ border: 1px solid #888;
272
+ }
273
+ .slide em {
274
+ font-style: italic;
275
+ }
276
+ .slide li {
277
+ padding: .25em 0;
278
+ vertical-align: middle;
279
+ }
280
+
281
+ .deck-before, .deck-previous, .deck-next, .deck-after {
282
+ position: absolute;
283
+ left: -999em;
284
+ top: -999em;
285
+ }
286
+
287
+ .deck-current {
288
+ z-index: 2;
289
+ }
290
+
291
+ .slide .slide {
292
+ visibility: hidden;
293
+ position: static;
294
+ min-height: 0;
295
+ }
296
+
297
+ .deck-child-current {
298
+ position: static;
299
+ z-index: 2;
300
+ }
301
+ .deck-child-current .slide {
302
+ visibility: hidden;
303
+ }
304
+ .deck-child-current .deck-previous, .deck-child-current .deck-before, .deck-child-current .deck-current {
305
+ visibility: visible;
306
+ }
307
+
308
+ @media screen and (max-device-width: 480px) {
309
+ /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
310
+ }
311
+ @media print {
312
+ * {
313
+ background: transparent !important;
314
+ color: black !important;
315
+ text-shadow: none !important;
316
+ filter: none !important;
317
+ -ms-filter: none !important;
318
+ -webkit-box-reflect: none !important;
319
+ -moz-box-reflect: none !important;
320
+ -webkit-box-shadow: none !important;
321
+ -moz-box-shadow: none !important;
322
+ box-shadow: none !important;
323
+ }
324
+ * :before, * :after {
325
+ display: none !important;
326
+ }
327
+
328
+ a, a:visited {
329
+ color: #444 !important;
330
+ text-decoration: underline;
331
+ }
332
+
333
+ a[href]:after {
334
+ content: " (" attr(href) ")";
335
+ }
336
+
337
+ abbr[title]:after {
338
+ content: " (" attr(title) ")";
339
+ }
340
+
341
+ .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
342
+ content: "";
343
+ }
344
+
345
+ pre, blockquote {
346
+ border: 1px solid #999;
347
+ page-break-inside: avoid;
348
+ }
349
+
350
+ thead {
351
+ display: table-header-group;
352
+ }
353
+
354
+ tr, img {
355
+ page-break-inside: avoid;
356
+ }
357
+
358
+ @page {
359
+ margin: 0.5cm;
360
+ }
361
+
362
+ p, h2, h3 {
363
+ orphans: 3;
364
+ widows: 3;
365
+ }
366
+
367
+ h2, h3 {
368
+ page-break-after: avoid;
369
+ }
370
+
371
+ .slide {
372
+ position: static !important;
373
+ visibility: visible !important;
374
+ display: block !important;
375
+ -webkit-transform: none !important;
376
+ -moz-transform: none !important;
377
+ -o-transform: none !important;
378
+ -ms-transform: none !important;
379
+ transform: none !important;
380
+ opacity: 1 !important;
381
+ }
382
+
383
+ h1, .vcenter {
384
+ -webkit-transform: none !important;
385
+ -moz-transform: none !important;
386
+ -o-transform: none !important;
387
+ -ms-transform: none !important;
388
+ transform: none !important;
389
+ padding: 0 !important;
390
+ position: static !important;
391
+ }
392
+
393
+ .deck-container > .slide {
394
+ page-break-after: always;
395
+ }
396
+
397
+ .deck-container {
398
+ width: 100% !important;
399
+ height: auto !important;
400
+ padding: 0 !important;
401
+ display: block !important;
402
+ }
403
+
404
+ script {
405
+ display: none;
406
+ }
407
+ }