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,490 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <title>Ribbon theme for Shower</title>
5
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1">
7
+ <link rel="stylesheet" href="styles/styles.css">
8
+ <style>
9
+ .shower {
10
+ --slide-ratio: calc(16 / 9);
11
+ }
12
+ </style>
13
+ </head>
14
+ <body class="shower list">
15
+
16
+ <header class="caption">
17
+ <h1>Presentation Title</h1>
18
+ <p><a href="">Yours Truly</a>, Famous Inc.</p>
19
+ </header>
20
+
21
+ <section class="slide">
22
+ <h2>Slide Header</h2>
23
+ <p>Echo Park 8-bit sustainable umami deep v Kickstarter. DIY cliche typewriter brunch, Odd Future sriracha pickled aesthetic. Farm-to-table bespoke fingerstache, kale chips umami brunch letterpress.</p>
24
+ <p>Whatever authentic disrupt, you probably haven’t heard of them direct trade mlkshk Etsy. Gluten-free roof party plaid four loko quinoa.</p>
25
+ <p class="note">Echo Park 8-bit sustainable umami deep v Kickstarter.</p>
26
+ </section>
27
+
28
+ <section class="slide">
29
+ <h2>
30
+ Multiline<br>
31
+ Header
32
+ </h2>
33
+ <p>Retro meh brunch aesthetic Cosby sweater Shoreditch. Banksy Tumblr sriracha, flexitarian pug chia master cleanse vinyl wayfarers fanny pack bespoke Helvetica roof party. Messenger bag retro cred Portland next level. Yr stumptown Schlitz Carles deep v small batch. Hella sustainable messenger bag, leggings skateboard literally1 bicycle rights H20 mumblecore banh mi DIY VHS. Semiotics four loko street art asymmetrical.</p>
34
+ </section>
35
+
36
+ <section class="slide">
37
+ <h2>Inline Elements</h2>
38
+ <p>Retro meh brunch <a href="">aesthetic</a> Cosby sweater Shoreditch. Banksy Tumblr <strong>sriracha</strong>, flexitarian pug chia master cleanse vinyl <em>wayfarers</em> fanny pack bespoke Helvetica <b>roof</b> party. Messenger bag retro cred <i>Portland</i> next level. Yr stumptown Schlitz Carles deep v small batch. Hella sustainable messenger bag, <mark>leggings</mark> skateboard literally<sup>1</sup> bicycle rights H<sub>2</sub>0 mumblecore banh mi DIY VHS. Semiotics four loko street art asymmetrical. Asymmetrical <code>&lt;paleo&gt;</code> you probably haven’t heard of.</p>
39
+ <footer class="footer">
40
+ <p>Flannel bicycle rights locavore selfies skateboard. Authentic fanny pack paleo four loko bespoke. Artisan tattooed chia XOXO ennui, lomo disrupt 8-bit art party Tumblr scenester. Post-ironic fashion axe flexitarian, Tonx narwhal messenger bag Tumblr. Portland gentrify deep v kale chips literally.</p>
41
+ </footer>
42
+ </section>
43
+
44
+ <section class="slide">
45
+ <h2>Quotes</h2>
46
+ <blockquote>
47
+ <p>Flannel bicycle rights locavore selfies skateboard. Authentic fanny pack paleo four loko bespoke. Artisan tattooed chia XOXO ennui, lomo disrupt 8-bit art party Tumblr scenester.</p>
48
+ </blockquote>
49
+ <figure>
50
+ <blockquote>
51
+ <p>Post-ironic fashion axe flexitarian, Tonx narwhal messenger bag Tumblr. Portland gentrify deep v kale chips literally.</p>
52
+ </blockquote>
53
+ <figcaption>Yours Truly</figcaption>
54
+ </figure>
55
+ </section>
56
+
57
+ <section class="slide">
58
+ <h2>Ordered Lists</h2>
59
+ <ol>
60
+ <li>Literally viral vegan, ugh drinking vinegar photo booth</li>
61
+ <li>Wes Anderson chillwave Marfa pour-over Etsy banh mi</li>
62
+ <li>Ethnic polaroid lo-fi iPhone ennui</li>
63
+ <li>Yr wayfarers before they sold out Kickstarter asymmetrical</li>
64
+ <li>Irony flexitarian readymade quinoa, kogi bespoke meggings narwhal</li>
65
+ <li>Skateboard Etsy twee artisan Echo Park</li>
66
+ <li>Tonx kitsch fingerstache readymade, retro single-origin coffee</li>
67
+ </ol>
68
+ </section>
69
+
70
+ <section class="slide">
71
+ <h2>Unordered Lists</h2>
72
+ <ul>
73
+ <li>Literally viral vegan, ugh drinking vinegar photo booth</li>
74
+ <li>Wes Anderson chillwave Marfa pour-over Etsy banh mi</li>
75
+ <li>Ethnic polaroid lo-fi iPhone ennui</li>
76
+ <li>Yr wayfarers before they sold out Kickstarter asymmetrical</li>
77
+ <li>Irony flexitarian readymade quinoa, kogi bespoke meggings narwhal</li>
78
+ <li>Skateboard Etsy twee artisan Echo Park</li>
79
+ <li>Tonx kitsch fingerstache readymade, retro single-origin coffee</li>
80
+ </ul>
81
+ </section>
82
+
83
+ <section class="slide">
84
+ <h2>Block Lists</h2>
85
+ <ul>
86
+ <li>Retro meh brunch aesthetic Cosby sweater Shoreditch. Banksy Tumblr sriracha, flexitarian pug chia master cleanse vinyl wayfarers fanny pack.</li>
87
+ <li>Messenger bag retro cred Portland next level. Yr stumptown Schlitz Carles deep v small batch. Hella sustainable messenger bag.</li>
88
+ <li>Leggings skateboard literally1 bicycle rights H20 mumblecore banh mi DIY VHS. Semiotics four loko street art asymmetrical. Asymmetrical paleo you probably haven’t heard of.</li>
89
+ </ul>
90
+ </section>
91
+
92
+ <section class="slide">
93
+ <h2>Nested Lists</h2>
94
+ <ol>
95
+ <li>Literally viral vegan, ugh drinking vinegar photo booth</li>
96
+ <li>Wes Anderson chillwave Marfa pour-over Etsy banh mi</li>
97
+ <li>Ethnic polaroid lo-fi iPhone ennui
98
+ <ul>
99
+ <li>Yr wayfarers before they sold out Kickstarter asymmetrical</li>
100
+ <li>Irony flexitarian readymade quinoa, kogi bespoke meggings narwhal</li>
101
+ <li>Skateboard Etsy twee artisan Echo Park</li>
102
+ </ul>
103
+ </li>
104
+ <li>Tonx kitsch fingerstache readymade, retro single-origin coffee</li>
105
+ </ol>
106
+ </section>
107
+
108
+ <section class="slide">
109
+ <h2>Latin and Cyrillic List Bullets</h2>
110
+ <ul lang="en">
111
+ <li>Occupy locavore blog, mustache you probably haven’t heard of them</li>
112
+ <li>Skateboard pork belly aesthetic hoodie selfies brunch</li>
113
+ <li>Food truck gluten-free disrupt Portland</li>
114
+ </ul>
115
+ <ul lang="ru">
116
+ <li>Helvetica narwhal drinking vinegar chillwave, post-ironic ennui</li>
117
+ <li>Cray pug paleo retro, Echo Park narwhal Wes Anderson</li>
118
+ <li>Disrupt Williamsburg fixie, shabby chic bicycle rights hashtag kogi</li>
119
+ </ul>
120
+ </section>
121
+
122
+ <section class="slide">
123
+ <h2>Custom List Bullets</h2>
124
+ <ul>
125
+ <li value="+">Helvetica narwhal drinking vinegar chillwave, post-ironic ennui</li>
126
+ <li value="−">Cray pug paleo retro, Echo Park narwhal Wes Anderson</li>
127
+ <li value="+">Disrupt Williamsburg fixie, shabby chic bicycle rights hashtag kogi</li>
128
+ </ul>
129
+ <ol>
130
+ <li value="100">Occupy locavore blog, mustache you probably haven’t heard of them</li>
131
+ <li value="10">Skateboard pork belly aesthetic hoodie selfies brunch</li>
132
+ <li value="1">Food truck gluten-free disrupt Portland</li>
133
+ </ol>
134
+ </section>
135
+
136
+ <section class="slide">
137
+ <h2>Two Columns</h2>
138
+ <div class="columns two">
139
+ <p>Echo Park 8-bit sustainable umami deep v Kickstarter. DIY cliche typewriter brunch, Odd Future sriracha pickled aesthetic. Farm-to-table bespoke fingerstache, kale chips umami brunch.</p>
140
+ <p>American Apparel letterpress. Whatever authentic disrupt, you probably haven’t heard of them direct trade mlkshk Etsy. Gluten-free roof party plaid American Apparel four loko quinoa.</p>
141
+ </div>
142
+ </section>
143
+
144
+ <section class="slide">
145
+ <h2>Two Lists</h2>
146
+ <div class="columns two">
147
+ <ul>
148
+ <li>Occupy locavore, mustache you probably haven’t heard of them</li>
149
+ <li>Skateboard pork belly aesthetic hoodie selfies brunch</li>
150
+ <li>Food truck gluten-free disrupt Portland</li>
151
+ </ul>
152
+ <ul>
153
+ <li>Helvetica narwhal drinking vinegar chillwave, post-ironic ennui</li>
154
+ <li>Cray pug paleo retro, Echo Park narwhal Wes Anderson</li>
155
+ <li>Disrupt Williamsburg fixie, shabby chic bicycle rights hashtag kogi</li>
156
+ </ul>
157
+ </div>
158
+ </section>
159
+
160
+ <section class="slide">
161
+ <h2>Three Lists</h2>
162
+ <div class="columns three">
163
+ <ul>
164
+ <li>Skateboard pork belly aesthetic hoodie selfies brunch.</li>
165
+ <li>You probably haven’t heard of them.</li>
166
+ </ul>
167
+ <ul>
168
+ <li>Food truck gluten-free Portland.</li>
169
+ <li>Helvetica narwhal drinking vinegar chillwave, post-ironic ennui</li>
170
+ </ul>
171
+ <ul>
172
+ <li>Cray pug paleo retro, Echo Park narwhal Wes Anderson</li>
173
+ <li>Disrupt fixie, shabby chic bicycle rights hashtag kogi</li>
174
+ </ul>
175
+ </div>
176
+ </section>
177
+
178
+ <section class="slide">
179
+ <h2>Four Lists</h2>
180
+ <div class="columns four">
181
+ <ul>
182
+ <li>Gentrify</li>
183
+ <li>Messenger</li>
184
+ <li>Meggings</li>
185
+ <li>Vegan</li>
186
+ <li>Next level</li>
187
+ <li>Umami</li>
188
+ </ul>
189
+ <ul>
190
+ <li>Twee</li>
191
+ <li>Mixtape</li>
192
+ <li>Freegan</li>
193
+ <li>Occupy</li>
194
+ <li>Selfies</li>
195
+ <li>Haven’t heard</li>
196
+ </ul>
197
+ <ul>
198
+ <li>Artisan</li>
199
+ <li>Small batch</li>
200
+ <li>Biodiesel</li>
201
+ <li>Normcore</li>
202
+ <li>Sustainable</li>
203
+ <li>Skateboard</li>
204
+ </ul>
205
+ <ul>
206
+ <li>Banksy</li>
207
+ <li>Bicycle rights</li>
208
+ <li>Slow-carb</li>
209
+ <li>Bird on it</li>
210
+ <li>Organic</li>
211
+ <li>Farm-to-table</li>
212
+ </ul>
213
+ </div>
214
+ </section>
215
+
216
+ <section class="slide">
217
+ <h2>Simple Table</h2>
218
+ <table>
219
+ <tr>
220
+ <th scope="col">Gentrify</th>
221
+ <th>Twee</th>
222
+ <th>Artisan</th>
223
+ <th>Banksy</th>
224
+ </tr>
225
+ <tr>
226
+ <th scope="row">Messenger</th>
227
+ <td>Mixtape</td>
228
+ <td>Small batch</td>
229
+ <td>Bicycle rights</td>
230
+ </tr>
231
+ <tr>
232
+ <th scope="row">Meggings</th>
233
+ <td>Freegan</td>
234
+ <td>Retro biodiesel</td>
235
+ <td>Slow-carb</td>
236
+ </tr>
237
+ <tr>
238
+ <th scope="row">Vegan</th>
239
+ <td>Occupy</td>
240
+ <td>Normcore</td>
241
+ <td>Put a bird on it</td>
242
+ </tr>
243
+ <tr>
244
+ <th scope="row">Next level</th>
245
+ <td>Selfies</td>
246
+ <td>Sustainable</td>
247
+ <td>Organic</td>
248
+ </tr>
249
+ <tr>
250
+ <th scope="row">Umami</th>
251
+ <td>Asymmetrical</td>
252
+ <td>Keytar</td>
253
+ <td>Craft beer</td>
254
+ </tr>
255
+ <tr>
256
+ <th scope="row">Biodiesel</th>
257
+ <td>Haven’t heard</td>
258
+ <td>Skateboard</td>
259
+ <td>Farm-to-table</td>
260
+ </tr>
261
+ </table>
262
+ </section>
263
+
264
+ <section class="slide">
265
+ <h2>Striped Table</h2>
266
+ <table class="striped">
267
+ <tr>
268
+ <th scope="col">Gentrify</th>
269
+ <th>Twee</th>
270
+ <th>Artisan</th>
271
+ <th>Banksy</th>
272
+ </tr>
273
+ <tr>
274
+ <th scope="row">Messenger</th>
275
+ <td>Mixtape</td>
276
+ <td>Small batch</td>
277
+ <td>Bicycle rights</td>
278
+ </tr>
279
+ <tr>
280
+ <th scope="row">Meggings</th>
281
+ <td>Freegan</td>
282
+ <td>Retro biodiesel</td>
283
+ <td>Slow-carb</td>
284
+ </tr>
285
+ <tr>
286
+ <th scope="row">Vegan</th>
287
+ <td>Occupy</td>
288
+ <td>Normcore</td>
289
+ <td>Put a bird on it</td>
290
+ </tr>
291
+ <tr>
292
+ <th scope="row">Next level</th>
293
+ <td>Selfies</td>
294
+ <td>Sustainable</td>
295
+ <td>Organic</td>
296
+ </tr>
297
+ <tr>
298
+ <th scope="row">Umami</th>
299
+ <td>Asymmetrical</td>
300
+ <td>Keytar</td>
301
+ <td>Craft beer</td>
302
+ </tr>
303
+ <tr>
304
+ <th scope="row">Biodiesel</th>
305
+ <td>Haven’t heard</td>
306
+ <td>Skateboard</td>
307
+ <td>Farm-to-table</td>
308
+ </tr>
309
+ </table>
310
+ </section>
311
+
312
+ <section class="slide">
313
+ <h2>Plain Code Listing</h2>
314
+ <pre><code>&lt;html lang="en"&gt;
315
+ <mark>&lt;head&gt;</mark> <span class="comment">&lt;!--Comment--&gt;</span>
316
+ &lt;title&gt;Shower&lt;/title&gt;
317
+ &lt;meta charset="<mark class="important">UTF-8</mark>"&gt;
318
+ &lt;link rel="stylesheet" href="screen.css"&gt;
319
+ &lt;script src="script.js"&gt;&lt;/script&gt;
320
+ <mark>&lt;/head&gt;</mark></code></pre>
321
+ </section>
322
+ <section class="slide">
323
+ <h2>Numbered Code Listing</h2>
324
+ <pre>
325
+ <code>&lt;html lang="en"&gt;</code>
326
+ <code><mark>&lt;head&gt;</mark> <span class="comment">&lt;!--Comment--&gt;</span></code>
327
+ <code> &lt;title&gt;Shower&lt;/title&gt;</code>
328
+ <code> &lt;meta charset="<mark class="important">UTF-8</mark>"&gt;</code>
329
+ <code> &lt;link rel="stylesheet" href="screen.css"&gt;</code>
330
+ <code> &lt;script src="script.js"&gt;&lt;/script&gt;</code>
331
+ <code><mark>&lt;/head&gt;</mark></code>
332
+ </pre>
333
+ </section>
334
+
335
+ <section class="slide">
336
+ <h2>Highlighted Code Lines</h2>
337
+ <pre>
338
+ <code>&lt;html lang="en"&gt;</code>
339
+ <code class="mark">&lt;head&gt; <span class="comment">&lt;!--Comment--&gt;</span></code>
340
+ <code> &lt;title&gt;Shower&lt;/title&gt;</code>
341
+ <code> &lt;meta charset="<mark class="important">UTF-8</mark>"&gt;</code>
342
+ <code> &lt;link rel="stylesheet" href="screen.css"&gt;</code>
343
+ <code> &lt;script src="script.js"&gt;&lt;/script&gt;</code>
344
+ <code class="mark">&lt;/head&gt;</code>
345
+ </pre>
346
+ </section>
347
+
348
+ <section class="slide">
349
+ <h2>Hidden Code Steps</h2>
350
+ <pre>
351
+ <code class="next">&lt;html lang="en"&gt;</code>
352
+ <code class="next"><mark>&lt;head&gt;</mark> <span class="comment">&lt;!--Comment--&gt;</span></code>
353
+ <code class="next"> &lt;title&gt;Shower&lt;/title&gt;</code>
354
+ <code class="next"> &lt;meta charset="<mark class="important">UTF-8</mark>"&gt;</code>
355
+ <code class="next"> &lt;link rel="stylesheet" href="screen.css"&gt;</code>
356
+ <code class="next"> &lt;script src="script.js"&gt;&lt;/script&gt;</code>
357
+ <code class="next"><mark>&lt;/head&gt;</mark></code>
358
+ </pre>
359
+ </section>
360
+
361
+ <section class="slide">
362
+ <h2>Highlighted Code Steps</h2>
363
+ <pre>
364
+ <code class="mark next">&lt;html lang="en"&gt;</code>
365
+ <code>&lt;head&gt; <span class="comment">&lt;!--Comment--&gt;</span></code>
366
+ <code class="mark next"> &lt;title&gt;Shower&lt;/title&gt;</code>
367
+ <code> &lt;meta charset="<mark class="important">UTF-8</mark>"&gt;</code>
368
+ <code class="mark next"> &lt;link rel="stylesheet" href="screen.css"&gt;</code>
369
+ <code> &lt;script src="script.js"&gt;&lt;/script&gt;</code>
370
+ <code class="mark next">&lt;/head&gt;</code>
371
+ </pre>
372
+ </section>
373
+
374
+ <section class="slide white">
375
+ <h2>White Slide</h2>
376
+ </section>
377
+
378
+ <section class="slide black">
379
+ <h2>Black Slide</h2>
380
+ </section>
381
+
382
+ <section class="slide clear">
383
+ <h2>Clear Slide</h2>
384
+ </section>
385
+
386
+ <section class="slide">
387
+ <h2 class="shout">Shout</h2>
388
+ </section>
389
+
390
+ <section class="slide">
391
+ <h2 class="shout">
392
+ Multiline<br>
393
+ Shout
394
+ </h2>
395
+ </section>
396
+
397
+ <section class="slide">
398
+ <h2 class="shout">
399
+ <a href="">Linked Shout</a>
400
+ </h2>
401
+ </section>
402
+
403
+ <section class="slide">
404
+ <h2 class="shout">
405
+ <a href="">
406
+ Multiline<br>
407
+ Linked
408
+ </a>
409
+ </h2>
410
+ </section>
411
+
412
+ <section class="slide">
413
+ <h2 class="shout grow">Growing Shout</h2>
414
+ </section>
415
+
416
+ <section class="slide">
417
+ <h2 class="shout shrink">Shrinking Shout</h2>
418
+ </section>
419
+
420
+ <section class="slide">
421
+ <h2>Cover</h2>
422
+ <figure>
423
+ <img class="cover" src="pictures/exact.svg" alt="Picture placeholder.">
424
+ <figcaption class="copyright top">Copyright © 2018 <a href="">Yours Truly</a>, Famous Inc.</figcaption>
425
+ <figcaption class="copyright right">Copyright © 2018 <a href="">Yours Truly</a>, Famous Inc.</figcaption>
426
+ <figcaption class="copyright bottom">Copyright © 2018 <a href="">Yours Truly</a>, Famous Inc.</figcaption>
427
+ </figure>
428
+ </section>
429
+
430
+ <section class="slide">
431
+ <h2>Tall Cover</h2>
432
+ <img class="cover" src="pictures/tall.svg" alt="Tall picture placeholder.">
433
+ </section>
434
+
435
+ <section class="slide">
436
+ <h2>Wide Cover</h2>
437
+ <img class="cover" src="pictures/wide.svg" alt="Wide picture placeholder.">
438
+ </section>
439
+
440
+ <section class="slide clear">
441
+ <h2>Place</h2>
442
+ <img class="place top left" src="pictures/square.svg" alt="Square picture placeholder.">
443
+ <img class="place top" src="pictures/square.svg" alt="Square picture placeholder.">
444
+ <img class="place top right" src="pictures/square.svg" alt="Square picture placeholder.">
445
+ <img class="place left" src="pictures/square.svg" alt="Square picture placeholder.">
446
+ <img class="place" src="pictures/square.svg" alt="Square picture placeholder.">
447
+ <img class="place right" src="pictures/square.svg" alt="Square picture placeholder.">
448
+ <img class="place bottom left" src="pictures/square.svg" alt="Square picture placeholder.">
449
+ <img class="place bottom" src="pictures/square.svg" alt="Square picture placeholder.">
450
+ <img class="place bottom right" src="pictures/square.svg" alt="Square picture placeholder.">
451
+ </section>
452
+
453
+ <section class="slide">
454
+ <h2>List Navigation</h2>
455
+ <ol>
456
+ <li>Ennui keffiyeh thundercats</li>
457
+ <li class="next">Jean shorts biodiesel</li>
458
+ <li class="next">Terry richardson, swag blog</li>
459
+ <li class="next">Locavore umami vegan helvetica</li>
460
+ <li class="next">Fingerstache kale chips</li>
461
+ </ol>
462
+ <p class="next">Before they sold out master</p>
463
+ </section>
464
+
465
+ <section class="slide clear">
466
+ <h2>Place + Next</h2>
467
+ <img class="place next left" height="100%" src="pictures/picture-1.svg" alt="Picture placeholder.">
468
+ <img class="place next" height="100%" src="pictures/picture-2.svg" alt="Picture placeholder.">
469
+ <img class="place next right" height="100%" src="pictures/picture-3.svg" alt="Picture placeholder.">
470
+ </section>
471
+
472
+ <section class="slide" data-timing="00:03">
473
+ <h2 class="shout">Timer</h2>
474
+ </section>
475
+
476
+ <section class="slide">
477
+ <h2 class="shout">The End</h2>
478
+ </section>
479
+
480
+ <div class="progress"></div>
481
+
482
+ <footer class="badge">
483
+ <a href="https://github.com/shower/shower">Fork me on GitHub</a>
484
+ </footer>
485
+
486
+ <script src="../../shower.min.js"></script>
487
+
488
+ <!-- Copyright © 2018 Yours Truly, Famous Inc. -->
489
+ </body>
490
+ </html>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1024" height="576">
2
+ <rect width="1024" height="576" fill="#979a9e"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="342" height="576">
2
+ <rect width="342" height="576" fill="#979a9e" fill-opacity="0.2"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="342" height="576">
2
+ <rect width="342" height="576" fill="#979a9e" fill-opacity="0.6"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="342" height="576">
2
+ <rect width="342" height="576" fill="#979a9e" fill-opacity="1"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64">
2
+ <rect width="64" height="64" fill="#979a9e"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="400" height="1200">
2
+ <rect width="400" height="1200" fill="#979a9e"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1200" height="400">
2
+ <rect width="1200" height="400" fill="#979a9e"/>
3
+ </svg>
@@ -0,0 +1,63 @@
1
+ /* Badge */
2
+
3
+ .badge {
4
+ position: absolute;
5
+ top: 0;
6
+ right: 0;
7
+ z-index: 1;
8
+ overflow: hidden;
9
+ visibility: hidden;
10
+ width: 9em;
11
+ height: 9em;
12
+ font-size: 10px;
13
+ }
14
+
15
+ @media (min-width: 1174px) {
16
+ .badge {
17
+ font-size: 20px;
18
+ }
19
+ }
20
+
21
+ @media (min-width: 2348px) {
22
+ .badge {
23
+ font-size: 40px;
24
+ }
25
+ }
26
+
27
+ /* Link */
28
+
29
+ .badge a {
30
+ position: absolute;
31
+ right: -50%;
32
+ bottom: 50%;
33
+ left: -50%;
34
+ visibility: visible;
35
+ background: var(--color-blue);
36
+ color: white;
37
+ text-decoration: none;
38
+ text-align: center;
39
+ line-height: 2;
40
+ transform-origin: 50% 100%;
41
+ transform: rotate(45deg);
42
+ }
43
+
44
+ /* Badge List */
45
+
46
+ .shower.list .badge {
47
+ display: block;
48
+ }
49
+
50
+ /* Badge Full */
51
+
52
+ .shower.full .badge {
53
+ display: none;
54
+ }
55
+
56
+ /* Badge Print */
57
+
58
+ @media print {
59
+ .shower.list .badge,
60
+ .shower.full .badge {
61
+ display: none;
62
+ }
63
+ }
@@ -0,0 +1,63 @@
1
+ /* Caption */
2
+
3
+ .caption {
4
+ margin-top: -0.2em;
5
+ padding: 0 1em 0.93em;
6
+ width: 100%;
7
+ color: #3c3d40;
8
+ text-shadow: 0 1px 0 #8d8e90;
9
+ font-size: 25px;
10
+ }
11
+
12
+ @media (min-width: 1174px) {
13
+ .caption {
14
+ font-size: 50px;
15
+ }
16
+ }
17
+
18
+ @media (min-width: 2348px) {
19
+ .caption {
20
+ font-size: 100px;
21
+ }
22
+ }
23
+
24
+ /* Elements */
25
+
26
+ .caption h1 {
27
+ margin: 0;
28
+ padding-bottom: 0.15em;
29
+ font: bold 1em/1 'PT Sans Narrow', sans-serif;
30
+ }
31
+
32
+ .caption p {
33
+ margin: 0;
34
+ line-height: 1;
35
+ font-size: 0.6em;
36
+ }
37
+
38
+ .caption a {
39
+ text-decoration: none;
40
+ color: var(--color-blue);
41
+ text-shadow: 0 -1px 0 #1f3f60;
42
+ }
43
+
44
+ /* List */
45
+
46
+ .shower.list .caption {
47
+ display: block;
48
+ }
49
+
50
+ /* Full */
51
+
52
+ .shower.full .caption {
53
+ display: none;
54
+ }
55
+
56
+ /* Print */
57
+
58
+ @media print {
59
+ .shower.list .caption,
60
+ .shower.full .caption {
61
+ display: none;
62
+ }
63
+ }