dyndoc-ruby 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (466) hide show
  1. checksums.yaml +4 -4
  2. data/bin/dyn-init.rb +9 -0
  3. data/share/demo/first.dyn +38 -0
  4. data/share/demo/second.dyn +87 -0
  5. data/share/demo/simple.dyn +10 -0
  6. data/share/demo/simple_lib.dyn +2 -0
  7. data/share/demo/simple_lib2.dyn +2 -0
  8. data/share/demo/testBeamer.dyn +77 -0
  9. data/share/demo/testBeamer_lib.dyn +7 -0
  10. data/share/demo/test_atom.dyn +79 -0
  11. data/share/etc/alias +3 -0
  12. data/share/etc/dyndoc_library_path +1 -0
  13. data/share/etc/helpers +1 -0
  14. data/share/etc/pandoc/README.INSTALL +1 -0
  15. data/share/etc/pandoc/config.rb +4 -0
  16. data/share/etc/pandoc/extra/reveal.js-3.0.0/CONTRIBUTING.md +19 -0
  17. data/share/etc/pandoc/extra/reveal.js-3.0.0/Gruntfile.js +174 -0
  18. data/share/etc/pandoc/extra/reveal.js-3.0.0/LICENSE +19 -0
  19. data/share/etc/pandoc/extra/reveal.js-3.0.0/README.md +950 -0
  20. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/print/paper.css +202 -0
  21. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/print/pdf.css +157 -0
  22. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/reveal.css +1141 -0
  23. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/reveal.min.css +1141 -0
  24. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/reveal.scss +1316 -0
  25. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/README.md +25 -0
  26. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/beige.css +265 -0
  27. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/black.css +261 -0
  28. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/blood.css +291 -0
  29. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/default.css +268 -0
  30. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/league.css +267 -0
  31. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/moon.css +265 -0
  32. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/night.css +259 -0
  33. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/serif.css +261 -0
  34. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/simple.css +261 -0
  35. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/sky.css +268 -0
  36. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/solarized.css +265 -0
  37. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/source/beige.scss +39 -0
  38. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/source/black.scss +49 -0
  39. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/source/blood.scss +91 -0
  40. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/source/league.scss +34 -0
  41. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/source/moon.scss +57 -0
  42. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/source/night.scss +35 -0
  43. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/source/serif.scss +35 -0
  44. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/source/simple.scss +38 -0
  45. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/source/sky.scss +46 -0
  46. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/source/solarized.scss +63 -0
  47. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/source/white.scss +49 -0
  48. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/template/mixins.scss +29 -0
  49. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/template/settings.scss +43 -0
  50. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/template/theme.scss +339 -0
  51. data/share/etc/pandoc/extra/reveal.js-3.0.0/css/theme/white.css +261 -0
  52. data/share/etc/pandoc/extra/reveal.js-3.0.0/index.html +408 -0
  53. data/share/etc/pandoc/extra/reveal.js-3.0.0/js/reveal.js +4276 -0
  54. data/share/etc/pandoc/extra/reveal.js-3.0.0/js/reveal.min.js +4276 -0
  55. data/share/etc/pandoc/extra/reveal.js-3.0.0/lib/css/zenburn.css +117 -0
  56. data/share/etc/pandoc/extra/reveal.js-3.0.0/lib/font/league-gothic/LICENSE +2 -0
  57. data/share/etc/pandoc/extra/reveal.js-3.0.0/lib/font/league-gothic/league-gothic.css +10 -0
  58. data/share/etc/pandoc/extra/reveal.js-3.0.0/lib/font/league-gothic/league-gothic.eot +0 -0
  59. data/share/etc/pandoc/extra/reveal.js-3.0.0/lib/font/league-gothic/league-gothic.ttf +0 -0
  60. data/share/etc/pandoc/extra/reveal.js-3.0.0/lib/font/league-gothic/league-gothic.woff +0 -0
  61. data/share/etc/pandoc/extra/reveal.js-3.0.0/lib/font/source-sans-pro/LICENSE +45 -0
  62. data/share/etc/pandoc/extra/reveal.js-3.0.0/lib/font/source-sans-pro/source-sans-pro-italic.eot +0 -0
  63. data/share/etc/pandoc/extra/reveal.js-3.0.0/lib/font/source-sans-pro/source-sans-pro-italic.ttf +0 -0
  64. data/share/etc/pandoc/extra/reveal.js-3.0.0/lib/font/source-sans-pro/source-sans-pro-italic.woff +0 -0
  65. data/share/etc/pandoc/extra/reveal.js-3.0.0/lib/font/source-sans-pro/source-sans-pro-regular.eot +0 -0
  66. data/share/etc/pandoc/extra/reveal.js-3.0.0/lib/font/source-sans-pro/source-sans-pro-regular.ttf +0 -0
  67. data/share/etc/pandoc/extra/reveal.js-3.0.0/lib/font/source-sans-pro/source-sans-pro-regular.woff +0 -0
  68. data/share/etc/pandoc/extra/reveal.js-3.0.0/lib/font/source-sans-pro/source-sans-pro-semibold.eot +0 -0
  69. data/share/etc/pandoc/extra/reveal.js-3.0.0/lib/font/source-sans-pro/source-sans-pro-semibold.ttf +0 -0
  70. data/share/etc/pandoc/extra/reveal.js-3.0.0/lib/font/source-sans-pro/source-sans-pro-semibold.woff +0 -0
  71. data/share/etc/pandoc/extra/reveal.js-3.0.0/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot +0 -0
  72. data/share/etc/pandoc/extra/reveal.js-3.0.0/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf +0 -0
  73. data/share/etc/pandoc/extra/reveal.js-3.0.0/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff +0 -0
  74. data/share/etc/pandoc/extra/reveal.js-3.0.0/lib/font/source-sans-pro/source-sans-pro.css +39 -0
  75. data/share/etc/pandoc/extra/reveal.js-3.0.0/lib/js/classList.js +2 -0
  76. data/share/etc/pandoc/extra/reveal.js-3.0.0/lib/js/head.min.js +8 -0
  77. data/share/etc/pandoc/extra/reveal.js-3.0.0/lib/js/html5shiv.js +7 -0
  78. data/share/etc/pandoc/extra/reveal.js-3.0.0/package.json +48 -0
  79. data/share/etc/pandoc/extra/reveal.js-3.0.0/plugin/highlight/highlight.js +30 -0
  80. data/share/etc/pandoc/extra/reveal.js-3.0.0/plugin/leap/leap.js +159 -0
  81. data/share/etc/pandoc/extra/reveal.js-3.0.0/plugin/markdown/example.html +129 -0
  82. data/share/etc/pandoc/extra/reveal.js-3.0.0/plugin/markdown/example.md +31 -0
  83. data/share/etc/pandoc/extra/reveal.js-3.0.0/plugin/markdown/markdown.js +393 -0
  84. data/share/etc/pandoc/extra/reveal.js-3.0.0/plugin/markdown/marked.js +37 -0
  85. data/share/etc/pandoc/extra/reveal.js-3.0.0/plugin/math/math.js +64 -0
  86. data/share/etc/pandoc/extra/reveal.js-3.0.0/plugin/multiplex/client.js +13 -0
  87. data/share/etc/pandoc/extra/reveal.js-3.0.0/plugin/multiplex/index.js +56 -0
  88. data/share/etc/pandoc/extra/reveal.js-3.0.0/plugin/multiplex/master.js +51 -0
  89. data/share/etc/pandoc/extra/reveal.js-3.0.0/plugin/notes-server/client.js +60 -0
  90. data/share/etc/pandoc/extra/reveal.js-3.0.0/plugin/notes-server/index.js +66 -0
  91. data/share/etc/pandoc/extra/reveal.js-3.0.0/plugin/notes-server/notes.html +396 -0
  92. data/share/etc/pandoc/extra/reveal.js-3.0.0/plugin/notes/notes.html +406 -0
  93. data/share/etc/pandoc/extra/reveal.js-3.0.0/plugin/notes/notes.js +122 -0
  94. data/share/etc/pandoc/extra/reveal.js-3.0.0/plugin/print-pdf/print-pdf.js +48 -0
  95. data/share/etc/pandoc/extra/reveal.js-3.0.0/plugin/remotes/remotes.js +39 -0
  96. data/share/etc/pandoc/extra/reveal.js-3.0.0/plugin/search/search.js +196 -0
  97. data/share/etc/pandoc/extra/reveal.js-3.0.0/plugin/zoom-js/zoom.js +278 -0
  98. data/share/etc/pandoc/extra/reveal.js-3.0.0/test/examples/assets/image1.png +0 -0
  99. data/share/etc/pandoc/extra/reveal.js-3.0.0/test/examples/assets/image2.png +0 -0
  100. data/share/etc/pandoc/extra/reveal.js-3.0.0/test/examples/barebones.html +41 -0
  101. data/share/etc/pandoc/extra/reveal.js-3.0.0/test/examples/embedded-media.html +49 -0
  102. data/share/etc/pandoc/extra/reveal.js-3.0.0/test/examples/math.html +185 -0
  103. data/share/etc/pandoc/extra/reveal.js-3.0.0/test/examples/slide-backgrounds.html +144 -0
  104. data/share/etc/pandoc/extra/reveal.js-3.0.0/test/qunit-1.12.0.css +244 -0
  105. data/share/etc/pandoc/extra/reveal.js-3.0.0/test/qunit-1.12.0.js +2212 -0
  106. data/share/etc/pandoc/extra/reveal.js-3.0.0/test/test-markdown-element-attributes.html +134 -0
  107. data/share/etc/pandoc/extra/reveal.js-3.0.0/test/test-markdown-element-attributes.js +46 -0
  108. data/share/etc/pandoc/extra/reveal.js-3.0.0/test/test-markdown-slide-attributes.html +128 -0
  109. data/share/etc/pandoc/extra/reveal.js-3.0.0/test/test-markdown-slide-attributes.js +47 -0
  110. data/share/etc/pandoc/extra/reveal.js-3.0.0/test/test-markdown.html +52 -0
  111. data/share/etc/pandoc/extra/reveal.js-3.0.0/test/test-markdown.js +15 -0
  112. data/share/etc/pandoc/extra/reveal.js-3.0.0/test/test-pdf.html +83 -0
  113. data/share/etc/pandoc/extra/reveal.js-3.0.0/test/test-pdf.js +15 -0
  114. data/share/etc/pandoc/extra/reveal.js-3.0.0/test/test.html +82 -0
  115. data/share/etc/pandoc/extra/reveal.js-3.0.0/test/test.js +572 -0
  116. data/share/etc/pandoc/extra/reveal.js-3.1.0/CONTRIBUTING.md +23 -0
  117. data/share/etc/pandoc/extra/reveal.js-3.1.0/Gruntfile.js +170 -0
  118. data/share/etc/pandoc/extra/reveal.js-3.1.0/LICENSE +19 -0
  119. data/share/etc/pandoc/extra/reveal.js-3.1.0/README.md +1050 -0
  120. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/print/paper.css +202 -0
  121. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/print/pdf.css +157 -0
  122. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/reveal.css +1175 -0
  123. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/reveal.scss +1319 -0
  124. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/README.md +23 -0
  125. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/beige.css +271 -0
  126. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/black.css +267 -0
  127. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/blood.css +285 -0
  128. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/league.css +273 -0
  129. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/moon.css +271 -0
  130. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/night.css +265 -0
  131. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/serif.css +267 -0
  132. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/simple.css +267 -0
  133. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/sky.css +274 -0
  134. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/solarized.css +271 -0
  135. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/source/beige.scss +39 -0
  136. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/source/black.scss +49 -0
  137. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/source/blood.scss +79 -0
  138. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/source/league.scss +34 -0
  139. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/source/moon.scss +57 -0
  140. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/source/night.scss +35 -0
  141. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/source/serif.scss +35 -0
  142. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/source/simple.scss +38 -0
  143. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/source/sky.scss +46 -0
  144. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/source/solarized.scss +63 -0
  145. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/source/white.scss +49 -0
  146. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/template/mixins.scss +29 -0
  147. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/template/settings.scss +43 -0
  148. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/template/theme.scss +349 -0
  149. data/share/etc/pandoc/extra/reveal.js-3.1.0/css/theme/white.css +267 -0
  150. data/share/etc/pandoc/extra/reveal.js-3.1.0/index.html +411 -0
  151. data/share/etc/pandoc/extra/reveal.js-3.1.0/js/reveal.js +4508 -0
  152. data/share/etc/pandoc/extra/reveal.js-3.1.0/lib/css/zenburn.css +117 -0
  153. data/share/etc/pandoc/extra/reveal.js-3.1.0/lib/font/league-gothic/LICENSE +2 -0
  154. data/share/etc/pandoc/extra/reveal.js-3.1.0/lib/font/league-gothic/league-gothic.css +10 -0
  155. data/share/etc/pandoc/extra/reveal.js-3.1.0/lib/font/league-gothic/league-gothic.eot +0 -0
  156. data/share/etc/pandoc/extra/reveal.js-3.1.0/lib/font/league-gothic/league-gothic.ttf +0 -0
  157. data/share/etc/pandoc/extra/reveal.js-3.1.0/lib/font/league-gothic/league-gothic.woff +0 -0
  158. data/share/etc/pandoc/extra/reveal.js-3.1.0/lib/font/source-sans-pro/LICENSE +45 -0
  159. data/share/etc/pandoc/extra/reveal.js-3.1.0/lib/font/source-sans-pro/source-sans-pro-italic.eot +0 -0
  160. data/share/etc/pandoc/extra/reveal.js-3.1.0/lib/font/source-sans-pro/source-sans-pro-italic.ttf +0 -0
  161. data/share/etc/pandoc/extra/reveal.js-3.1.0/lib/font/source-sans-pro/source-sans-pro-italic.woff +0 -0
  162. data/share/etc/pandoc/extra/reveal.js-3.1.0/lib/font/source-sans-pro/source-sans-pro-regular.eot +0 -0
  163. data/share/etc/pandoc/extra/reveal.js-3.1.0/lib/font/source-sans-pro/source-sans-pro-regular.ttf +0 -0
  164. data/share/etc/pandoc/extra/reveal.js-3.1.0/lib/font/source-sans-pro/source-sans-pro-regular.woff +0 -0
  165. data/share/etc/pandoc/extra/reveal.js-3.1.0/lib/font/source-sans-pro/source-sans-pro-semibold.eot +0 -0
  166. data/share/etc/pandoc/extra/reveal.js-3.1.0/lib/font/source-sans-pro/source-sans-pro-semibold.ttf +0 -0
  167. data/share/etc/pandoc/extra/reveal.js-3.1.0/lib/font/source-sans-pro/source-sans-pro-semibold.woff +0 -0
  168. data/share/etc/pandoc/extra/reveal.js-3.1.0/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot +0 -0
  169. data/share/etc/pandoc/extra/reveal.js-3.1.0/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf +0 -0
  170. data/share/etc/pandoc/extra/reveal.js-3.1.0/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff +0 -0
  171. data/share/etc/pandoc/extra/reveal.js-3.1.0/lib/font/source-sans-pro/source-sans-pro.css +39 -0
  172. data/share/etc/pandoc/extra/reveal.js-3.1.0/lib/js/classList.js +2 -0
  173. data/share/etc/pandoc/extra/reveal.js-3.1.0/lib/js/head.min.js +8 -0
  174. data/share/etc/pandoc/extra/reveal.js-3.1.0/lib/js/html5shiv.js +7 -0
  175. data/share/etc/pandoc/extra/reveal.js-3.1.0/package.json +49 -0
  176. data/share/etc/pandoc/extra/reveal.js-3.1.0/plugin/highlight/highlight.js +30 -0
  177. data/share/etc/pandoc/extra/reveal.js-3.1.0/plugin/leap/leap.js +159 -0
  178. data/share/etc/pandoc/extra/reveal.js-3.1.0/plugin/markdown/example.html +129 -0
  179. data/share/etc/pandoc/extra/reveal.js-3.1.0/plugin/markdown/example.md +31 -0
  180. data/share/etc/pandoc/extra/reveal.js-3.1.0/plugin/markdown/markdown.js +393 -0
  181. data/share/etc/pandoc/extra/reveal.js-3.1.0/plugin/markdown/marked.js +6 -0
  182. data/share/etc/pandoc/extra/reveal.js-3.1.0/plugin/math/math.js +64 -0
  183. data/share/etc/pandoc/extra/reveal.js-3.1.0/plugin/multiplex/client.js +13 -0
  184. data/share/etc/pandoc/extra/reveal.js-3.1.0/plugin/multiplex/index.js +56 -0
  185. data/share/etc/pandoc/extra/reveal.js-3.1.0/plugin/multiplex/master.js +51 -0
  186. data/share/etc/pandoc/extra/reveal.js-3.1.0/plugin/notes-server/client.js +60 -0
  187. data/share/etc/pandoc/extra/reveal.js-3.1.0/plugin/notes-server/index.js +66 -0
  188. data/share/etc/pandoc/extra/reveal.js-3.1.0/plugin/notes-server/notes.html +396 -0
  189. data/share/etc/pandoc/extra/reveal.js-3.1.0/plugin/notes/notes.html +406 -0
  190. data/share/etc/pandoc/extra/reveal.js-3.1.0/plugin/notes/notes.js +122 -0
  191. data/share/etc/pandoc/extra/reveal.js-3.1.0/plugin/print-pdf/print-pdf.js +48 -0
  192. data/share/etc/pandoc/extra/reveal.js-3.1.0/plugin/remotes/remotes.js +39 -0
  193. data/share/etc/pandoc/extra/reveal.js-3.1.0/plugin/search/search.js +196 -0
  194. data/share/etc/pandoc/extra/reveal.js-3.1.0/plugin/zoom-js/zoom.js +278 -0
  195. data/share/etc/pandoc/extra/reveal.js-3.1.0/test/examples/assets/image1.png +0 -0
  196. data/share/etc/pandoc/extra/reveal.js-3.1.0/test/examples/assets/image2.png +0 -0
  197. data/share/etc/pandoc/extra/reveal.js-3.1.0/test/examples/barebones.html +41 -0
  198. data/share/etc/pandoc/extra/reveal.js-3.1.0/test/examples/embedded-media.html +49 -0
  199. data/share/etc/pandoc/extra/reveal.js-3.1.0/test/examples/math.html +185 -0
  200. data/share/etc/pandoc/extra/reveal.js-3.1.0/test/examples/slide-backgrounds.html +144 -0
  201. data/share/etc/pandoc/extra/reveal.js-3.1.0/test/examples/slide-transitions.html +101 -0
  202. data/share/etc/pandoc/extra/reveal.js-3.1.0/test/qunit-1.12.0.css +244 -0
  203. data/share/etc/pandoc/extra/reveal.js-3.1.0/test/qunit-1.12.0.js +2212 -0
  204. data/share/etc/pandoc/extra/reveal.js-3.1.0/test/test-markdown-element-attributes.html +134 -0
  205. data/share/etc/pandoc/extra/reveal.js-3.1.0/test/test-markdown-element-attributes.js +46 -0
  206. data/share/etc/pandoc/extra/reveal.js-3.1.0/test/test-markdown-slide-attributes.html +128 -0
  207. data/share/etc/pandoc/extra/reveal.js-3.1.0/test/test-markdown-slide-attributes.js +47 -0
  208. data/share/etc/pandoc/extra/reveal.js-3.1.0/test/test-markdown.html +52 -0
  209. data/share/etc/pandoc/extra/reveal.js-3.1.0/test/test-markdown.js +15 -0
  210. data/share/etc/pandoc/extra/reveal.js-3.1.0/test/test-pdf.html +83 -0
  211. data/share/etc/pandoc/extra/reveal.js-3.1.0/test/test-pdf.js +15 -0
  212. data/share/etc/pandoc/extra/reveal.js-3.1.0/test/test.html +85 -0
  213. data/share/etc/pandoc/extra/reveal.js-3.1.0/test/test.js +589 -0
  214. data/share/etc/pandoc/extra/s5-ui/default/blank.gif +0 -0
  215. data/share/etc/pandoc/extra/s5-ui/default/bodybg.gif +0 -0
  216. data/share/etc/pandoc/extra/s5-ui/default/framing.css +23 -0
  217. data/share/etc/pandoc/extra/s5-ui/default/iepngfix.htc +42 -0
  218. data/share/etc/pandoc/extra/s5-ui/default/opera.css +7 -0
  219. data/share/etc/pandoc/extra/s5-ui/default/outline.css +15 -0
  220. data/share/etc/pandoc/extra/s5-ui/default/pretty.css +86 -0
  221. data/share/etc/pandoc/extra/s5-ui/default/print.css +1 -0
  222. data/share/etc/pandoc/extra/s5-ui/default/s5-core.css +9 -0
  223. data/share/etc/pandoc/extra/s5-ui/default/slides.css +3 -0
  224. data/share/etc/pandoc/extra/s5-ui/default/slides.js +553 -0
  225. data/share/etc/uv/render/README +1 -0
  226. data/share/etc/uv/render/latex/-h.yaml +1 -0
  227. data/share/etc/uv/render/latex/active4d.render +136 -0
  228. data/share/etc/uv/render/latex/all_hallows_eve.render +100 -0
  229. data/share/etc/uv/render/latex/amy.render +175 -0
  230. data/share/etc/uv/render/latex/blackboard.render +115 -0
  231. data/share/etc/uv/render/latex/brilliance_black.render +556 -0
  232. data/share/etc/uv/render/latex/brilliance_dull.render +565 -0
  233. data/share/etc/uv/render/latex/cobalt.render +166 -0
  234. data/share/etc/uv/render/latex/dawn.render +130 -0
  235. data/share/etc/uv/render/latex/eiffel.render +136 -0
  236. data/share/etc/uv/render/latex/espresso_libre.render +127 -0
  237. data/share/etc/uv/render/latex/idle.render +97 -0
  238. data/share/etc/uv/render/latex/iplastic.render +103 -0
  239. data/share/etc/uv/render/latex/lazy.render +100 -0
  240. data/share/etc/uv/render/latex/mac_classic.render +139 -0
  241. data/share/etc/uv/render/latex/magicwb_amiga.render +121 -0
  242. data/share/etc/uv/render/latex/pastels_on_dark.render +208 -0
  243. data/share/etc/uv/render/latex/slush_poppies.render +127 -0
  244. data/share/etc/uv/render/latex/solarized.render +495 -0
  245. data/share/etc/uv/render/latex/spacecadet.render +85 -0
  246. data/share/etc/uv/render/latex/sunburst.render +190 -0
  247. data/share/etc/uv/render/latex/twilight.render +157 -0
  248. data/share/etc/uv/render/latex/zenburnesque.render +130 -0
  249. data/share/etc/uv/render/old/txt2tags.render +131 -0
  250. data/share/etc/uv/render/theme2latexrender +123 -0
  251. data/share/etc/uv/render/theme2xhtmlrender +157 -0
  252. data/share/etc/uv/render/tmTheme/solarized.tmTheme +1875 -0
  253. data/share/etc/uv/render/xhtml/active4d.render +140 -0
  254. data/share/etc/uv/render/xhtml/all_hallows_eve.render +104 -0
  255. data/share/etc/uv/render/xhtml/amy.render +179 -0
  256. data/share/etc/uv/render/xhtml/blackboard.render +119 -0
  257. data/share/etc/uv/render/xhtml/brilliance_black.render +560 -0
  258. data/share/etc/uv/render/xhtml/brilliance_dull.render +569 -0
  259. data/share/etc/uv/render/xhtml/cobalt.render +170 -0
  260. data/share/etc/uv/render/xhtml/dawn.render +134 -0
  261. data/share/etc/uv/render/xhtml/eiffel.render +140 -0
  262. data/share/etc/uv/render/xhtml/espresso_libre.render +131 -0
  263. data/share/etc/uv/render/xhtml/files/css/active4d.css +114 -0
  264. data/share/etc/uv/render/xhtml/files/css/all_hallows_eve.css +72 -0
  265. data/share/etc/uv/render/xhtml/files/css/amy.css +147 -0
  266. data/share/etc/uv/render/xhtml/files/css/blackboard.css +88 -0
  267. data/share/etc/uv/render/xhtml/files/css/brilliance_black.css +605 -0
  268. data/share/etc/uv/render/xhtml/files/css/brilliance_dull.css +599 -0
  269. data/share/etc/uv/render/xhtml/files/css/cobalt.css +149 -0
  270. data/share/etc/uv/render/xhtml/files/css/dawn.css +121 -0
  271. data/share/etc/uv/render/xhtml/files/css/eiffel.css +121 -0
  272. data/share/etc/uv/render/xhtml/files/css/espresso_libre.css +109 -0
  273. data/share/etc/uv/render/xhtml/files/css/idle.css +62 -0
  274. data/share/etc/uv/render/xhtml/files/css/iplastic.css +80 -0
  275. data/share/etc/uv/render/xhtml/files/css/lazy.css +73 -0
  276. data/share/etc/uv/render/xhtml/files/css/mac_classic.css +123 -0
  277. data/share/etc/uv/render/xhtml/files/css/magicwb_amiga.css +104 -0
  278. data/share/etc/uv/render/xhtml/files/css/pastels_on_dark.css +188 -0
  279. data/share/etc/uv/render/xhtml/files/css/slush_poppies.css +85 -0
  280. data/share/etc/uv/render/xhtml/files/css/solarized.css +478 -0
  281. data/share/etc/uv/render/xhtml/files/css/spacecadet.css +51 -0
  282. data/share/etc/uv/render/xhtml/files/css/sunburst.css +180 -0
  283. data/share/etc/uv/render/xhtml/files/css/twilight.css +137 -0
  284. data/share/etc/uv/render/xhtml/files/css/zenburnesque.css +91 -0
  285. data/share/etc/uv/render/xhtml/idle.render +101 -0
  286. data/share/etc/uv/render/xhtml/iplastic.render +107 -0
  287. data/share/etc/uv/render/xhtml/lazy.render +104 -0
  288. data/share/etc/uv/render/xhtml/mac_classic.render +143 -0
  289. data/share/etc/uv/render/xhtml/magicwb_amiga.render +125 -0
  290. data/share/etc/uv/render/xhtml/pastels_on_dark.render +212 -0
  291. data/share/etc/uv/render/xhtml/slush_poppies.render +131 -0
  292. data/share/etc/uv/render/xhtml/solarized.render +503 -0
  293. data/share/etc/uv/render/xhtml/spacecadet.render +89 -0
  294. data/share/etc/uv/render/xhtml/sunburst.render +194 -0
  295. data/share/etc/uv/render/xhtml/twilight.render +161 -0
  296. data/share/etc/uv/render/xhtml/zenburnesque.render +134 -0
  297. data/share/etc/uv/syntax/broken/markdown.syntax +519 -0
  298. data/share/etc/uv/syntax/broken/php.syntax +1253 -0
  299. data/share/etc/uv/syntax/buggy/nemerle.syntax +74 -0
  300. data/share/etc/uv/syntax/dyndoc.syntax +237 -0
  301. data/share/etc/uv/syntax/old/YAML.yaml +160 -0
  302. data/share/etc/uv/syntax/old/txt2tags.yaml +139 -0
  303. data/share/etc/uv/syntax/r.syntax +81 -0
  304. data/share/etc/uv/syntax/ruby.syntax +1035 -0
  305. data/share/etc/uv/syntax/source.actionscript.syntax +97 -0
  306. data/share/etc/uv/syntax/source.active4d.library.syntax +21 -0
  307. data/share/etc/uv/syntax/source.active4d.syntax +276 -0
  308. data/share/etc/uv/syntax/source.ada.syntax +33 -0
  309. data/share/etc/uv/syntax/source.antlr.syntax +151 -0
  310. data/share/etc/uv/syntax/source.apache-config.mod_perl.syntax +50 -0
  311. data/share/etc/uv/syntax/source.apache-config.syntax +191 -0
  312. data/share/etc/uv/syntax/source.applescript.syntax +384 -0
  313. data/share/etc/uv/syntax/source.asp.syntax +70 -0
  314. data/share/etc/uv/syntax/source.asp.vb.net.syntax +129 -0
  315. data/share/etc/uv/syntax/source.c++.qt.syntax +26 -0
  316. data/share/etc/uv/syntax/source.c++.syntax +186 -0
  317. data/share/etc/uv/syntax/source.c-sharp.syntax +59 -0
  318. data/share/etc/uv/syntax/source.c.ragel.syntax +201 -0
  319. data/share/etc/uv/syntax/source.c.syntax +414 -0
  320. data/share/etc/uv/syntax/source.camlp4.ocaml.syntax +36 -0
  321. data/share/etc/uv/syntax/source.cm.syntax +32 -0
  322. data/share/etc/uv/syntax/source.coffee.syntax +216 -0
  323. data/share/etc/uv/syntax/source.context-free.syntax +176 -0
  324. data/share/etc/uv/syntax/source.css.beta.syntax +1925 -0
  325. data/share/etc/uv/syntax/source.css.syntax +195 -0
  326. data/share/etc/uv/syntax/source.d.syntax +142 -0
  327. data/share/etc/uv/syntax/source.diff.syntax +81 -0
  328. data/share/etc/uv/syntax/source.dot.syntax +47 -0
  329. data/share/etc/uv/syntax/source.dylan.syntax +62 -0
  330. data/share/etc/uv/syntax/source.eiffel.syntax +78 -0
  331. data/share/etc/uv/syntax/source.erlang.syntax +922 -0
  332. data/share/etc/uv/syntax/source.fortran.syntax +141 -0
  333. data/share/etc/uv/syntax/source.fscript.syntax +80 -0
  334. data/share/etc/uv/syntax/source.fxscript.syntax +142 -0
  335. data/share/etc/uv/syntax/source.gri.syntax +83 -0
  336. data/share/etc/uv/syntax/source.groovy.groovy.syntax +191 -0
  337. data/share/etc/uv/syntax/source.haskell.syntax +88 -0
  338. data/share/etc/uv/syntax/source.icalendar.syntax +32 -0
  339. data/share/etc/uv/syntax/source.inform.syntax +48 -0
  340. data/share/etc/uv/syntax/source.ini.syntax +55 -0
  341. data/share/etc/uv/syntax/source.io.syntax +81 -0
  342. data/share/etc/uv/syntax/source.java-props.syntax +20 -0
  343. data/share/etc/uv/syntax/source.java.syntax +211 -0
  344. data/share/etc/uv/syntax/source.js.greasemonkey.syntax +34 -0
  345. data/share/etc/uv/syntax/source.js.jquery.syntax +114 -0
  346. data/share/etc/uv/syntax/source.js.mootools.syntax +572 -0
  347. data/share/etc/uv/syntax/source.js.prototype.bracketed.syntax +140 -0
  348. data/share/etc/uv/syntax/source.js.prototype.syntax +72 -0
  349. data/share/etc/uv/syntax/source.js.syntax +256 -0
  350. data/share/etc/uv/syntax/source.js.yui.syntax +176 -0
  351. data/share/etc/uv/syntax/source.json.syntax +136 -0
  352. data/share/etc/uv/syntax/source.lex.syntax +219 -0
  353. data/share/etc/uv/syntax/source.lighttpd-config.syntax +54 -0
  354. data/share/etc/uv/syntax/source.lilypond.syntax +492 -0
  355. data/share/etc/uv/syntax/source.lisp.syntax +61 -0
  356. data/share/etc/uv/syntax/source.logo.syntax +29 -0
  357. data/share/etc/uv/syntax/source.logtalk.syntax +152 -0
  358. data/share/etc/uv/syntax/source.lua.syntax +86 -0
  359. data/share/etc/uv/syntax/source.makefile.syntax +36 -0
  360. data/share/etc/uv/syntax/source.matlab.syntax +142 -0
  361. data/share/etc/uv/syntax/source.mel.syntax +92 -0
  362. data/share/etc/uv/syntax/source.mips.syntax +66 -0
  363. data/share/etc/uv/syntax/source.ml.syntax +121 -0
  364. data/share/etc/uv/syntax/source.modula-3.syntax +47 -0
  365. data/share/etc/uv/syntax/source.nant-build.syntax +53 -0
  366. data/share/etc/uv/syntax/source.objc++.syntax +18 -0
  367. data/share/etc/uv/syntax/source.objc.syntax +233 -0
  368. data/share/etc/uv/syntax/source.ocaml.syntax +764 -0
  369. data/share/etc/uv/syntax/source.ocamllex.syntax +167 -0
  370. data/share/etc/uv/syntax/source.ocamlyacc.syntax +184 -0
  371. data/share/etc/uv/syntax/source.open-gl.syntax +14 -0
  372. data/share/etc/uv/syntax/source.pascal.syntax +77 -0
  373. data/share/etc/uv/syntax/source.pascal.vectorscript.syntax +57 -0
  374. data/share/etc/uv/syntax/source.perl.syntax +1113 -0
  375. data/share/etc/uv/syntax/source.php.cake.syntax +55 -0
  376. data/share/etc/uv/syntax/source.plist.tm-grammar.syntax +708 -0
  377. data/share/etc/uv/syntax/source.postscript.syntax +114 -0
  378. data/share/etc/uv/syntax/source.processing.syntax +106 -0
  379. data/share/etc/uv/syntax/source.prolog.syntax +40 -0
  380. data/share/etc/uv/syntax/source.python.django.syntax +21 -0
  381. data/share/etc/uv/syntax/source.python.syntax +868 -0
  382. data/share/etc/uv/syntax/source.qmake.syntax +114 -0
  383. data/share/etc/uv/syntax/source.quake-config.syntax +32 -0
  384. data/share/etc/uv/syntax/source.r-console.syntax +16 -0
  385. data/share/etc/uv/syntax/source.r.syntax +81 -0
  386. data/share/etc/uv/syntax/source.regexp.oniguruma.syntax +107 -0
  387. data/share/etc/uv/syntax/source.regexp.python.syntax +109 -0
  388. data/share/etc/uv/syntax/source.regexp.syntax +50 -0
  389. data/share/etc/uv/syntax/source.remind.syntax +253 -0
  390. data/share/etc/uv/syntax/source.rez.syntax +80 -0
  391. data/share/etc/uv/syntax/source.ruby.experimental.syntax +145 -0
  392. data/share/etc/uv/syntax/source.ruby.rails.syntax +88 -0
  393. data/share/etc/uv/syntax/source.ruby.syntax +1035 -0
  394. data/share/etc/uv/syntax/source.s5.syntax +69 -0
  395. data/share/etc/uv/syntax/source.sass.syntax +45 -0
  396. data/share/etc/uv/syntax/source.scheme.syntax +347 -0
  397. data/share/etc/uv/syntax/source.scilab.syntax +41 -0
  398. data/share/etc/uv/syntax/source.scss.syntax +527 -0
  399. data/share/etc/uv/syntax/source.shell.syntax +384 -0
  400. data/share/etc/uv/syntax/source.slate.syntax +149 -0
  401. data/share/etc/uv/syntax/source.smarty.syntax +63 -0
  402. data/share/etc/uv/syntax/source.sql.ruby.syntax +18 -0
  403. data/share/etc/uv/syntax/source.sql.syntax +237 -0
  404. data/share/etc/uv/syntax/source.ssh-config.syntax +33 -0
  405. data/share/etc/uv/syntax/source.strings.syntax +39 -0
  406. data/share/etc/uv/syntax/source.swig.syntax +57 -0
  407. data/share/etc/uv/syntax/source.tcl.macports.syntax +163 -0
  408. data/share/etc/uv/syntax/source.tcl.syntax +152 -0
  409. data/share/etc/uv/syntax/source.yaml.syntax +160 -0
  410. data/share/etc/uv/syntax/text.active4d-ini.syntax +50 -0
  411. data/share/etc/uv/syntax/text.bbcode.syntax +287 -0
  412. data/share/etc/uv/syntax/text.bibtex.syntax +151 -0
  413. data/share/etc/uv/syntax/text.blog.html.syntax +41 -0
  414. data/share/etc/uv/syntax/text.blog.markdown.syntax +42 -0
  415. data/share/etc/uv/syntax/text.blog.syntax +27 -0
  416. data/share/etc/uv/syntax/text.blog.textile.syntax +27 -0
  417. data/share/etc/uv/syntax/text.dyndoc.syntax +237 -0
  418. data/share/etc/uv/syntax/text.gtdalt.syntax +143 -0
  419. data/share/etc/uv/syntax/text.haml.syntax +88 -0
  420. data/share/etc/uv/syntax/text.html.asp.net.syntax +424 -0
  421. data/share/etc/uv/syntax/text.html.asp.syntax +27 -0
  422. data/share/etc/uv/syntax/text.html.basic.syntax +362 -0
  423. data/share/etc/uv/syntax/text.html.cfm.syntax +119 -0
  424. data/share/etc/uv/syntax/text.html.django.syntax +36 -0
  425. data/share/etc/uv/syntax/text.html.dokuwiki.syntax +204 -0
  426. data/share/etc/uv/syntax/text.html.doxygen.syntax +43 -0
  427. data/share/etc/uv/syntax/text.html.markdown.multimarkdown.syntax +39 -0
  428. data/share/etc/uv/syntax/text.html.mason.syntax +119 -0
  429. data/share/etc/uv/syntax/text.html.mediawiki.syntax +567 -0
  430. data/share/etc/uv/syntax/text.html.mt.syntax +162 -0
  431. data/share/etc/uv/syntax/text.html.ruby.syntax +40 -0
  432. data/share/etc/uv/syntax/text.html.strict.active4d.syntax +311 -0
  433. data/share/etc/uv/syntax/text.html.tcl.syntax +26 -0
  434. data/share/etc/uv/syntax/text.html.textile.syntax +215 -0
  435. data/share/etc/uv/syntax/text.html.tt.syntax +121 -0
  436. data/share/etc/uv/syntax/text.html.twiki.syntax +241 -0
  437. data/share/etc/uv/syntax/text.html.xhtml.1-strict.syntax +4027 -0
  438. data/share/etc/uv/syntax/text.log.latex.syntax +50 -0
  439. data/share/etc/uv/syntax/text.mail.markdown.syntax +118 -0
  440. data/share/etc/uv/syntax/text.man.syntax +17 -0
  441. data/share/etc/uv/syntax/text.moinmoin.syntax +189 -0
  442. data/share/etc/uv/syntax/text.plain.gtd.syntax +22 -0
  443. data/share/etc/uv/syntax/text.plain.release-notes.syntax +46 -0
  444. data/share/etc/uv/syntax/text.plain.syntax +32 -0
  445. data/share/etc/uv/syntax/text.plist.syntax +635 -0
  446. data/share/etc/uv/syntax/text.pmwiki.syntax +113 -0
  447. data/share/etc/uv/syntax/text.restructuredtext.syntax +250 -0
  448. data/share/etc/uv/syntax/text.setext.syntax +147 -0
  449. data/share/etc/uv/syntax/text.subversion-commit.syntax +36 -0
  450. data/share/etc/uv/syntax/text.tabular.csv.syntax +68 -0
  451. data/share/etc/uv/syntax/text.tabular.tsv.syntax +50 -0
  452. data/share/etc/uv/syntax/text.tex.latex.beamer.syntax +41 -0
  453. data/share/etc/uv/syntax/text.tex.latex.haskell.syntax +24 -0
  454. data/share/etc/uv/syntax/text.tex.latex.memoir.syntax +64 -0
  455. data/share/etc/uv/syntax/text.tex.latex.rd.syntax +91 -0
  456. data/share/etc/uv/syntax/text.tex.latex.sweave.syntax +84 -0
  457. data/share/etc/uv/syntax/text.tex.latex.syntax +566 -0
  458. data/share/etc/uv/syntax/text.tex.math.syntax +49 -0
  459. data/share/etc/uv/syntax/text.tex.syntax +86 -0
  460. data/share/etc/uv/syntax/text.txt2tags.syntax +79 -0
  461. data/share/etc/uv/syntax/text.xml.apple-dist.syntax +77 -0
  462. data/share/etc/uv/syntax/text.xml.strict.syntax +92 -0
  463. data/share/etc/uv/syntax/text.xml.syntax +180 -0
  464. data/share/etc/uv/syntax/text.xml.xsl.syntax +60 -0
  465. data/share/etc/uv/uv.rb +161 -0
  466. metadata +465 -1
@@ -0,0 +1,202 @@
1
+ /* Default Print Stylesheet Template
2
+ by Rob Glazebrook of CSSnewbie.com
3
+ Last Updated: June 4, 2008
4
+
5
+ Feel free (nay, compelled) to edit, append, and
6
+ manipulate this file as you see fit. */
7
+
8
+
9
+ @media print {
10
+
11
+ /* SECTION 1: Set default width, margin, float, and
12
+ background. This prevents elements from extending
13
+ beyond the edge of the printed page, and prevents
14
+ unnecessary background images from printing */
15
+ html {
16
+ background: #fff;
17
+ width: auto;
18
+ height: auto;
19
+ overflow: visible;
20
+ }
21
+ body {
22
+ background: #fff;
23
+ font-size: 20pt;
24
+ width: auto;
25
+ height: auto;
26
+ border: 0;
27
+ margin: 0 5%;
28
+ padding: 0;
29
+ overflow: visible;
30
+ float: none !important;
31
+ }
32
+
33
+ /* SECTION 2: Remove any elements not needed in print.
34
+ This would include navigation, ads, sidebars, etc. */
35
+ .nestedarrow,
36
+ .controls,
37
+ .fork-reveal,
38
+ .share-reveal,
39
+ .state-background,
40
+ .reveal .progress,
41
+ .reveal .backgrounds {
42
+ display: none !important;
43
+ }
44
+
45
+ /* SECTION 3: Set body font face, size, and color.
46
+ Consider using a serif font for readability. */
47
+ body, p, td, li, div {
48
+ font-size: 20pt!important;
49
+ font-family: Georgia, "Times New Roman", Times, serif !important;
50
+ color: #000;
51
+ }
52
+
53
+ /* SECTION 4: Set heading font face, sizes, and color.
54
+ Differentiate your headings from your body text.
55
+ Perhaps use a large sans-serif for distinction. */
56
+ h1,h2,h3,h4,h5,h6 {
57
+ color: #000!important;
58
+ height: auto;
59
+ line-height: normal;
60
+ font-family: Georgia, "Times New Roman", Times, serif !important;
61
+ text-shadow: 0 0 0 #000 !important;
62
+ text-align: left;
63
+ letter-spacing: normal;
64
+ }
65
+ /* Need to reduce the size of the fonts for printing */
66
+ h1 { font-size: 28pt !important; }
67
+ h2 { font-size: 24pt !important; }
68
+ h3 { font-size: 22pt !important; }
69
+ h4 { font-size: 22pt !important; font-variant: small-caps; }
70
+ h5 { font-size: 21pt !important; }
71
+ h6 { font-size: 20pt !important; font-style: italic; }
72
+
73
+ /* SECTION 5: Make hyperlinks more usable.
74
+ Ensure links are underlined, and consider appending
75
+ the URL to the end of the link for usability. */
76
+ a:link,
77
+ a:visited {
78
+ color: #000 !important;
79
+ font-weight: bold;
80
+ text-decoration: underline;
81
+ }
82
+ /*
83
+ .reveal a:link:after,
84
+ .reveal a:visited:after {
85
+ content: " (" attr(href) ") ";
86
+ color: #222 !important;
87
+ font-size: 90%;
88
+ }
89
+ */
90
+
91
+
92
+ /* SECTION 6: more reveal.js specific additions by @skypanther */
93
+ ul, ol, div, p {
94
+ visibility: visible;
95
+ position: static;
96
+ width: auto;
97
+ height: auto;
98
+ display: block;
99
+ overflow: visible;
100
+ margin: 0;
101
+ text-align: left !important;
102
+ }
103
+ .reveal pre,
104
+ .reveal table {
105
+ margin-left: 0;
106
+ margin-right: 0;
107
+ }
108
+ .reveal pre code {
109
+ padding: 20px;
110
+ border: 1px solid #ddd;
111
+ }
112
+ .reveal blockquote {
113
+ margin: 20px 0;
114
+ }
115
+ .reveal .slides {
116
+ position: static !important;
117
+ width: auto !important;
118
+ height: auto !important;
119
+
120
+ left: 0 !important;
121
+ top: 0 !important;
122
+ margin-left: 0 !important;
123
+ margin-top: 0 !important;
124
+ padding: 0 !important;
125
+ zoom: 1 !important;
126
+
127
+ overflow: visible !important;
128
+ display: block !important;
129
+
130
+ text-align: left !important;
131
+ -webkit-perspective: none;
132
+ -moz-perspective: none;
133
+ -ms-perspective: none;
134
+ perspective: none;
135
+
136
+ -webkit-perspective-origin: 50% 50%;
137
+ -moz-perspective-origin: 50% 50%;
138
+ -ms-perspective-origin: 50% 50%;
139
+ perspective-origin: 50% 50%;
140
+ }
141
+ .reveal .slides section {
142
+ visibility: visible !important;
143
+ position: static !important;
144
+ width: 100% !important;
145
+ height: auto !important;
146
+ display: block !important;
147
+ overflow: visible !important;
148
+
149
+ left: 0 !important;
150
+ top: 0 !important;
151
+ margin-left: 0 !important;
152
+ margin-top: 0 !important;
153
+ padding: 60px 20px !important;
154
+ z-index: auto !important;
155
+
156
+ opacity: 1 !important;
157
+
158
+ page-break-after: always !important;
159
+
160
+ -webkit-transform-style: flat !important;
161
+ -moz-transform-style: flat !important;
162
+ -ms-transform-style: flat !important;
163
+ transform-style: flat !important;
164
+
165
+ -webkit-transform: none !important;
166
+ -moz-transform: none !important;
167
+ -ms-transform: none !important;
168
+ transform: none !important;
169
+
170
+ -webkit-transition: none !important;
171
+ -moz-transition: none !important;
172
+ -ms-transition: none !important;
173
+ transition: none !important;
174
+ }
175
+ .reveal .slides section.stack {
176
+ padding: 0 !important;
177
+ }
178
+ .reveal section:last-of-type {
179
+ page-break-after: avoid !important;
180
+ }
181
+ .reveal section .fragment {
182
+ opacity: 1 !important;
183
+ visibility: visible !important;
184
+
185
+ -webkit-transform: none !important;
186
+ -moz-transform: none !important;
187
+ -ms-transform: none !important;
188
+ transform: none !important;
189
+ }
190
+ .reveal section img {
191
+ display: block;
192
+ margin: 15px 0px;
193
+ background: rgba(255,255,255,1);
194
+ border: 1px solid #666;
195
+ box-shadow: none;
196
+ }
197
+
198
+ .reveal section small {
199
+ font-size: 0.8em;
200
+ }
201
+
202
+ }
@@ -0,0 +1,157 @@
1
+ /* Default Print Stylesheet Template
2
+ by Rob Glazebrook of CSSnewbie.com
3
+ Last Updated: June 4, 2008
4
+
5
+ Feel free (nay, compelled) to edit, append, and
6
+ manipulate this file as you see fit. */
7
+
8
+
9
+ /* SECTION 1: Set default width, margin, float, and
10
+ background. This prevents elements from extending
11
+ beyond the edge of the printed page, and prevents
12
+ unnecessary background images from printing */
13
+
14
+ * {
15
+ -webkit-print-color-adjust: exact;
16
+ }
17
+
18
+ body {
19
+ margin: 0 auto !important;
20
+ border: 0;
21
+ padding: 0;
22
+ float: none !important;
23
+ overflow: visible;
24
+ }
25
+
26
+ html {
27
+ width: 100%;
28
+ height: 100%;
29
+ overflow: visible;
30
+ }
31
+
32
+ /* SECTION 2: Remove any elements not needed in print.
33
+ This would include navigation, ads, sidebars, etc. */
34
+ .nestedarrow,
35
+ .reveal .controls,
36
+ .reveal .progress,
37
+ .reveal .slide-number,
38
+ .reveal .playback,
39
+ .reveal.overview,
40
+ .fork-reveal,
41
+ .share-reveal,
42
+ .state-background {
43
+ display: none !important;
44
+ }
45
+
46
+ /* SECTION 3: Set body font face, size, and color.
47
+ Consider using a serif font for readability. */
48
+ body, p, td, li, div {
49
+
50
+ }
51
+
52
+ /* SECTION 4: Set heading font face, sizes, and color.
53
+ Differentiate your headings from your body text.
54
+ Perhaps use a large sans-serif for distinction. */
55
+ h1,h2,h3,h4,h5,h6 {
56
+ text-shadow: 0 0 0 #000 !important;
57
+ }
58
+
59
+ .reveal pre code {
60
+ overflow: hidden !important;
61
+ font-family: Courier, 'Courier New', monospace !important;
62
+ }
63
+
64
+
65
+ /* SECTION 5: more reveal.js specific additions by @skypanther */
66
+ ul, ol, div, p {
67
+ visibility: visible;
68
+ position: static;
69
+ width: auto;
70
+ height: auto;
71
+ display: block;
72
+ overflow: visible;
73
+ margin: auto;
74
+ }
75
+ .reveal {
76
+ width: auto !important;
77
+ height: auto !important;
78
+ overflow: hidden !important;
79
+ }
80
+ .reveal .slides {
81
+ position: static;
82
+ width: 100%;
83
+ height: auto;
84
+
85
+ left: auto;
86
+ top: auto;
87
+ margin: 0 !important;
88
+ padding: 0 !important;
89
+
90
+ overflow: visible;
91
+ display: block;
92
+
93
+ -webkit-perspective: none;
94
+ -moz-perspective: none;
95
+ -ms-perspective: none;
96
+ perspective: none;
97
+
98
+ -webkit-perspective-origin: 50% 50%; /* there isn't a none/auto value but 50-50 is the default */
99
+ -moz-perspective-origin: 50% 50%;
100
+ -ms-perspective-origin: 50% 50%;
101
+ perspective-origin: 50% 50%;
102
+ }
103
+ .reveal .slides section {
104
+ page-break-after: always !important;
105
+
106
+ visibility: visible !important;
107
+ position: relative !important;
108
+ display: block !important;
109
+ position: relative !important;
110
+
111
+ margin: 0 !important;
112
+ padding: 0 !important;
113
+ box-sizing: border-box !important;
114
+ min-height: 1px;
115
+
116
+ opacity: 1 !important;
117
+
118
+ -webkit-transform-style: flat !important;
119
+ -moz-transform-style: flat !important;
120
+ -ms-transform-style: flat !important;
121
+ transform-style: flat !important;
122
+
123
+ -webkit-transform: none !important;
124
+ -moz-transform: none !important;
125
+ -ms-transform: none !important;
126
+ transform: none !important;
127
+ }
128
+ .reveal section.stack {
129
+ margin: 0 !important;
130
+ padding: 0 !important;
131
+ page-break-after: avoid !important;
132
+ height: auto !important;
133
+ min-height: auto !important;
134
+ }
135
+ .reveal img {
136
+ box-shadow: none;
137
+ }
138
+ .reveal .roll {
139
+ overflow: visible;
140
+ line-height: 1em;
141
+ }
142
+
143
+ /* Slide backgrounds are placed inside of their slide when exporting to PDF */
144
+ .reveal section .slide-background {
145
+ display: block !important;
146
+ position: absolute;
147
+ top: 0;
148
+ left: 0;
149
+ width: 100%;
150
+ z-index: -1;
151
+ }
152
+ /* All elements should be above the slide-background */
153
+ .reveal section>* {
154
+ position: relative;
155
+ z-index: 1;
156
+ }
157
+
@@ -0,0 +1,1175 @@
1
+ /*!
2
+ * reveal.js
3
+ * http://lab.hakim.se/reveal-js
4
+ * MIT licensed
5
+ *
6
+ * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
7
+ */
8
+ /*********************************************
9
+ * RESET STYLES
10
+ *********************************************/
11
+ html, body, .reveal div, .reveal span, .reveal applet, .reveal object, .reveal iframe, .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6, .reveal p, .reveal blockquote, .reveal pre, .reveal a, .reveal abbr, .reveal acronym, .reveal address, .reveal big, .reveal cite, .reveal code, .reveal del, .reveal dfn, .reveal em, .reveal img, .reveal ins, .reveal kbd, .reveal q, .reveal s, .reveal samp, .reveal small, .reveal strike, .reveal strong, .reveal sub, .reveal sup, .reveal tt, .reveal var, .reveal b, .reveal u, .reveal center, .reveal dl, .reveal dt, .reveal dd, .reveal ol, .reveal ul, .reveal li, .reveal fieldset, .reveal form, .reveal label, .reveal legend, .reveal table, .reveal caption, .reveal tbody, .reveal tfoot, .reveal thead, .reveal tr, .reveal th, .reveal td, .reveal article, .reveal aside, .reveal canvas, .reveal details, .reveal embed, .reveal figure, .reveal figcaption, .reveal footer, .reveal header, .reveal hgroup, .reveal menu, .reveal nav, .reveal output, .reveal ruby, .reveal section, .reveal summary, .reveal time, .reveal mark, .reveal audio, video {
12
+ margin: 0;
13
+ padding: 0;
14
+ border: 0;
15
+ font-size: 100%;
16
+ font: inherit;
17
+ vertical-align: baseline; }
18
+
19
+ .reveal article, .reveal aside, .reveal details, .reveal figcaption, .reveal figure, .reveal footer, .reveal header, .reveal hgroup, .reveal menu, .reveal nav, .reveal section {
20
+ display: block; }
21
+
22
+ /*********************************************
23
+ * GLOBAL STYLES
24
+ *********************************************/
25
+ html, body {
26
+ width: 100%;
27
+ height: 100%;
28
+ overflow: hidden; }
29
+
30
+ body {
31
+ position: relative;
32
+ line-height: 1;
33
+ background-color: #fff;
34
+ color: #000; }
35
+
36
+ /*********************************************
37
+ * VIEW FRAGMENTS
38
+ *********************************************/
39
+ .reveal .slides section .fragment {
40
+ opacity: 0;
41
+ visibility: hidden;
42
+ -webkit-transition: all 0.2s ease;
43
+ transition: all 0.2s ease; }
44
+ .reveal .slides section .fragment.visible {
45
+ opacity: 1;
46
+ visibility: visible; }
47
+
48
+ .reveal .slides section .fragment.grow {
49
+ opacity: 1;
50
+ visibility: visible; }
51
+ .reveal .slides section .fragment.grow.visible {
52
+ -webkit-transform: scale(1.3);
53
+ -ms-transform: scale(1.3);
54
+ transform: scale(1.3); }
55
+
56
+ .reveal .slides section .fragment.shrink {
57
+ opacity: 1;
58
+ visibility: visible; }
59
+ .reveal .slides section .fragment.shrink.visible {
60
+ -webkit-transform: scale(0.7);
61
+ -ms-transform: scale(0.7);
62
+ transform: scale(0.7); }
63
+
64
+ .reveal .slides section .fragment.zoom-in {
65
+ -webkit-transform: scale(0.1);
66
+ -ms-transform: scale(0.1);
67
+ transform: scale(0.1); }
68
+ .reveal .slides section .fragment.zoom-in.visible {
69
+ -webkit-transform: none;
70
+ -ms-transform: none;
71
+ transform: none; }
72
+
73
+ .reveal .slides section .fragment.fade-out {
74
+ opacity: 1;
75
+ visibility: visible; }
76
+ .reveal .slides section .fragment.fade-out.visible {
77
+ opacity: 0;
78
+ visibility: hidden; }
79
+
80
+ .reveal .slides section .fragment.semi-fade-out {
81
+ opacity: 1;
82
+ visibility: visible; }
83
+ .reveal .slides section .fragment.semi-fade-out.visible {
84
+ opacity: 0.5;
85
+ visibility: visible; }
86
+
87
+ .reveal .slides section .fragment.strike {
88
+ opacity: 1; }
89
+ .reveal .slides section .fragment.strike.visible {
90
+ text-decoration: line-through; }
91
+
92
+ .reveal .slides section .fragment.current-visible {
93
+ opacity: 0;
94
+ visibility: hidden; }
95
+ .reveal .slides section .fragment.current-visible.current-fragment {
96
+ opacity: 1;
97
+ visibility: visible; }
98
+
99
+ .reveal .slides section .fragment.highlight-red, .reveal .slides section .fragment.highlight-current-red, .reveal .slides section .fragment.highlight-green, .reveal .slides section .fragment.highlight-current-green, .reveal .slides section .fragment.highlight-blue, .reveal .slides section .fragment.highlight-current-blue {
100
+ opacity: 1;
101
+ visibility: visible; }
102
+
103
+ .reveal .slides section .fragment.highlight-red.visible {
104
+ color: #ff2c2d; }
105
+
106
+ .reveal .slides section .fragment.highlight-green.visible {
107
+ color: #17ff2e; }
108
+
109
+ .reveal .slides section .fragment.highlight-blue.visible {
110
+ color: #1b91ff; }
111
+
112
+ .reveal .slides section .fragment.highlight-current-red.current-fragment {
113
+ color: #ff2c2d; }
114
+
115
+ .reveal .slides section .fragment.highlight-current-green.current-fragment {
116
+ color: #17ff2e; }
117
+
118
+ .reveal .slides section .fragment.highlight-current-blue.current-fragment {
119
+ color: #1b91ff; }
120
+
121
+ /*********************************************
122
+ * DEFAULT ELEMENT STYLES
123
+ *********************************************/
124
+ /* Fixes issue in Chrome where italic fonts did not appear when printing to PDF */
125
+ .reveal:after {
126
+ content: '';
127
+ font-style: italic; }
128
+
129
+ .reveal iframe {
130
+ z-index: 1; }
131
+
132
+ /** Prevents layering issues in certain browser/transition combinations */
133
+ .reveal a {
134
+ position: relative; }
135
+
136
+ .reveal .stretch {
137
+ max-width: none;
138
+ max-height: none; }
139
+
140
+ .reveal pre.stretch code {
141
+ height: 100%;
142
+ max-height: 100%;
143
+ -moz-box-sizing: border-box;
144
+ box-sizing: border-box; }
145
+
146
+ /*********************************************
147
+ * CONTROLS
148
+ *********************************************/
149
+ .reveal .controls {
150
+ display: none;
151
+ position: fixed;
152
+ width: 110px;
153
+ height: 110px;
154
+ z-index: 30;
155
+ right: 10px;
156
+ bottom: 10px;
157
+ -webkit-user-select: none; }
158
+
159
+ .reveal .controls div {
160
+ position: absolute;
161
+ opacity: 0.05;
162
+ width: 0;
163
+ height: 0;
164
+ border: 12px solid transparent;
165
+ -webkit-transform: scale(0.9999);
166
+ -ms-transform: scale(0.9999);
167
+ transform: scale(0.9999);
168
+ -webkit-transition: all 0.2s ease;
169
+ transition: all 0.2s ease;
170
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
171
+
172
+ .reveal .controls div.enabled {
173
+ opacity: 0.7;
174
+ cursor: pointer; }
175
+
176
+ .reveal .controls div.enabled:active {
177
+ margin-top: 1px; }
178
+
179
+ .reveal .controls div.navigate-left {
180
+ top: 42px;
181
+ border-right-width: 22px;
182
+ border-right-color: #000; }
183
+
184
+ .reveal .controls div.navigate-left.fragmented {
185
+ opacity: 0.3; }
186
+
187
+ .reveal .controls div.navigate-right {
188
+ left: 74px;
189
+ top: 42px;
190
+ border-left-width: 22px;
191
+ border-left-color: #000; }
192
+
193
+ .reveal .controls div.navigate-right.fragmented {
194
+ opacity: 0.3; }
195
+
196
+ .reveal .controls div.navigate-up {
197
+ left: 42px;
198
+ border-bottom-width: 22px;
199
+ border-bottom-color: #000; }
200
+
201
+ .reveal .controls div.navigate-up.fragmented {
202
+ opacity: 0.3; }
203
+
204
+ .reveal .controls div.navigate-down {
205
+ left: 42px;
206
+ top: 74px;
207
+ border-top-width: 22px;
208
+ border-top-color: #000; }
209
+
210
+ .reveal .controls div.navigate-down.fragmented {
211
+ opacity: 0.3; }
212
+
213
+ /*********************************************
214
+ * PROGRESS BAR
215
+ *********************************************/
216
+ .reveal .progress {
217
+ position: fixed;
218
+ display: none;
219
+ height: 3px;
220
+ width: 100%;
221
+ bottom: 0;
222
+ left: 0;
223
+ z-index: 10;
224
+ background-color: rgba(0, 0, 0, 0.2); }
225
+
226
+ .reveal .progress:after {
227
+ content: '';
228
+ display: block;
229
+ position: absolute;
230
+ height: 20px;
231
+ width: 100%;
232
+ top: -20px; }
233
+
234
+ .reveal .progress span {
235
+ display: block;
236
+ height: 100%;
237
+ width: 0px;
238
+ background-color: #000;
239
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
240
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
241
+
242
+ /*********************************************
243
+ * SLIDE NUMBER
244
+ *********************************************/
245
+ .reveal .slide-number {
246
+ position: fixed;
247
+ display: block;
248
+ right: 15px;
249
+ bottom: 15px;
250
+ opacity: 0.5;
251
+ z-index: 31;
252
+ font-size: 12px; }
253
+
254
+ /*********************************************
255
+ * SLIDES
256
+ *********************************************/
257
+ .reveal {
258
+ position: relative;
259
+ width: 100%;
260
+ height: 100%;
261
+ overflow: hidden;
262
+ -ms-touch-action: none;
263
+ touch-action: none; }
264
+
265
+ .reveal .slides {
266
+ position: absolute;
267
+ width: 100%;
268
+ height: 100%;
269
+ top: 0;
270
+ right: 0;
271
+ bottom: 0;
272
+ left: 0;
273
+ margin: auto;
274
+ overflow: visible;
275
+ z-index: 1;
276
+ text-align: center;
277
+ -webkit-perspective: 600px;
278
+ perspective: 600px;
279
+ -webkit-perspective-origin: 50% 40%;
280
+ perspective-origin: 50% 40%; }
281
+
282
+ .reveal .slides > section {
283
+ -ms-perspective: 600px; }
284
+
285
+ .reveal .slides > section, .reveal .slides > section > section {
286
+ display: none;
287
+ position: absolute;
288
+ width: 100%;
289
+ padding: 20px 0px;
290
+ z-index: 10;
291
+ -webkit-transform-style: preserve-3d;
292
+ transform-style: preserve-3d;
293
+ -webkit-transition: -webkit-transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), -webkit-transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), visibility 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
294
+ transition: -ms-transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), visibility 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
295
+ transition: transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), visibility 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
296
+
297
+ /* Global transition speed settings */
298
+ .reveal[data-transition-speed="fast"] .slides section {
299
+ -webkit-transition-duration: 400ms;
300
+ transition-duration: 400ms; }
301
+
302
+ .reveal[data-transition-speed="slow"] .slides section {
303
+ -webkit-transition-duration: 1200ms;
304
+ transition-duration: 1200ms; }
305
+
306
+ /* Slide-specific transition speed overrides */
307
+ .reveal .slides section[data-transition-speed="fast"] {
308
+ -webkit-transition-duration: 400ms;
309
+ transition-duration: 400ms; }
310
+
311
+ .reveal .slides section[data-transition-speed="slow"] {
312
+ -webkit-transition-duration: 1200ms;
313
+ transition-duration: 1200ms; }
314
+
315
+ .reveal .slides > section.stack {
316
+ padding-top: 0;
317
+ padding-bottom: 0; }
318
+
319
+ .reveal .slides > section.present, .reveal .slides > section > section.present {
320
+ display: block;
321
+ z-index: 11;
322
+ opacity: 1; }
323
+
324
+ .reveal.center, .reveal.center .slides, .reveal.center .slides section {
325
+ min-height: 0 !important; }
326
+
327
+ /* Don't allow interaction with invisible slides */
328
+ .reveal .slides > section.future, .reveal .slides > section > section.future, .reveal .slides > section.past, .reveal .slides > section > section.past {
329
+ pointer-events: none; }
330
+
331
+ .reveal.overview .slides > section, .reveal.overview .slides > section > section {
332
+ pointer-events: auto; }
333
+
334
+ .reveal .slides > section.past, .reveal .slides > section.future, .reveal .slides > section > section.past, .reveal .slides > section > section.future {
335
+ opacity: 0; }
336
+
337
+ /*********************************************
338
+ * Mixins for readability of transitions
339
+ *********************************************/
340
+ /*********************************************
341
+ * SLIDE TRANSITION
342
+ * Aliased 'linear' for backwards compatibility
343
+ *********************************************/
344
+ .reveal.slide section {
345
+ -webkit-backface-visibility: hidden;
346
+ backface-visibility: hidden; }
347
+
348
+ .reveal .slides > section[data-transition=slide].past, .reveal .slides > section[data-transition~=slide-out].past, .reveal.slide .slides > section:not([data-transition]).past {
349
+ -webkit-transform: translate(-150%, 0);
350
+ -ms-transform: translate(-150%, 0);
351
+ transform: translate(-150%, 0); }
352
+
353
+ .reveal .slides > section[data-transition=slide].future, .reveal .slides > section[data-transition~=slide-in].future, .reveal.slide .slides > section:not([data-transition]).future {
354
+ -webkit-transform: translate(150%, 0);
355
+ -ms-transform: translate(150%, 0);
356
+ transform: translate(150%, 0); }
357
+
358
+ .reveal .slides > section > section[data-transition=slide].past, .reveal .slides > section > section[data-transition~=slide-out].past, .reveal.slide .slides > section > section:not([data-transition]).past {
359
+ -webkit-transform: translate(0, -150%);
360
+ -ms-transform: translate(0, -150%);
361
+ transform: translate(0, -150%); }
362
+
363
+ .reveal .slides > section > section[data-transition=slide].future, .reveal .slides > section > section[data-transition~=slide-in].future, .reveal.slide .slides > section > section:not([data-transition]).future {
364
+ -webkit-transform: translate(0, 150%);
365
+ -ms-transform: translate(0, 150%);
366
+ transform: translate(0, 150%); }
367
+
368
+ .reveal.linear section {
369
+ -webkit-backface-visibility: hidden;
370
+ backface-visibility: hidden; }
371
+
372
+ .reveal .slides > section[data-transition=linear].past, .reveal .slides > section[data-transition~=linear-out].past, .reveal.linear .slides > section:not([data-transition]).past {
373
+ -webkit-transform: translate(-150%, 0);
374
+ -ms-transform: translate(-150%, 0);
375
+ transform: translate(-150%, 0); }
376
+
377
+ .reveal .slides > section[data-transition=linear].future, .reveal .slides > section[data-transition~=linear-in].future, .reveal.linear .slides > section:not([data-transition]).future {
378
+ -webkit-transform: translate(150%, 0);
379
+ -ms-transform: translate(150%, 0);
380
+ transform: translate(150%, 0); }
381
+
382
+ .reveal .slides > section > section[data-transition=linear].past, .reveal .slides > section > section[data-transition~=linear-out].past, .reveal.linear .slides > section > section:not([data-transition]).past {
383
+ -webkit-transform: translate(0, -150%);
384
+ -ms-transform: translate(0, -150%);
385
+ transform: translate(0, -150%); }
386
+
387
+ .reveal .slides > section > section[data-transition=linear].future, .reveal .slides > section > section[data-transition~=linear-in].future, .reveal.linear .slides > section > section:not([data-transition]).future {
388
+ -webkit-transform: translate(0, 150%);
389
+ -ms-transform: translate(0, 150%);
390
+ transform: translate(0, 150%); }
391
+
392
+ /*********************************************
393
+ * CONVEX TRANSITION
394
+ * Aliased 'default' for backwards compatibility
395
+ *********************************************/
396
+ .reveal .slides > section[data-transition=default].past, .reveal .slides > section[data-transition~=default-out].past, .reveal.default .slides > section:not([data-transition]).past {
397
+ -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
398
+ transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0); }
399
+
400
+ .reveal .slides > section[data-transition=default].future, .reveal .slides > section[data-transition~=default-in].future, .reveal.default .slides > section:not([data-transition]).future {
401
+ -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
402
+ transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0); }
403
+
404
+ .reveal .slides > section > section[data-transition=default].past, .reveal .slides > section > section[data-transition~=default-out].past, .reveal.default .slides > section > section:not([data-transition]).past {
405
+ -webkit-transform: translate3d(0, -300px, 0) rotateX(70deg) translate3d(0, -300px, 0);
406
+ transform: translate3d(0, -300px, 0) rotateX(70deg) translate3d(0, -300px, 0); }
407
+
408
+ .reveal .slides > section > section[data-transition=default].future, .reveal .slides > section > section[data-transition~=default-in].future, .reveal.default .slides > section > section:not([data-transition]).future {
409
+ -webkit-transform: translate3d(0, 300px, 0) rotateX(-70deg) translate3d(0, 300px, 0);
410
+ transform: translate3d(0, 300px, 0) rotateX(-70deg) translate3d(0, 300px, 0); }
411
+
412
+ .reveal .slides > section[data-transition=convex].past, .reveal .slides > section[data-transition~=convex-out].past, .reveal.convex .slides > section:not([data-transition]).past {
413
+ -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
414
+ transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0); }
415
+
416
+ .reveal .slides > section[data-transition=convex].future, .reveal .slides > section[data-transition~=convex-in].future, .reveal.convex .slides > section:not([data-transition]).future {
417
+ -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
418
+ transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0); }
419
+
420
+ .reveal .slides > section > section[data-transition=convex].past, .reveal .slides > section > section[data-transition~=convex-out].past, .reveal.convex .slides > section > section:not([data-transition]).past {
421
+ -webkit-transform: translate3d(0, -300px, 0) rotateX(70deg) translate3d(0, -300px, 0);
422
+ transform: translate3d(0, -300px, 0) rotateX(70deg) translate3d(0, -300px, 0); }
423
+
424
+ .reveal .slides > section > section[data-transition=convex].future, .reveal .slides > section > section[data-transition~=convex-in].future, .reveal.convex .slides > section > section:not([data-transition]).future {
425
+ -webkit-transform: translate3d(0, 300px, 0) rotateX(-70deg) translate3d(0, 300px, 0);
426
+ transform: translate3d(0, 300px, 0) rotateX(-70deg) translate3d(0, 300px, 0); }
427
+
428
+ /*********************************************
429
+ * CONCAVE TRANSITION
430
+ *********************************************/
431
+ .reveal .slides > section[data-transition=concave].past, .reveal .slides > section[data-transition~=concave-out].past, .reveal.concave .slides > section:not([data-transition]).past {
432
+ -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0);
433
+ transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0); }
434
+
435
+ .reveal .slides > section[data-transition=concave].future, .reveal .slides > section[data-transition~=concave-in].future, .reveal.concave .slides > section:not([data-transition]).future {
436
+ -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0);
437
+ transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0); }
438
+
439
+ .reveal .slides > section > section[data-transition=concave].past, .reveal .slides > section > section[data-transition~=concave-out].past, .reveal.concave .slides > section > section:not([data-transition]).past {
440
+ -webkit-transform: translate3d(0, -80%, 0) rotateX(-70deg) translate3d(0, -80%, 0);
441
+ transform: translate3d(0, -80%, 0) rotateX(-70deg) translate3d(0, -80%, 0); }
442
+
443
+ .reveal .slides > section > section[data-transition=concave].future, .reveal .slides > section > section[data-transition~=concave-in].future, .reveal.concave .slides > section > section:not([data-transition]).future {
444
+ -webkit-transform: translate3d(0, 80%, 0) rotateX(70deg) translate3d(0, 80%, 0);
445
+ transform: translate3d(0, 80%, 0) rotateX(70deg) translate3d(0, 80%, 0); }
446
+
447
+ /*********************************************
448
+ * ZOOM TRANSITION
449
+ *********************************************/
450
+ .reveal .slides > section[data-transition=zoom], .reveal.zoom .slides > section:not([data-transition]) {
451
+ -webkit-transition-timing-function: ease;
452
+ transition-timing-function: ease; }
453
+
454
+ .reveal .slides > section[data-transition=zoom].past, .reveal .slides > section[data-transition~=zoom-out].past, .reveal.zoom .slides > section:not([data-transition]).past {
455
+ visibility: hidden;
456
+ -webkit-transform: scale(16);
457
+ -ms-transform: scale(16);
458
+ transform: scale(16); }
459
+
460
+ .reveal .slides > section[data-transition=zoom].future, .reveal .slides > section[data-transition~=zoom-in].future, .reveal.zoom .slides > section:not([data-transition]).future {
461
+ visibility: hidden;
462
+ -webkit-transform: scale(0.2);
463
+ -ms-transform: scale(0.2);
464
+ transform: scale(0.2); }
465
+
466
+ .reveal .slides > section > section[data-transition=zoom].past, .reveal .slides > section > section[data-transition~=zoom-out].past, .reveal.zoom .slides > section > section:not([data-transition]).past {
467
+ -webkit-transform: translate(0, -150%);
468
+ -ms-transform: translate(0, -150%);
469
+ transform: translate(0, -150%); }
470
+
471
+ .reveal .slides > section > section[data-transition=zoom].future, .reveal .slides > section > section[data-transition~=zoom-in].future, .reveal.zoom .slides > section > section:not([data-transition]).future {
472
+ -webkit-transform: translate(0, 150%);
473
+ -ms-transform: translate(0, 150%);
474
+ transform: translate(0, 150%); }
475
+
476
+ /*********************************************
477
+ * CUBE TRANSITION
478
+ *********************************************/
479
+ .reveal.cube .slides {
480
+ -webkit-perspective: 1300px;
481
+ perspective: 1300px; }
482
+
483
+ .reveal.cube .slides section {
484
+ padding: 30px;
485
+ min-height: 700px;
486
+ -webkit-backface-visibility: hidden;
487
+ backface-visibility: hidden;
488
+ -moz-box-sizing: border-box;
489
+ box-sizing: border-box; }
490
+
491
+ .reveal.center.cube .slides section {
492
+ min-height: 0; }
493
+
494
+ .reveal.cube .slides section:not(.stack):before {
495
+ content: '';
496
+ position: absolute;
497
+ display: block;
498
+ width: 100%;
499
+ height: 100%;
500
+ left: 0;
501
+ top: 0;
502
+ background: rgba(0, 0, 0, 0.1);
503
+ border-radius: 4px;
504
+ -webkit-transform: translateZ(-20px);
505
+ transform: translateZ(-20px); }
506
+
507
+ .reveal.cube .slides section:not(.stack):after {
508
+ content: '';
509
+ position: absolute;
510
+ display: block;
511
+ width: 90%;
512
+ height: 30px;
513
+ left: 5%;
514
+ bottom: 0;
515
+ background: none;
516
+ z-index: 1;
517
+ border-radius: 4px;
518
+ box-shadow: 0px 95px 25px rgba(0, 0, 0, 0.2);
519
+ -webkit-transform: translateZ(-90px) rotateX(65deg);
520
+ transform: translateZ(-90px) rotateX(65deg); }
521
+
522
+ .reveal.cube .slides > section.stack {
523
+ padding: 0;
524
+ background: none; }
525
+
526
+ .reveal.cube .slides > section.past {
527
+ -webkit-transform-origin: 100% 0%;
528
+ -ms-transform-origin: 100% 0%;
529
+ transform-origin: 100% 0%;
530
+ -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
531
+ transform: translate3d(-100%, 0, 0) rotateY(-90deg); }
532
+
533
+ .reveal.cube .slides > section.future {
534
+ -webkit-transform-origin: 0% 0%;
535
+ -ms-transform-origin: 0% 0%;
536
+ transform-origin: 0% 0%;
537
+ -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg);
538
+ transform: translate3d(100%, 0, 0) rotateY(90deg); }
539
+
540
+ .reveal.cube .slides > section > section.past {
541
+ -webkit-transform-origin: 0% 100%;
542
+ -ms-transform-origin: 0% 100%;
543
+ transform-origin: 0% 100%;
544
+ -webkit-transform: translate3d(0, -100%, 0) rotateX(90deg);
545
+ transform: translate3d(0, -100%, 0) rotateX(90deg); }
546
+
547
+ .reveal.cube .slides > section > section.future {
548
+ -webkit-transform-origin: 0% 0%;
549
+ -ms-transform-origin: 0% 0%;
550
+ transform-origin: 0% 0%;
551
+ -webkit-transform: translate3d(0, 100%, 0) rotateX(-90deg);
552
+ transform: translate3d(0, 100%, 0) rotateX(-90deg); }
553
+
554
+ /*********************************************
555
+ * PAGE TRANSITION
556
+ *********************************************/
557
+ .reveal.page .slides {
558
+ -webkit-perspective-origin: 0% 50%;
559
+ perspective-origin: 0% 50%;
560
+ -webkit-perspective: 3000px;
561
+ perspective: 3000px; }
562
+
563
+ .reveal.page .slides section {
564
+ padding: 30px;
565
+ min-height: 700px;
566
+ -moz-box-sizing: border-box;
567
+ box-sizing: border-box; }
568
+
569
+ .reveal.page .slides section.past {
570
+ z-index: 12; }
571
+
572
+ .reveal.page .slides section:not(.stack):before {
573
+ content: '';
574
+ position: absolute;
575
+ display: block;
576
+ width: 100%;
577
+ height: 100%;
578
+ left: 0;
579
+ top: 0;
580
+ background: rgba(0, 0, 0, 0.1);
581
+ -webkit-transform: translateZ(-20px);
582
+ transform: translateZ(-20px); }
583
+
584
+ .reveal.page .slides section:not(.stack):after {
585
+ content: '';
586
+ position: absolute;
587
+ display: block;
588
+ width: 90%;
589
+ height: 30px;
590
+ left: 5%;
591
+ bottom: 0;
592
+ background: none;
593
+ z-index: 1;
594
+ border-radius: 4px;
595
+ box-shadow: 0px 95px 25px rgba(0, 0, 0, 0.2);
596
+ -webkit-transform: translateZ(-90px) rotateX(65deg); }
597
+
598
+ .reveal.page .slides > section.stack {
599
+ padding: 0;
600
+ background: none; }
601
+
602
+ .reveal.page .slides > section.past {
603
+ -webkit-transform-origin: 0% 0%;
604
+ -ms-transform-origin: 0% 0%;
605
+ transform-origin: 0% 0%;
606
+ -webkit-transform: translate3d(-40%, 0, 0) rotateY(-80deg);
607
+ transform: translate3d(-40%, 0, 0) rotateY(-80deg); }
608
+
609
+ .reveal.page .slides > section.future {
610
+ -webkit-transform-origin: 100% 0%;
611
+ -ms-transform-origin: 100% 0%;
612
+ transform-origin: 100% 0%;
613
+ -webkit-transform: translate3d(0, 0, 0);
614
+ transform: translate3d(0, 0, 0); }
615
+
616
+ .reveal.page .slides > section > section.past {
617
+ -webkit-transform-origin: 0% 0%;
618
+ -ms-transform-origin: 0% 0%;
619
+ transform-origin: 0% 0%;
620
+ -webkit-transform: translate3d(0, -40%, 0) rotateX(80deg);
621
+ transform: translate3d(0, -40%, 0) rotateX(80deg); }
622
+
623
+ .reveal.page .slides > section > section.future {
624
+ -webkit-transform-origin: 0% 100%;
625
+ -ms-transform-origin: 0% 100%;
626
+ transform-origin: 0% 100%;
627
+ -webkit-transform: translate3d(0, 0, 0);
628
+ transform: translate3d(0, 0, 0); }
629
+
630
+ /*********************************************
631
+ * FADE TRANSITION
632
+ *********************************************/
633
+ .reveal .slides section[data-transition=fade], .reveal.fade .slides section:not([data-transition]), .reveal.fade .slides > section > section:not([data-transition]) {
634
+ -webkit-transform: none;
635
+ -ms-transform: none;
636
+ transform: none;
637
+ -webkit-transition: opacity 0.5s;
638
+ transition: opacity 0.5s; }
639
+
640
+ .reveal.fade.overview .slides section, .reveal.fade.overview .slides > section > section {
641
+ -webkit-transition: none;
642
+ transition: none; }
643
+
644
+ /*********************************************
645
+ * NO TRANSITION
646
+ *********************************************/
647
+ .reveal .slides > section[data-transition=none], .reveal.none .slides > section:not([data-transition]) {
648
+ -webkit-transform: none;
649
+ -ms-transform: none;
650
+ transform: none;
651
+ -webkit-transition: none;
652
+ transition: none; }
653
+
654
+ /*********************************************
655
+ * PAUSED MODE
656
+ *********************************************/
657
+ .reveal .pause-overlay {
658
+ position: absolute;
659
+ top: 0;
660
+ left: 0;
661
+ width: 100%;
662
+ height: 100%;
663
+ background: black;
664
+ visibility: hidden;
665
+ opacity: 0;
666
+ z-index: 100;
667
+ -webkit-transition: all 1s ease;
668
+ transition: all 1s ease; }
669
+
670
+ .reveal.paused .pause-overlay {
671
+ visibility: visible;
672
+ opacity: 1; }
673
+
674
+ /*********************************************
675
+ * FALLBACK
676
+ *********************************************/
677
+ .no-transforms {
678
+ overflow-y: auto; }
679
+
680
+ .no-transforms .reveal .slides {
681
+ position: relative;
682
+ width: 80%;
683
+ height: auto !important;
684
+ top: 0;
685
+ left: 50%;
686
+ margin: 0;
687
+ text-align: center; }
688
+
689
+ .no-transforms .reveal .controls, .no-transforms .reveal .progress {
690
+ display: none !important; }
691
+
692
+ .no-transforms .reveal .slides section {
693
+ display: block !important;
694
+ opacity: 1 !important;
695
+ position: relative !important;
696
+ height: auto;
697
+ min-height: 0;
698
+ top: 0;
699
+ left: -50%;
700
+ margin: 70px 0;
701
+ -webkit-transform: none;
702
+ -ms-transform: none;
703
+ transform: none; }
704
+
705
+ .no-transforms .reveal .slides section section {
706
+ left: 0; }
707
+
708
+ .reveal .no-transition, .reveal .no-transition * {
709
+ -webkit-transition: none !important;
710
+ transition: none !important; }
711
+
712
+ /*********************************************
713
+ * PER-SLIDE BACKGROUNDS
714
+ *********************************************/
715
+ .reveal .backgrounds {
716
+ position: absolute;
717
+ width: 100%;
718
+ height: 100%;
719
+ top: 0;
720
+ left: 0;
721
+ -webkit-perspective: 600px;
722
+ perspective: 600px; }
723
+
724
+ .reveal .slide-background {
725
+ display: none;
726
+ position: absolute;
727
+ width: 100%;
728
+ height: 100%;
729
+ opacity: 0;
730
+ visibility: hidden;
731
+ background-color: rgba(0, 0, 0, 0);
732
+ background-position: 50% 50%;
733
+ background-repeat: no-repeat;
734
+ background-size: cover;
735
+ -webkit-transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
736
+ transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
737
+
738
+ .reveal .slide-background.stack {
739
+ display: block; }
740
+
741
+ .reveal .slide-background.present {
742
+ opacity: 1;
743
+ visibility: visible; }
744
+
745
+ .print-pdf .reveal .slide-background {
746
+ opacity: 1 !important;
747
+ visibility: visible !important; }
748
+
749
+ /* Video backgrounds */
750
+ .reveal .slide-background video {
751
+ position: absolute;
752
+ width: 100%;
753
+ height: 100%;
754
+ max-width: none;
755
+ max-height: none;
756
+ top: 0;
757
+ left: 0; }
758
+
759
+ /* Immediate transition style */
760
+ .reveal[data-background-transition=none] > .backgrounds .slide-background, .reveal > .backgrounds .slide-background[data-background-transition=none] {
761
+ -webkit-transition: none;
762
+ transition: none; }
763
+
764
+ /* Slide */
765
+ .reveal[data-background-transition=slide] > .backgrounds .slide-background, .reveal > .backgrounds .slide-background[data-background-transition=slide] {
766
+ opacity: 1;
767
+ -webkit-backface-visibility: hidden;
768
+ backface-visibility: hidden; }
769
+
770
+ .reveal[data-background-transition=slide] > .backgrounds .slide-background.past, .reveal > .backgrounds .slide-background.past[data-background-transition=slide] {
771
+ -webkit-transform: translate(-100%, 0);
772
+ -ms-transform: translate(-100%, 0);
773
+ transform: translate(-100%, 0); }
774
+
775
+ .reveal[data-background-transition=slide] > .backgrounds .slide-background.future, .reveal > .backgrounds .slide-background.future[data-background-transition=slide] {
776
+ -webkit-transform: translate(100%, 0);
777
+ -ms-transform: translate(100%, 0);
778
+ transform: translate(100%, 0); }
779
+
780
+ .reveal[data-background-transition=slide] > .backgrounds .slide-background > .slide-background.past, .reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=slide] {
781
+ -webkit-transform: translate(0, -100%);
782
+ -ms-transform: translate(0, -100%);
783
+ transform: translate(0, -100%); }
784
+
785
+ .reveal[data-background-transition=slide] > .backgrounds .slide-background > .slide-background.future, .reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=slide] {
786
+ -webkit-transform: translate(0, 100%);
787
+ -ms-transform: translate(0, 100%);
788
+ transform: translate(0, 100%); }
789
+
790
+ /* Convex */
791
+ .reveal[data-background-transition=convex] > .backgrounds .slide-background.past, .reveal > .backgrounds .slide-background.past[data-background-transition=convex] {
792
+ opacity: 0;
793
+ -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
794
+ transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0); }
795
+
796
+ .reveal[data-background-transition=convex] > .backgrounds .slide-background.future, .reveal > .backgrounds .slide-background.future[data-background-transition=convex] {
797
+ opacity: 0;
798
+ -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
799
+ transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0); }
800
+
801
+ .reveal[data-background-transition=convex] > .backgrounds .slide-background > .slide-background.past, .reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=convex] {
802
+ opacity: 0;
803
+ -webkit-transform: translate3d(0, -100%, 0) rotateX(90deg) translate3d(0, -100%, 0);
804
+ transform: translate3d(0, -100%, 0) rotateX(90deg) translate3d(0, -100%, 0); }
805
+
806
+ .reveal[data-background-transition=convex] > .backgrounds .slide-background > .slide-background.future, .reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=convex] {
807
+ opacity: 0;
808
+ -webkit-transform: translate3d(0, 100%, 0) rotateX(-90deg) translate3d(0, 100%, 0);
809
+ transform: translate3d(0, 100%, 0) rotateX(-90deg) translate3d(0, 100%, 0); }
810
+
811
+ /* Concave */
812
+ .reveal[data-background-transition=concave] > .backgrounds .slide-background.past, .reveal > .backgrounds .slide-background.past[data-background-transition=concave] {
813
+ opacity: 0;
814
+ -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0);
815
+ transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0); }
816
+
817
+ .reveal[data-background-transition=concave] > .backgrounds .slide-background.future, .reveal > .backgrounds .slide-background.future[data-background-transition=concave] {
818
+ opacity: 0;
819
+ -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0);
820
+ transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0); }
821
+
822
+ .reveal[data-background-transition=concave] > .backgrounds .slide-background > .slide-background.past, .reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=concave] {
823
+ opacity: 0;
824
+ -webkit-transform: translate3d(0, -100%, 0) rotateX(-90deg) translate3d(0, -100%, 0);
825
+ transform: translate3d(0, -100%, 0) rotateX(-90deg) translate3d(0, -100%, 0); }
826
+
827
+ .reveal[data-background-transition=concave] > .backgrounds .slide-background > .slide-background.future, .reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=concave] {
828
+ opacity: 0;
829
+ -webkit-transform: translate3d(0, 100%, 0) rotateX(90deg) translate3d(0, 100%, 0);
830
+ transform: translate3d(0, 100%, 0) rotateX(90deg) translate3d(0, 100%, 0); }
831
+
832
+ /* Zoom */
833
+ .reveal[data-background-transition=zoom] > .backgrounds .slide-background, .reveal > .backgrounds .slide-background[data-background-transition=zoom] {
834
+ -webkit-transition-timing-function: ease;
835
+ transition-timing-function: ease; }
836
+
837
+ .reveal[data-background-transition=zoom] > .backgrounds .slide-background.past, .reveal > .backgrounds .slide-background.past[data-background-transition=zoom] {
838
+ opacity: 0;
839
+ visibility: hidden;
840
+ -webkit-transform: scale(16);
841
+ -ms-transform: scale(16);
842
+ transform: scale(16); }
843
+
844
+ .reveal[data-background-transition=zoom] > .backgrounds .slide-background.future, .reveal > .backgrounds .slide-background.future[data-background-transition=zoom] {
845
+ opacity: 0;
846
+ visibility: hidden;
847
+ -webkit-transform: scale(0.2);
848
+ -ms-transform: scale(0.2);
849
+ transform: scale(0.2); }
850
+
851
+ .reveal[data-background-transition=zoom] > .backgrounds .slide-background > .slide-background.past, .reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=zoom] {
852
+ opacity: 0;
853
+ visibility: hidden;
854
+ -webkit-transform: scale(16);
855
+ -ms-transform: scale(16);
856
+ transform: scale(16); }
857
+
858
+ .reveal[data-background-transition=zoom] > .backgrounds .slide-background > .slide-background.future, .reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=zoom] {
859
+ opacity: 0;
860
+ visibility: hidden;
861
+ -webkit-transform: scale(0.2);
862
+ -ms-transform: scale(0.2);
863
+ transform: scale(0.2); }
864
+
865
+ /* Global transition speed settings */
866
+ .reveal[data-transition-speed="fast"] > .backgrounds .slide-background {
867
+ -webkit-transition-duration: 400ms;
868
+ transition-duration: 400ms; }
869
+
870
+ .reveal[data-transition-speed="slow"] > .backgrounds .slide-background {
871
+ -webkit-transition-duration: 1200ms;
872
+ transition-duration: 1200ms; }
873
+
874
+ /*********************************************
875
+ * OVERVIEW
876
+ *********************************************/
877
+ .reveal.overview {
878
+ -webkit-perspective-origin: 50% 50%;
879
+ perspective-origin: 50% 50%;
880
+ -webkit-perspective: 700px;
881
+ perspective: 700px; }
882
+ .reveal.overview .slides section {
883
+ height: 700px;
884
+ opacity: 1 !important;
885
+ overflow: hidden;
886
+ visibility: visible !important;
887
+ cursor: pointer;
888
+ -moz-box-sizing: border-box;
889
+ box-sizing: border-box; }
890
+ .reveal.overview .slides section:hover, .reveal.overview .slides section.present {
891
+ outline: 10px solid rgba(150, 150, 150, 0.4);
892
+ outline-offset: 10px; }
893
+ .reveal.overview .slides section .fragment {
894
+ opacity: 1;
895
+ -webkit-transition: none;
896
+ transition: none; }
897
+ .reveal.overview .slides section:after, .reveal.overview .slides section:before {
898
+ display: none !important; }
899
+ .reveal.overview .slides > section.stack {
900
+ padding: 0;
901
+ top: 0 !important;
902
+ background: none;
903
+ outline: none;
904
+ overflow: visible; }
905
+ .reveal.overview .backgrounds {
906
+ -webkit-perspective: inherit;
907
+ perspective: inherit; }
908
+ .reveal.overview .backgrounds .slide-background {
909
+ opacity: 1;
910
+ visibility: visible;
911
+ outline: 10px solid rgba(150, 150, 150, 0.1);
912
+ outline-offset: 10px; }
913
+
914
+ .reveal.overview .slides section, .reveal.overview-deactivating .slides section {
915
+ -webkit-transition: none;
916
+ transition: none; }
917
+
918
+ .reveal.overview .backgrounds .slide-background, .reveal.overview-deactivating .backgrounds .slide-background {
919
+ -webkit-transition: none;
920
+ transition: none; }
921
+
922
+ .reveal.overview-animated .slides {
923
+ -webkit-transition: -webkit-transform 0.4s ease;
924
+ transition: transform 0.4s ease; }
925
+
926
+ /*********************************************
927
+ * RTL SUPPORT
928
+ *********************************************/
929
+ .reveal.rtl .slides, .reveal.rtl .slides h1, .reveal.rtl .slides h2, .reveal.rtl .slides h3, .reveal.rtl .slides h4, .reveal.rtl .slides h5, .reveal.rtl .slides h6 {
930
+ direction: rtl;
931
+ font-family: sans-serif; }
932
+
933
+ .reveal.rtl pre, .reveal.rtl code {
934
+ direction: ltr; }
935
+
936
+ .reveal.rtl ol, .reveal.rtl ul {
937
+ text-align: right; }
938
+
939
+ .reveal.rtl .progress span {
940
+ float: right; }
941
+
942
+ /*********************************************
943
+ * PARALLAX BACKGROUND
944
+ *********************************************/
945
+ .reveal.has-parallax-background .backgrounds {
946
+ -webkit-transition: all 0.8s ease;
947
+ transition: all 0.8s ease; }
948
+
949
+ /* Global transition speed settings */
950
+ .reveal.has-parallax-background[data-transition-speed="fast"] .backgrounds {
951
+ -webkit-transition-duration: 400ms;
952
+ transition-duration: 400ms; }
953
+
954
+ .reveal.has-parallax-background[data-transition-speed="slow"] .backgrounds {
955
+ -webkit-transition-duration: 1200ms;
956
+ transition-duration: 1200ms; }
957
+
958
+ /*********************************************
959
+ * LINK PREVIEW OVERLAY
960
+ *********************************************/
961
+ .reveal .overlay {
962
+ position: absolute;
963
+ top: 0;
964
+ left: 0;
965
+ width: 100%;
966
+ height: 100%;
967
+ z-index: 1000;
968
+ background: rgba(0, 0, 0, 0.9);
969
+ opacity: 0;
970
+ visibility: hidden;
971
+ -webkit-transition: all 0.3s ease;
972
+ transition: all 0.3s ease; }
973
+
974
+ .reveal .overlay.visible {
975
+ opacity: 1;
976
+ visibility: visible; }
977
+
978
+ .reveal .overlay .spinner {
979
+ position: absolute;
980
+ display: block;
981
+ top: 50%;
982
+ left: 50%;
983
+ width: 32px;
984
+ height: 32px;
985
+ margin: -16px 0 0 -16px;
986
+ z-index: 10;
987
+ background-image: url(data:image/gif;base64,R0lGODlhIAAgAPMAAJmZmf%2F%2F%2F6%2Bvr8nJybW1tcDAwOjo6Nvb26ioqKOjo7Ozs%2FLy8vz8%2FAAAAAAAAAAAACH%2FC05FVFNDQVBFMi4wAwEAAAAh%2FhpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh%2BQQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ%2FV%2FnmOM82XiHRLYKhKP1oZmADdEAAAh%2BQQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY%2FCZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB%2BA4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6%2BHo7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq%2BB6QDtuetcaBPnW6%2BO7wDHpIiK9SaVK5GgV543tzjgGcghAgAh%2BQQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK%2B%2BG%2Bw48edZPK%2BM6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE%2BG%2BcD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm%2BFNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk%2BaV%2BoJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0%2FVNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc%2BXiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30%2FiI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE%2FjiuL04RGEBgwWhShRgQExHBAAh%2BQQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR%2BipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY%2BYip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd%2BMFCN6HAAIKgNggY0KtEBAAh%2BQQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1%2BvsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d%2BjYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg%2BygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0%2Bbm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h%2BKr0SJ8MFihpNbx%2B4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX%2BBP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA%3D%3D);
988
+ visibility: visible;
989
+ opacity: 0.6;
990
+ -webkit-transition: all 0.3s ease;
991
+ transition: all 0.3s ease; }
992
+
993
+ .reveal .overlay header {
994
+ position: absolute;
995
+ left: 0;
996
+ top: 0;
997
+ width: 100%;
998
+ height: 40px;
999
+ z-index: 2;
1000
+ border-bottom: 1px solid #222; }
1001
+
1002
+ .reveal .overlay header a {
1003
+ display: inline-block;
1004
+ width: 40px;
1005
+ height: 40px;
1006
+ padding: 0 10px;
1007
+ float: right;
1008
+ opacity: 0.6;
1009
+ -moz-box-sizing: border-box;
1010
+ box-sizing: border-box; }
1011
+
1012
+ .reveal .overlay header a:hover {
1013
+ opacity: 1; }
1014
+
1015
+ .reveal .overlay header a .icon {
1016
+ display: inline-block;
1017
+ width: 20px;
1018
+ height: 20px;
1019
+ background-position: 50% 50%;
1020
+ background-size: 100%;
1021
+ background-repeat: no-repeat; }
1022
+
1023
+ .reveal .overlay header a.close .icon {
1024
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABkklEQVRYR8WX4VHDMAxG6wnoJrABZQPYBCaBTWAD2g1gE5gg6OOsXuxIlr40d81dfrSJ9V4c2VLK7spHuTJ/5wpM07QXuXc5X0opX2tEJcadjHuV80li/FgxTIEK/5QBCICBD6xEhSMGHgQPgBgLiYVAB1dpSqKDawxTohFw4JSEA3clzgIBPCURwE2JucBR7rhPJJv5OpJwDX+SfDjgx1wACQeJG1aChP9K/IMmdZ8DtESV1WyP3Bt4MwM6sj4NMxMYiqUWHQu4KYA/SYkIjOsm3BXYWMKFDwU2khjCQ4ELJUJ4SmClRArOCmSXGuKma0fYD5CbzHxFpCSGAhfAVSSUGDUk2BWZaff2g6GE15BsBQ9nwmpIGDiyHQddwNTMKkbZaf9fajXQca1EX44puJZUsnY0ObGmITE3GVLCbEhQUjGVt146j6oasWN+49Vph2w1pZ5EansNZqKBm1txbU57iRRcZ86RWMDdWtBJUHBHwoQPi1GV+JCbntmvok7iTX4/Up9mgyTc/FJYDTcndgH/AA5A/CHsyEkVAAAAAElFTkSuQmCC); }
1025
+
1026
+ .reveal .overlay header a.external .icon {
1027
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAcElEQVRYR+2WSQoAIQwEzf8f7XiOMkUQxUPlGkM3hVmiQfQR9GYnH1SsAQlI4DiBqkCMoNb9y2e90IAEJPAcgdznU9+engMaeJ7Azh5Y1U67gAho4DqBqmB1buAf0MB1AlVBek83ZPkmJMGc1wAR+AAqod/B97TRpQAAAABJRU5ErkJggg==); }
1028
+
1029
+ .reveal .overlay .viewport {
1030
+ position: absolute;
1031
+ top: 40px;
1032
+ right: 0;
1033
+ bottom: 0;
1034
+ left: 0; }
1035
+
1036
+ .reveal .overlay.overlay-preview .viewport iframe {
1037
+ width: 100%;
1038
+ height: 100%;
1039
+ max-width: 100%;
1040
+ max-height: 100%;
1041
+ border: 0;
1042
+ opacity: 0;
1043
+ visibility: hidden;
1044
+ -webkit-transition: all 0.3s ease;
1045
+ transition: all 0.3s ease; }
1046
+
1047
+ .reveal .overlay.overlay-preview.loaded .viewport iframe {
1048
+ opacity: 1;
1049
+ visibility: visible; }
1050
+
1051
+ .reveal .overlay.overlay-preview.loaded .spinner {
1052
+ opacity: 0;
1053
+ visibility: hidden;
1054
+ -webkit-transform: scale(0.2);
1055
+ -ms-transform: scale(0.2);
1056
+ transform: scale(0.2); }
1057
+
1058
+ .reveal .overlay.overlay-help .viewport {
1059
+ overflow: auto;
1060
+ color: #fff; }
1061
+
1062
+ .reveal .overlay.overlay-help .viewport .viewport-inner {
1063
+ width: 600px;
1064
+ margin: 0 auto;
1065
+ padding: 60px;
1066
+ text-align: center;
1067
+ letter-spacing: normal; }
1068
+
1069
+ .reveal .overlay.overlay-help .viewport .viewport-inner .title {
1070
+ font-size: 20px; }
1071
+
1072
+ .reveal .overlay.overlay-help .viewport .viewport-inner table {
1073
+ border: 1px solid #fff;
1074
+ border-collapse: collapse;
1075
+ font-size: 14px; }
1076
+
1077
+ .reveal .overlay.overlay-help .viewport .viewport-inner table th, .reveal .overlay.overlay-help .viewport .viewport-inner table td {
1078
+ width: 200px;
1079
+ padding: 10px;
1080
+ border: 1px solid #fff;
1081
+ vertical-align: middle; }
1082
+
1083
+ .reveal .overlay.overlay-help .viewport .viewport-inner table th {
1084
+ padding-top: 20px;
1085
+ padding-bottom: 20px; }
1086
+
1087
+ /*********************************************
1088
+ * PLAYBACK COMPONENT
1089
+ *********************************************/
1090
+ .reveal .playback {
1091
+ position: fixed;
1092
+ left: 15px;
1093
+ bottom: 15px;
1094
+ z-index: 30;
1095
+ cursor: pointer;
1096
+ -webkit-transition: all 400ms ease;
1097
+ transition: all 400ms ease; }
1098
+
1099
+ .reveal.overview .playback {
1100
+ opacity: 0;
1101
+ visibility: hidden; }
1102
+
1103
+ /*********************************************
1104
+ * ROLLING LINKS
1105
+ *********************************************/
1106
+ .reveal .roll {
1107
+ display: inline-block;
1108
+ line-height: 1.2;
1109
+ overflow: hidden;
1110
+ vertical-align: top;
1111
+ -webkit-perspective: 400px;
1112
+ perspective: 400px;
1113
+ -webkit-perspective-origin: 50% 50%;
1114
+ perspective-origin: 50% 50%; }
1115
+
1116
+ .reveal .roll:hover {
1117
+ background: none;
1118
+ text-shadow: none; }
1119
+
1120
+ .reveal .roll span {
1121
+ display: block;
1122
+ position: relative;
1123
+ padding: 0 2px;
1124
+ pointer-events: none;
1125
+ -webkit-transition: all 400ms ease;
1126
+ transition: all 400ms ease;
1127
+ -webkit-transform-origin: 50% 0%;
1128
+ -ms-transform-origin: 50% 0%;
1129
+ transform-origin: 50% 0%;
1130
+ -webkit-transform-style: preserve-3d;
1131
+ transform-style: preserve-3d;
1132
+ -webkit-backface-visibility: hidden;
1133
+ backface-visibility: hidden; }
1134
+
1135
+ .reveal .roll:hover span {
1136
+ background: rgba(0, 0, 0, 0.5);
1137
+ -webkit-transform: translate3d(0px, 0px, -45px) rotateX(90deg);
1138
+ transform: translate3d(0px, 0px, -45px) rotateX(90deg); }
1139
+
1140
+ .reveal .roll span:after {
1141
+ content: attr(data-title);
1142
+ display: block;
1143
+ position: absolute;
1144
+ left: 0;
1145
+ top: 0;
1146
+ padding: 0 2px;
1147
+ -webkit-backface-visibility: hidden;
1148
+ backface-visibility: hidden;
1149
+ -webkit-transform-origin: 50% 0%;
1150
+ -ms-transform-origin: 50% 0%;
1151
+ transform-origin: 50% 0%;
1152
+ -webkit-transform: translate3d(0px, 110%, 0px) rotateX(-90deg);
1153
+ transform: translate3d(0px, 110%, 0px) rotateX(-90deg); }
1154
+
1155
+ /*********************************************
1156
+ * SPEAKER NOTES
1157
+ *********************************************/
1158
+ .reveal aside.notes {
1159
+ display: none; }
1160
+
1161
+ /*********************************************
1162
+ * ZOOM PLUGIN
1163
+ *********************************************/
1164
+ .zoomed .reveal *, .zoomed .reveal *:before, .zoomed .reveal *:after {
1165
+ -webkit-backface-visibility: visible !important;
1166
+ backface-visibility: visible !important; }
1167
+
1168
+ .zoomed .reveal .progress, .zoomed .reveal .controls {
1169
+ opacity: 0; }
1170
+
1171
+ .zoomed .reveal .roll span {
1172
+ background: none; }
1173
+
1174
+ .zoomed .reveal .roll span:after {
1175
+ visibility: hidden; }