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
@@ -14,67 +14,196 @@
14
14
  * GLOBAL STYLES
15
15
  *********************************************/
16
16
  body {
17
- background: #222222;
18
- background: -moz-radial-gradient(center, circle cover, #626262 0%, #222222 100%);
19
- background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #626262), color-stop(100%, #222222));
20
- background: -webkit-radial-gradient(center, circle cover, #626262 0%, #222222 100%);
21
- background: -o-radial-gradient(center, circle cover, #626262 0%, #222222 100%);
22
- background: -ms-radial-gradient(center, circle cover, #626262 0%, #222222 100%);
23
- background: radial-gradient(center, circle cover, #626262 0%, #222222 100%);
24
- background-color: #2b2b2b; }
17
+ background: #222;
18
+ background-color: #222; }
25
19
 
26
20
  .reveal {
27
- font-family: Ubuntu, "sans-serif";
21
+ font-family: Ubuntu, 'sans-serif';
28
22
  font-size: 36px;
29
23
  font-weight: normal;
30
- letter-spacing: -0.02em;
31
- color: #eeeeee; }
24
+ color: #eee; }
32
25
 
33
26
  ::selection {
34
- color: white;
35
- background: #aa2233;
27
+ color: #fff;
28
+ background: #a23;
36
29
  text-shadow: none; }
37
30
 
31
+ .reveal .slides > section, .reveal .slides > section > section {
32
+ line-height: 1.3;
33
+ font-weight: inherit; }
34
+
38
35
  /*********************************************
39
36
  * HEADERS
40
37
  *********************************************/
41
- .reveal h1,
42
- .reveal h2,
43
- .reveal h3,
44
- .reveal h4,
45
- .reveal h5,
46
- .reveal h6 {
38
+ .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
47
39
  margin: 0 0 20px 0;
48
- color: #eeeeee;
49
- font-family: Ubuntu, "sans-serif";
50
- line-height: 0.9em;
51
- letter-spacing: 0.02em;
40
+ color: #eee;
41
+ font-family: Ubuntu, 'sans-serif';
42
+ font-weight: normal;
43
+ line-height: 1.2;
44
+ letter-spacing: normal;
52
45
  text-transform: uppercase;
53
- text-shadow: 2px 2px 2px #222222; }
46
+ text-shadow: 2px 2px 2px #222;
47
+ word-wrap: break-word; }
48
+
49
+ .reveal h1 {
50
+ font-size: 3.77em; }
51
+
52
+ .reveal h2 {
53
+ font-size: 2.11em; }
54
+
55
+ .reveal h3 {
56
+ font-size: 1.55em; }
57
+
58
+ .reveal h4 {
59
+ font-size: 1em; }
54
60
 
55
61
  .reveal h1 {
56
- text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); }
62
+ text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); }
63
+
64
+ /*********************************************
65
+ * OTHER
66
+ *********************************************/
67
+ .reveal p {
68
+ margin: 20px 0;
69
+ line-height: 1.3; }
70
+
71
+ /* Ensure certain elements are never larger than the slide itself */
72
+ .reveal img, .reveal video, .reveal iframe {
73
+ max-width: 95%;
74
+ max-height: 95%; }
75
+
76
+ .reveal strong, .reveal b {
77
+ font-weight: bold; }
78
+
79
+ .reveal em {
80
+ font-style: italic; }
81
+
82
+ .reveal ol, .reveal dl, .reveal ul {
83
+ display: inline-block;
84
+ text-align: left;
85
+ margin: 0 0 0 1em; }
86
+
87
+ .reveal ol {
88
+ list-style-type: decimal; }
89
+
90
+ .reveal ul {
91
+ list-style-type: disc; }
92
+
93
+ .reveal ul ul {
94
+ list-style-type: square; }
95
+
96
+ .reveal ul ul ul {
97
+ list-style-type: circle; }
98
+
99
+ .reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul {
100
+ display: block;
101
+ margin-left: 40px; }
102
+
103
+ .reveal dt {
104
+ font-weight: bold; }
105
+
106
+ .reveal dd {
107
+ margin-left: 40px; }
108
+
109
+ .reveal q, .reveal blockquote {
110
+ quotes: none; }
111
+
112
+ .reveal blockquote {
113
+ display: block;
114
+ position: relative;
115
+ width: 70%;
116
+ margin: 20px auto;
117
+ padding: 5px;
118
+ font-style: italic;
119
+ background: rgba(255, 255, 255, 0.05);
120
+ box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
121
+
122
+ .reveal blockquote p:first-child, .reveal blockquote p:last-child {
123
+ display: inline-block; }
124
+
125
+ .reveal q {
126
+ font-style: italic; }
127
+
128
+ .reveal pre {
129
+ display: block;
130
+ position: relative;
131
+ width: 90%;
132
+ margin: 20px auto;
133
+ text-align: left;
134
+ font-size: 0.55em;
135
+ font-family: monospace;
136
+ line-height: 1.2em;
137
+ word-wrap: break-word;
138
+ box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
139
+
140
+ .reveal code {
141
+ font-family: monospace; }
142
+
143
+ .reveal pre code {
144
+ display: block;
145
+ padding: 5px;
146
+ overflow: auto;
147
+ max-height: 400px;
148
+ word-wrap: normal;
149
+ background: #3F3F3F;
150
+ color: #DCDCDC; }
151
+
152
+ .reveal table {
153
+ margin: auto;
154
+ border-collapse: collapse;
155
+ border-spacing: 0; }
156
+
157
+ .reveal table th {
158
+ font-weight: bold; }
159
+
160
+ .reveal table th, .reveal table td {
161
+ text-align: left;
162
+ padding: 0.2em 0.5em 0.2em 0.5em;
163
+ border-bottom: 1px solid; }
164
+
165
+ .reveal table th[align="center"], .reveal table td[align="center"] {
166
+ text-align: center; }
167
+
168
+ .reveal table th[align="right"], .reveal table td[align="right"] {
169
+ text-align: right; }
170
+
171
+ .reveal table tr:last-child td {
172
+ border-bottom: none; }
173
+
174
+ .reveal sup {
175
+ vertical-align: super; }
176
+
177
+ .reveal sub {
178
+ vertical-align: sub; }
179
+
180
+ .reveal small {
181
+ display: inline-block;
182
+ font-size: 0.6em;
183
+ line-height: 1.2em;
184
+ vertical-align: top; }
185
+
186
+ .reveal small * {
187
+ vertical-align: top; }
57
188
 
58
189
  /*********************************************
59
190
  * LINKS
60
191
  *********************************************/
61
- .reveal a:not(.image) {
62
- color: #aa2233;
192
+ .reveal a {
193
+ color: #a23;
63
194
  text-decoration: none;
64
- -webkit-transition: color .15s ease;
65
- -moz-transition: color .15s ease;
66
- -ms-transition: color .15s ease;
67
- -o-transition: color .15s ease;
68
- transition: color .15s ease; }
69
-
70
- .reveal a:not(.image):hover {
71
- color: #dd5566;
195
+ -webkit-transition: color 0.15s ease;
196
+ -moz-transition: color 0.15s ease;
197
+ transition: color 0.15s ease; }
198
+
199
+ .reveal a:hover {
200
+ color: #dd5567;
72
201
  text-shadow: none;
73
202
  border: none; }
74
203
 
75
204
  .reveal .roll span:after {
76
205
  color: #fff;
77
- background: #6a1520; }
206
+ background: #6a1521; }
78
207
 
79
208
  /*********************************************
80
209
  * IMAGES
@@ -82,49 +211,45 @@ body {
82
211
  .reveal section img {
83
212
  margin: 15px 0px;
84
213
  background: rgba(255, 255, 255, 0.12);
85
- border: 4px solid #eeeeee;
86
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
87
- -webkit-transition: all .2s linear;
88
- -moz-transition: all .2s linear;
89
- -ms-transition: all .2s linear;
90
- -o-transition: all .2s linear;
91
- transition: all .2s linear; }
214
+ border: 4px solid #eee;
215
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
216
+
217
+ .reveal a img {
218
+ -webkit-transition: all 0.15s linear;
219
+ -moz-transition: all 0.15s linear;
220
+ transition: all 0.15s linear; }
92
221
 
93
222
  .reveal a:hover img {
94
223
  background: rgba(255, 255, 255, 0.2);
95
- border-color: #aa2233;
224
+ border-color: #a23;
96
225
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
97
226
 
98
227
  /*********************************************
99
228
  * NAVIGATION CONTROLS
100
229
  *********************************************/
101
- .reveal .controls div.navigate-left,
102
- .reveal .controls div.navigate-left.enabled {
103
- border-right-color: #aa2233; }
230
+ .reveal .controls div.navigate-left, .reveal .controls div.navigate-left.enabled {
231
+ border-right-color: #a23; }
104
232
 
105
- .reveal .controls div.navigate-right,
106
- .reveal .controls div.navigate-right.enabled {
107
- border-left-color: #aa2233; }
233
+ .reveal .controls div.navigate-right, .reveal .controls div.navigate-right.enabled {
234
+ border-left-color: #a23; }
108
235
 
109
- .reveal .controls div.navigate-up,
110
- .reveal .controls div.navigate-up.enabled {
111
- border-bottom-color: #aa2233; }
236
+ .reveal .controls div.navigate-up, .reveal .controls div.navigate-up.enabled {
237
+ border-bottom-color: #a23; }
112
238
 
113
- .reveal .controls div.navigate-down,
114
- .reveal .controls div.navigate-down.enabled {
115
- border-top-color: #aa2233; }
239
+ .reveal .controls div.navigate-down, .reveal .controls div.navigate-down.enabled {
240
+ border-top-color: #a23; }
116
241
 
117
242
  .reveal .controls div.navigate-left.enabled:hover {
118
- border-right-color: #dd5566; }
243
+ border-right-color: #dd5567; }
119
244
 
120
245
  .reveal .controls div.navigate-right.enabled:hover {
121
- border-left-color: #dd5566; }
246
+ border-left-color: #dd5567; }
122
247
 
123
248
  .reveal .controls div.navigate-up.enabled:hover {
124
- border-bottom-color: #dd5566; }
249
+ border-bottom-color: #dd5567; }
125
250
 
126
251
  .reveal .controls div.navigate-down.enabled:hover {
127
- border-top-color: #dd5566; }
252
+ border-top-color: #dd5567; }
128
253
 
129
254
  /*********************************************
130
255
  * PROGRESS BAR
@@ -133,38 +258,23 @@ body {
133
258
  background: rgba(0, 0, 0, 0.2); }
134
259
 
135
260
  .reveal .progress span {
136
- background: #aa2233;
261
+ background: #a23;
137
262
  -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
138
263
  -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
139
- -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
140
- -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
141
264
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
142
265
 
143
266
  /*********************************************
144
267
  * SLIDE NUMBER
145
268
  *********************************************/
146
269
  .reveal .slide-number {
147
- color: #aa2233; }
270
+ color: #a23; }
148
271
 
149
272
  .reveal p {
150
273
  font-weight: 300;
151
- text-shadow: 1px 1px #222222; }
152
-
153
- .reveal h1,
154
- .reveal h2,
155
- .reveal h3,
156
- .reveal h4,
157
- .reveal h5,
158
- .reveal h6 {
159
- font-weight: 700; }
274
+ text-shadow: 1px 1px #222; }
160
275
 
161
- .reveal a:not(.image),
162
- .reveal a:not(.image):hover {
163
- text-shadow: 2px 2px 2px #000; }
164
-
165
- .reveal small a:not(.image),
166
- .reveal small a:not(.image):hover {
167
- text-shadow: 1px 1px 1px #000; }
276
+ .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
277
+ font-weight: 700; }
168
278
 
169
279
  .reveal p code {
170
280
  background-color: #23241f;
@@ -0,0 +1,273 @@
1
+ @import url(../../lib/font/league-gothic/league-gothic.css);
2
+ @import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
3
+ /**
4
+ * League theme for reveal.js.
5
+ *
6
+ * This was the default theme pre-3.0.0.
7
+ *
8
+ * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
9
+ */
10
+ /*********************************************
11
+ * GLOBAL STYLES
12
+ *********************************************/
13
+ body {
14
+ background: #1c1e20;
15
+ background: -moz-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
16
+ background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #555a5f), color-stop(100%, #1c1e20));
17
+ background: -webkit-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
18
+ background: -o-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
19
+ background: -ms-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
20
+ background: radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
21
+ background-color: #2b2b2b; }
22
+
23
+ .reveal {
24
+ font-family: 'Lato', sans-serif;
25
+ font-size: 36px;
26
+ font-weight: normal;
27
+ color: #eee; }
28
+
29
+ ::selection {
30
+ color: #fff;
31
+ background: #FF5E99;
32
+ text-shadow: none; }
33
+
34
+ .reveal .slides > section, .reveal .slides > section > section {
35
+ line-height: 1.3;
36
+ font-weight: inherit; }
37
+
38
+ /*********************************************
39
+ * HEADERS
40
+ *********************************************/
41
+ .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
42
+ margin: 0 0 20px 0;
43
+ color: #eee;
44
+ font-family: 'League Gothic', Impact, sans-serif;
45
+ font-weight: normal;
46
+ line-height: 1.2;
47
+ letter-spacing: normal;
48
+ text-transform: uppercase;
49
+ text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
50
+ word-wrap: break-word; }
51
+
52
+ .reveal h1 {
53
+ font-size: 3.77em; }
54
+
55
+ .reveal h2 {
56
+ font-size: 2.11em; }
57
+
58
+ .reveal h3 {
59
+ font-size: 1.55em; }
60
+
61
+ .reveal h4 {
62
+ font-size: 1em; }
63
+
64
+ .reveal h1 {
65
+ text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15); }
66
+
67
+ /*********************************************
68
+ * OTHER
69
+ *********************************************/
70
+ .reveal p {
71
+ margin: 20px 0;
72
+ line-height: 1.3; }
73
+
74
+ /* Ensure certain elements are never larger than the slide itself */
75
+ .reveal img, .reveal video, .reveal iframe {
76
+ max-width: 95%;
77
+ max-height: 95%; }
78
+
79
+ .reveal strong, .reveal b {
80
+ font-weight: bold; }
81
+
82
+ .reveal em {
83
+ font-style: italic; }
84
+
85
+ .reveal ol, .reveal dl, .reveal ul {
86
+ display: inline-block;
87
+ text-align: left;
88
+ margin: 0 0 0 1em; }
89
+
90
+ .reveal ol {
91
+ list-style-type: decimal; }
92
+
93
+ .reveal ul {
94
+ list-style-type: disc; }
95
+
96
+ .reveal ul ul {
97
+ list-style-type: square; }
98
+
99
+ .reveal ul ul ul {
100
+ list-style-type: circle; }
101
+
102
+ .reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul {
103
+ display: block;
104
+ margin-left: 40px; }
105
+
106
+ .reveal dt {
107
+ font-weight: bold; }
108
+
109
+ .reveal dd {
110
+ margin-left: 40px; }
111
+
112
+ .reveal q, .reveal blockquote {
113
+ quotes: none; }
114
+
115
+ .reveal blockquote {
116
+ display: block;
117
+ position: relative;
118
+ width: 70%;
119
+ margin: 20px auto;
120
+ padding: 5px;
121
+ font-style: italic;
122
+ background: rgba(255, 255, 255, 0.05);
123
+ box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
124
+
125
+ .reveal blockquote p:first-child, .reveal blockquote p:last-child {
126
+ display: inline-block; }
127
+
128
+ .reveal q {
129
+ font-style: italic; }
130
+
131
+ .reveal pre {
132
+ display: block;
133
+ position: relative;
134
+ width: 90%;
135
+ margin: 20px auto;
136
+ text-align: left;
137
+ font-size: 0.55em;
138
+ font-family: monospace;
139
+ line-height: 1.2em;
140
+ word-wrap: break-word;
141
+ box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
142
+
143
+ .reveal code {
144
+ font-family: monospace; }
145
+
146
+ .reveal pre code {
147
+ display: block;
148
+ padding: 5px;
149
+ overflow: auto;
150
+ max-height: 400px;
151
+ word-wrap: normal;
152
+ background: #3F3F3F;
153
+ color: #DCDCDC; }
154
+
155
+ .reveal table {
156
+ margin: auto;
157
+ border-collapse: collapse;
158
+ border-spacing: 0; }
159
+
160
+ .reveal table th {
161
+ font-weight: bold; }
162
+
163
+ .reveal table th, .reveal table td {
164
+ text-align: left;
165
+ padding: 0.2em 0.5em 0.2em 0.5em;
166
+ border-bottom: 1px solid; }
167
+
168
+ .reveal table th[align="center"], .reveal table td[align="center"] {
169
+ text-align: center; }
170
+
171
+ .reveal table th[align="right"], .reveal table td[align="right"] {
172
+ text-align: right; }
173
+
174
+ .reveal table tr:last-child td {
175
+ border-bottom: none; }
176
+
177
+ .reveal sup {
178
+ vertical-align: super; }
179
+
180
+ .reveal sub {
181
+ vertical-align: sub; }
182
+
183
+ .reveal small {
184
+ display: inline-block;
185
+ font-size: 0.6em;
186
+ line-height: 1.2em;
187
+ vertical-align: top; }
188
+
189
+ .reveal small * {
190
+ vertical-align: top; }
191
+
192
+ /*********************************************
193
+ * LINKS
194
+ *********************************************/
195
+ .reveal a {
196
+ color: #13DAEC;
197
+ text-decoration: none;
198
+ -webkit-transition: color 0.15s ease;
199
+ -moz-transition: color 0.15s ease;
200
+ transition: color 0.15s ease; }
201
+
202
+ .reveal a:hover {
203
+ color: #71ebf4;
204
+ text-shadow: none;
205
+ border: none; }
206
+
207
+ .reveal .roll span:after {
208
+ color: #fff;
209
+ background: #0d9ba5; }
210
+
211
+ /*********************************************
212
+ * IMAGES
213
+ *********************************************/
214
+ .reveal section img {
215
+ margin: 15px 0px;
216
+ background: rgba(255, 255, 255, 0.12);
217
+ border: 4px solid #eee;
218
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
219
+
220
+ .reveal a img {
221
+ -webkit-transition: all 0.15s linear;
222
+ -moz-transition: all 0.15s linear;
223
+ transition: all 0.15s linear; }
224
+
225
+ .reveal a:hover img {
226
+ background: rgba(255, 255, 255, 0.2);
227
+ border-color: #13DAEC;
228
+ box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
229
+
230
+ /*********************************************
231
+ * NAVIGATION CONTROLS
232
+ *********************************************/
233
+ .reveal .controls div.navigate-left, .reveal .controls div.navigate-left.enabled {
234
+ border-right-color: #13DAEC; }
235
+
236
+ .reveal .controls div.navigate-right, .reveal .controls div.navigate-right.enabled {
237
+ border-left-color: #13DAEC; }
238
+
239
+ .reveal .controls div.navigate-up, .reveal .controls div.navigate-up.enabled {
240
+ border-bottom-color: #13DAEC; }
241
+
242
+ .reveal .controls div.navigate-down, .reveal .controls div.navigate-down.enabled {
243
+ border-top-color: #13DAEC; }
244
+
245
+ .reveal .controls div.navigate-left.enabled:hover {
246
+ border-right-color: #71ebf4; }
247
+
248
+ .reveal .controls div.navigate-right.enabled:hover {
249
+ border-left-color: #71ebf4; }
250
+
251
+ .reveal .controls div.navigate-up.enabled:hover {
252
+ border-bottom-color: #71ebf4; }
253
+
254
+ .reveal .controls div.navigate-down.enabled:hover {
255
+ border-top-color: #71ebf4; }
256
+
257
+ /*********************************************
258
+ * PROGRESS BAR
259
+ *********************************************/
260
+ .reveal .progress {
261
+ background: rgba(0, 0, 0, 0.2); }
262
+
263
+ .reveal .progress span {
264
+ background: #13DAEC;
265
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
266
+ -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
267
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
268
+
269
+ /*********************************************
270
+ * SLIDE NUMBER
271
+ *********************************************/
272
+ .reveal .slide-number {
273
+ color: #13DAEC; }