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,115 @@
1
+ /*
2
+ * Visual Studio 2015 dark style
3
+ * Author: Nicolas LLOBERA <nllobera@gmail.com>
4
+ */
5
+
6
+ .hljs {
7
+ display: block;
8
+ overflow-x: auto;
9
+ padding: 0.5em;
10
+ background: #1E1E1E;
11
+ color: #DCDCDC;
12
+ }
13
+
14
+ .hljs-keyword,
15
+ .hljs-literal,
16
+ .hljs-symbol,
17
+ .hljs-name {
18
+ color: #569CD6;
19
+ }
20
+ .hljs-link {
21
+ color: #569CD6;
22
+ text-decoration: underline;
23
+ }
24
+
25
+ .hljs-built_in,
26
+ .hljs-type {
27
+ color: #4EC9B0;
28
+ }
29
+
30
+ .hljs-number,
31
+ .hljs-class {
32
+ color: #B8D7A3;
33
+ }
34
+
35
+ .hljs-string,
36
+ .hljs-meta-string {
37
+ color: #D69D85;
38
+ }
39
+
40
+ .hljs-regexp,
41
+ .hljs-template-tag {
42
+ color: #9A5334;
43
+ }
44
+
45
+ .hljs-subst,
46
+ .hljs-function,
47
+ .hljs-title,
48
+ .hljs-params,
49
+ .hljs-formula {
50
+ color: #DCDCDC;
51
+ }
52
+
53
+ .hljs-comment,
54
+ .hljs-quote {
55
+ color: #57A64A;
56
+ font-style: italic;
57
+ }
58
+
59
+ .hljs-doctag {
60
+ color: #608B4E;
61
+ }
62
+
63
+ .hljs-meta,
64
+ .hljs-meta-keyword,
65
+ .hljs-tag {
66
+ color: #9B9B9B;
67
+ }
68
+
69
+ .hljs-variable,
70
+ .hljs-template-variable {
71
+ color: #BD63C5;
72
+ }
73
+
74
+ .hljs-attr,
75
+ .hljs-attribute,
76
+ .hljs-builtin-name {
77
+ color: #9CDCFE;
78
+ }
79
+
80
+ .hljs-section {
81
+ color: gold;
82
+ }
83
+
84
+ .hljs-emphasis {
85
+ font-style: italic;
86
+ }
87
+
88
+ .hljs-strong {
89
+ font-weight: bold;
90
+ }
91
+
92
+ /*.hljs-code {
93
+ font-family:'Monospace';
94
+ }*/
95
+
96
+ .hljs-bullet,
97
+ .hljs-selector-tag,
98
+ .hljs-selector-id,
99
+ .hljs-selector-class,
100
+ .hljs-selector-attr,
101
+ .hljs-selector-pseudo {
102
+ color: #D7BA7D;
103
+ }
104
+
105
+ .hljs-addition {
106
+ background-color: #144212;
107
+ display: inline-block;
108
+ width: 100%;
109
+ }
110
+
111
+ .hljs-deletion {
112
+ background-color: #600;
113
+ display: inline-block;
114
+ width: 100%;
115
+ }
@@ -10,138 +10,66 @@ XCode style (c) Angel Garcia <angelgarcia.mail@gmail.com>
10
10
  padding: 0.5em;
11
11
  background: #fff;
12
12
  color: black;
13
- -webkit-text-size-adjust: none;
14
13
  }
15
14
 
16
15
  .hljs-comment,
17
- .hljs-template_comment,
18
- .hljs-javadoc {
16
+ .hljs-quote {
19
17
  color: #006a00;
20
18
  }
21
19
 
22
20
  .hljs-keyword,
23
- .hljs-literal,
24
- .nginx .hljs-title {
21
+ .hljs-selector-tag,
22
+ .hljs-literal {
25
23
  color: #aa0d91;
26
24
  }
27
- .method,
28
- .hljs-list .hljs-title,
29
- .hljs-tag .hljs-title,
30
- .setting .hljs-value,
31
- .hljs-winutils,
32
- .tex .hljs-command,
33
- .http .hljs-title,
34
- .hljs-request,
35
- .hljs-status {
25
+
26
+ .hljs-name {
36
27
  color: #008;
37
28
  }
38
29
 
39
- .hljs-envvar,
40
- .tex .hljs-special {
30
+ .hljs-variable,
31
+ .hljs-template-variable {
41
32
  color: #660;
42
33
  }
43
34
 
44
35
  .hljs-string {
45
36
  color: #c41a16;
46
37
  }
47
- .hljs-tag .hljs-value,
48
- .hljs-cdata,
49
- .hljs-filter .hljs-argument,
50
- .hljs-attr_selector,
51
- .apache .hljs-cbracket,
52
- .hljs-date,
53
- .hljs-regexp {
38
+
39
+ .hljs-regexp,
40
+ .hljs-link {
54
41
  color: #080;
55
42
  }
56
43
 
57
- .hljs-sub .hljs-identifier,
58
- .hljs-pi,
44
+ .hljs-title,
59
45
  .hljs-tag,
60
- .hljs-tag .hljs-keyword,
61
- .hljs-decorator,
62
- .ini .hljs-title,
63
- .hljs-shebang,
64
- .hljs-prompt,
65
- .hljs-hexcolor,
66
- .hljs-rules .hljs-value,
67
46
  .hljs-symbol,
68
- .hljs-symbol .hljs-string,
47
+ .hljs-bullet,
69
48
  .hljs-number,
70
- .css .hljs-function,
71
- .hljs-function .hljs-title,
72
- .coffeescript .hljs-attribute {
49
+ .hljs-meta {
73
50
  color: #1c00cf;
74
51
  }
75
52
 
53
+ .hljs-section,
76
54
  .hljs-class .hljs-title,
77
- .smalltalk .hljs-class,
78
- .hljs-javadoctag,
79
- .hljs-yardoctag,
80
- .hljs-phpdoc,
81
- .hljs-dartdoc,
82
55
  .hljs-type,
83
- .hljs-typename,
84
- .hljs-tag .hljs-attribute,
85
- .hljs-doctype,
86
- .hljs-class .hljs-id,
56
+ .hljs-attr,
87
57
  .hljs-built_in,
88
- .setting,
89
- .hljs-params,
90
- .clojure .hljs-attribute {
58
+ .hljs-builtin-name,
59
+ .hljs-params {
91
60
  color: #5c2699;
92
61
  }
93
62
 
94
- .hljs-variable {
95
- color: #3f6e74;
96
- }
97
- .css .hljs-tag,
98
- .hljs-rules .hljs-property,
99
- .hljs-pseudo,
63
+ .hljs-attribute,
100
64
  .hljs-subst {
101
65
  color: #000;
102
66
  }
103
67
 
104
- .css .hljs-class,
105
- .css .hljs-id {
106
- color: #9b703f;
107
- }
108
-
109
- .hljs-value .hljs-important {
110
- color: #ff7700;
111
- font-weight: bold;
112
- }
113
-
114
- .hljs-rules .hljs-keyword {
115
- color: #c5af75;
116
- }
117
-
118
- .hljs-annotation,
119
- .apache .hljs-sqbracket,
120
- .nginx .hljs-built_in {
121
- color: #9b859d;
122
- }
123
-
124
- .hljs-preprocessor,
125
- .hljs-preprocessor *,
126
- .hljs-pragma {
127
- color: #643820;
128
- }
129
-
130
- .tex .hljs-formula {
68
+ .hljs-formula {
131
69
  background-color: #eee;
132
70
  font-style: italic;
133
71
  }
134
72
 
135
- .diff .hljs-header,
136
- .hljs-chunk {
137
- color: #808080;
138
- font-weight: bold;
139
- }
140
-
141
- .diff .hljs-change {
142
- background-color: #bccff9;
143
- }
144
-
145
73
  .hljs-addition {
146
74
  background-color: #baeeba;
147
75
  }
@@ -150,10 +78,16 @@ XCode style (c) Angel Garcia <angelgarcia.mail@gmail.com>
150
78
  background-color: #ffc8bd;
151
79
  }
152
80
 
153
- .hljs-comment .hljs-yardoctag {
81
+ .hljs-selector-id,
82
+ .hljs-selector-class {
83
+ color: #9b703f;
84
+ }
85
+
86
+ .hljs-doctag,
87
+ .hljs-strong {
154
88
  font-weight: bold;
155
89
  }
156
90
 
157
- .method .hljs-id {
158
- color: #000;
91
+ .hljs-emphasis {
92
+ font-style: italic;
159
93
  }
@@ -0,0 +1,92 @@
1
+
2
+ /*
3
+ xt256.css
4
+
5
+ Contact: initbar [at] protonmail [dot] ch
6
+ : github.com/initbar
7
+ */
8
+
9
+ .hljs {
10
+ display: block;
11
+ overflow-x: auto;
12
+ color: #eaeaea;
13
+ background: #000;
14
+ padding: 0.5;
15
+ }
16
+
17
+ .hljs-subst {
18
+ color: #eaeaea;
19
+ }
20
+
21
+ .hljs-emphasis {
22
+ font-style: italic;
23
+ }
24
+
25
+ .hljs-strong {
26
+ font-weight: bold;
27
+ }
28
+
29
+ .hljs-builtin-name,
30
+ .hljs-type {
31
+ color: #eaeaea;
32
+ }
33
+
34
+ .hljs-params {
35
+ color: #da0000;
36
+ }
37
+
38
+ .hljs-literal,
39
+ .hljs-number,
40
+ .hljs-name {
41
+ color: #ff0000;
42
+ font-weight: bolder;
43
+ }
44
+
45
+ .hljs-comment {
46
+ color: #969896;
47
+ }
48
+
49
+ .hljs-selector-id,
50
+ .hljs-quote {
51
+ color: #00ffff;
52
+ }
53
+
54
+ .hljs-template-variable,
55
+ .hljs-variable,
56
+ .hljs-title {
57
+ color: #00ffff;
58
+ font-weight: bold;
59
+ }
60
+
61
+ .hljs-selector-class,
62
+ .hljs-keyword,
63
+ .hljs-symbol {
64
+ color: #fff000;
65
+ }
66
+
67
+ .hljs-string,
68
+ .hljs-bullet {
69
+ color: #00ff00;
70
+ }
71
+
72
+ .hljs-tag,
73
+ .hljs-section {
74
+ color: #000fff;
75
+ }
76
+
77
+ .hljs-selector-tag {
78
+ color: #000fff;
79
+ font-weight: bold;
80
+ }
81
+
82
+ .hljs-attribute,
83
+ .hljs-built_in,
84
+ .hljs-regexp,
85
+ .hljs-link {
86
+ color: #ff00ff;
87
+ }
88
+
89
+ .hljs-meta {
90
+ color: #fff;
91
+ font-weight: bolder;
92
+ }
@@ -11,109 +11,70 @@ based on dark.css by Ivan Sagalaev
11
11
  padding: 0.5em;
12
12
  background: #3f3f3f;
13
13
  color: #dcdcdc;
14
- -webkit-text-size-adjust: none;
15
14
  }
16
15
 
17
16
  .hljs-keyword,
18
- .hljs-tag,
19
- .css .hljs-class,
20
- .css .hljs-id,
21
- .lisp .hljs-title,
22
- .nginx .hljs-title,
23
- .hljs-request,
24
- .hljs-status,
25
- .clojure .hljs-attribute {
17
+ .hljs-selector-tag,
18
+ .hljs-tag {
26
19
  color: #e3ceab;
27
20
  }
28
21
 
29
- .django .hljs-template_tag,
30
- .django .hljs-variable,
31
- .django .hljs-filter .hljs-argument {
22
+ .hljs-template-tag {
32
23
  color: #dcdcdc;
33
24
  }
34
25
 
35
- .hljs-number,
36
- .hljs-date {
26
+ .hljs-number {
37
27
  color: #8cd0d3;
38
28
  }
39
29
 
40
- .dos .hljs-envvar,
41
- .dos .hljs-stream,
42
30
  .hljs-variable,
43
- .apache .hljs-sqbracket {
31
+ .hljs-template-variable,
32
+ .hljs-attribute {
44
33
  color: #efdcbc;
45
34
  }
46
35
 
47
- .dos .hljs-flow,
48
- .diff .hljs-change,
49
- .python .exception,
50
- .python .hljs-built_in,
51
- .hljs-literal,
52
- .tex .hljs-special {
36
+ .hljs-literal {
53
37
  color: #efefaf;
54
38
  }
55
39
 
56
- .diff .hljs-chunk,
57
40
  .hljs-subst {
58
41
  color: #8f8f8f;
59
42
  }
60
43
 
61
- .dos .hljs-keyword,
62
- .hljs-decorator,
63
44
  .hljs-title,
64
- .hljs-type,
65
- .diff .hljs-header,
66
- .ruby .hljs-class .hljs-parent,
67
- .apache .hljs-tag,
68
- .nginx .hljs-built_in,
69
- .tex .hljs-command,
70
- .hljs-prompt {
45
+ .hljs-name,
46
+ .hljs-selector-id,
47
+ .hljs-selector-class,
48
+ .hljs-section,
49
+ .hljs-type {
71
50
  color: #efef8f;
72
51
  }
73
52
 
74
- .dos .hljs-winutils,
75
- .ruby .hljs-symbol,
76
- .ruby .hljs-symbol .hljs-string,
77
- .ruby .hljs-string {
53
+ .hljs-symbol,
54
+ .hljs-bullet,
55
+ .hljs-link {
78
56
  color: #dca3a3;
79
57
  }
80
58
 
81
- .diff .hljs-deletion,
59
+ .hljs-deletion,
82
60
  .hljs-string,
83
- .hljs-tag .hljs-value,
84
- .hljs-preprocessor,
85
- .hljs-pragma,
86
61
  .hljs-built_in,
87
- .hljs-javadoc,
88
- .smalltalk .hljs-class,
89
- .smalltalk .hljs-localvars,
90
- .smalltalk .hljs-array,
91
- .css .hljs-rules .hljs-value,
92
- .hljs-attr_selector,
93
- .hljs-pseudo,
94
- .apache .hljs-cbracket,
95
- .tex .hljs-formula,
96
- .coffeescript .hljs-attribute {
62
+ .hljs-builtin-name {
97
63
  color: #cc9393;
98
64
  }
99
65
 
100
- .hljs-shebang,
101
- .diff .hljs-addition,
66
+ .hljs-addition,
102
67
  .hljs-comment,
103
- .hljs-annotation,
104
- .hljs-template_comment,
105
- .hljs-pi,
106
- .hljs-doctype {
68
+ .hljs-quote,
69
+ .hljs-meta {
107
70
  color: #7f9f7f;
108
71
  }
109
72
 
110
- .coffeescript .javascript,
111
- .javascript .xml,
112
- .tex .hljs-formula,
113
- .xml .javascript,
114
- .xml .vbscript,
115
- .xml .css,
116
- .xml .hljs-cdata {
117
- opacity: 0.5;
73
+
74
+ .hljs-emphasis {
75
+ font-style: italic;
118
76
  }
119
77
 
78
+ .hljs-strong {
79
+ font-weight: bold;
80
+ }
data/assets/index.html ADDED
@@ -0,0 +1,186 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <title>Shower Presentation Engine</title>
5
+ <meta charset="utf-8">
6
+ <meta http-equiv="x-ua-compatible" content="ie=edge">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1">
8
+ <link rel="stylesheet" href="shower/themes/ribbon/styles/screen-16x10.css">
9
+ </head>
10
+ <body class="shower list">
11
+ <header class="caption">
12
+ <h1>Shower Presentation Engine</h1>
13
+ <p>Yours Truly, Famous Inc.</p>
14
+ </header>
15
+ <section class="slide" id="cover">
16
+ <h2>Shower Presentation Engine</h2>
17
+ <p>Brought to you by <a href="http://pepelsbey.net">Vadim Makeev</a></p>
18
+ <img src="pictures/cover.jpg" alt="" class="cover">
19
+ <!--
20
+ To apply styles to the certain slides
21
+ set slide ID to get needed elements
22
+ -->
23
+ <style>
24
+ #cover h2 {
25
+ margin:30px 0 0;
26
+ color:#FFF;
27
+ text-align:center;
28
+ font-size:70px;
29
+ }
30
+ #cover p {
31
+ margin:10px 0 0;
32
+ text-align:center;
33
+ color:#FFF;
34
+ font-style:italic;
35
+ font-size:20px;
36
+ }
37
+ #cover p a {
38
+ color:#FFF;
39
+ }
40
+ </style>
41
+ </section>
42
+ <section class="slide">
43
+ <h2>Shower key features</h2>
44
+ <ol>
45
+ <li>Built on HTML, CSS and vanilla JavaScript</li>
46
+ <li>Works in all modern browsers</li>
47
+ <li>Themes are separated from engine</li>
48
+ <li>Modular and extensible</li>
49
+ <li>Fully keyboard accessible</li>
50
+ <li>Printable to PDF</li>
51
+ </ol>
52
+ <p class="note">Shower ['ʃəuə] noun. A person or thing that shows.</p>
53
+ </section>
54
+ <section class="slide">
55
+ <h2>Plain text on your slides</h2>
56
+ <p>Lorem ipsum dolor sit amet, consectetur <a href="#4">adipisicing</a> elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, <em>quis nostrud</em> exercitation ullamco laboris <strong>nisi ut aliquip</strong> ex ea commodo consequat. Duis aute irure <i>dolor</i> in reprehenderit in voluptate velit esse cillum <b>dolore</b> eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in <code>&lt;culpa&gt;</code> qui officia deserunt mollit anim id est laborum.</p>
57
+ </section>
58
+ <section class="slide">
59
+ <h2>Two columns if you like</h2>
60
+ <p class="double">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia.</p>
61
+ </section>
62
+ <section class="slide">
63
+ <h2>All kind of lists</h2>
64
+ <ol>
65
+ <li>Simple lists are marked with bullets</li>
66
+ <li>Ordered lists begin with a number</li>
67
+ <li>You can even nest lists one inside another
68
+ <ul>
69
+ <li>Or mix their types</li>
70
+ <li>But do not go too far</li>
71
+ <li>Otherwise audience will be bored</li>
72
+ </ul>
73
+ </li>
74
+ <li>Look, seven rows exactly!</li>
75
+ </ol>
76
+ </section>
77
+ <section class="slide">
78
+ <h2>Serious citations</h2>
79
+ <figure>
80
+ <blockquote>
81
+ <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia.</p>
82
+ </blockquote>
83
+ <figcaption>Marcus Tullius Cicero</figcaption>
84
+ </figure>
85
+ </section>
86
+ <section class="slide">
87
+ <h2>Code samples</h2>
88
+ <pre>
89
+ <code>&lt;!DOCTYPE html&gt;</code>
90
+ <code class="mark">&lt;html lang="en"&gt;</code>
91
+ <code><mark>&lt;head&gt;</mark> <mark class="comment">&lt;!--Comment--&gt;</mark></code>
92
+ <code> &lt;title&gt;Shower&lt;/title&gt;</code>
93
+ <code> &lt;meta charset="<mark class="important">UTF-8</mark>"&gt;</code>
94
+ <code> &lt;link rel="stylesheet" href="screen.css"&gt;</code>
95
+ <code><mark>&lt;/head&gt;</mark></code>
96
+ </pre>
97
+ </section>
98
+ <section class="slide">
99
+ <h2>Even tables</h2>
100
+ <table>
101
+ <tr>
102
+ <th scope="col">Locavore</th>
103
+ <th>Umami</th>
104
+ <th>Helvetica</th>
105
+ <th>Vegan</th>
106
+ </tr>
107
+ <tr>
108
+ <th scope="row">Fingerstache</th>
109
+ <td>Kale</td>
110
+ <td>Chips</td>
111
+ <td>Keytar</td>
112
+ </tr>
113
+ <tr>
114
+ <th scope="row">Sriracha</th>
115
+ <td>Gluten-free</td>
116
+ <td>Ennui</td>
117
+ <td>Keffiyeh</td>
118
+ </tr>
119
+ <tr>
120
+ <th scope="row">Thundercats</th>
121
+ <td>Jean</td>
122
+ <td>Shorts</td>
123
+ <td>Biodiesel</td>
124
+ </tr>
125
+ <tr>
126
+ <th scope="row">Terry</th>
127
+ <td>Richardson</td>
128
+ <td>Swag</td>
129
+ <td>Blog</td>
130
+ </tr>
131
+ </table>
132
+ <p>It’s good to have information organized.</p>
133
+ </section>
134
+ <section class="slide" id="picture">
135
+ <h2>Pictures</h2>
136
+ <img src="pictures/picture.jpg" alt="" class="cover">
137
+ <style>
138
+ #picture h2 {
139
+ color:#FFF;
140
+ }
141
+ </style>
142
+ </section>
143
+ <section class="slide">
144
+ <h2 class="shout shrink">You can even shout this way</h2>
145
+ </section>
146
+ <section class="slide">
147
+ <h2>Inner navigation</h2>
148
+ <ol>
149
+ <li>Lets you reveal list items one by one</li>
150
+ <li class="next">To keep some key points</li>
151
+ <li class="next">In secret from audience</li>
152
+ <li class="next">But it will work only once</li>
153
+ <li class="next">Nobody wants to see the same joke twice</li>
154
+ </ol>
155
+ </section>
156
+ <section class="slide grid">
157
+ <h2>All nicely aligned to grid</h2>
158
+ </section>
159
+ <section class="slide" id="see-more">
160
+ <h2 class="shout">
161
+ <img src="pictures/logo.svg" alt="Shower logo">
162
+ <a href="https://github.com/shower/shower">See more on GitHub</a>
163
+ </h2>
164
+ <style>
165
+ #see-more h2 {
166
+ font-size:100px
167
+ }
168
+ #see-more img {
169
+ width:0.72em;
170
+ height:0.72em;
171
+ }
172
+ </style>
173
+ </section>
174
+ <p class="badge">
175
+ <a href="https://github.com/shower/shower">Fork me on GitHub</a>
176
+ </p>
177
+ <!--
178
+ To hide progress bar from entire presentation
179
+ just remove “progress” element.
180
+ -->
181
+ <div class="progress"></div>
182
+ <script src="shower/shower.min.js"></script>
183
+ <!-- Copyright © 2015 Yours Truly, Famous Inc. -->
184
+ <!-- Photos by John Carey, fiftyfootshadows.net -->
185
+ </body>
186
+ </html>
Binary file
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="500" height="500" viewBox="0 0 500 500">
2
+ <path d="M50 500c-27.614 0-50-22.386-50-50v-400c0-27.614 22.386-50 50-50h400c27.615 0 50 22.386 50 50v219.224l-84.141-84.141-17.678 17.678 101.818 101.818v35.355l-119.496-119.496-17.678 17.678 137.174 137.174v35.397l-154.851-154.851-17.677 17.677 172.528 172.528v3.961c0 27.614-22.385 50-50 50h-109.618c4.128-39.908-9.142-81.331-39.788-111.978l-61.52-61.518-61.517-61.518c-24.497-24.498-24.568-64.143-.161-88.55 24.407-24.407 64.053-24.335 88.549.161l8.484 8.484v106.067l159.1-159.1h-106.067l-8.484-8.484c-53.893-53.893-141.111-54.051-194.808-.354s-53.539 140.916.354 194.809l61.518 61.518 61.519 61.518c16.006 16.006 21.584 38.48 16.719 58.945zm0 0" fill="#4B86C2"/>
3
+ </svg>
Binary file