slippery 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (293) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +2 -2
  3. data/assets/LICENSE.md +21 -0
  4. data/assets/README.md +48 -0
  5. data/assets/highlight.js/CHANGES.md +693 -0
  6. data/assets/highlight.js/README.md +86 -37
  7. data/assets/highlight.js/README.ru.md +65 -24
  8. data/assets/highlight.js/highlight.pack.js +2 -1
  9. data/assets/highlight.js/styles/agate.css +108 -0
  10. data/assets/highlight.js/styles/androidstudio.css +66 -0
  11. data/assets/highlight.js/styles/arduino-light.css +88 -0
  12. data/assets/highlight.js/styles/arta.css +25 -93
  13. data/assets/highlight.js/styles/ascetic.css +20 -28
  14. data/assets/highlight.js/styles/atelier-cave-dark.css +83 -0
  15. data/assets/highlight.js/styles/atelier-cave-light.css +85 -0
  16. data/assets/highlight.js/styles/atelier-dune-dark.css +69 -0
  17. data/assets/highlight.js/styles/atelier-dune-light.css +69 -0
  18. data/assets/highlight.js/styles/atelier-estuary-dark.css +84 -0
  19. data/assets/highlight.js/styles/atelier-estuary-light.css +84 -0
  20. data/assets/highlight.js/styles/atelier-forest-dark.css +69 -0
  21. data/assets/highlight.js/styles/atelier-forest-light.css +69 -0
  22. data/assets/highlight.js/styles/atelier-heath-dark.css +69 -0
  23. data/assets/highlight.js/styles/atelier-heath-light.css +69 -0
  24. data/assets/highlight.js/styles/atelier-lakeside-dark.css +69 -0
  25. data/assets/highlight.js/styles/atelier-lakeside-light.css +69 -0
  26. data/assets/highlight.js/styles/atelier-plateau-dark.css +84 -0
  27. data/assets/highlight.js/styles/atelier-plateau-light.css +84 -0
  28. data/assets/highlight.js/styles/atelier-savanna-dark.css +84 -0
  29. data/assets/highlight.js/styles/atelier-savanna-light.css +84 -0
  30. data/assets/highlight.js/styles/atelier-seaside-dark.css +69 -0
  31. data/assets/highlight.js/styles/atelier-seaside-light.css +69 -0
  32. data/assets/highlight.js/styles/atelier-sulphurpool-dark.css +69 -0
  33. data/assets/highlight.js/styles/atelier-sulphurpool-light.css +69 -0
  34. data/assets/highlight.js/styles/atom-one-dark.css +96 -0
  35. data/assets/highlight.js/styles/atom-one-light.css +96 -0
  36. data/assets/highlight.js/styles/brown-paper.css +64 -0
  37. data/assets/highlight.js/styles/codepen-embed.css +22 -70
  38. data/assets/highlight.js/styles/color-brewer.css +20 -118
  39. data/assets/highlight.js/styles/darcula.css +77 -0
  40. data/assets/highlight.js/styles/dark.css +20 -62
  41. data/assets/highlight.js/styles/darkula.css +6 -0
  42. data/assets/highlight.js/styles/default.css +67 -121
  43. data/assets/highlight.js/styles/docco.css +22 -61
  44. data/assets/highlight.js/styles/dracula.css +76 -0
  45. data/assets/highlight.js/styles/far.css +26 -67
  46. data/assets/highlight.js/styles/foundation.css +22 -70
  47. data/assets/highlight.js/styles/github-gist.css +71 -0
  48. data/assets/highlight.js/styles/github.css +23 -51
  49. data/assets/highlight.js/styles/googlecode.css +29 -88
  50. data/assets/highlight.js/styles/grayscale.css +101 -0
  51. data/assets/highlight.js/styles/gruvbox-dark.css +108 -0
  52. data/assets/highlight.js/styles/gruvbox-light.css +108 -0
  53. data/assets/highlight.js/styles/hopscotch.css +83 -0
  54. data/assets/highlight.js/styles/hybrid.css +22 -91
  55. data/assets/highlight.js/styles/idea.css +24 -53
  56. data/assets/highlight.js/styles/ir-black.css +73 -0
  57. data/assets/highlight.js/styles/kimbie.dark.css +24 -46
  58. data/assets/highlight.js/styles/kimbie.light.css +24 -46
  59. data/assets/highlight.js/styles/magula.css +19 -71
  60. data/assets/highlight.js/styles/mono-blue.css +22 -33
  61. data/assets/highlight.js/styles/monokai-sublime.css +83 -0
  62. data/assets/highlight.js/styles/monokai.css +23 -80
  63. data/assets/highlight.js/styles/obsidian.css +26 -92
  64. data/assets/highlight.js/styles/ocean.css +74 -0
  65. data/assets/highlight.js/styles/paraiso-dark.css +72 -0
  66. data/assets/highlight.js/styles/paraiso-light.css +72 -0
  67. data/assets/highlight.js/styles/pojoaque.css +29 -54
  68. data/assets/highlight.js/styles/purebasic.css +96 -0
  69. data/assets/highlight.js/styles/qtcreator_dark.css +83 -0
  70. data/assets/highlight.js/styles/qtcreator_light.css +83 -0
  71. data/assets/highlight.js/styles/railscasts.css +32 -111
  72. data/assets/highlight.js/styles/rainbow.css +34 -58
  73. data/assets/highlight.js/styles/routeros.css +108 -0
  74. data/assets/highlight.js/styles/school-book.css +72 -0
  75. data/assets/highlight.js/styles/solarized-dark.css +84 -0
  76. data/assets/highlight.js/styles/solarized-light.css +84 -0
  77. data/assets/highlight.js/styles/sunburst.css +28 -91
  78. data/assets/highlight.js/styles/tomorrow-night-blue.css +23 -43
  79. data/assets/highlight.js/styles/tomorrow-night-bright.css +23 -43
  80. data/assets/highlight.js/styles/tomorrow-night-eighties.css +23 -43
  81. data/assets/highlight.js/styles/tomorrow-night.css +23 -43
  82. data/assets/highlight.js/styles/tomorrow.css +23 -43
  83. data/assets/highlight.js/styles/vs.css +33 -59
  84. data/assets/highlight.js/styles/vs2015.css +115 -0
  85. data/assets/highlight.js/styles/xcode.css +28 -94
  86. data/assets/highlight.js/styles/xt256.css +92 -0
  87. data/assets/highlight.js/styles/zenburn.css +26 -65
  88. data/assets/index.html +186 -0
  89. data/assets/pictures/cover.jpg +0 -0
  90. data/assets/pictures/logo.svg +3 -0
  91. data/assets/pictures/picture.jpg +0 -0
  92. data/assets/reveal.js/css/print/paper.css +193 -167
  93. data/assets/reveal.js/css/print/pdf.css +20 -53
  94. data/assets/reveal.js/css/reveal.css +953 -1663
  95. data/assets/reveal.js/css/reveal.min.css +3 -3
  96. data/assets/reveal.js/css/reveal.scss +1319 -0
  97. data/assets/reveal.js/css/theme/README.md +2 -4
  98. data/assets/reveal.js/css/theme/beige.css +183 -60
  99. data/assets/reveal.js/css/theme/black.css +267 -0
  100. data/assets/reveal.js/css/theme/blood.css +190 -80
  101. data/assets/reveal.js/css/theme/league.css +273 -0
  102. data/assets/reveal.js/css/theme/moon.css +174 -51
  103. data/assets/reveal.js/css/theme/night.css +171 -42
  104. data/assets/reveal.js/css/theme/serif.css +187 -58
  105. data/assets/reveal.js/css/theme/simple.css +179 -50
  106. data/assets/reveal.js/css/theme/sky.css +176 -47
  107. data/assets/reveal.js/css/theme/solarized.css +174 -51
  108. data/assets/reveal.js/css/theme/source/beige.scss +1 -12
  109. data/assets/reveal.js/css/theme/source/black.scss +49 -0
  110. data/assets/reveal.js/css/theme/source/blood.scss +3 -15
  111. data/assets/reveal.js/css/theme/source/{default.scss → league.scss} +5 -13
  112. data/assets/reveal.js/css/theme/source/moon.scss +1 -12
  113. data/assets/reveal.js/css/theme/source/serif.scss +1 -1
  114. data/assets/reveal.js/css/theme/source/sky.scss +1 -1
  115. data/assets/reveal.js/css/theme/source/solarized.scss +1 -12
  116. data/assets/reveal.js/css/theme/source/white.scss +49 -0
  117. data/assets/reveal.js/css/theme/template/settings.scss +13 -4
  118. data/assets/reveal.js/css/theme/template/theme.scss +193 -14
  119. data/assets/reveal.js/css/theme/white.css +267 -0
  120. data/assets/reveal.js/js/reveal.js +1572 -446
  121. data/assets/reveal.js/js/reveal.min.js +4 -4
  122. data/assets/reveal.js/lib/css/zenburn.css +74 -71
  123. data/assets/reveal.js/lib/font/league-gothic/league-gothic.css +10 -0
  124. data/assets/reveal.js/lib/font/league-gothic/league-gothic.eot +0 -0
  125. data/assets/reveal.js/lib/font/league-gothic/league-gothic.ttf +0 -0
  126. data/assets/reveal.js/lib/font/league-gothic/league-gothic.woff +0 -0
  127. data/assets/reveal.js/lib/font/source-sans-pro/LICENSE +45 -0
  128. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-italic.eot +0 -0
  129. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-italic.ttf +0 -0
  130. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-italic.woff +0 -0
  131. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-regular.eot +0 -0
  132. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-regular.ttf +0 -0
  133. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-regular.woff +0 -0
  134. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibold.eot +0 -0
  135. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibold.ttf +0 -0
  136. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibold.woff +0 -0
  137. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot +0 -0
  138. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf +0 -0
  139. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff +0 -0
  140. data/assets/reveal.js/lib/font/source-sans-pro/source-sans-pro.css +39 -0
  141. data/assets/reveal.js/plugin/highlight/highlight.js +2 -4
  142. data/assets/reveal.js/plugin/leap/leap.js +4 -2
  143. data/assets/reveal.js/plugin/markdown/example.html +3 -3
  144. data/assets/reveal.js/plugin/markdown/markdown.js +10 -9
  145. data/assets/reveal.js/plugin/markdown/marked.js +2 -33
  146. data/assets/reveal.js/plugin/math/math.js +1 -1
  147. data/assets/reveal.js/plugin/notes/notes.html +321 -182
  148. data/assets/reveal.js/plugin/notes/notes.js +89 -45
  149. data/assets/reveal.js/plugin/notes-server/client.js +49 -46
  150. data/assets/reveal.js/plugin/notes-server/index.js +28 -21
  151. data/assets/reveal.js/plugin/notes-server/notes.html +351 -97
  152. data/assets/reveal.js/plugin/print-pdf/print-pdf.js +24 -20
  153. data/assets/reveal.js/plugin/zoom-js/zoom.js +78 -58
  154. data/assets/shower/shower.min.js +8 -0
  155. data/assets/shower/themes/material/LICENSE.md +21 -0
  156. data/assets/shower/themes/material/README.md +45 -0
  157. data/assets/shower/themes/material/fonts/COPYRIGHT.txt +1 -0
  158. data/assets/shower/themes/material/fonts/LICENSE.txt +202 -0
  159. data/assets/shower/themes/material/fonts/roboto-bold-italic.woff2 +0 -0
  160. data/assets/shower/themes/material/fonts/roboto-bold.woff2 +0 -0
  161. data/assets/shower/themes/material/fonts/roboto-italic.woff2 +0 -0
  162. data/assets/shower/themes/material/fonts/roboto-light.woff2 +0 -0
  163. data/assets/shower/themes/material/fonts/roboto-mono-regular.woff2 +0 -0
  164. data/assets/shower/themes/material/fonts/roboto-regular.woff2 +0 -0
  165. data/assets/shower/themes/material/index.html +488 -0
  166. data/assets/shower/themes/material/pictures/canvas.png +0 -0
  167. data/assets/shower/themes/material/pictures/exact.svg +3 -0
  168. data/assets/shower/themes/material/pictures/picture-1.svg +3 -0
  169. data/assets/shower/themes/material/pictures/picture-2.svg +3 -0
  170. data/assets/shower/themes/material/pictures/picture-3.svg +3 -0
  171. data/assets/shower/themes/material/pictures/square.svg +3 -0
  172. data/assets/shower/themes/material/pictures/tall.svg +3 -0
  173. data/assets/shower/themes/material/pictures/wide.svg +3 -0
  174. data/assets/shower/themes/material/styles/blocks/badge.css +65 -0
  175. data/assets/shower/themes/material/styles/blocks/caption.css +67 -0
  176. data/assets/shower/themes/material/styles/blocks/progress.css +37 -0
  177. data/assets/shower/themes/material/styles/blocks/region.css +29 -0
  178. data/assets/shower/themes/material/styles/fonts.css +64 -0
  179. data/assets/shower/themes/material/styles/shower/grid.svg +50 -0
  180. data/assets/shower/themes/material/styles/shower/shower-full.css +13 -0
  181. data/assets/shower/themes/material/styles/shower/shower-grid.css +13 -0
  182. data/assets/shower/themes/material/styles/shower/shower-list.css +30 -0
  183. data/assets/shower/themes/material/styles/shower/shower-print.css +11 -0
  184. data/assets/shower/themes/material/styles/shower/shower.css +39 -0
  185. data/assets/shower/themes/material/styles/slide/content/basic.css +23 -0
  186. data/assets/shower/themes/material/styles/slide/content/code.css +80 -0
  187. data/assets/shower/themes/material/styles/slide/content/footer.css +29 -0
  188. data/assets/shower/themes/material/styles/slide/content/inline.css +49 -0
  189. data/assets/shower/themes/material/styles/slide/content/lists.css +54 -0
  190. data/assets/shower/themes/material/styles/slide/content/quote.css +24 -0
  191. data/assets/shower/themes/material/styles/slide/content/table.css +53 -0
  192. data/assets/shower/themes/material/styles/slide/elements/columns.css +19 -0
  193. data/assets/shower/themes/material/styles/slide/elements/copyright.css +38 -0
  194. data/assets/shower/themes/material/styles/slide/elements/cover.css +25 -0
  195. data/assets/shower/themes/material/styles/slide/elements/next.css +9 -0
  196. data/assets/shower/themes/material/styles/slide/elements/place.css +63 -0
  197. data/assets/shower/themes/material/styles/slide/elements/shout.css +53 -0
  198. data/assets/shower/themes/material/styles/slide/modifiers/black.css +5 -0
  199. data/assets/shower/themes/material/styles/slide/modifiers/clear.css +11 -0
  200. data/assets/shower/themes/material/styles/slide/modifiers/white.css +5 -0
  201. data/assets/shower/themes/material/styles/slide/slide-full.css +16 -0
  202. data/assets/shower/themes/material/styles/slide/slide-list.css +68 -0
  203. data/assets/shower/themes/material/styles/slide/slide.css +56 -0
  204. data/assets/shower/themes/material/styles/styles.css +9 -0
  205. data/assets/shower/themes/ribbon/LICENSE.md +21 -0
  206. data/assets/shower/themes/ribbon/README.md +41 -0
  207. data/assets/shower/themes/ribbon/fonts/LICENSE.txt +44 -0
  208. data/assets/shower/themes/ribbon/fonts/pt-mono-regular.woff2 +0 -0
  209. data/assets/shower/themes/ribbon/fonts/pt-sans-bold-italic.woff2 +0 -0
  210. data/assets/shower/themes/ribbon/fonts/pt-sans-bold.woff2 +0 -0
  211. data/assets/shower/themes/ribbon/fonts/pt-sans-italic.woff2 +0 -0
  212. data/assets/shower/themes/ribbon/fonts/pt-sans-narrow-bold.woff2 +0 -0
  213. data/assets/shower/themes/ribbon/fonts/pt-sans-regular.woff2 +0 -0
  214. data/assets/shower/themes/ribbon/index.html +490 -0
  215. data/assets/shower/themes/ribbon/pictures/canvas.png +0 -0
  216. data/assets/shower/themes/ribbon/pictures/exact.svg +3 -0
  217. data/assets/shower/themes/ribbon/pictures/picture-1.svg +3 -0
  218. data/assets/shower/themes/ribbon/pictures/picture-2.svg +3 -0
  219. data/assets/shower/themes/ribbon/pictures/picture-3.svg +3 -0
  220. data/assets/shower/themes/ribbon/pictures/square.svg +3 -0
  221. data/assets/shower/themes/ribbon/pictures/tall.svg +3 -0
  222. data/assets/shower/themes/ribbon/pictures/wide.svg +3 -0
  223. data/assets/shower/themes/ribbon/styles/blocks/badge.css +63 -0
  224. data/assets/shower/themes/ribbon/styles/blocks/caption.css +63 -0
  225. data/assets/shower/themes/ribbon/styles/blocks/progress.css +46 -0
  226. data/assets/shower/themes/ribbon/styles/blocks/region.css +29 -0
  227. data/assets/shower/themes/ribbon/styles/fonts.css +64 -0
  228. data/assets/shower/themes/ribbon/styles/shower/grid.svg +40 -0
  229. data/assets/shower/themes/ribbon/styles/shower/shower-full.css +13 -0
  230. data/assets/shower/themes/ribbon/styles/shower/shower-grid.css +13 -0
  231. data/assets/shower/themes/ribbon/styles/shower/shower-list.css +30 -0
  232. data/assets/shower/themes/ribbon/styles/shower/shower-print.css +11 -0
  233. data/assets/shower/themes/ribbon/styles/shower/shower.css +32 -0
  234. data/assets/shower/themes/ribbon/styles/slide/content/basic.css +21 -0
  235. data/assets/shower/themes/ribbon/styles/slide/content/code.css +82 -0
  236. data/assets/shower/themes/ribbon/styles/slide/content/footer.css +29 -0
  237. data/assets/shower/themes/ribbon/styles/slide/content/inline.css +50 -0
  238. data/assets/shower/themes/ribbon/styles/slide/content/lists.css +55 -0
  239. data/assets/shower/themes/ribbon/styles/slide/content/quote.css +23 -0
  240. data/assets/shower/themes/ribbon/styles/slide/content/table.css +53 -0
  241. data/assets/shower/themes/ribbon/styles/slide/elements/columns.css +19 -0
  242. data/assets/shower/themes/ribbon/styles/slide/elements/copyright.css +38 -0
  243. data/assets/shower/themes/ribbon/styles/slide/elements/cover.css +25 -0
  244. data/assets/shower/themes/ribbon/styles/slide/elements/next.css +9 -0
  245. data/assets/shower/themes/ribbon/styles/slide/elements/place.css +63 -0
  246. data/assets/shower/themes/ribbon/styles/slide/elements/shout.css +54 -0
  247. data/assets/shower/themes/ribbon/styles/slide/modifiers/black.css +5 -0
  248. data/assets/shower/themes/ribbon/styles/slide/modifiers/clear.css +11 -0
  249. data/assets/shower/themes/ribbon/styles/slide/modifiers/white.css +5 -0
  250. data/assets/shower/themes/ribbon/styles/slide/ribbon.svg +1 -0
  251. data/assets/shower/themes/ribbon/styles/slide/slide-full.css +16 -0
  252. data/assets/shower/themes/ribbon/styles/slide/slide-list.css +68 -0
  253. data/assets/shower/themes/ribbon/styles/slide/slide.css +60 -0
  254. data/assets/shower/themes/ribbon/styles/styles.css +9 -0
  255. data/lib/slippery/presentation.rb +4 -0
  256. data/lib/slippery/processors/add_highlight.rb +3 -8
  257. data/lib/slippery/processors/reveal_js/add_reveal_js.rb +1 -1
  258. data/lib/slippery/processors/shower.rb +76 -0
  259. data/lib/slippery/rake_tasks.rb +8 -3
  260. data/lib/slippery/version.rb +1 -1
  261. data/lib/slippery.rb +1 -0
  262. data/slippery.gemspec +3 -3
  263. metadata +194 -56
  264. data/assets/highlight.js/highlight-0.8.default.min.css +0 -1
  265. data/assets/highlight.js/highlight-0.8.min.js +0 -1
  266. data/assets/highlight.js/styles/atelier-dune.dark.css +0 -95
  267. data/assets/highlight.js/styles/atelier-dune.light.css +0 -95
  268. data/assets/highlight.js/styles/atelier-forest.dark.css +0 -95
  269. data/assets/highlight.js/styles/atelier-forest.light.css +0 -95
  270. data/assets/highlight.js/styles/atelier-heath.dark.css +0 -95
  271. data/assets/highlight.js/styles/atelier-heath.light.css +0 -95
  272. data/assets/highlight.js/styles/atelier-lakeside.dark.css +0 -95
  273. data/assets/highlight.js/styles/atelier-lakeside.light.css +0 -95
  274. data/assets/highlight.js/styles/atelier-seaside.dark.css +0 -95
  275. data/assets/highlight.js/styles/atelier-seaside.light.css +0 -95
  276. data/assets/highlight.js/styles/brown_paper.css +0 -105
  277. data/assets/highlight.js/styles/ir_black.css +0 -110
  278. data/assets/highlight.js/styles/monokai_sublime.css +0 -148
  279. data/assets/highlight.js/styles/paraiso.dark.css +0 -95
  280. data/assets/highlight.js/styles/paraiso.light.css +0 -95
  281. data/assets/highlight.js/styles/school_book.css +0 -113
  282. data/assets/highlight.js/styles/solarized_dark.css +0 -109
  283. data/assets/highlight.js/styles/solarized_light.css +0 -109
  284. data/assets/reveal.js/css/theme/default.css +0 -148
  285. data/assets/reveal.js/lib/font/league_gothic-webfont.eot +0 -0
  286. data/assets/reveal.js/lib/font/league_gothic-webfont.svg +0 -230
  287. data/assets/reveal.js/lib/font/league_gothic-webfont.ttf +0 -0
  288. data/assets/reveal.js/lib/font/league_gothic-webfont.woff +0 -0
  289. data/assets/reveal.js/plugin/postmessage/example.html +0 -39
  290. data/assets/reveal.js/plugin/postmessage/postmessage.js +0 -42
  291. /data/assets/highlight.js/styles/{brown_papersq.png → brown-papersq.png} +0 -0
  292. /data/assets/highlight.js/styles/{school_book.png → school-book.png} +0 -0
  293. /data/assets/reveal.js/lib/font/{league_gothic_license → league-gothic/LICENSE} +0 -0
@@ -0,0 +1,1319 @@
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
+
10
+ /*********************************************
11
+ * RESET STYLES
12
+ *********************************************/
13
+
14
+ html, body, .reveal div, .reveal span, .reveal applet, .reveal object, .reveal iframe,
15
+ .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6, .reveal p, .reveal blockquote, .reveal pre,
16
+ .reveal a, .reveal abbr, .reveal acronym, .reveal address, .reveal big, .reveal cite, .reveal code,
17
+ .reveal del, .reveal dfn, .reveal em, .reveal img, .reveal ins, .reveal kbd, .reveal q, .reveal s, .reveal samp,
18
+ .reveal small, .reveal strike, .reveal strong, .reveal sub, .reveal sup, .reveal tt, .reveal var,
19
+ .reveal b, .reveal u, .reveal center,
20
+ .reveal dl, .reveal dt, .reveal dd, .reveal ol, .reveal ul, .reveal li,
21
+ .reveal fieldset, .reveal form, .reveal label, .reveal legend,
22
+ .reveal table, .reveal caption, .reveal tbody, .reveal tfoot, .reveal thead, .reveal tr, .reveal th, .reveal td,
23
+ .reveal article, .reveal aside, .reveal canvas, .reveal details, .reveal embed,
24
+ .reveal figure, .reveal figcaption, .reveal footer, .reveal header, .reveal hgroup,
25
+ .reveal menu, .reveal nav, .reveal output, .reveal ruby, .reveal section, .reveal summary,
26
+ .reveal time, .reveal mark, .reveal audio, video {
27
+ margin: 0;
28
+ padding: 0;
29
+ border: 0;
30
+ font-size: 100%;
31
+ font: inherit;
32
+ vertical-align: baseline;
33
+ }
34
+
35
+ .reveal article, .reveal aside, .reveal details, .reveal figcaption, .reveal figure,
36
+ .reveal footer, .reveal header, .reveal hgroup, .reveal menu, .reveal nav, .reveal section {
37
+ display: block;
38
+ }
39
+
40
+
41
+ /*********************************************
42
+ * GLOBAL STYLES
43
+ *********************************************/
44
+
45
+ html,
46
+ body {
47
+ width: 100%;
48
+ height: 100%;
49
+ overflow: hidden;
50
+ }
51
+
52
+ body {
53
+ position: relative;
54
+ line-height: 1;
55
+
56
+ background-color: #fff;
57
+ color: #000;
58
+ }
59
+
60
+
61
+ /*********************************************
62
+ * VIEW FRAGMENTS
63
+ *********************************************/
64
+
65
+ .reveal .slides section .fragment {
66
+ opacity: 0;
67
+ visibility: hidden;
68
+ transition: all .2s ease;
69
+
70
+ &.visible {
71
+ opacity: 1;
72
+ visibility: visible;
73
+ }
74
+ }
75
+
76
+ .reveal .slides section .fragment.grow {
77
+ opacity: 1;
78
+ visibility: visible;
79
+
80
+ &.visible {
81
+ transform: scale( 1.3 );
82
+ }
83
+ }
84
+
85
+ .reveal .slides section .fragment.shrink {
86
+ opacity: 1;
87
+ visibility: visible;
88
+
89
+ &.visible {
90
+ transform: scale( 0.7 );
91
+ }
92
+ }
93
+
94
+ .reveal .slides section .fragment.zoom-in {
95
+ transform: scale( 0.1 );
96
+
97
+ &.visible {
98
+ transform: none;
99
+ }
100
+ }
101
+
102
+ .reveal .slides section .fragment.fade-out {
103
+ opacity: 1;
104
+ visibility: visible;
105
+
106
+ &.visible {
107
+ opacity: 0;
108
+ visibility: hidden;
109
+ }
110
+ }
111
+
112
+ .reveal .slides section .fragment.semi-fade-out {
113
+ opacity: 1;
114
+ visibility: visible;
115
+
116
+ &.visible {
117
+ opacity: 0.5;
118
+ visibility: visible;
119
+ }
120
+ }
121
+
122
+ .reveal .slides section .fragment.strike {
123
+ opacity: 1;
124
+
125
+ &.visible {
126
+ text-decoration: line-through;
127
+ }
128
+ }
129
+
130
+ .reveal .slides section .fragment.current-visible {
131
+ opacity: 0;
132
+ visibility: hidden;
133
+
134
+ &.current-fragment {
135
+ opacity: 1;
136
+ visibility: visible;
137
+ }
138
+ }
139
+
140
+ .reveal .slides section .fragment.highlight-red,
141
+ .reveal .slides section .fragment.highlight-current-red,
142
+ .reveal .slides section .fragment.highlight-green,
143
+ .reveal .slides section .fragment.highlight-current-green,
144
+ .reveal .slides section .fragment.highlight-blue,
145
+ .reveal .slides section .fragment.highlight-current-blue {
146
+ opacity: 1;
147
+ visibility: visible;
148
+ }
149
+ .reveal .slides section .fragment.highlight-red.visible {
150
+ color: #ff2c2d
151
+ }
152
+ .reveal .slides section .fragment.highlight-green.visible {
153
+ color: #17ff2e;
154
+ }
155
+ .reveal .slides section .fragment.highlight-blue.visible {
156
+ color: #1b91ff;
157
+ }
158
+
159
+ .reveal .slides section .fragment.highlight-current-red.current-fragment {
160
+ color: #ff2c2d
161
+ }
162
+ .reveal .slides section .fragment.highlight-current-green.current-fragment {
163
+ color: #17ff2e;
164
+ }
165
+ .reveal .slides section .fragment.highlight-current-blue.current-fragment {
166
+ color: #1b91ff;
167
+ }
168
+
169
+
170
+ /*********************************************
171
+ * DEFAULT ELEMENT STYLES
172
+ *********************************************/
173
+
174
+ /* Fixes issue in Chrome where italic fonts did not appear when printing to PDF */
175
+ .reveal:after {
176
+ content: '';
177
+ font-style: italic;
178
+ }
179
+
180
+ .reveal iframe {
181
+ z-index: 1;
182
+ }
183
+
184
+ /** Prevents layering issues in certain browser/transition combinations */
185
+ .reveal a {
186
+ position: relative;
187
+ }
188
+
189
+ .reveal .stretch {
190
+ max-width: none;
191
+ max-height: none;
192
+ }
193
+
194
+ .reveal pre.stretch code {
195
+ height: 100%;
196
+ max-height: 100%;
197
+ box-sizing: border-box;
198
+ }
199
+
200
+
201
+ /*********************************************
202
+ * CONTROLS
203
+ *********************************************/
204
+
205
+ .reveal .controls {
206
+ display: none;
207
+ position: fixed;
208
+ width: 110px;
209
+ height: 110px;
210
+ z-index: 30;
211
+ right: 10px;
212
+ bottom: 10px;
213
+
214
+ -webkit-user-select: none;
215
+ }
216
+
217
+ .reveal .controls div {
218
+ position: absolute;
219
+ opacity: 0.05;
220
+ width: 0;
221
+ height: 0;
222
+ border: 12px solid transparent;
223
+ transform: scale(.9999);
224
+ transition: all 0.2s ease;
225
+
226
+ -webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
227
+ }
228
+
229
+ .reveal .controls div.enabled {
230
+ opacity: 0.7;
231
+ cursor: pointer;
232
+ }
233
+
234
+ .reveal .controls div.enabled:active {
235
+ margin-top: 1px;
236
+ }
237
+
238
+ .reveal .controls div.navigate-left {
239
+ top: 42px;
240
+
241
+ border-right-width: 22px;
242
+ border-right-color: #000;
243
+ }
244
+ .reveal .controls div.navigate-left.fragmented {
245
+ opacity: 0.3;
246
+ }
247
+
248
+ .reveal .controls div.navigate-right {
249
+ left: 74px;
250
+ top: 42px;
251
+
252
+ border-left-width: 22px;
253
+ border-left-color: #000;
254
+ }
255
+ .reveal .controls div.navigate-right.fragmented {
256
+ opacity: 0.3;
257
+ }
258
+
259
+ .reveal .controls div.navigate-up {
260
+ left: 42px;
261
+
262
+ border-bottom-width: 22px;
263
+ border-bottom-color: #000;
264
+ }
265
+ .reveal .controls div.navigate-up.fragmented {
266
+ opacity: 0.3;
267
+ }
268
+
269
+ .reveal .controls div.navigate-down {
270
+ left: 42px;
271
+ top: 74px;
272
+
273
+ border-top-width: 22px;
274
+ border-top-color: #000;
275
+ }
276
+ .reveal .controls div.navigate-down.fragmented {
277
+ opacity: 0.3;
278
+ }
279
+
280
+
281
+ /*********************************************
282
+ * PROGRESS BAR
283
+ *********************************************/
284
+
285
+ .reveal .progress {
286
+ position: fixed;
287
+ display: none;
288
+ height: 3px;
289
+ width: 100%;
290
+ bottom: 0;
291
+ left: 0;
292
+ z-index: 10;
293
+
294
+ background-color: rgba( 0, 0, 0, 0.2 );
295
+ }
296
+ .reveal .progress:after {
297
+ content: '';
298
+ display: block;
299
+ position: absolute;
300
+ height: 20px;
301
+ width: 100%;
302
+ top: -20px;
303
+ }
304
+ .reveal .progress span {
305
+ display: block;
306
+ height: 100%;
307
+ width: 0px;
308
+
309
+ background-color: #000;
310
+ transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
311
+ }
312
+
313
+ /*********************************************
314
+ * SLIDE NUMBER
315
+ *********************************************/
316
+
317
+ .reveal .slide-number {
318
+ position: fixed;
319
+ display: block;
320
+ right: 15px;
321
+ bottom: 15px;
322
+ opacity: 0.5;
323
+ z-index: 31;
324
+ font-size: 12px;
325
+ }
326
+
327
+ /*********************************************
328
+ * SLIDES
329
+ *********************************************/
330
+
331
+ .reveal {
332
+ position: relative;
333
+ width: 100%;
334
+ height: 100%;
335
+ overflow: hidden;
336
+ touch-action: none;
337
+ }
338
+
339
+ .reveal .slides {
340
+ position: absolute;
341
+ width: 100%;
342
+ height: 100%;
343
+ top: 0;
344
+ right: 0;
345
+ bottom: 0;
346
+ left: 0;
347
+ margin: auto;
348
+
349
+ overflow: visible;
350
+ z-index: 1;
351
+ text-align: center;
352
+ perspective: 600px;
353
+ perspective-origin: 50% 40%;
354
+ }
355
+
356
+ .reveal .slides>section {
357
+ -ms-perspective: 600px;
358
+ }
359
+
360
+ .reveal .slides>section,
361
+ .reveal .slides>section>section {
362
+ display: none;
363
+ position: absolute;
364
+ width: 100%;
365
+ padding: 20px 0px;
366
+
367
+ z-index: 10;
368
+ transform-style: preserve-3d;
369
+ transition: transform-origin 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985),
370
+ transform 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985),
371
+ visibility 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985),
372
+ opacity 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
373
+ }
374
+
375
+ /* Global transition speed settings */
376
+ .reveal[data-transition-speed="fast"] .slides section {
377
+ transition-duration: 400ms;
378
+ }
379
+ .reveal[data-transition-speed="slow"] .slides section {
380
+ transition-duration: 1200ms;
381
+ }
382
+
383
+ /* Slide-specific transition speed overrides */
384
+ .reveal .slides section[data-transition-speed="fast"] {
385
+ transition-duration: 400ms;
386
+ }
387
+ .reveal .slides section[data-transition-speed="slow"] {
388
+ transition-duration: 1200ms;
389
+ }
390
+
391
+ .reveal .slides>section.stack {
392
+ padding-top: 0;
393
+ padding-bottom: 0;
394
+ }
395
+
396
+ .reveal .slides>section.present,
397
+ .reveal .slides>section>section.present {
398
+ display: block;
399
+ z-index: 11;
400
+ opacity: 1;
401
+ }
402
+
403
+ .reveal.center,
404
+ .reveal.center .slides,
405
+ .reveal.center .slides section {
406
+ min-height: 0 !important;
407
+ }
408
+
409
+ /* Don't allow interaction with invisible slides */
410
+ .reveal .slides>section.future,
411
+ .reveal .slides>section>section.future,
412
+ .reveal .slides>section.past,
413
+ .reveal .slides>section>section.past {
414
+ pointer-events: none;
415
+ }
416
+
417
+ .reveal.overview .slides>section,
418
+ .reveal.overview .slides>section>section {
419
+ pointer-events: auto;
420
+ }
421
+
422
+ .reveal .slides>section.past,
423
+ .reveal .slides>section.future,
424
+ .reveal .slides>section>section.past,
425
+ .reveal .slides>section>section.future {
426
+ opacity: 0;
427
+ }
428
+
429
+
430
+ /*********************************************
431
+ * Mixins for readability of transitions
432
+ *********************************************/
433
+
434
+ @mixin transition-global($style) {
435
+ .reveal .slides>section[data-transition=#{$style}],
436
+ .reveal.#{$style} .slides>section:not([data-transition]) {
437
+ @content;
438
+ }
439
+ }
440
+ @mixin transition-horizontal-past($style) {
441
+ .reveal .slides>section[data-transition=#{$style}].past,
442
+ .reveal .slides>section[data-transition~=#{$style}-out].past,
443
+ .reveal.#{$style} .slides>section:not([data-transition]).past {
444
+ @content;
445
+ }
446
+ }
447
+ @mixin transition-horizontal-future($style) {
448
+ .reveal .slides>section[data-transition=#{$style}].future,
449
+ .reveal .slides>section[data-transition~=#{$style}-in].future,
450
+ .reveal.#{$style} .slides>section:not([data-transition]).future {
451
+ @content;
452
+ }
453
+ }
454
+
455
+ @mixin transition-vertical-past($style) {
456
+ .reveal .slides>section>section[data-transition=#{$style}].past,
457
+ .reveal .slides>section>section[data-transition~=#{$style}-out].past,
458
+ .reveal.#{$style} .slides>section>section:not([data-transition]).past {
459
+ @content;
460
+ }
461
+ }
462
+ @mixin transition-vertical-future($style) {
463
+ .reveal .slides>section>section[data-transition=#{$style}].future,
464
+ .reveal .slides>section>section[data-transition~=#{$style}-in].future,
465
+ .reveal.#{$style} .slides>section>section:not([data-transition]).future {
466
+ @content;
467
+ }
468
+ }
469
+
470
+ /*********************************************
471
+ * SLIDE TRANSITION
472
+ * Aliased 'linear' for backwards compatibility
473
+ *********************************************/
474
+
475
+ @each $stylename in slide, linear {
476
+ .reveal.#{$stylename} section {
477
+ backface-visibility: hidden;
478
+ }
479
+ @include transition-horizontal-past(#{$stylename}) {
480
+ transform: translate(-150%, 0);
481
+ }
482
+ @include transition-horizontal-future(#{$stylename}) {
483
+ transform: translate(150%, 0);
484
+ }
485
+ @include transition-vertical-past(#{$stylename}) {
486
+ transform: translate(0, -150%);
487
+ }
488
+ @include transition-vertical-future(#{$stylename}) {
489
+ transform: translate(0, 150%);
490
+ }
491
+ }
492
+
493
+ /*********************************************
494
+ * CONVEX TRANSITION
495
+ * Aliased 'default' for backwards compatibility
496
+ *********************************************/
497
+
498
+ @each $stylename in default, convex {
499
+ @include transition-horizontal-past(#{$stylename}) {
500
+ transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
501
+ }
502
+ @include transition-horizontal-future(#{$stylename}) {
503
+ transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
504
+ }
505
+ @include transition-vertical-past(#{$stylename}) {
506
+ transform: translate3d(0, -300px, 0) rotateX(70deg) translate3d(0, -300px, 0);
507
+ }
508
+ @include transition-vertical-future(#{$stylename}) {
509
+ transform: translate3d(0, 300px, 0) rotateX(-70deg) translate3d(0, 300px, 0);
510
+ }
511
+ }
512
+
513
+ /*********************************************
514
+ * CONCAVE TRANSITION
515
+ *********************************************/
516
+
517
+ @include transition-horizontal-past(concave) {
518
+ transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0);
519
+ }
520
+ @include transition-horizontal-future(concave) {
521
+ transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0);
522
+ }
523
+ @include transition-vertical-past(concave) {
524
+ transform: translate3d(0, -80%, 0) rotateX(-70deg) translate3d(0, -80%, 0);
525
+ }
526
+ @include transition-vertical-future(concave) {
527
+ transform: translate3d(0, 80%, 0) rotateX(70deg) translate3d(0, 80%, 0);
528
+ }
529
+
530
+
531
+ /*********************************************
532
+ * ZOOM TRANSITION
533
+ *********************************************/
534
+
535
+ @include transition-global(zoom) {
536
+ transition-timing-function: ease;
537
+ }
538
+ @include transition-horizontal-past(zoom) {
539
+ visibility: hidden;
540
+ transform: scale(16);
541
+ }
542
+ @include transition-horizontal-future(zoom) {
543
+ visibility: hidden;
544
+ transform: scale(0.2);
545
+ }
546
+ @include transition-vertical-past(zoom) {
547
+ transform: translate(0, -150%);
548
+ }
549
+ @include transition-vertical-future(zoom) {
550
+ transform: translate(0, 150%);
551
+ }
552
+
553
+
554
+ /*********************************************
555
+ * CUBE TRANSITION
556
+ *********************************************/
557
+
558
+ .reveal.cube .slides {
559
+ perspective: 1300px;
560
+ }
561
+
562
+ .reveal.cube .slides section {
563
+ padding: 30px;
564
+ min-height: 700px;
565
+ backface-visibility: hidden;
566
+ box-sizing: border-box;
567
+ }
568
+ .reveal.center.cube .slides section {
569
+ min-height: 0;
570
+ }
571
+ .reveal.cube .slides section:not(.stack):before {
572
+ content: '';
573
+ position: absolute;
574
+ display: block;
575
+ width: 100%;
576
+ height: 100%;
577
+ left: 0;
578
+ top: 0;
579
+ background: rgba(0,0,0,0.1);
580
+ border-radius: 4px;
581
+ transform: translateZ( -20px );
582
+ }
583
+ .reveal.cube .slides section:not(.stack):after {
584
+ content: '';
585
+ position: absolute;
586
+ display: block;
587
+ width: 90%;
588
+ height: 30px;
589
+ left: 5%;
590
+ bottom: 0;
591
+ background: none;
592
+ z-index: 1;
593
+
594
+ border-radius: 4px;
595
+ box-shadow: 0px 95px 25px rgba(0,0,0,0.2);
596
+ transform: translateZ(-90px) rotateX( 65deg );
597
+ }
598
+
599
+ .reveal.cube .slides>section.stack {
600
+ padding: 0;
601
+ background: none;
602
+ }
603
+
604
+ .reveal.cube .slides>section.past {
605
+ transform-origin: 100% 0%;
606
+ transform: translate3d(-100%, 0, 0) rotateY(-90deg);
607
+ }
608
+
609
+ .reveal.cube .slides>section.future {
610
+ transform-origin: 0% 0%;
611
+ transform: translate3d(100%, 0, 0) rotateY(90deg);
612
+ }
613
+
614
+ .reveal.cube .slides>section>section.past {
615
+ transform-origin: 0% 100%;
616
+ transform: translate3d(0, -100%, 0) rotateX(90deg);
617
+ }
618
+
619
+ .reveal.cube .slides>section>section.future {
620
+ transform-origin: 0% 0%;
621
+ transform: translate3d(0, 100%, 0) rotateX(-90deg);
622
+ }
623
+
624
+
625
+ /*********************************************
626
+ * PAGE TRANSITION
627
+ *********************************************/
628
+
629
+ .reveal.page .slides {
630
+ perspective-origin: 0% 50%;
631
+ perspective: 3000px;
632
+ }
633
+
634
+ .reveal.page .slides section {
635
+ padding: 30px;
636
+ min-height: 700px;
637
+ box-sizing: border-box;
638
+ }
639
+ .reveal.page .slides section.past {
640
+ z-index: 12;
641
+ }
642
+ .reveal.page .slides section:not(.stack):before {
643
+ content: '';
644
+ position: absolute;
645
+ display: block;
646
+ width: 100%;
647
+ height: 100%;
648
+ left: 0;
649
+ top: 0;
650
+ background: rgba(0,0,0,0.1);
651
+ transform: translateZ( -20px );
652
+ }
653
+ .reveal.page .slides section:not(.stack):after {
654
+ content: '';
655
+ position: absolute;
656
+ display: block;
657
+ width: 90%;
658
+ height: 30px;
659
+ left: 5%;
660
+ bottom: 0;
661
+ background: none;
662
+ z-index: 1;
663
+
664
+ border-radius: 4px;
665
+ box-shadow: 0px 95px 25px rgba(0,0,0,0.2);
666
+
667
+ -webkit-transform: translateZ(-90px) rotateX( 65deg );
668
+ }
669
+
670
+ .reveal.page .slides>section.stack {
671
+ padding: 0;
672
+ background: none;
673
+ }
674
+
675
+ .reveal.page .slides>section.past {
676
+ transform-origin: 0% 0%;
677
+ transform: translate3d(-40%, 0, 0) rotateY(-80deg);
678
+ }
679
+
680
+ .reveal.page .slides>section.future {
681
+ transform-origin: 100% 0%;
682
+ transform: translate3d(0, 0, 0);
683
+ }
684
+
685
+ .reveal.page .slides>section>section.past {
686
+ transform-origin: 0% 0%;
687
+ transform: translate3d(0, -40%, 0) rotateX(80deg);
688
+ }
689
+
690
+ .reveal.page .slides>section>section.future {
691
+ transform-origin: 0% 100%;
692
+ transform: translate3d(0, 0, 0);
693
+ }
694
+
695
+
696
+ /*********************************************
697
+ * FADE TRANSITION
698
+ *********************************************/
699
+
700
+ .reveal .slides section[data-transition=fade],
701
+ .reveal.fade .slides section:not([data-transition]),
702
+ .reveal.fade .slides>section>section:not([data-transition]) {
703
+ transform: none;
704
+ transition: opacity 0.5s;
705
+ }
706
+
707
+
708
+ .reveal.fade.overview .slides section,
709
+ .reveal.fade.overview .slides>section>section {
710
+ transition: none;
711
+ }
712
+
713
+
714
+ /*********************************************
715
+ * NO TRANSITION
716
+ *********************************************/
717
+
718
+ @include transition-global(none) {
719
+ transform: none;
720
+ transition: none;
721
+ }
722
+
723
+
724
+ /*********************************************
725
+ * PAUSED MODE
726
+ *********************************************/
727
+
728
+ .reveal .pause-overlay {
729
+ position: absolute;
730
+ top: 0;
731
+ left: 0;
732
+ width: 100%;
733
+ height: 100%;
734
+ background: black;
735
+ visibility: hidden;
736
+ opacity: 0;
737
+ z-index: 100;
738
+ transition: all 1s ease;
739
+ }
740
+ .reveal.paused .pause-overlay {
741
+ visibility: visible;
742
+ opacity: 1;
743
+ }
744
+
745
+
746
+ /*********************************************
747
+ * FALLBACK
748
+ *********************************************/
749
+
750
+ .no-transforms {
751
+ overflow-y: auto;
752
+ }
753
+
754
+ .no-transforms .reveal .slides {
755
+ position: relative;
756
+ width: 80%;
757
+ height: auto !important;
758
+ top: 0;
759
+ left: 50%;
760
+ margin: 0;
761
+ text-align: center;
762
+ }
763
+
764
+ .no-transforms .reveal .controls,
765
+ .no-transforms .reveal .progress {
766
+ display: none !important;
767
+ }
768
+
769
+ .no-transforms .reveal .slides section {
770
+ display: block !important;
771
+ opacity: 1 !important;
772
+ position: relative !important;
773
+ height: auto;
774
+ min-height: 0;
775
+ top: 0;
776
+ left: -50%;
777
+ margin: 70px 0;
778
+ transform: none;
779
+ }
780
+
781
+ .no-transforms .reveal .slides section section {
782
+ left: 0;
783
+ }
784
+
785
+ .reveal .no-transition,
786
+ .reveal .no-transition * {
787
+ transition: none !important;
788
+ }
789
+
790
+
791
+ /*********************************************
792
+ * PER-SLIDE BACKGROUNDS
793
+ *********************************************/
794
+
795
+ .reveal .backgrounds {
796
+ position: absolute;
797
+ width: 100%;
798
+ height: 100%;
799
+ top: 0;
800
+ left: 0;
801
+ perspective: 600px;
802
+ }
803
+ .reveal .slide-background {
804
+ display: none;
805
+ position: absolute;
806
+ width: 100%;
807
+ height: 100%;
808
+ opacity: 0;
809
+ visibility: hidden;
810
+
811
+ background-color: rgba( 0, 0, 0, 0 );
812
+ background-position: 50% 50%;
813
+ background-repeat: no-repeat;
814
+ background-size: cover;
815
+
816
+ transition: all 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
817
+ }
818
+
819
+ .reveal .slide-background.stack {
820
+ display: block;
821
+ }
822
+
823
+ .reveal .slide-background.present {
824
+ opacity: 1;
825
+ visibility: visible;
826
+ }
827
+
828
+ .print-pdf .reveal .slide-background {
829
+ opacity: 1 !important;
830
+ visibility: visible !important;
831
+ }
832
+
833
+ /* Video backgrounds */
834
+ .reveal .slide-background video {
835
+ position: absolute;
836
+ width: 100%;
837
+ height: 100%;
838
+ max-width: none;
839
+ max-height: none;
840
+ top: 0;
841
+ left: 0;
842
+ }
843
+
844
+ /* Immediate transition style */
845
+ .reveal[data-background-transition=none]>.backgrounds .slide-background,
846
+ .reveal>.backgrounds .slide-background[data-background-transition=none] {
847
+ transition: none;
848
+ }
849
+
850
+ /* Slide */
851
+ .reveal[data-background-transition=slide]>.backgrounds .slide-background,
852
+ .reveal>.backgrounds .slide-background[data-background-transition=slide] {
853
+ opacity: 1;
854
+ backface-visibility: hidden;
855
+ }
856
+ .reveal[data-background-transition=slide]>.backgrounds .slide-background.past,
857
+ .reveal>.backgrounds .slide-background.past[data-background-transition=slide] {
858
+ transform: translate(-100%, 0);
859
+ }
860
+ .reveal[data-background-transition=slide]>.backgrounds .slide-background.future,
861
+ .reveal>.backgrounds .slide-background.future[data-background-transition=slide] {
862
+ transform: translate(100%, 0);
863
+ }
864
+
865
+ .reveal[data-background-transition=slide]>.backgrounds .slide-background>.slide-background.past,
866
+ .reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=slide] {
867
+ transform: translate(0, -100%);
868
+ }
869
+ .reveal[data-background-transition=slide]>.backgrounds .slide-background>.slide-background.future,
870
+ .reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=slide] {
871
+ transform: translate(0, 100%);
872
+ }
873
+
874
+
875
+ /* Convex */
876
+ .reveal[data-background-transition=convex]>.backgrounds .slide-background.past,
877
+ .reveal>.backgrounds .slide-background.past[data-background-transition=convex] {
878
+ opacity: 0;
879
+ transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
880
+ }
881
+ .reveal[data-background-transition=convex]>.backgrounds .slide-background.future,
882
+ .reveal>.backgrounds .slide-background.future[data-background-transition=convex] {
883
+ opacity: 0;
884
+ transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
885
+ }
886
+
887
+ .reveal[data-background-transition=convex]>.backgrounds .slide-background>.slide-background.past,
888
+ .reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=convex] {
889
+ opacity: 0;
890
+ transform: translate3d(0, -100%, 0) rotateX(90deg) translate3d(0, -100%, 0);
891
+ }
892
+ .reveal[data-background-transition=convex]>.backgrounds .slide-background>.slide-background.future,
893
+ .reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=convex] {
894
+ opacity: 0;
895
+ transform: translate3d(0, 100%, 0) rotateX(-90deg) translate3d(0, 100%, 0);
896
+ }
897
+
898
+
899
+ /* Concave */
900
+ .reveal[data-background-transition=concave]>.backgrounds .slide-background.past,
901
+ .reveal>.backgrounds .slide-background.past[data-background-transition=concave] {
902
+ opacity: 0;
903
+ transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0);
904
+ }
905
+ .reveal[data-background-transition=concave]>.backgrounds .slide-background.future,
906
+ .reveal>.backgrounds .slide-background.future[data-background-transition=concave] {
907
+ opacity: 0;
908
+ transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0);
909
+ }
910
+
911
+ .reveal[data-background-transition=concave]>.backgrounds .slide-background>.slide-background.past,
912
+ .reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=concave] {
913
+ opacity: 0;
914
+ transform: translate3d(0, -100%, 0) rotateX(-90deg) translate3d(0, -100%, 0);
915
+ }
916
+ .reveal[data-background-transition=concave]>.backgrounds .slide-background>.slide-background.future,
917
+ .reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=concave] {
918
+ opacity: 0;
919
+ transform: translate3d(0, 100%, 0) rotateX(90deg) translate3d(0, 100%, 0);
920
+ }
921
+
922
+ /* Zoom */
923
+ .reveal[data-background-transition=zoom]>.backgrounds .slide-background,
924
+ .reveal>.backgrounds .slide-background[data-background-transition=zoom] {
925
+ transition-timing-function: ease;
926
+ }
927
+
928
+ .reveal[data-background-transition=zoom]>.backgrounds .slide-background.past,
929
+ .reveal>.backgrounds .slide-background.past[data-background-transition=zoom] {
930
+ opacity: 0;
931
+ visibility: hidden;
932
+ transform: scale(16);
933
+ }
934
+ .reveal[data-background-transition=zoom]>.backgrounds .slide-background.future,
935
+ .reveal>.backgrounds .slide-background.future[data-background-transition=zoom] {
936
+ opacity: 0;
937
+ visibility: hidden;
938
+ transform: scale(0.2);
939
+ }
940
+
941
+ .reveal[data-background-transition=zoom]>.backgrounds .slide-background>.slide-background.past,
942
+ .reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=zoom] {
943
+ opacity: 0;
944
+ visibility: hidden;
945
+ transform: scale(16);
946
+ }
947
+ .reveal[data-background-transition=zoom]>.backgrounds .slide-background>.slide-background.future,
948
+ .reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=zoom] {
949
+ opacity: 0;
950
+ visibility: hidden;
951
+ transform: scale(0.2);
952
+ }
953
+
954
+
955
+ /* Global transition speed settings */
956
+ .reveal[data-transition-speed="fast"]>.backgrounds .slide-background {
957
+ transition-duration: 400ms;
958
+ }
959
+ .reveal[data-transition-speed="slow"]>.backgrounds .slide-background {
960
+ transition-duration: 1200ms;
961
+ }
962
+
963
+
964
+ /*********************************************
965
+ * OVERVIEW
966
+ *********************************************/
967
+
968
+ .reveal.overview {
969
+ perspective-origin: 50% 50%;
970
+ perspective: 700px;
971
+
972
+ .slides section {
973
+ height: 700px;
974
+ opacity: 1 !important;
975
+ overflow: hidden;
976
+ visibility: visible !important;
977
+ cursor: pointer;
978
+ box-sizing: border-box;
979
+ }
980
+ .slides section:hover,
981
+ .slides section.present {
982
+ outline: 10px solid rgba(150,150,150,0.4);
983
+ outline-offset: 10px;
984
+ }
985
+ .slides section .fragment {
986
+ opacity: 1;
987
+ transition: none;
988
+ }
989
+ .slides section:after,
990
+ .slides section:before {
991
+ display: none !important;
992
+ }
993
+ .slides>section.stack {
994
+ padding: 0;
995
+ top: 0 !important;
996
+ background: none;
997
+ outline: none;
998
+ overflow: visible;
999
+ }
1000
+
1001
+ .backgrounds {
1002
+ perspective: inherit;
1003
+ }
1004
+
1005
+ .backgrounds .slide-background {
1006
+ opacity: 1;
1007
+ visibility: visible;
1008
+
1009
+ // This can't be applied to the slide itself in Safari
1010
+ outline: 10px solid rgba(150,150,150,0.1);
1011
+ outline-offset: 10px;
1012
+ }
1013
+ }
1014
+
1015
+ // Disable transitions transitions while we're activating
1016
+ // or deactivating the overview mode.
1017
+ .reveal.overview .slides section,
1018
+ .reveal.overview-deactivating .slides section {
1019
+ transition: none;
1020
+ }
1021
+
1022
+ .reveal.overview .backgrounds .slide-background,
1023
+ .reveal.overview-deactivating .backgrounds .slide-background {
1024
+ transition: none;
1025
+ }
1026
+
1027
+ .reveal.overview-animated .slides {
1028
+ transition: transform 0.4s ease;
1029
+ }
1030
+
1031
+
1032
+ /*********************************************
1033
+ * RTL SUPPORT
1034
+ *********************************************/
1035
+
1036
+ .reveal.rtl .slides,
1037
+ .reveal.rtl .slides h1,
1038
+ .reveal.rtl .slides h2,
1039
+ .reveal.rtl .slides h3,
1040
+ .reveal.rtl .slides h4,
1041
+ .reveal.rtl .slides h5,
1042
+ .reveal.rtl .slides h6 {
1043
+ direction: rtl;
1044
+ font-family: sans-serif;
1045
+ }
1046
+
1047
+ .reveal.rtl pre,
1048
+ .reveal.rtl code {
1049
+ direction: ltr;
1050
+ }
1051
+
1052
+ .reveal.rtl ol,
1053
+ .reveal.rtl ul {
1054
+ text-align: right;
1055
+ }
1056
+
1057
+ .reveal.rtl .progress span {
1058
+ float: right
1059
+ }
1060
+
1061
+ /*********************************************
1062
+ * PARALLAX BACKGROUND
1063
+ *********************************************/
1064
+
1065
+ .reveal.has-parallax-background .backgrounds {
1066
+ transition: all 0.8s ease;
1067
+ }
1068
+
1069
+ /* Global transition speed settings */
1070
+ .reveal.has-parallax-background[data-transition-speed="fast"] .backgrounds {
1071
+ transition-duration: 400ms;
1072
+ }
1073
+ .reveal.has-parallax-background[data-transition-speed="slow"] .backgrounds {
1074
+ transition-duration: 1200ms;
1075
+ }
1076
+
1077
+
1078
+ /*********************************************
1079
+ * LINK PREVIEW OVERLAY
1080
+ *********************************************/
1081
+
1082
+ .reveal .overlay {
1083
+ position: absolute;
1084
+ top: 0;
1085
+ left: 0;
1086
+ width: 100%;
1087
+ height: 100%;
1088
+ z-index: 1000;
1089
+ background: rgba( 0, 0, 0, 0.9 );
1090
+ opacity: 0;
1091
+ visibility: hidden;
1092
+ transition: all 0.3s ease;
1093
+ }
1094
+ .reveal .overlay.visible {
1095
+ opacity: 1;
1096
+ visibility: visible;
1097
+ }
1098
+
1099
+ .reveal .overlay .spinner {
1100
+ position: absolute;
1101
+ display: block;
1102
+ top: 50%;
1103
+ left: 50%;
1104
+ width: 32px;
1105
+ height: 32px;
1106
+ margin: -16px 0 0 -16px;
1107
+ z-index: 10;
1108
+ 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);
1109
+
1110
+ visibility: visible;
1111
+ opacity: 0.6;
1112
+ transition: all 0.3s ease;
1113
+ }
1114
+
1115
+ .reveal .overlay header {
1116
+ position: absolute;
1117
+ left: 0;
1118
+ top: 0;
1119
+ width: 100%;
1120
+ height: 40px;
1121
+ z-index: 2;
1122
+ border-bottom: 1px solid #222;
1123
+ }
1124
+ .reveal .overlay header a {
1125
+ display: inline-block;
1126
+ width: 40px;
1127
+ height: 40px;
1128
+ padding: 0 10px;
1129
+ float: right;
1130
+ opacity: 0.6;
1131
+
1132
+ box-sizing: border-box;
1133
+ }
1134
+ .reveal .overlay header a:hover {
1135
+ opacity: 1;
1136
+ }
1137
+ .reveal .overlay header a .icon {
1138
+ display: inline-block;
1139
+ width: 20px;
1140
+ height: 20px;
1141
+
1142
+ background-position: 50% 50%;
1143
+ background-size: 100%;
1144
+ background-repeat: no-repeat;
1145
+ }
1146
+ .reveal .overlay header a.close .icon {
1147
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABkklEQVRYR8WX4VHDMAxG6wnoJrABZQPYBCaBTWAD2g1gE5gg6OOsXuxIlr40d81dfrSJ9V4c2VLK7spHuTJ/5wpM07QXuXc5X0opX2tEJcadjHuV80li/FgxTIEK/5QBCICBD6xEhSMGHgQPgBgLiYVAB1dpSqKDawxTohFw4JSEA3clzgIBPCURwE2JucBR7rhPJJv5OpJwDX+SfDjgx1wACQeJG1aChP9K/IMmdZ8DtESV1WyP3Bt4MwM6sj4NMxMYiqUWHQu4KYA/SYkIjOsm3BXYWMKFDwU2khjCQ4ELJUJ4SmClRArOCmSXGuKma0fYD5CbzHxFpCSGAhfAVSSUGDUk2BWZaff2g6GE15BsBQ9nwmpIGDiyHQddwNTMKkbZaf9fajXQca1EX44puJZUsnY0ObGmITE3GVLCbEhQUjGVt146j6oasWN+49Vph2w1pZ5EansNZqKBm1txbU57iRRcZ86RWMDdWtBJUHBHwoQPi1GV+JCbntmvok7iTX4/Up9mgyTc/FJYDTcndgH/AA5A/CHsyEkVAAAAAElFTkSuQmCC);
1148
+ }
1149
+ .reveal .overlay header a.external .icon {
1150
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAcElEQVRYR+2WSQoAIQwEzf8f7XiOMkUQxUPlGkM3hVmiQfQR9GYnH1SsAQlI4DiBqkCMoNb9y2e90IAEJPAcgdznU9+engMaeJ7Azh5Y1U67gAho4DqBqmB1buAf0MB1AlVBek83ZPkmJMGc1wAR+AAqod/B97TRpQAAAABJRU5ErkJggg==);
1151
+ }
1152
+
1153
+ .reveal .overlay .viewport {
1154
+ position: absolute;
1155
+ top: 40px;
1156
+ right: 0;
1157
+ bottom: 0;
1158
+ left: 0;
1159
+ }
1160
+
1161
+ .reveal .overlay.overlay-preview .viewport iframe {
1162
+ width: 100%;
1163
+ height: 100%;
1164
+ max-width: 100%;
1165
+ max-height: 100%;
1166
+ border: 0;
1167
+
1168
+ opacity: 0;
1169
+ visibility: hidden;
1170
+ transition: all 0.3s ease;
1171
+ }
1172
+
1173
+ .reveal .overlay.overlay-preview.loaded .viewport iframe {
1174
+ opacity: 1;
1175
+ visibility: visible;
1176
+ }
1177
+
1178
+ .reveal .overlay.overlay-preview.loaded .spinner {
1179
+ opacity: 0;
1180
+ visibility: hidden;
1181
+ transform: scale(0.2);
1182
+ }
1183
+
1184
+ .reveal .overlay.overlay-help .viewport {
1185
+ overflow: auto;
1186
+ color: #fff;
1187
+ }
1188
+
1189
+ .reveal .overlay.overlay-help .viewport .viewport-inner {
1190
+ width: 600px;
1191
+ margin: 0 auto;
1192
+ padding: 60px;
1193
+ text-align: center;
1194
+ letter-spacing: normal;
1195
+ }
1196
+
1197
+ .reveal .overlay.overlay-help .viewport .viewport-inner .title {
1198
+ font-size: 20px;
1199
+ }
1200
+
1201
+ .reveal .overlay.overlay-help .viewport .viewport-inner table {
1202
+ border: 1px solid #fff;
1203
+ border-collapse: collapse;
1204
+ font-size: 14px;
1205
+ }
1206
+
1207
+ .reveal .overlay.overlay-help .viewport .viewport-inner table th,
1208
+ .reveal .overlay.overlay-help .viewport .viewport-inner table td {
1209
+ width: 200px;
1210
+ padding: 10px;
1211
+ border: 1px solid #fff;
1212
+ vertical-align: middle;
1213
+ }
1214
+
1215
+ .reveal .overlay.overlay-help .viewport .viewport-inner table th {
1216
+ padding-top: 20px;
1217
+ padding-bottom: 20px;
1218
+ }
1219
+
1220
+
1221
+
1222
+ /*********************************************
1223
+ * PLAYBACK COMPONENT
1224
+ *********************************************/
1225
+
1226
+ .reveal .playback {
1227
+ position: fixed;
1228
+ left: 15px;
1229
+ bottom: 15px;
1230
+ z-index: 30;
1231
+ cursor: pointer;
1232
+ transition: all 400ms ease;
1233
+ }
1234
+
1235
+ .reveal.overview .playback {
1236
+ opacity: 0;
1237
+ visibility: hidden;
1238
+ }
1239
+
1240
+
1241
+ /*********************************************
1242
+ * ROLLING LINKS
1243
+ *********************************************/
1244
+
1245
+ .reveal .roll {
1246
+ display: inline-block;
1247
+ line-height: 1.2;
1248
+ overflow: hidden;
1249
+
1250
+ vertical-align: top;
1251
+ perspective: 400px;
1252
+ perspective-origin: 50% 50%;
1253
+ }
1254
+ .reveal .roll:hover {
1255
+ background: none;
1256
+ text-shadow: none;
1257
+ }
1258
+ .reveal .roll span {
1259
+ display: block;
1260
+ position: relative;
1261
+ padding: 0 2px;
1262
+
1263
+ pointer-events: none;
1264
+ transition: all 400ms ease;
1265
+ transform-origin: 50% 0%;
1266
+ transform-style: preserve-3d;
1267
+ backface-visibility: hidden;
1268
+ }
1269
+ .reveal .roll:hover span {
1270
+ background: rgba(0,0,0,0.5);
1271
+ transform: translate3d( 0px, 0px, -45px ) rotateX( 90deg );
1272
+ }
1273
+ .reveal .roll span:after {
1274
+ content: attr(data-title);
1275
+
1276
+ display: block;
1277
+ position: absolute;
1278
+ left: 0;
1279
+ top: 0;
1280
+ padding: 0 2px;
1281
+ backface-visibility: hidden;
1282
+ transform-origin: 50% 0%;
1283
+ transform: translate3d( 0px, 110%, 0px ) rotateX( -90deg );
1284
+ }
1285
+
1286
+
1287
+ /*********************************************
1288
+ * SPEAKER NOTES
1289
+ *********************************************/
1290
+
1291
+ .reveal aside.notes {
1292
+ display: none;
1293
+ }
1294
+
1295
+
1296
+ /*********************************************
1297
+ * ZOOM PLUGIN
1298
+ *********************************************/
1299
+
1300
+ .zoomed .reveal *,
1301
+ .zoomed .reveal *:before,
1302
+ .zoomed .reveal *:after {
1303
+ backface-visibility: visible !important;
1304
+ }
1305
+
1306
+ .zoomed .reveal .progress,
1307
+ .zoomed .reveal .controls {
1308
+ opacity: 0;
1309
+ }
1310
+
1311
+ .zoomed .reveal .roll span {
1312
+ background: none;
1313
+ }
1314
+
1315
+ .zoomed .reveal .roll span:after {
1316
+ visibility: hidden;
1317
+ }
1318
+
1319
+