slippery 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (212) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. data/assets/deck.js/core/deck.core.css +60 -0
  4. data/assets/deck.js/core/deck.core.js +728 -0
  5. data/assets/deck.js/core/deck.core.scss +65 -0
  6. data/assets/deck.js/core/print.css +25 -0
  7. data/assets/deck.js/core/print.scss +14 -0
  8. data/assets/deck.js/css/common.css +216 -0
  9. data/assets/deck.js/css/common.scss +233 -0
  10. data/assets/deck.js/css/home.css +790 -0
  11. data/assets/deck.js/css/home.scss +892 -0
  12. data/assets/deck.js/extensions/goto/deck.goto.css +36 -0
  13. data/assets/deck.js/extensions/goto/deck.goto.html +7 -0
  14. data/assets/deck.js/extensions/goto/deck.goto.js +190 -0
  15. data/assets/deck.js/extensions/goto/deck.goto.scss +39 -0
  16. data/assets/deck.js/extensions/hash/deck.hash.css +13 -0
  17. data/assets/deck.js/extensions/hash/deck.hash.html +2 -0
  18. data/assets/deck.js/extensions/hash/deck.hash.js +145 -0
  19. data/assets/deck.js/extensions/hash/deck.hash.scss +13 -0
  20. data/assets/deck.js/extensions/menu/deck.menu.css +45 -0
  21. data/assets/deck.js/extensions/menu/deck.menu.js +225 -0
  22. data/assets/deck.js/extensions/menu/deck.menu.scss +55 -0
  23. data/assets/deck.js/extensions/navigation/deck.navigation.css +42 -0
  24. data/assets/deck.js/extensions/navigation/deck.navigation.html +5 -0
  25. data/assets/deck.js/extensions/navigation/deck.navigation.js +94 -0
  26. data/assets/deck.js/extensions/navigation/deck.navigation.scss +44 -0
  27. data/assets/deck.js/extensions/scale/deck.scale.css +20 -0
  28. data/assets/deck.js/extensions/scale/deck.scale.js +190 -0
  29. data/assets/deck.js/extensions/scale/deck.scale.scss +22 -0
  30. data/assets/deck.js/extensions/status/deck.status.css +18 -0
  31. data/assets/deck.js/extensions/status/deck.status.html +6 -0
  32. data/assets/deck.js/extensions/status/deck.status.js +108 -0
  33. data/assets/deck.js/extensions/status/deck.status.scss +18 -0
  34. data/assets/deck.js/modernizr.custom.js +4 -0
  35. data/assets/deck.js/themes/style/_reset.scss +300 -0
  36. data/assets/deck.js/themes/style/neon.css +421 -0
  37. data/assets/deck.js/themes/style/neon.scss +148 -0
  38. data/assets/deck.js/themes/style/swiss.css +389 -0
  39. data/assets/deck.js/themes/style/swiss.scss +109 -0
  40. data/assets/deck.js/themes/style/web-2.0.css +500 -0
  41. data/assets/deck.js/themes/style/web-2.0.scss +228 -0
  42. data/assets/deck.js/themes/transition/fade.css +35 -0
  43. data/assets/deck.js/themes/transition/fade.scss +59 -0
  44. data/assets/deck.js/themes/transition/horizontal-slide.css +53 -0
  45. data/assets/deck.js/themes/transition/horizontal-slide.scss +72 -0
  46. data/assets/deck.js/themes/transition/vertical-slide.css +67 -0
  47. data/assets/deck.js/themes/transition/vertical-slide.scss +92 -0
  48. data/assets/highlight.js/CHANGES.md +953 -0
  49. data/assets/highlight.js/LICENSE +24 -0
  50. data/assets/highlight.js/README.md +101 -0
  51. data/assets/highlight.js/README.ru.md +101 -0
  52. data/assets/highlight.js/highlight-0.8.default.min.css +1 -0
  53. data/assets/highlight.js/highlight-0.8.min.js +1 -0
  54. data/assets/highlight.js/highlight.pack.js +1 -0
  55. data/assets/highlight.js/styles/arta.css +141 -0
  56. data/assets/highlight.js/styles/ascetic.css +53 -0
  57. data/assets/highlight.js/styles/atelier-dune.dark.css +95 -0
  58. data/assets/highlight.js/styles/atelier-dune.light.css +95 -0
  59. data/assets/highlight.js/styles/atelier-forest.dark.css +95 -0
  60. data/assets/highlight.js/styles/atelier-forest.light.css +95 -0
  61. data/assets/highlight.js/styles/atelier-heath.dark.css +95 -0
  62. data/assets/highlight.js/styles/atelier-heath.light.css +95 -0
  63. data/assets/highlight.js/styles/atelier-lakeside.dark.css +95 -0
  64. data/assets/highlight.js/styles/atelier-lakeside.light.css +95 -0
  65. data/assets/highlight.js/styles/atelier-seaside.dark.css +95 -0
  66. data/assets/highlight.js/styles/atelier-seaside.light.css +95 -0
  67. data/assets/highlight.js/styles/brown_paper.css +105 -0
  68. data/assets/highlight.js/styles/brown_papersq.png +0 -0
  69. data/assets/highlight.js/styles/codepen-embed.css +108 -0
  70. data/assets/highlight.js/styles/color-brewer.css +169 -0
  71. data/assets/highlight.js/styles/dark.css +105 -0
  72. data/assets/highlight.js/styles/default.css +153 -0
  73. data/assets/highlight.js/styles/docco.css +136 -0
  74. data/assets/highlight.js/styles/far.css +112 -0
  75. data/assets/highlight.js/styles/foundation.css +136 -0
  76. data/assets/highlight.js/styles/github.css +127 -0
  77. data/assets/highlight.js/styles/googlecode.css +148 -0
  78. data/assets/highlight.js/styles/hybrid.css +171 -0
  79. data/assets/highlight.js/styles/idea.css +126 -0
  80. data/assets/highlight.js/styles/ir_black.css +110 -0
  81. data/assets/highlight.js/styles/kimbie.dark.css +96 -0
  82. data/assets/highlight.js/styles/kimbie.light.css +96 -0
  83. data/assets/highlight.js/styles/magula.css +122 -0
  84. data/assets/highlight.js/styles/mono-blue.css +70 -0
  85. data/assets/highlight.js/styles/monokai.css +127 -0
  86. data/assets/highlight.js/styles/monokai_sublime.css +148 -0
  87. data/assets/highlight.js/styles/obsidian.css +154 -0
  88. data/assets/highlight.js/styles/paraiso.dark.css +95 -0
  89. data/assets/highlight.js/styles/paraiso.light.css +95 -0
  90. data/assets/highlight.js/styles/pojoaque.css +108 -0
  91. data/assets/highlight.js/styles/pojoaque.jpg +0 -0
  92. data/assets/highlight.js/styles/railscasts.css +185 -0
  93. data/assets/highlight.js/styles/rainbow.css +109 -0
  94. data/assets/highlight.js/styles/school_book.css +113 -0
  95. data/assets/highlight.js/styles/school_book.png +0 -0
  96. data/assets/highlight.js/styles/solarized_dark.css +109 -0
  97. data/assets/highlight.js/styles/solarized_light.css +109 -0
  98. data/assets/highlight.js/styles/sunburst.css +165 -0
  99. data/assets/highlight.js/styles/tomorrow-night-blue.css +95 -0
  100. data/assets/highlight.js/styles/tomorrow-night-bright.css +94 -0
  101. data/assets/highlight.js/styles/tomorrow-night-eighties.css +94 -0
  102. data/assets/highlight.js/styles/tomorrow-night.css +95 -0
  103. data/assets/highlight.js/styles/tomorrow.css +92 -0
  104. data/assets/highlight.js/styles/vs.css +94 -0
  105. data/assets/highlight.js/styles/xcode.css +159 -0
  106. data/assets/highlight.js/styles/zenburn.css +119 -0
  107. data/assets/jquery/jquery-2.1.0.min.js +4 -0
  108. data/assets/reveal.js/css/print/paper.css +1 -1
  109. data/assets/reveal.js/css/print/pdf.css +2 -2
  110. data/assets/reveal.js/css/reveal.css +372 -108
  111. data/assets/reveal.js/css/reveal.min.css +2 -2
  112. data/assets/reveal.js/css/theme/README.md +3 -1
  113. data/assets/reveal.js/css/theme/beige.css +7 -1
  114. data/assets/reveal.js/css/theme/blood.css +175 -0
  115. data/assets/reveal.js/css/theme/default.css +7 -1
  116. data/assets/reveal.js/css/theme/moon.css +7 -1
  117. data/assets/reveal.js/css/theme/night.css +7 -1
  118. data/assets/reveal.js/css/theme/serif.css +7 -1
  119. data/assets/reveal.js/css/theme/simple.css +7 -1
  120. data/assets/reveal.js/css/theme/sky.css +7 -1
  121. data/assets/reveal.js/css/theme/solarized.css +7 -1
  122. data/assets/reveal.js/css/theme/source/blood.scss +91 -0
  123. data/assets/reveal.js/css/theme/template/settings.scss +1 -0
  124. data/assets/reveal.js/css/theme/template/theme.scss +9 -2
  125. data/assets/reveal.js/js/reveal.js +1238 -433
  126. data/assets/reveal.js/js/reveal.min.js +4 -3
  127. data/assets/reveal.js/lib/css/zenburn.css +16 -17
  128. data/assets/reveal.js/plugin/highlight/highlight.js +3 -2
  129. data/assets/reveal.js/plugin/leap/leap.js +3 -0
  130. data/assets/reveal.js/plugin/markdown/example.html +37 -5
  131. data/assets/reveal.js/plugin/markdown/example.md +2 -0
  132. data/assets/reveal.js/plugin/markdown/markdown.js +373 -171
  133. data/assets/reveal.js/plugin/math/math.js +64 -0
  134. data/assets/reveal.js/plugin/multiplex/master.js +2 -1
  135. data/assets/reveal.js/plugin/notes/notes.html +33 -19
  136. data/assets/reveal.js/plugin/notes/notes.js +25 -47
  137. data/assets/reveal.js/plugin/remotes/remotes.js +4 -4
  138. data/assets/reveal.js/plugin/zoom-js/zoom.js +3 -1
  139. data/assets/reveal.old/css/print/paper.css +176 -0
  140. data/assets/reveal.old/css/print/pdf.css +190 -0
  141. data/assets/reveal.old/css/reveal.css +1616 -0
  142. data/assets/reveal.old/css/reveal.min.css +7 -0
  143. data/assets/reveal.old/css/theme/README.md +23 -0
  144. data/assets/reveal.old/css/theme/beige.css +142 -0
  145. data/assets/reveal.old/css/theme/default.css +142 -0
  146. data/assets/reveal.old/css/theme/moon.css +142 -0
  147. data/assets/reveal.old/css/theme/night.css +130 -0
  148. data/assets/reveal.old/css/theme/serif.css +132 -0
  149. data/assets/reveal.old/css/theme/simple.css +132 -0
  150. data/assets/reveal.old/css/theme/sky.css +139 -0
  151. data/assets/reveal.old/css/theme/solarized.css +142 -0
  152. data/assets/reveal.old/css/theme/source/beige.scss +50 -0
  153. data/assets/reveal.old/css/theme/source/default.scss +42 -0
  154. data/assets/reveal.old/css/theme/source/moon.scss +68 -0
  155. data/assets/reveal.old/css/theme/source/night.scss +35 -0
  156. data/assets/reveal.old/css/theme/source/serif.scss +35 -0
  157. data/assets/reveal.old/css/theme/source/simple.scss +38 -0
  158. data/assets/reveal.old/css/theme/source/sky.scss +46 -0
  159. data/assets/reveal.old/css/theme/source/solarized.scss +74 -0
  160. data/assets/reveal.old/css/theme/template/mixins.scss +29 -0
  161. data/assets/reveal.old/css/theme/template/settings.scss +33 -0
  162. data/assets/reveal.old/css/theme/template/theme.scss +163 -0
  163. data/assets/{reveal.js → reveal.old}/js/head.min.js +0 -0
  164. data/assets/reveal.old/js/reveal.js +2577 -0
  165. data/assets/reveal.old/js/reveal.min.js +8 -0
  166. data/assets/reveal.old/lib/css/zenburn.css +115 -0
  167. data/assets/reveal.old/lib/font/league_gothic-webfont.eot +0 -0
  168. data/assets/reveal.old/lib/font/league_gothic-webfont.svg +230 -0
  169. data/assets/reveal.old/lib/font/league_gothic-webfont.ttf +0 -0
  170. data/assets/reveal.old/lib/font/league_gothic-webfont.woff +0 -0
  171. data/assets/reveal.old/lib/font/league_gothic_license +2 -0
  172. data/assets/reveal.old/lib/js/classList.js +2 -0
  173. data/assets/reveal.old/lib/js/head.min.js +8 -0
  174. data/assets/reveal.old/lib/js/html5shiv.js +7 -0
  175. data/assets/reveal.old/plugin/highlight/highlight.js +31 -0
  176. data/assets/reveal.old/plugin/leap/leap.js +154 -0
  177. data/assets/reveal.old/plugin/markdown/example.html +97 -0
  178. data/assets/reveal.old/plugin/markdown/example.md +29 -0
  179. data/assets/reveal.old/plugin/markdown/markdown.js +190 -0
  180. data/assets/reveal.old/plugin/markdown/marked.js +37 -0
  181. data/assets/reveal.old/plugin/multiplex/client.js +13 -0
  182. data/assets/reveal.old/plugin/multiplex/index.js +56 -0
  183. data/assets/reveal.old/plugin/multiplex/master.js +50 -0
  184. data/assets/reveal.old/plugin/notes-server/client.js +57 -0
  185. data/assets/reveal.old/plugin/notes-server/index.js +59 -0
  186. data/assets/reveal.old/plugin/notes-server/notes.html +142 -0
  187. data/assets/reveal.old/plugin/notes/notes.html +253 -0
  188. data/assets/reveal.old/plugin/notes/notes.js +100 -0
  189. data/assets/reveal.old/plugin/postmessage/example.html +39 -0
  190. data/assets/reveal.old/plugin/postmessage/postmessage.js +42 -0
  191. data/assets/reveal.old/plugin/print-pdf/print-pdf.js +44 -0
  192. data/assets/reveal.old/plugin/remotes/remotes.js +39 -0
  193. data/assets/reveal.old/plugin/search/search.js +196 -0
  194. data/assets/reveal.old/plugin/zoom-js/zoom.js +256 -0
  195. data/bin/slippery +1 -0
  196. data/code_of_conduct.md +32 -0
  197. data/lib/slippery.rb +5 -3
  198. data/lib/slippery/document.rb +2 -2
  199. data/lib/slippery/presentation.rb +10 -1
  200. data/lib/slippery/processor.rb +18 -0
  201. data/lib/slippery/processor_helpers.rb +16 -2
  202. data/lib/slippery/processors/add_highlight.rb +9 -2
  203. data/lib/slippery/processors/deck_js.rb +81 -0
  204. data/lib/slippery/processors/fathom_js.rb +31 -0
  205. data/lib/slippery/processors/impress_js/add_impress_js.rb +2 -2
  206. data/lib/slippery/processors/jquery.rb +12 -0
  207. data/lib/slippery/processors/reveal_js/add_reveal_js.rb +12 -9
  208. data/lib/slippery/rake_tasks.rb +59 -31
  209. data/lib/slippery/version.rb +1 -1
  210. data/slippery.gemspec +5 -4
  211. metadata +215 -33
  212. data/lib/slippery/converter.rb +0 -132
@@ -0,0 +1,790 @@
1
+ @media screen {
2
+ .home > article {
3
+ position: absolute;
4
+ top: 32px;
5
+ bottom: 0;
6
+ left: 0;
7
+ right: 0;
8
+ }
9
+ .home > article > .slide {
10
+ width: 940px;
11
+ padding: 0 10px;
12
+ height: 100%;
13
+ margin: 0 auto;
14
+ }
15
+ .home > article > .slide h2 {
16
+ border-bottom: 0;
17
+ padding-top: 0;
18
+ margin: 0;
19
+ }
20
+
21
+ #intro {
22
+ text-align: center;
23
+ }
24
+ #intro > div {
25
+ padding-top: 24px;
26
+ }
27
+ .csstransforms #intro > div {
28
+ padding-top: 0;
29
+ position: absolute;
30
+ top: 50%;
31
+ left: 0;
32
+ right: 0;
33
+ -webkit-transform: translate(0, -50%);
34
+ -moz-transform: translate(0, -50%);
35
+ -ms-transform: translate(0, -50%);
36
+ -o-transform: translate(0, -50%);
37
+ transform: translate(0, -50%);
38
+ }
39
+ #intro h1 {
40
+ position: static;
41
+ font-size: 84px;
42
+ font-weight: normal;
43
+ margin: 0 0 8px 0;
44
+ padding: 0 48px;
45
+ -webkit-transform: none;
46
+ -moz-transform: none;
47
+ -ms-transform: none;
48
+ -o-transform: none;
49
+ transform: none;
50
+ font-family: "UltraRegular", Georgia, sans-serif;
51
+ color: #000;
52
+ text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
53
+ }
54
+ #intro h2 {
55
+ font-size: 24px;
56
+ letter-spacing: 2px;
57
+ color: #999;
58
+ font-weight: 100;
59
+ text-shadow: 1px 1px 1px #fff;
60
+ }
61
+ #intro hgroup {
62
+ margin-bottom: 32px;
63
+ }
64
+ #intro p {
65
+ padding-bottom: 10px;
66
+ }
67
+
68
+ .download, .next, .cta {
69
+ text-decoration: none;
70
+ font-weight: bold;
71
+ }
72
+ .borderradius .download, .borderradius .next, .borderradius .cta {
73
+ -webkit-border-radius: 3px;
74
+ -moz-border-radius: 3px;
75
+ border-radius: 3px;
76
+ }
77
+ .boxshadow .download, .boxshadow .next, .boxshadow .cta {
78
+ -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
79
+ -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
80
+ box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
81
+ }
82
+ .boxshadow .download:hover, .boxshadow .download:focus, .boxshadow .next:hover, .boxshadow .next:focus, .boxshadow .cta:hover, .boxshadow .cta:focus {
83
+ position: relative;
84
+ top: 1px;
85
+ left: 1px;
86
+ -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
87
+ -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
88
+ box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
89
+ }
90
+
91
+ .download, .cta {
92
+ background: #599;
93
+ padding: 5px 10px;
94
+ margin-right: 4px;
95
+ color: #fff;
96
+ text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
97
+ }
98
+ .no-boxshadow .download:hover, .no-boxshadow .download:focus, .no-boxshadow .cta:hover, .no-boxshadow .cta:focus {
99
+ background: #83b5b5;
100
+ }
101
+
102
+ .next {
103
+ background: #ccc;
104
+ color: #888;
105
+ padding: 2px 4px;
106
+ margin: 0 4px;
107
+ text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
108
+ }
109
+ .no-boxshadow .next:hover, .no-boxshadow .next:focus {
110
+ background: #83b5b5;
111
+ }
112
+
113
+ #sample > pre {
114
+ border: 1px solid #ddd;
115
+ padding: 10px;
116
+ background: #fff;
117
+ -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.05) inset;
118
+ -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.05) inset;
119
+ box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.05) inset;
120
+ position: relative;
121
+ float: right;
122
+ width: 435px;
123
+ margin: 32px 0 16px 30px;
124
+ }
125
+ #sample > pre:before {
126
+ position: absolute;
127
+ content: "";
128
+ z-index: -2;
129
+ top: 10px;
130
+ bottom: 10px;
131
+ left: 0;
132
+ right: 0;
133
+ -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
134
+ -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
135
+ box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
136
+ -moz-border-radius: 10px / 150px;
137
+ border-radius: 10px / 150px;
138
+ }
139
+ #sample > pre > code {
140
+ color: #aaa;
141
+ }
142
+ #sample > h2 {
143
+ font-family: "UltraRegular", Georgia, serif;
144
+ font-weight: normal;
145
+ font-size: 36px;
146
+ padding: 42px 0 24px 0;
147
+ color: #000;
148
+ text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
149
+ }
150
+ #sample .deck-previous, #sample .deck-before {
151
+ color: #aaa;
152
+ }
153
+ #sample .deck-current {
154
+ color: #444;
155
+ }
156
+
157
+ .sample-content {
158
+ overflow: hidden;
159
+ zoom: 1;
160
+ font-size: 22px;
161
+ text-shadow: 1px 1px 1px #fff;
162
+ }
163
+ .sample-content > p {
164
+ margin-bottom: 1em;
165
+ }
166
+ .sample-content a {
167
+ color: #599;
168
+ text-decoration: none;
169
+ }
170
+ .sample-content a:hover, .sample-content a:focus {
171
+ text-decoration: underline;
172
+ }
173
+
174
+ .goto-form {
175
+ display: none;
176
+ position: absolute;
177
+ z-index: 3;
178
+ bottom: 35px;
179
+ left: 50%;
180
+ margin-left: -140px;
181
+ width: 260px;
182
+ padding: 5px 10px;
183
+ height: 25px;
184
+ line-height: 25px;
185
+ background: #fff;
186
+ border: 1px solid #ddd;
187
+ -webkit-border-radius: 10px;
188
+ -moz-border-radius: 10px;
189
+ border-radius: 10px;
190
+ }
191
+ .boxshadow .goto-form {
192
+ -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
193
+ -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
194
+ box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
195
+ }
196
+ .goto-form label {
197
+ float: left;
198
+ margin-right: 5px;
199
+ }
200
+ .goto-form input[type="submit"] {
201
+ display: inline;
202
+ }
203
+ .goto-form:after {
204
+ content: "deck.goto";
205
+ text-shadow: none;
206
+ background: rgba(0, 0, 0, 0.5);
207
+ color: #fff;
208
+ font-size: 12px;
209
+ height: 18px;
210
+ line-height: 18px;
211
+ padding: 0 6px;
212
+ position: absolute;
213
+ top: -25px;
214
+ left: 50%;
215
+ }
216
+ .goto-form:before {
217
+ content: "";
218
+ display: block;
219
+ position: absolute;
220
+ top: -7px;
221
+ left: 50%;
222
+ margin-left: 15px;
223
+ width: 0;
224
+ height: 0;
225
+ border: 5px solid rgba(0, 0, 0, 0.5);
226
+ border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
227
+ }
228
+
229
+ #goto-slide {
230
+ float: left;
231
+ width: 130px;
232
+ margin-right: 5px;
233
+ height: 20px;
234
+ }
235
+
236
+ .deck-prev-link, .deck-next-link {
237
+ display: none;
238
+ position: absolute;
239
+ z-index: 3;
240
+ bottom: 38px;
241
+ width: 24px;
242
+ height: 24px;
243
+ line-height: 24px;
244
+ background: #fff;
245
+ text-align: center;
246
+ color: #aaa;
247
+ text-decoration: none;
248
+ border: 1px solid #ddd;
249
+ font-weight: bold;
250
+ -webkit-border-radius: 20px;
251
+ -moz-border-radius: 20px;
252
+ border-radius: 20px;
253
+ }
254
+ .no-boxshadow .deck-prev-link:hover, .no-boxshadow .deck-prev-link:focus, .no-boxshadow .deck-next-link:hover, .no-boxshadow .deck-next-link:focus {
255
+ border-color: #999;
256
+ color: #444;
257
+ }
258
+ .deck-prev-link:after, .deck-next-link:after {
259
+ content: "deck.navigation";
260
+ text-shadow: none;
261
+ background: rgba(0, 0, 0, 0.5);
262
+ color: #fff;
263
+ font-size: 12px;
264
+ font-weight: normal;
265
+ height: 18px;
266
+ line-height: 18px;
267
+ padding: 0 6px;
268
+ position: absolute;
269
+ top: -25px;
270
+ }
271
+ .deck-prev-link:before, .deck-next-link:before {
272
+ content: "";
273
+ display: block;
274
+ position: absolute;
275
+ top: -7px;
276
+ width: 0;
277
+ height: 0;
278
+ border: 5px solid rgba(0, 0, 0, 0.5);
279
+ border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
280
+ }
281
+
282
+ .deck-prev-link {
283
+ left: 50%;
284
+ margin-left: -178px;
285
+ }
286
+ .boxshadow .deck-prev-link {
287
+ -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
288
+ -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
289
+ box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
290
+ }
291
+ .boxshadow .deck-prev-link:hover, .boxshadow .deck-prev-link:focus {
292
+ bottom: 37px;
293
+ -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
294
+ -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
295
+ box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
296
+ }
297
+ .deck-prev-link:after {
298
+ right: -10px;
299
+ }
300
+ .deck-prev-link:before {
301
+ right: 7px;
302
+ }
303
+
304
+ .deck-next-link {
305
+ left: 50%;
306
+ margin-left: 153px;
307
+ }
308
+ .boxshadow .deck-next-link {
309
+ -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
310
+ -moz-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
311
+ box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
312
+ }
313
+ .boxshadow .deck-next-link:hover, .boxshadow .deck-next-link:focus {
314
+ bottom: 37px;
315
+ -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
316
+ -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
317
+ box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
318
+ }
319
+ .deck-next-link:after {
320
+ left: -10px;
321
+ }
322
+ .deck-next-link:before {
323
+ left: 7px;
324
+ }
325
+
326
+ .deck-status {
327
+ display: none;
328
+ position: absolute;
329
+ z-index: 4;
330
+ bottom: 8px;
331
+ left: 50%;
332
+ margin-left: -30px;
333
+ width: 60px;
334
+ text-align: center;
335
+ color: #888;
336
+ font-size: 14px;
337
+ text-shadow: 1px 1px 1px #fff;
338
+ }
339
+ .deck-status:after {
340
+ content: "deck.status";
341
+ text-shadow: none;
342
+ background: rgba(0, 0, 0, 0.5);
343
+ color: #fff;
344
+ font-size: 12px;
345
+ height: 18px;
346
+ line-height: 18px;
347
+ padding: 0 6px;
348
+ position: absolute;
349
+ bottom: 0px;
350
+ left: 100%;
351
+ }
352
+ .deck-status:before {
353
+ content: "";
354
+ display: block;
355
+ position: absolute;
356
+ bottom: 4px;
357
+ right: 0;
358
+ width: 0;
359
+ height: 0;
360
+ border: 5px solid rgba(0, 0, 0, 0.5);
361
+ border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent;
362
+ }
363
+
364
+ #now-what > h2 {
365
+ font-family: "UltraRegular", Georgia, serif;
366
+ font-weight: normal;
367
+ font-size: 36px;
368
+ padding: 42px 0 24px 0;
369
+ color: #000;
370
+ text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
371
+ text-align: center;
372
+ position: relative;
373
+ z-index: 3;
374
+ }
375
+ #now-what > h2:after {
376
+ content: "";
377
+ width: 1px;
378
+ height: 24px;
379
+ overflow: hidden;
380
+ position: absolute;
381
+ left: 50%;
382
+ bottom: 0;
383
+ background: #ddd;
384
+ }
385
+ #now-what > p {
386
+ padding: 42px 0 16px 0;
387
+ text-align: center;
388
+ position: relative;
389
+ z-index: 2;
390
+ }
391
+ #now-what > p:after {
392
+ content: "";
393
+ width: 1px;
394
+ height: 32px;
395
+ overflow: hidden;
396
+ position: absolute;
397
+ left: 50%;
398
+ top: 0;
399
+ background: #ddd;
400
+ }
401
+ #now-what > p .download {
402
+ font-size: 36px;
403
+ padding: 10px 16px;
404
+ -webkit-border-radius: 6px;
405
+ -moz-border-radius: 6px;
406
+ border-radius: 6px;
407
+ }
408
+
409
+ .personas {
410
+ overflow: hidden;
411
+ zoom: 1;
412
+ background: #fff;
413
+ border: 1px solid #eee;
414
+ text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
415
+ }
416
+ .boxshadow .personas {
417
+ -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
418
+ -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
419
+ box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
420
+ }
421
+ .borderradius .personas {
422
+ -webkit-border-radius: 10px;
423
+ -moz-border-radius: 10px;
424
+ border-radius: 10px;
425
+ }
426
+ .personas > .slide {
427
+ width: 25%;
428
+ padding: 2% 4%;
429
+ position: relative;
430
+ top: 0;
431
+ left: 0;
432
+ z-index: 2;
433
+ }
434
+ .personas h3 {
435
+ font-weight: 100;
436
+ font-size: 24px;
437
+ margin-bottom: 8px;
438
+ color: #aaa;
439
+ }
440
+ .personas p {
441
+ padding-bottom: 16px;
442
+ }
443
+
444
+ #noob {
445
+ float: left;
446
+ border-right: 1px solid #eee;
447
+ }
448
+
449
+ #badass {
450
+ float: right;
451
+ border-left: 1px solid #eee;
452
+ }
453
+
454
+ #in-between {
455
+ margin: 0 auto;
456
+ }
457
+ #in-between p {
458
+ padding-bottom: 0;
459
+ }
460
+
461
+ .on-slide-0 #sample > pre > code, .on-slide-1 #sample > pre > code {
462
+ color: #fff;
463
+ }
464
+
465
+ .on-slide-1 #sample pre {
466
+ position: relative;
467
+ }
468
+ .on-slide-1 #sample pre:after {
469
+ content: "Use arrow keys to navigate";
470
+ text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
471
+ color: #aaa;
472
+ font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
473
+ font-weight: normal;
474
+ font-size: 24px;
475
+ height: 32px;
476
+ position: absolute;
477
+ top: 50%;
478
+ margin-top: -16px;
479
+ left: 0;
480
+ right: 0;
481
+ text-align: center;
482
+ }
483
+ .touch .on-slide-1 #sample pre:after {
484
+ content: "Swipe left/right to navigate";
485
+ }
486
+
487
+ .on-slide-2 #sample > pre > code {
488
+ color: #333;
489
+ }
490
+
491
+ .on-slide-0 .slide-state, .on-slide-1 .slide-state, .on-slide-2 .slide-state {
492
+ position: absolute;
493
+ left: -999em;
494
+ top: -999em;
495
+ }
496
+
497
+ .on-slide-3 .slide-state {
498
+ color: #c00;
499
+ }
500
+
501
+ .on-slide-0 .deck-state, .on-slide-1 .deck-state, .on-slide-2 .deck-state, .on-slide-3 .deck-state {
502
+ position: absolute;
503
+ left: -999em;
504
+ top: -999em;
505
+ }
506
+
507
+ .on-slide-4 .deck-state {
508
+ color: #c00;
509
+ }
510
+
511
+ .on-slide-5 .example-current {
512
+ color: #c00;
513
+ }
514
+
515
+ .on-slide-6 .example-next {
516
+ color: #c00;
517
+ }
518
+
519
+ .on-slide-7 .deck-status, .on-slide-8 .deck-status {
520
+ display: block;
521
+ }
522
+
523
+ .on-slide-8 .goto-form, .on-slide-8 .deck-next-link, .on-slide-8 .deck-prev-link {
524
+ display: block;
525
+ }
526
+
527
+ .csstransforms.csstransitions #intro.deck-previous, .csstransforms.csstransitions #intro.deck-before {
528
+ left: 0;
529
+ top: 0;
530
+ right: 0;
531
+ }
532
+ .csstransforms.csstransitions #intro.deck-previous h1, .csstransforms.csstransitions #intro.deck-previous h2, .csstransforms.csstransitions #intro.deck-previous p, .csstransforms.csstransitions #intro.deck-before h1, .csstransforms.csstransitions #intro.deck-before h2, .csstransforms.csstransitions #intro.deck-before p {
533
+ -webkit-transform: translate3d(-300%, 0, 0);
534
+ -moz-transform: translate(-300%, 0);
535
+ -ms-transform: translate(-300%, 0);
536
+ -o-transform: translate(-300%, 0);
537
+ transform: translate3d(-300%, 0, 0);
538
+ }
539
+ .csstransforms.csstransitions #intro h1 {
540
+ -webkit-transition: -webkit-transform 300ms ease-in-out;
541
+ -moz-transition: -moz-transform 300ms ease-in-out;
542
+ -ms-transition: -ms-transform 300ms ease-in-out;
543
+ -o-transition: -o-transform 300ms ease-in-out;
544
+ transition: transform 300ms ease-in-out;
545
+ }
546
+ .csstransforms.csstransitions #intro h2 {
547
+ -webkit-transition: -webkit-transform 300ms ease-in-out 100ms;
548
+ -moz-transition: -moz-transform 300ms ease-in-out 100ms;
549
+ -ms-transition: -ms-transform 300ms ease-in-out 100ms;
550
+ -o-transition: -o-transform 300ms ease-in-out 100ms;
551
+ transition: transform 300ms ease-in-out 100ms;
552
+ }
553
+ .csstransforms.csstransitions #intro p {
554
+ -webkit-transition: -webkit-transform 300ms ease-in-out 200ms;
555
+ -moz-transition: -moz-transform 300ms ease-in-out 200ms;
556
+ -ms-transition: -ms-transform 300ms ease-in-out 200ms;
557
+ -o-transition: -o-transform 300ms ease-in-out 200ms;
558
+ transition: transform 300ms ease-in-out 200ms;
559
+ }
560
+ .csstransforms.csstransitions #sample.deck-next, .csstransforms.csstransitions #sample.deck-before:not(.deck-child-current) {
561
+ left: 0;
562
+ top: 0;
563
+ right: 0;
564
+ }
565
+ .csstransforms.csstransitions #sample.deck-next h2, .csstransforms.csstransitions #sample.deck-next pre, .csstransforms.csstransitions #sample.deck-next .sample-content, .csstransforms.csstransitions #sample.deck-before:not(.deck-child-current) h2, .csstransforms.csstransitions #sample.deck-before:not(.deck-child-current) pre, .csstransforms.csstransitions #sample.deck-before:not(.deck-child-current) .sample-content {
566
+ -webkit-transform: translate3d(0, -300%, 0);
567
+ -moz-transform: translate(0, -300%);
568
+ -ms-transform: translate(0, -300%);
569
+ -o-transform: translate(0, -300%);
570
+ transform: translate3d(0, -300%, 0);
571
+ }
572
+ .csstransforms.csstransitions #sample h2, .csstransforms.csstransitions #sample .sample-content {
573
+ -webkit-transition: -webkit-transform 300ms ease-in-out 200ms;
574
+ -moz-transition: -moz-transform 300ms ease-in-out 200ms;
575
+ -ms-transition: -ms-transform 300ms ease-in-out 200ms;
576
+ -o-transition: -o-transform 300ms ease-in-out 200ms;
577
+ transition: transform 300ms ease-in-out 200ms;
578
+ }
579
+ .csstransforms.csstransitions #sample pre {
580
+ -webkit-transition: -webkit-transform 300ms ease-in-out;
581
+ -moz-transition: -moz-transform 300ms ease-in-out;
582
+ -ms-transition: -ms-transform 300ms ease-in-out;
583
+ -o-transition: -o-transform 300ms ease-in-out;
584
+ transition: transform 300ms ease-in-out;
585
+ }
586
+ .csstransforms.csstransitions #sample .slide {
587
+ visibility: visible;
588
+ opacity: 0;
589
+ -webkit-transition: color 300ms ease-in-out, opacity 300ms ease-in-out;
590
+ -moz-transition: color 300ms ease-in-out, opacity 300ms ease-in-out;
591
+ -ms-transition: color 300ms ease-in-out, opacity 300ms ease-in-out;
592
+ -o-transition: color 300ms ease-in-out, opacity 300ms ease-in-out;
593
+ transition: color 300ms ease-in-out, opacity 300ms ease-in-out;
594
+ }
595
+ .csstransforms.csstransitions #sample .deck-current, .csstransforms.csstransitions #sample .deck-before, .csstransforms.csstransitions #sample .deck-previous {
596
+ opacity: 1;
597
+ }
598
+ .csstransforms.csstransitions .on-slide-4 .example-current, .csstransforms.csstransitions .on-slide-4 .example-next, .csstransforms.csstransitions .on-slide-5 .example-current, .csstransforms.csstransitions .on-slide-5 .example-next, .csstransforms.csstransitions .on-slide-6 .example-current, .csstransforms.csstransitions .on-slide-6 .example-next, .csstransforms.csstransitions .on-slide-7 .example-current, .csstransforms.csstransitions .on-slide-7 .example-next {
599
+ -webkit-transition: color 600ms ease-in-out 0ms;
600
+ -moz-transition: color 600ms ease-in-out 0ms;
601
+ -ms-transition: color 600ms ease-in-out 0ms;
602
+ -o-transition: color 600ms ease-in-out 0ms;
603
+ transition: color 600ms ease-in-out 0ms;
604
+ }
605
+ .csstransforms.csstransitions .deck-status, .csstransforms.csstransitions .goto-form, .csstransforms.csstransitions .deck-next-link, .csstransforms.csstransitions .deck-prev-link {
606
+ display: block;
607
+ -webkit-transform: scale(0);
608
+ -moz-transform: scale(0);
609
+ -ms-transform: scale(0);
610
+ -o-transform: scale(0);
611
+ transform: scale(0);
612
+ -webkit-transition: -webkit-transform 100ms ease-in-out;
613
+ -moz-transition: -moz-transform 100ms ease-in-out;
614
+ -ms-transition: -ms-transform 100ms ease-in-out;
615
+ -o-transition: -o-transform 100ms ease-in-out;
616
+ transition: transform 100ms ease-in-out;
617
+ }
618
+ .csstransforms.csstransitions .on-slide-7 .deck-status, .csstransforms.csstransitions .on-slide-8 .deck-status {
619
+ -webkit-transform: scale(1);
620
+ -moz-transform: scale(1);
621
+ -ms-transform: scale(1);
622
+ -o-transform: scale(1);
623
+ transform: scale(1);
624
+ }
625
+ .csstransforms.csstransitions .on-slide-8 .goto-form, .csstransforms.csstransitions .on-slide-8 .deck-next-link, .csstransforms.csstransitions .on-slide-8 .deck-prev-link {
626
+ -webkit-transform: scale(1);
627
+ -moz-transform: scale(1);
628
+ -ms-transform: scale(1);
629
+ -o-transform: scale(1);
630
+ transform: scale(1);
631
+ }
632
+ .csstransforms.csstransitions #now-what.deck-next, .csstransforms.csstransitions #now-what.deck-after {
633
+ left: 0;
634
+ top: 0;
635
+ right: 0;
636
+ }
637
+ .csstransforms.csstransitions #now-what.deck-next .personas, .csstransforms.csstransitions #now-what.deck-after .personas {
638
+ -webkit-transform: translate3d(-300%, 0, 0);
639
+ -moz-transform: translate(-300%, 0);
640
+ -ms-transform: translate(-300%, 0);
641
+ -o-transform: translate(-300%, 0);
642
+ transform: translate3d(-300%, 0, 0);
643
+ }
644
+ .csstransforms.csstransitions #now-what.deck-next h2, .csstransforms.csstransitions #now-what.deck-after h2 {
645
+ -webkit-transform: translate3d(0, -1000%, 0);
646
+ -moz-transform: translate(0, -1000%);
647
+ -ms-transform: translate(0, -1000%);
648
+ -o-transform: translate(0, -1000%);
649
+ transform: translate3d(0, -1000%, 0);
650
+ }
651
+ .csstransforms.csstransitions #now-what .personas .slide {
652
+ visibility: visible;
653
+ -webkit-transition: opacity 200ms ease-in-out 0ms;
654
+ -moz-transition: opacity 200ms ease-in-out 0ms;
655
+ -ms-transition: opacity 200ms ease-in-out 0ms;
656
+ -o-transition: opacity 200ms ease-in-out 0ms;
657
+ transition: opacity 200ms ease-in-out 0ms;
658
+ }
659
+ .csstransforms.csstransitions #now-what .personas .slide.deck-next, .csstransforms.csstransitions #now-what .personas .slide.deck-after {
660
+ opacity: 0;
661
+ }
662
+ .csstransforms.csstransitions #now-what .personas, .csstransforms.csstransitions #now-what h2 {
663
+ -webkit-transition: -webkit-transform 300ms ease-in-out;
664
+ -moz-transition: -moz-transform 300ms ease-in-out;
665
+ -ms-transition: -ms-transform 300ms ease-in-out;
666
+ -o-transition: -o-transform 300ms ease-in-out;
667
+ transition: transform 300ms ease-in-out;
668
+ }
669
+ .csstransforms.csstransitions #now-what > p {
670
+ left: 0;
671
+ top: 0;
672
+ visibility: visible;
673
+ opacity: 0;
674
+ -webkit-transition: opacity 300ms ease-in-out 0ms;
675
+ -moz-transition: opacity 300ms ease-in-out 0ms;
676
+ -ms-transition: opacity 300ms ease-in-out 0ms;
677
+ -o-transition: opacity 300ms ease-in-out 0ms;
678
+ transition: opacity 300ms ease-in-out 0ms;
679
+ }
680
+ .csstransforms.csstransitions #now-what > p.deck-current {
681
+ opacity: 1;
682
+ }
683
+ .csstransforms.csstransitions .on-slide-10 #now-what .personas, .csstransforms.csstransitions .on-slide-10 #now-what h2 {
684
+ -webkit-transition-delay: 200ms;
685
+ -moz-transition-delay: 200ms;
686
+ -ms-transition-delay: 200ms;
687
+ -o-transition-delay: 200ms;
688
+ transition-delay: 200ms;
689
+ }
690
+
691
+ .pointerevents.csstransforms.csstransitions .deck-current {
692
+ z-index: auto;
693
+ }
694
+ .pointerevents.csstransforms.csstransitions .deck-after:not(.deck-child-current), .pointerevents.csstransforms.csstransitions .deck-before:not(.deck-child-current), .pointerevents.csstransforms.csstransitions .deck-previous:not(.deck-child-current), .pointerevents.csstransforms.csstransitions .deck-next:not(.deck-child-current) {
695
+ pointer-events: none;
696
+ }
697
+ .pointerevents.csstransforms.csstransitions .deck-child-current .deck-before, .pointerevents.csstransforms.csstransitions .deck-child-current .deck-previous {
698
+ pointer-events: auto;
699
+ }
700
+
701
+ .no-pointerevents.csstransforms.csstransitions .deck-current, .no-pointerevents.csstransforms.csstransitions .deck-child-current {
702
+ z-index: 4;
703
+ }
704
+
705
+ .slide .slide {
706
+ min-height: 0;
707
+ height: auto;
708
+ }
709
+ }
710
+ @media print {
711
+ * {
712
+ background: transparent !important;
713
+ color: black !important;
714
+ }
715
+
716
+ a, a:visited {
717
+ text-decoration: none;
718
+ }
719
+
720
+ pre, blockquote {
721
+ border: 1px solid #999;
722
+ page-break-inside: avoid;
723
+ }
724
+
725
+ @page {
726
+ margin: 0.5cm;
727
+ }
728
+
729
+ p, h2, h3 {
730
+ orphans: 3;
731
+ widows: 3;
732
+ }
733
+
734
+ h2, h3 {
735
+ page-break-after: avoid;
736
+ }
737
+
738
+ header, footer, #intro p, .goto-form, .deck-prev-link, .deck-next-link, .deck-status {
739
+ display: none;
740
+ }
741
+
742
+ article {
743
+ width: auto !important;
744
+ font-size: 12pt;
745
+ }
746
+ article > .slide {
747
+ page-break-after: always;
748
+ }
749
+
750
+ #intro {
751
+ text-align: center;
752
+ }
753
+ #intro h1 {
754
+ font-family: "UltraRegular", Georgia, sans-serif;
755
+ font-size: 90pt;
756
+ }
757
+ #intro h2 {
758
+ font-size: 24pt;
759
+ }
760
+
761
+ #sample pre {
762
+ padding: 5px;
763
+ width: 75%;
764
+ }
765
+ #sample h2 {
766
+ font-family: "UltraRegular", Georgia, sans-serif;
767
+ font-size: 24pt;
768
+ margin: .5em 0;
769
+ }
770
+ #sample p {
771
+ margin: 1em 0;
772
+ width: 75%;
773
+ }
774
+ #sample span {
775
+ display: inline !important;
776
+ }
777
+
778
+ #now-what h2 {
779
+ font-family: "UltraRegular", Georgia, sans-serif;
780
+ font-size: 24pt;
781
+ margin: .5em 0 .25em 0;
782
+ }
783
+ #now-what p {
784
+ margin: .25em 0 1em 0;
785
+ width: 75%;
786
+ }
787
+ #now-what a {
788
+ display: none;
789
+ }
790
+ }