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,500 @@
1
+ @charset "UTF-8";
2
+ /* Resets and base styles from HTML5 Boilerplate */
3
+ div, span, object, iframe,
4
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
5
+ abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
6
+ small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
7
+ fieldset, form, label, legend,
8
+ table, caption, tbody, tfoot, thead, tr, th, td,
9
+ article, aside, canvas, details, figcaption, figure,
10
+ footer, header, hgroup, menu, nav, section, summary,
11
+ time, mark, audio, video {
12
+ margin: 0;
13
+ padding: 0;
14
+ border: 0;
15
+ font-size: 100%;
16
+ font: inherit;
17
+ vertical-align: baseline;
18
+ }
19
+
20
+ article, aside, details, figcaption, figure,
21
+ footer, header, hgroup, menu, nav, section {
22
+ display: block;
23
+ }
24
+
25
+ blockquote, q {
26
+ quotes: none;
27
+ }
28
+ blockquote:before, blockquote:after, q:before, q:after {
29
+ content: "";
30
+ content: none;
31
+ }
32
+
33
+ ins {
34
+ background-color: #ff9;
35
+ color: #000;
36
+ text-decoration: none;
37
+ }
38
+
39
+ mark {
40
+ background-color: #ff9;
41
+ color: #000;
42
+ font-style: italic;
43
+ font-weight: bold;
44
+ }
45
+
46
+ del {
47
+ text-decoration: line-through;
48
+ }
49
+
50
+ abbr[title], dfn[title] {
51
+ border-bottom: 1px dotted;
52
+ cursor: help;
53
+ }
54
+
55
+ table {
56
+ border-collapse: collapse;
57
+ border-spacing: 0;
58
+ }
59
+
60
+ hr {
61
+ display: block;
62
+ height: 1px;
63
+ border: 0;
64
+ border-top: 1px solid #ccc;
65
+ margin: 1em 0;
66
+ padding: 0;
67
+ }
68
+
69
+ input, select {
70
+ vertical-align: middle;
71
+ }
72
+
73
+ select, input, textarea, button {
74
+ font: 99% sans-serif;
75
+ }
76
+
77
+ pre, code, kbd, samp {
78
+ font-family: monospace, sans-serif;
79
+ }
80
+
81
+ a {
82
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
83
+ }
84
+ a:hover, a:active {
85
+ outline: none;
86
+ }
87
+
88
+ ul, ol {
89
+ margin-left: 2em;
90
+ vertical-align: top;
91
+ }
92
+
93
+ ol {
94
+ list-style-type: decimal;
95
+ }
96
+
97
+ nav ul, nav li {
98
+ margin: 0;
99
+ list-style: none;
100
+ list-style-image: none;
101
+ }
102
+
103
+ small {
104
+ font-size: 85%;
105
+ }
106
+
107
+ strong, th {
108
+ font-weight: bold;
109
+ }
110
+
111
+ td {
112
+ vertical-align: top;
113
+ }
114
+
115
+ sub, sup {
116
+ font-size: 75%;
117
+ line-height: 0;
118
+ position: relative;
119
+ }
120
+
121
+ sup {
122
+ top: -0.5em;
123
+ }
124
+
125
+ sub {
126
+ bottom: -0.25em;
127
+ }
128
+
129
+ textarea {
130
+ overflow: auto;
131
+ }
132
+
133
+ input[type="radio"] {
134
+ vertical-align: text-bottom;
135
+ }
136
+
137
+ input[type="checkbox"] {
138
+ vertical-align: bottom;
139
+ }
140
+
141
+ label,
142
+ input[type="button"],
143
+ input[type="submit"],
144
+ input[type="image"],
145
+ button {
146
+ cursor: pointer;
147
+ }
148
+
149
+ button, input, select, textarea {
150
+ margin: 0;
151
+ }
152
+
153
+ input:invalid, textarea:invalid {
154
+ border-radius: 1px;
155
+ -moz-box-shadow: 0px 0px 5px red;
156
+ -webkit-box-shadow: 0px 0px 5px red;
157
+ box-shadow: 0px 0px 5px red;
158
+ }
159
+ input:invalid .no-boxshadow, textarea:invalid .no-boxshadow {
160
+ background-color: #f0dddd;
161
+ }
162
+
163
+ button {
164
+ width: auto;
165
+ overflow: visible;
166
+ }
167
+
168
+ select, input, textarea {
169
+ color: #444444;
170
+ }
171
+
172
+ a {
173
+ color: #607890;
174
+ }
175
+ a:hover, a:focus {
176
+ color: #036;
177
+ }
178
+ a:link {
179
+ -webkit-tap-highlight-color: #fff;
180
+ }
181
+
182
+ /* End HTML5 Boilerplate adaptations */
183
+ h1 {
184
+ font-size: 4.5em;
185
+ }
186
+
187
+ h1, .vcenter {
188
+ font-weight: bold;
189
+ text-align: center;
190
+ padding-top: 1em;
191
+ max-height: 100%;
192
+ }
193
+ .csstransforms h1, .csstransforms .vcenter {
194
+ padding: 0 48px;
195
+ position: absolute;
196
+ left: 0;
197
+ right: 0;
198
+ top: 50%;
199
+ -webkit-transform: translate(0, -50%);
200
+ -moz-transform: translate(0, -50%);
201
+ -ms-transform: translate(0, -50%);
202
+ -o-transform: translate(0, -50%);
203
+ transform: translate(0, -50%);
204
+ }
205
+
206
+ .vcenter h1 {
207
+ position: relative;
208
+ top: auto;
209
+ padding: 0;
210
+ -webkit-transform: none;
211
+ -moz-transform: none;
212
+ -ms-transform: none;
213
+ -o-transform: none;
214
+ transform: none;
215
+ }
216
+
217
+ h2 {
218
+ font-size: 2.25em;
219
+ font-weight: bold;
220
+ padding-top: .5em;
221
+ margin: 0 0 .66666em 0;
222
+ border-bottom: 3px solid #888;
223
+ }
224
+
225
+ h3 {
226
+ font-size: 1.4375em;
227
+ font-weight: bold;
228
+ margin-bottom: .30435em;
229
+ }
230
+
231
+ h4 {
232
+ font-size: 1.25em;
233
+ font-weight: bold;
234
+ margin-bottom: .25em;
235
+ }
236
+
237
+ h5 {
238
+ font-size: 1.125em;
239
+ font-weight: bold;
240
+ margin-bottom: .2222em;
241
+ }
242
+
243
+ h6 {
244
+ font-size: 1em;
245
+ font-weight: bold;
246
+ }
247
+
248
+ img, iframe, video {
249
+ display: block;
250
+ max-width: 100%;
251
+ }
252
+
253
+ video, iframe, img {
254
+ display: block;
255
+ margin: 0 auto;
256
+ }
257
+
258
+ p, blockquote, iframe, img, ul, ol, pre, video {
259
+ margin-bottom: 1em;
260
+ }
261
+
262
+ pre {
263
+ white-space: pre;
264
+ white-space: pre-wrap;
265
+ word-wrap: break-word;
266
+ padding: 1em;
267
+ border: 1px solid #888;
268
+ }
269
+
270
+ em {
271
+ font-style: italic;
272
+ }
273
+
274
+ li {
275
+ padding: .25em 0;
276
+ vertical-align: middle;
277
+ }
278
+ li > ol, li > ul {
279
+ margin-bottom: inherit;
280
+ }
281
+
282
+ .deck-container {
283
+ font-size: 16px;
284
+ line-height: 1.25;
285
+ color: #444;
286
+ }
287
+
288
+ .slide {
289
+ -moz-box-sizing: border-box;
290
+ box-sizing: border-box;
291
+ width: 100%;
292
+ }
293
+
294
+ h1, h2, h3, h4, h5, h6 {
295
+ font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
296
+ }
297
+
298
+ h1 {
299
+ color: #08455f;
300
+ }
301
+
302
+ h2 {
303
+ color: #0b7495;
304
+ border-bottom: 0;
305
+ }
306
+ .cssreflections h2 {
307
+ line-height: 1;
308
+ -webkit-box-reflect: below -0.5555em -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.3, transparent), color-stop(0.7, rgba(255, 255, 255, 0.1)), to(transparent));
309
+ -moz-box-reflect: below -0.5555em -moz-linear-gradient(top, transparent 0%, transparent 30%, rgba(255, 255, 255, 0.3) 100%);
310
+ }
311
+
312
+ h3 {
313
+ color: #000;
314
+ }
315
+
316
+ pre {
317
+ border-color: #cde;
318
+ background: #fff;
319
+ position: relative;
320
+ z-index: auto;
321
+ border-radius: 5px;
322
+ /* http://nicolasgallagher.com/css-drop-shadows-without-images/ */
323
+ }
324
+ .csstransforms.boxshadow pre > :first-child:before {
325
+ content: "";
326
+ position: absolute;
327
+ z-index: -1;
328
+ background: #fff;
329
+ top: 0;
330
+ bottom: 0;
331
+ left: 0;
332
+ right: 0;
333
+ }
334
+ .csstransforms.boxshadow pre:before, .csstransforms.boxshadow pre:after {
335
+ content: "";
336
+ position: absolute;
337
+ z-index: -2;
338
+ bottom: 15px;
339
+ width: 50%;
340
+ height: 20%;
341
+ max-width: 300px;
342
+ box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
343
+ }
344
+ .csstransforms.boxshadow pre:before {
345
+ left: 10px;
346
+ -webkit-transform: rotate(-3deg);
347
+ -ms-transform: rotate(-3deg);
348
+ transform: rotate(-3deg);
349
+ }
350
+ .csstransforms.boxshadow pre:after {
351
+ right: 10px;
352
+ -webkit-transform: rotate(3deg);
353
+ -ms-transform: rotate(3deg);
354
+ transform: rotate(3deg);
355
+ }
356
+
357
+ code {
358
+ color: #789;
359
+ }
360
+
361
+ blockquote {
362
+ font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
363
+ font-size: 2em;
364
+ padding: 1em 2em .5em 2em;
365
+ color: #000;
366
+ background: #fff;
367
+ position: relative;
368
+ border: 1px solid #cde;
369
+ z-index: auto;
370
+ border-radius: 5px;
371
+ }
372
+ .boxshadow blockquote > :first-child:before {
373
+ content: "";
374
+ position: absolute;
375
+ z-index: -1;
376
+ background: #fff;
377
+ top: 0;
378
+ bottom: 0;
379
+ left: 0;
380
+ right: 0;
381
+ }
382
+ .boxshadow blockquote:after {
383
+ content: "";
384
+ position: absolute;
385
+ z-index: -2;
386
+ top: 10px;
387
+ bottom: 10px;
388
+ left: 0;
389
+ right: 50%;
390
+ -moz-border-radius: 10px / 100px;
391
+ border-radius: 10px / 100px;
392
+ box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
393
+ }
394
+ blockquote p {
395
+ margin: 0;
396
+ }
397
+ blockquote cite {
398
+ font-size: .5em;
399
+ font-style: normal;
400
+ font-weight: bold;
401
+ color: #888;
402
+ }
403
+ blockquote:before {
404
+ content: "“";
405
+ position: absolute;
406
+ top: 0;
407
+ left: 0;
408
+ font-size: 5em;
409
+ line-height: 1;
410
+ color: #ccf0f0;
411
+ z-index: 1;
412
+ }
413
+
414
+ ::-moz-selection {
415
+ background: #08455f;
416
+ color: #fff;
417
+ }
418
+
419
+ ::selection {
420
+ background: #08455f;
421
+ color: #fff;
422
+ }
423
+
424
+ a, a:hover, a:focus, a:active, a:visited {
425
+ color: #599;
426
+ text-decoration: none;
427
+ }
428
+ a:hover, a:focus {
429
+ text-decoration: underline;
430
+ }
431
+
432
+ .deck-container {
433
+ font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
434
+ font-size: 1.75em;
435
+ background: #f4fafe;
436
+ /* Old browsers */
437
+ background: -moz-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%);
438
+ /* FF3.6+ */
439
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4fafe), color-stop(100%, #ccf0f0));
440
+ /* Chrome,Safari4+ */
441
+ background: -webkit-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%);
442
+ /* Chrome10+,Safari5.1+ */
443
+ background: -o-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%);
444
+ /* Opera11.10+ */
445
+ background: -ms-linear-gradient(top, #f4fafe 0%, #ccf0f0 100%);
446
+ /* IE10+ */
447
+ background: linear-gradient(top, #f4fafe 0%, #ccf0f0 100%);
448
+ /* W3C */
449
+ background-attachment: fixed;
450
+ text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
451
+ }
452
+ .deck-container > .slide {
453
+ padding: 0 48px;
454
+ }
455
+
456
+ .slide .deck-before, .slide .deck-previous {
457
+ opacity: 0.4;
458
+ }
459
+ .slide .deck-before:not(.deck-child-current) .deck-before, .slide .deck-before:not(.deck-child-current) .deck-previous, .slide .deck-previous:not(.deck-child-current) .deck-before, .slide .deck-previous:not(.deck-child-current) .deck-previous {
460
+ opacity: 1;
461
+ }
462
+ .slide .deck-child-current {
463
+ opacity: 1;
464
+ }
465
+
466
+ .deck-prev-link, .deck-next-link {
467
+ background: #fff;
468
+ opacity: 0.5;
469
+ }
470
+ .deck-prev-link, .deck-prev-link:hover, .deck-prev-link:focus, .deck-prev-link:active, .deck-prev-link:visited, .deck-next-link, .deck-next-link:hover, .deck-next-link:focus, .deck-next-link:active, .deck-next-link:visited {
471
+ color: #599;
472
+ }
473
+ .deck-prev-link:hover, .deck-prev-link:focus, .deck-next-link:hover, .deck-next-link:focus {
474
+ opacity: 1;
475
+ text-decoration: none;
476
+ }
477
+
478
+ .deck-status {
479
+ font-size: 0.6666em;
480
+ }
481
+
482
+ .deck-menu .slide {
483
+ background: transparent;
484
+ border-radius: 5px;
485
+ }
486
+ .rgba .deck-menu .slide {
487
+ background: rgba(0, 0, 0, 0.1);
488
+ }
489
+ .deck-menu .slide.deck-current, .rgba .deck-menu .slide.deck-current, .no-touch .deck-menu .slide:hover {
490
+ background: #fff;
491
+ }
492
+
493
+ .goto-form {
494
+ background: #fff;
495
+ border: 1px solid #cde;
496
+ border-radius: 5px;
497
+ }
498
+ .boxshadow .goto-form {
499
+ box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
500
+ }