slideit 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/.travis.yml +5 -0
  4. data/CODE_OF_CONDUCT.md +49 -0
  5. data/Gemfile +4 -0
  6. data/README.md +38 -0
  7. data/Rakefile +10 -0
  8. data/bin/slideit +34 -0
  9. data/lib/slideit/version.rb +3 -0
  10. data/lib/slideit.rb +110 -0
  11. data/res/reveal.js-3.3.0/.gitignore +13 -0
  12. data/res/reveal.js-3.3.0/.travis.yml +5 -0
  13. data/res/reveal.js-3.3.0/CONTRIBUTING.md +23 -0
  14. data/res/reveal.js-3.3.0/Gruntfile.js +176 -0
  15. data/res/reveal.js-3.3.0/LICENSE +19 -0
  16. data/res/reveal.js-3.3.0/README.md +1104 -0
  17. data/res/reveal.js-3.3.0/bower.json +27 -0
  18. data/res/reveal.js-3.3.0/css/print/paper.css +202 -0
  19. data/res/reveal.js-3.3.0/css/print/pdf.css +160 -0
  20. data/res/reveal.js-3.3.0/css/reveal.css +1331 -0
  21. data/res/reveal.js-3.3.0/css/reveal.scss +1411 -0
  22. data/res/reveal.js-3.3.0/css/theme/README.md +21 -0
  23. data/res/reveal.js-3.3.0/css/theme/beige.css +291 -0
  24. data/res/reveal.js-3.3.0/css/theme/black.css +287 -0
  25. data/res/reveal.js-3.3.0/css/theme/blood.css +310 -0
  26. data/res/reveal.js-3.3.0/css/theme/league.css +293 -0
  27. data/res/reveal.js-3.3.0/css/theme/moon.css +291 -0
  28. data/res/reveal.js-3.3.0/css/theme/night.css +285 -0
  29. data/res/reveal.js-3.3.0/css/theme/serif.css +287 -0
  30. data/res/reveal.js-3.3.0/css/theme/simple.css +287 -0
  31. data/res/reveal.js-3.3.0/css/theme/sky.css +294 -0
  32. data/res/reveal.js-3.3.0/css/theme/solarized.css +291 -0
  33. data/res/reveal.js-3.3.0/css/theme/source/beige.scss +39 -0
  34. data/res/reveal.js-3.3.0/css/theme/source/black.scss +49 -0
  35. data/res/reveal.js-3.3.0/css/theme/source/blood.scss +79 -0
  36. data/res/reveal.js-3.3.0/css/theme/source/league.scss +34 -0
  37. data/res/reveal.js-3.3.0/css/theme/source/moon.scss +57 -0
  38. data/res/reveal.js-3.3.0/css/theme/source/night.scss +35 -0
  39. data/res/reveal.js-3.3.0/css/theme/source/serif.scss +35 -0
  40. data/res/reveal.js-3.3.0/css/theme/source/simple.scss +38 -0
  41. data/res/reveal.js-3.3.0/css/theme/source/sky.scss +46 -0
  42. data/res/reveal.js-3.3.0/css/theme/source/solarized.scss +63 -0
  43. data/res/reveal.js-3.3.0/css/theme/source/white.scss +49 -0
  44. data/res/reveal.js-3.3.0/css/theme/template/mixins.scss +29 -0
  45. data/res/reveal.js-3.3.0/css/theme/template/settings.scss +43 -0
  46. data/res/reveal.js-3.3.0/css/theme/template/theme.scss +346 -0
  47. data/res/reveal.js-3.3.0/css/theme/white.css +287 -0
  48. data/res/reveal.js-3.3.0/demo.html +410 -0
  49. data/res/reveal.js-3.3.0/index.html +52 -0
  50. data/res/reveal.js-3.3.0/js/reveal.js +4744 -0
  51. data/res/reveal.js-3.3.0/lib/css/zenburn.css +80 -0
  52. data/res/reveal.js-3.3.0/lib/font/league-gothic/LICENSE +2 -0
  53. data/res/reveal.js-3.3.0/lib/font/league-gothic/league-gothic.css +10 -0
  54. data/res/reveal.js-3.3.0/lib/font/league-gothic/league-gothic.eot +0 -0
  55. data/res/reveal.js-3.3.0/lib/font/league-gothic/league-gothic.ttf +0 -0
  56. data/res/reveal.js-3.3.0/lib/font/league-gothic/league-gothic.woff +0 -0
  57. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/LICENSE +45 -0
  58. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-italic.eot +0 -0
  59. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-italic.ttf +0 -0
  60. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-italic.woff +0 -0
  61. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-regular.eot +0 -0
  62. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-regular.ttf +0 -0
  63. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-regular.woff +0 -0
  64. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-semibold.eot +0 -0
  65. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-semibold.ttf +0 -0
  66. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-semibold.woff +0 -0
  67. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-semibolditalic.eot +0 -0
  68. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-semibolditalic.ttf +0 -0
  69. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro-semibolditalic.woff +0 -0
  70. data/res/reveal.js-3.3.0/lib/font/source-sans-pro/source-sans-pro.css +39 -0
  71. data/res/reveal.js-3.3.0/lib/js/classList.js +2 -0
  72. data/res/reveal.js-3.3.0/lib/js/head.min.js +9 -0
  73. data/res/reveal.js-3.3.0/lib/js/html5shiv.js +7 -0
  74. data/res/reveal.js-3.3.0/package.json +44 -0
  75. data/res/reveal.js-3.3.0/plugin/highlight/highlight.js +31 -0
  76. data/res/reveal.js-3.3.0/plugin/markdown/example.html +129 -0
  77. data/res/reveal.js-3.3.0/plugin/markdown/example.md +31 -0
  78. data/res/reveal.js-3.3.0/plugin/markdown/markdown.js +405 -0
  79. data/res/reveal.js-3.3.0/plugin/markdown/marked.js +6 -0
  80. data/res/reveal.js-3.3.0/plugin/math/math.js +67 -0
  81. data/res/reveal.js-3.3.0/plugin/multiplex/client.js +13 -0
  82. data/res/reveal.js-3.3.0/plugin/multiplex/index.js +64 -0
  83. data/res/reveal.js-3.3.0/plugin/multiplex/master.js +31 -0
  84. data/res/reveal.js-3.3.0/plugin/multiplex/package.json +19 -0
  85. data/res/reveal.js-3.3.0/plugin/notes/notes.html +414 -0
  86. data/res/reveal.js-3.3.0/plugin/notes/notes.js +136 -0
  87. data/res/reveal.js-3.3.0/plugin/notes-server/client.js +65 -0
  88. data/res/reveal.js-3.3.0/plugin/notes-server/index.js +69 -0
  89. data/res/reveal.js-3.3.0/plugin/notes-server/notes.html +407 -0
  90. data/res/reveal.js-3.3.0/plugin/print-pdf/print-pdf.js +48 -0
  91. data/res/reveal.js-3.3.0/plugin/search/search.js +196 -0
  92. data/res/reveal.js-3.3.0/plugin/zoom-js/zoom.js +278 -0
  93. data/res/reveal.js-3.3.0/simple.html +90 -0
  94. data/res/reveal.js-3.3.0/test/examples/assets/image1.png +0 -0
  95. data/res/reveal.js-3.3.0/test/examples/assets/image2.png +0 -0
  96. data/res/reveal.js-3.3.0/test/examples/barebones.html +41 -0
  97. data/res/reveal.js-3.3.0/test/examples/embedded-media.html +49 -0
  98. data/res/reveal.js-3.3.0/test/examples/math.html +185 -0
  99. data/res/reveal.js-3.3.0/test/examples/slide-backgrounds.html +144 -0
  100. data/res/reveal.js-3.3.0/test/examples/slide-transitions.html +101 -0
  101. data/res/reveal.js-3.3.0/test/qunit-1.12.0.css +244 -0
  102. data/res/reveal.js-3.3.0/test/qunit-1.12.0.js +2212 -0
  103. data/res/reveal.js-3.3.0/test/test-markdown-element-attributes.html +134 -0
  104. data/res/reveal.js-3.3.0/test/test-markdown-element-attributes.js +46 -0
  105. data/res/reveal.js-3.3.0/test/test-markdown-slide-attributes.html +128 -0
  106. data/res/reveal.js-3.3.0/test/test-markdown-slide-attributes.js +47 -0
  107. data/res/reveal.js-3.3.0/test/test-markdown.html +52 -0
  108. data/res/reveal.js-3.3.0/test/test-markdown.js +15 -0
  109. data/res/reveal.js-3.3.0/test/test-pdf.html +83 -0
  110. data/res/reveal.js-3.3.0/test/test-pdf.js +15 -0
  111. data/res/reveal.js-3.3.0/test/test.html +86 -0
  112. data/res/reveal.js-3.3.0/test/test.js +597 -0
  113. data/res/reveal.js-3.3.0/test.md +31 -0
  114. data/slideit.gemspec +25 -0
  115. metadata +199 -0
@@ -0,0 +1,1331 @@
1
+ /*!
2
+ * reveal.js
3
+ * http://lab.hakim.se/reveal-js
4
+ * MIT licensed
5
+ *
6
+ * Copyright (C) 2016 Hakim El Hattab, http://hakim.se
7
+ */
8
+ /*********************************************
9
+ * RESET STYLES
10
+ *********************************************/
11
+ html, body, .reveal div, .reveal span, .reveal applet, .reveal object, .reveal iframe,
12
+ .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6, .reveal p, .reveal blockquote, .reveal pre,
13
+ .reveal a, .reveal abbr, .reveal acronym, .reveal address, .reveal big, .reveal cite, .reveal code,
14
+ .reveal del, .reveal dfn, .reveal em, .reveal img, .reveal ins, .reveal kbd, .reveal q, .reveal s, .reveal samp,
15
+ .reveal small, .reveal strike, .reveal strong, .reveal sub, .reveal sup, .reveal tt, .reveal var,
16
+ .reveal b, .reveal u, .reveal center,
17
+ .reveal dl, .reveal dt, .reveal dd, .reveal ol, .reveal ul, .reveal li,
18
+ .reveal fieldset, .reveal form, .reveal label, .reveal legend,
19
+ .reveal table, .reveal caption, .reveal tbody, .reveal tfoot, .reveal thead, .reveal tr, .reveal th, .reveal td,
20
+ .reveal article, .reveal aside, .reveal canvas, .reveal details, .reveal embed,
21
+ .reveal figure, .reveal figcaption, .reveal footer, .reveal header, .reveal hgroup,
22
+ .reveal menu, .reveal nav, .reveal output, .reveal ruby, .reveal section, .reveal summary,
23
+ .reveal time, .reveal mark, .reveal audio, .reveal video {
24
+ margin: 0;
25
+ padding: 0;
26
+ border: 0;
27
+ font-size: 100%;
28
+ font: inherit;
29
+ vertical-align: baseline; }
30
+
31
+ .reveal article, .reveal aside, .reveal details, .reveal figcaption, .reveal figure,
32
+ .reveal footer, .reveal header, .reveal hgroup, .reveal menu, .reveal nav, .reveal section {
33
+ display: block; }
34
+
35
+ /*********************************************
36
+ * GLOBAL STYLES
37
+ *********************************************/
38
+ html,
39
+ body {
40
+ width: 100%;
41
+ height: 100%;
42
+ overflow: hidden; }
43
+
44
+ body {
45
+ position: relative;
46
+ line-height: 1;
47
+ background-color: #fff;
48
+ color: #000; }
49
+
50
+ html:-webkit-full-screen-ancestor {
51
+ background-color: inherit; }
52
+
53
+ html:-moz-full-screen-ancestor {
54
+ background-color: inherit; }
55
+
56
+ /*********************************************
57
+ * VIEW FRAGMENTS
58
+ *********************************************/
59
+ .reveal .slides section .fragment {
60
+ opacity: 0;
61
+ visibility: hidden;
62
+ -webkit-transition: all .2s ease;
63
+ transition: all .2s ease; }
64
+ .reveal .slides section .fragment.visible {
65
+ opacity: 1;
66
+ visibility: visible; }
67
+
68
+ .reveal .slides section .fragment.grow {
69
+ opacity: 1;
70
+ visibility: visible; }
71
+ .reveal .slides section .fragment.grow.visible {
72
+ -webkit-transform: scale(1.3);
73
+ transform: scale(1.3); }
74
+
75
+ .reveal .slides section .fragment.shrink {
76
+ opacity: 1;
77
+ visibility: visible; }
78
+ .reveal .slides section .fragment.shrink.visible {
79
+ -webkit-transform: scale(0.7);
80
+ transform: scale(0.7); }
81
+
82
+ .reveal .slides section .fragment.zoom-in {
83
+ -webkit-transform: scale(0.1);
84
+ transform: scale(0.1); }
85
+ .reveal .slides section .fragment.zoom-in.visible {
86
+ -webkit-transform: none;
87
+ transform: none; }
88
+
89
+ .reveal .slides section .fragment.fade-out {
90
+ opacity: 1;
91
+ visibility: visible; }
92
+ .reveal .slides section .fragment.fade-out.visible {
93
+ opacity: 0;
94
+ visibility: hidden; }
95
+
96
+ .reveal .slides section .fragment.semi-fade-out {
97
+ opacity: 1;
98
+ visibility: visible; }
99
+ .reveal .slides section .fragment.semi-fade-out.visible {
100
+ opacity: 0.5;
101
+ visibility: visible; }
102
+
103
+ .reveal .slides section .fragment.strike {
104
+ opacity: 1;
105
+ visibility: visible; }
106
+ .reveal .slides section .fragment.strike.visible {
107
+ text-decoration: line-through; }
108
+
109
+ .reveal .slides section .fragment.fade-up {
110
+ -webkit-transform: translate(0, 20%);
111
+ transform: translate(0, 20%); }
112
+ .reveal .slides section .fragment.fade-up.visible {
113
+ -webkit-transform: translate(0, 0);
114
+ transform: translate(0, 0); }
115
+
116
+ .reveal .slides section .fragment.fade-down {
117
+ -webkit-transform: translate(0, -20%);
118
+ transform: translate(0, -20%); }
119
+ .reveal .slides section .fragment.fade-down.visible {
120
+ -webkit-transform: translate(0, 0);
121
+ transform: translate(0, 0); }
122
+
123
+ .reveal .slides section .fragment.fade-right {
124
+ -webkit-transform: translate(-20%, 0);
125
+ transform: translate(-20%, 0); }
126
+ .reveal .slides section .fragment.fade-right.visible {
127
+ -webkit-transform: translate(0, 0);
128
+ transform: translate(0, 0); }
129
+
130
+ .reveal .slides section .fragment.fade-left {
131
+ -webkit-transform: translate(20%, 0);
132
+ transform: translate(20%, 0); }
133
+ .reveal .slides section .fragment.fade-left.visible {
134
+ -webkit-transform: translate(0, 0);
135
+ transform: translate(0, 0); }
136
+
137
+ .reveal .slides section .fragment.current-visible {
138
+ opacity: 0;
139
+ visibility: hidden; }
140
+ .reveal .slides section .fragment.current-visible.current-fragment {
141
+ opacity: 1;
142
+ visibility: visible; }
143
+
144
+ .reveal .slides section .fragment.highlight-red,
145
+ .reveal .slides section .fragment.highlight-current-red,
146
+ .reveal .slides section .fragment.highlight-green,
147
+ .reveal .slides section .fragment.highlight-current-green,
148
+ .reveal .slides section .fragment.highlight-blue,
149
+ .reveal .slides section .fragment.highlight-current-blue {
150
+ opacity: 1;
151
+ visibility: visible; }
152
+
153
+ .reveal .slides section .fragment.highlight-red.visible {
154
+ color: #ff2c2d; }
155
+
156
+ .reveal .slides section .fragment.highlight-green.visible {
157
+ color: #17ff2e; }
158
+
159
+ .reveal .slides section .fragment.highlight-blue.visible {
160
+ color: #1b91ff; }
161
+
162
+ .reveal .slides section .fragment.highlight-current-red.current-fragment {
163
+ color: #ff2c2d; }
164
+
165
+ .reveal .slides section .fragment.highlight-current-green.current-fragment {
166
+ color: #17ff2e; }
167
+
168
+ .reveal .slides section .fragment.highlight-current-blue.current-fragment {
169
+ color: #1b91ff; }
170
+
171
+ /*********************************************
172
+ * DEFAULT ELEMENT STYLES
173
+ *********************************************/
174
+ /* Fixes issue in Chrome where italic fonts did not appear when printing to PDF */
175
+ .reveal:after {
176
+ content: '';
177
+ font-style: italic; }
178
+
179
+ .reveal iframe {
180
+ z-index: 1; }
181
+
182
+ /** Prevents layering issues in certain browser/transition combinations */
183
+ .reveal a {
184
+ position: relative; }
185
+
186
+ .reveal .stretch {
187
+ max-width: none;
188
+ max-height: none; }
189
+
190
+ .reveal pre.stretch code {
191
+ height: 100%;
192
+ max-height: 100%;
193
+ box-sizing: border-box; }
194
+
195
+ /*********************************************
196
+ * CONTROLS
197
+ *********************************************/
198
+ .reveal .controls {
199
+ display: none;
200
+ position: fixed;
201
+ width: 110px;
202
+ height: 110px;
203
+ z-index: 30;
204
+ right: 10px;
205
+ bottom: 10px;
206
+ -webkit-user-select: none; }
207
+
208
+ .reveal .controls button {
209
+ padding: 0;
210
+ position: absolute;
211
+ opacity: 0.05;
212
+ width: 0;
213
+ height: 0;
214
+ background-color: transparent;
215
+ border: 12px solid transparent;
216
+ -webkit-transform: scale(0.9999);
217
+ transform: scale(0.9999);
218
+ -webkit-transition: all 0.2s ease;
219
+ transition: all 0.2s ease;
220
+ -webkit-appearance: none;
221
+ -webkit-tap-highlight-color: transparent; }
222
+
223
+ .reveal .controls .enabled {
224
+ opacity: 0.7;
225
+ cursor: pointer; }
226
+
227
+ .reveal .controls .enabled:active {
228
+ margin-top: 1px; }
229
+
230
+ .reveal .controls .navigate-left {
231
+ top: 42px;
232
+ border-right-width: 22px;
233
+ border-right-color: #000; }
234
+
235
+ .reveal .controls .navigate-left.fragmented {
236
+ opacity: 0.3; }
237
+
238
+ .reveal .controls .navigate-right {
239
+ left: 74px;
240
+ top: 42px;
241
+ border-left-width: 22px;
242
+ border-left-color: #000; }
243
+
244
+ .reveal .controls .navigate-right.fragmented {
245
+ opacity: 0.3; }
246
+
247
+ .reveal .controls .navigate-up {
248
+ left: 42px;
249
+ border-bottom-width: 22px;
250
+ border-bottom-color: #000; }
251
+
252
+ .reveal .controls .navigate-up.fragmented {
253
+ opacity: 0.3; }
254
+
255
+ .reveal .controls .navigate-down {
256
+ left: 42px;
257
+ top: 74px;
258
+ border-top-width: 22px;
259
+ border-top-color: #000; }
260
+
261
+ .reveal .controls .navigate-down.fragmented {
262
+ opacity: 0.3; }
263
+
264
+ /*********************************************
265
+ * PROGRESS BAR
266
+ *********************************************/
267
+ .reveal .progress {
268
+ position: fixed;
269
+ display: none;
270
+ height: 3px;
271
+ width: 100%;
272
+ bottom: 0;
273
+ left: 0;
274
+ z-index: 10;
275
+ background-color: rgba(0, 0, 0, 0.2); }
276
+
277
+ .reveal .progress:after {
278
+ content: '';
279
+ display: block;
280
+ position: absolute;
281
+ height: 20px;
282
+ width: 100%;
283
+ top: -20px; }
284
+
285
+ .reveal .progress span {
286
+ display: block;
287
+ height: 100%;
288
+ width: 0px;
289
+ background-color: #000;
290
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
291
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
292
+
293
+ /*********************************************
294
+ * SLIDE NUMBER
295
+ *********************************************/
296
+ .reveal .slide-number {
297
+ position: fixed;
298
+ display: block;
299
+ right: 8px;
300
+ bottom: 8px;
301
+ z-index: 31;
302
+ font-family: Helvetica, sans-serif;
303
+ font-size: 12px;
304
+ line-height: 1;
305
+ color: #fff;
306
+ background-color: rgba(0, 0, 0, 0.4);
307
+ padding: 5px; }
308
+
309
+ .reveal .slide-number-delimiter {
310
+ margin: 0 3px; }
311
+
312
+ /*********************************************
313
+ * SLIDES
314
+ *********************************************/
315
+ .reveal {
316
+ position: relative;
317
+ width: 100%;
318
+ height: 100%;
319
+ overflow: hidden;
320
+ -ms-touch-action: none;
321
+ touch-action: none; }
322
+
323
+ .reveal .slides {
324
+ position: absolute;
325
+ width: 100%;
326
+ height: 100%;
327
+ top: 0;
328
+ right: 0;
329
+ bottom: 0;
330
+ left: 0;
331
+ margin: auto;
332
+ overflow: visible;
333
+ z-index: 1;
334
+ text-align: center;
335
+ -webkit-perspective: 600px;
336
+ perspective: 600px;
337
+ -webkit-perspective-origin: 50% 40%;
338
+ perspective-origin: 50% 40%; }
339
+
340
+ .reveal .slides > section {
341
+ -ms-perspective: 600px; }
342
+
343
+ .reveal .slides > section,
344
+ .reveal .slides > section > section {
345
+ display: none;
346
+ position: absolute;
347
+ width: 100%;
348
+ padding: 20px 0px;
349
+ z-index: 10;
350
+ -webkit-transform-style: preserve-3d;
351
+ transform-style: preserve-3d;
352
+ -webkit-transition: -webkit-transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), -webkit-transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), visibility 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
353
+ transition: transform-origin 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), transform 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), visibility 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985), opacity 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
354
+
355
+ /* Global transition speed settings */
356
+ .reveal[data-transition-speed="fast"] .slides section {
357
+ -webkit-transition-duration: 400ms;
358
+ transition-duration: 400ms; }
359
+
360
+ .reveal[data-transition-speed="slow"] .slides section {
361
+ -webkit-transition-duration: 1200ms;
362
+ transition-duration: 1200ms; }
363
+
364
+ /* Slide-specific transition speed overrides */
365
+ .reveal .slides section[data-transition-speed="fast"] {
366
+ -webkit-transition-duration: 400ms;
367
+ transition-duration: 400ms; }
368
+
369
+ .reveal .slides section[data-transition-speed="slow"] {
370
+ -webkit-transition-duration: 1200ms;
371
+ transition-duration: 1200ms; }
372
+
373
+ .reveal .slides > section.stack {
374
+ padding-top: 0;
375
+ padding-bottom: 0; }
376
+
377
+ .reveal .slides > section.present,
378
+ .reveal .slides > section > section.present {
379
+ display: block;
380
+ z-index: 11;
381
+ opacity: 1; }
382
+
383
+ .reveal.center,
384
+ .reveal.center .slides,
385
+ .reveal.center .slides section {
386
+ min-height: 0 !important; }
387
+
388
+ /* Don't allow interaction with invisible slides */
389
+ .reveal .slides > section.future,
390
+ .reveal .slides > section > section.future,
391
+ .reveal .slides > section.past,
392
+ .reveal .slides > section > section.past {
393
+ pointer-events: none; }
394
+
395
+ .reveal.overview .slides > section,
396
+ .reveal.overview .slides > section > section {
397
+ pointer-events: auto; }
398
+
399
+ .reveal .slides > section.past,
400
+ .reveal .slides > section.future,
401
+ .reveal .slides > section > section.past,
402
+ .reveal .slides > section > section.future {
403
+ opacity: 0; }
404
+
405
+ /*********************************************
406
+ * Mixins for readability of transitions
407
+ *********************************************/
408
+ /*********************************************
409
+ * SLIDE TRANSITION
410
+ * Aliased 'linear' for backwards compatibility
411
+ *********************************************/
412
+ .reveal.slide section {
413
+ -webkit-backface-visibility: hidden;
414
+ backface-visibility: hidden; }
415
+
416
+ .reveal .slides > section[data-transition=slide].past,
417
+ .reveal .slides > section[data-transition~=slide-out].past,
418
+ .reveal.slide .slides > section:not([data-transition]).past {
419
+ -webkit-transform: translate(-150%, 0);
420
+ transform: translate(-150%, 0); }
421
+
422
+ .reveal .slides > section[data-transition=slide].future,
423
+ .reveal .slides > section[data-transition~=slide-in].future,
424
+ .reveal.slide .slides > section:not([data-transition]).future {
425
+ -webkit-transform: translate(150%, 0);
426
+ transform: translate(150%, 0); }
427
+
428
+ .reveal .slides > section > section[data-transition=slide].past,
429
+ .reveal .slides > section > section[data-transition~=slide-out].past,
430
+ .reveal.slide .slides > section > section:not([data-transition]).past {
431
+ -webkit-transform: translate(0, -150%);
432
+ transform: translate(0, -150%); }
433
+
434
+ .reveal .slides > section > section[data-transition=slide].future,
435
+ .reveal .slides > section > section[data-transition~=slide-in].future,
436
+ .reveal.slide .slides > section > section:not([data-transition]).future {
437
+ -webkit-transform: translate(0, 150%);
438
+ transform: translate(0, 150%); }
439
+
440
+ .reveal.linear section {
441
+ -webkit-backface-visibility: hidden;
442
+ backface-visibility: hidden; }
443
+
444
+ .reveal .slides > section[data-transition=linear].past,
445
+ .reveal .slides > section[data-transition~=linear-out].past,
446
+ .reveal.linear .slides > section:not([data-transition]).past {
447
+ -webkit-transform: translate(-150%, 0);
448
+ transform: translate(-150%, 0); }
449
+
450
+ .reveal .slides > section[data-transition=linear].future,
451
+ .reveal .slides > section[data-transition~=linear-in].future,
452
+ .reveal.linear .slides > section:not([data-transition]).future {
453
+ -webkit-transform: translate(150%, 0);
454
+ transform: translate(150%, 0); }
455
+
456
+ .reveal .slides > section > section[data-transition=linear].past,
457
+ .reveal .slides > section > section[data-transition~=linear-out].past,
458
+ .reveal.linear .slides > section > section:not([data-transition]).past {
459
+ -webkit-transform: translate(0, -150%);
460
+ transform: translate(0, -150%); }
461
+
462
+ .reveal .slides > section > section[data-transition=linear].future,
463
+ .reveal .slides > section > section[data-transition~=linear-in].future,
464
+ .reveal.linear .slides > section > section:not([data-transition]).future {
465
+ -webkit-transform: translate(0, 150%);
466
+ transform: translate(0, 150%); }
467
+
468
+ /*********************************************
469
+ * CONVEX TRANSITION
470
+ * Aliased 'default' for backwards compatibility
471
+ *********************************************/
472
+ .reveal .slides > section[data-transition=default].past,
473
+ .reveal .slides > section[data-transition~=default-out].past,
474
+ .reveal.default .slides > section:not([data-transition]).past {
475
+ -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
476
+ transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0); }
477
+
478
+ .reveal .slides > section[data-transition=default].future,
479
+ .reveal .slides > section[data-transition~=default-in].future,
480
+ .reveal.default .slides > section:not([data-transition]).future {
481
+ -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
482
+ transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0); }
483
+
484
+ .reveal .slides > section > section[data-transition=default].past,
485
+ .reveal .slides > section > section[data-transition~=default-out].past,
486
+ .reveal.default .slides > section > section:not([data-transition]).past {
487
+ -webkit-transform: translate3d(0, -300px, 0) rotateX(70deg) translate3d(0, -300px, 0);
488
+ transform: translate3d(0, -300px, 0) rotateX(70deg) translate3d(0, -300px, 0); }
489
+
490
+ .reveal .slides > section > section[data-transition=default].future,
491
+ .reveal .slides > section > section[data-transition~=default-in].future,
492
+ .reveal.default .slides > section > section:not([data-transition]).future {
493
+ -webkit-transform: translate3d(0, 300px, 0) rotateX(-70deg) translate3d(0, 300px, 0);
494
+ transform: translate3d(0, 300px, 0) rotateX(-70deg) translate3d(0, 300px, 0); }
495
+
496
+ .reveal .slides > section[data-transition=convex].past,
497
+ .reveal .slides > section[data-transition~=convex-out].past,
498
+ .reveal.convex .slides > section:not([data-transition]).past {
499
+ -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
500
+ transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0); }
501
+
502
+ .reveal .slides > section[data-transition=convex].future,
503
+ .reveal .slides > section[data-transition~=convex-in].future,
504
+ .reveal.convex .slides > section:not([data-transition]).future {
505
+ -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
506
+ transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0); }
507
+
508
+ .reveal .slides > section > section[data-transition=convex].past,
509
+ .reveal .slides > section > section[data-transition~=convex-out].past,
510
+ .reveal.convex .slides > section > section:not([data-transition]).past {
511
+ -webkit-transform: translate3d(0, -300px, 0) rotateX(70deg) translate3d(0, -300px, 0);
512
+ transform: translate3d(0, -300px, 0) rotateX(70deg) translate3d(0, -300px, 0); }
513
+
514
+ .reveal .slides > section > section[data-transition=convex].future,
515
+ .reveal .slides > section > section[data-transition~=convex-in].future,
516
+ .reveal.convex .slides > section > section:not([data-transition]).future {
517
+ -webkit-transform: translate3d(0, 300px, 0) rotateX(-70deg) translate3d(0, 300px, 0);
518
+ transform: translate3d(0, 300px, 0) rotateX(-70deg) translate3d(0, 300px, 0); }
519
+
520
+ /*********************************************
521
+ * CONCAVE TRANSITION
522
+ *********************************************/
523
+ .reveal .slides > section[data-transition=concave].past,
524
+ .reveal .slides > section[data-transition~=concave-out].past,
525
+ .reveal.concave .slides > section:not([data-transition]).past {
526
+ -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0);
527
+ transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0); }
528
+
529
+ .reveal .slides > section[data-transition=concave].future,
530
+ .reveal .slides > section[data-transition~=concave-in].future,
531
+ .reveal.concave .slides > section:not([data-transition]).future {
532
+ -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0);
533
+ transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0); }
534
+
535
+ .reveal .slides > section > section[data-transition=concave].past,
536
+ .reveal .slides > section > section[data-transition~=concave-out].past,
537
+ .reveal.concave .slides > section > section:not([data-transition]).past {
538
+ -webkit-transform: translate3d(0, -80%, 0) rotateX(-70deg) translate3d(0, -80%, 0);
539
+ transform: translate3d(0, -80%, 0) rotateX(-70deg) translate3d(0, -80%, 0); }
540
+
541
+ .reveal .slides > section > section[data-transition=concave].future,
542
+ .reveal .slides > section > section[data-transition~=concave-in].future,
543
+ .reveal.concave .slides > section > section:not([data-transition]).future {
544
+ -webkit-transform: translate3d(0, 80%, 0) rotateX(70deg) translate3d(0, 80%, 0);
545
+ transform: translate3d(0, 80%, 0) rotateX(70deg) translate3d(0, 80%, 0); }
546
+
547
+ /*********************************************
548
+ * ZOOM TRANSITION
549
+ *********************************************/
550
+ .reveal .slides section[data-transition=zoom],
551
+ .reveal.zoom .slides section:not([data-transition]) {
552
+ -webkit-transition-timing-function: ease;
553
+ transition-timing-function: ease; }
554
+
555
+ .reveal .slides > section[data-transition=zoom].past,
556
+ .reveal .slides > section[data-transition~=zoom-out].past,
557
+ .reveal.zoom .slides > section:not([data-transition]).past {
558
+ visibility: hidden;
559
+ -webkit-transform: scale(16);
560
+ transform: scale(16); }
561
+
562
+ .reveal .slides > section[data-transition=zoom].future,
563
+ .reveal .slides > section[data-transition~=zoom-in].future,
564
+ .reveal.zoom .slides > section:not([data-transition]).future {
565
+ visibility: hidden;
566
+ -webkit-transform: scale(0.2);
567
+ transform: scale(0.2); }
568
+
569
+ .reveal .slides > section > section[data-transition=zoom].past,
570
+ .reveal .slides > section > section[data-transition~=zoom-out].past,
571
+ .reveal.zoom .slides > section > section:not([data-transition]).past {
572
+ -webkit-transform: translate(0, -150%);
573
+ transform: translate(0, -150%); }
574
+
575
+ .reveal .slides > section > section[data-transition=zoom].future,
576
+ .reveal .slides > section > section[data-transition~=zoom-in].future,
577
+ .reveal.zoom .slides > section > section:not([data-transition]).future {
578
+ -webkit-transform: translate(0, 150%);
579
+ transform: translate(0, 150%); }
580
+
581
+ /*********************************************
582
+ * CUBE TRANSITION
583
+ *********************************************/
584
+ .reveal.cube .slides {
585
+ -webkit-perspective: 1300px;
586
+ perspective: 1300px; }
587
+
588
+ .reveal.cube .slides section {
589
+ padding: 30px;
590
+ min-height: 700px;
591
+ -webkit-backface-visibility: hidden;
592
+ backface-visibility: hidden;
593
+ box-sizing: border-box; }
594
+
595
+ .reveal.center.cube .slides section {
596
+ min-height: 0; }
597
+
598
+ .reveal.cube .slides section:not(.stack):before {
599
+ content: '';
600
+ position: absolute;
601
+ display: block;
602
+ width: 100%;
603
+ height: 100%;
604
+ left: 0;
605
+ top: 0;
606
+ background: rgba(0, 0, 0, 0.1);
607
+ border-radius: 4px;
608
+ -webkit-transform: translateZ(-20px);
609
+ transform: translateZ(-20px); }
610
+
611
+ .reveal.cube .slides section:not(.stack):after {
612
+ content: '';
613
+ position: absolute;
614
+ display: block;
615
+ width: 90%;
616
+ height: 30px;
617
+ left: 5%;
618
+ bottom: 0;
619
+ background: none;
620
+ z-index: 1;
621
+ border-radius: 4px;
622
+ box-shadow: 0px 95px 25px rgba(0, 0, 0, 0.2);
623
+ -webkit-transform: translateZ(-90px) rotateX(65deg);
624
+ transform: translateZ(-90px) rotateX(65deg); }
625
+
626
+ .reveal.cube .slides > section.stack {
627
+ padding: 0;
628
+ background: none; }
629
+
630
+ .reveal.cube .slides > section.past {
631
+ -webkit-transform-origin: 100% 0%;
632
+ transform-origin: 100% 0%;
633
+ -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
634
+ transform: translate3d(-100%, 0, 0) rotateY(-90deg); }
635
+
636
+ .reveal.cube .slides > section.future {
637
+ -webkit-transform-origin: 0% 0%;
638
+ transform-origin: 0% 0%;
639
+ -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg);
640
+ transform: translate3d(100%, 0, 0) rotateY(90deg); }
641
+
642
+ .reveal.cube .slides > section > section.past {
643
+ -webkit-transform-origin: 0% 100%;
644
+ transform-origin: 0% 100%;
645
+ -webkit-transform: translate3d(0, -100%, 0) rotateX(90deg);
646
+ transform: translate3d(0, -100%, 0) rotateX(90deg); }
647
+
648
+ .reveal.cube .slides > section > section.future {
649
+ -webkit-transform-origin: 0% 0%;
650
+ transform-origin: 0% 0%;
651
+ -webkit-transform: translate3d(0, 100%, 0) rotateX(-90deg);
652
+ transform: translate3d(0, 100%, 0) rotateX(-90deg); }
653
+
654
+ /*********************************************
655
+ * PAGE TRANSITION
656
+ *********************************************/
657
+ .reveal.page .slides {
658
+ -webkit-perspective-origin: 0% 50%;
659
+ perspective-origin: 0% 50%;
660
+ -webkit-perspective: 3000px;
661
+ perspective: 3000px; }
662
+
663
+ .reveal.page .slides section {
664
+ padding: 30px;
665
+ min-height: 700px;
666
+ box-sizing: border-box; }
667
+
668
+ .reveal.page .slides section.past {
669
+ z-index: 12; }
670
+
671
+ .reveal.page .slides section:not(.stack):before {
672
+ content: '';
673
+ position: absolute;
674
+ display: block;
675
+ width: 100%;
676
+ height: 100%;
677
+ left: 0;
678
+ top: 0;
679
+ background: rgba(0, 0, 0, 0.1);
680
+ -webkit-transform: translateZ(-20px);
681
+ transform: translateZ(-20px); }
682
+
683
+ .reveal.page .slides section:not(.stack):after {
684
+ content: '';
685
+ position: absolute;
686
+ display: block;
687
+ width: 90%;
688
+ height: 30px;
689
+ left: 5%;
690
+ bottom: 0;
691
+ background: none;
692
+ z-index: 1;
693
+ border-radius: 4px;
694
+ box-shadow: 0px 95px 25px rgba(0, 0, 0, 0.2);
695
+ -webkit-transform: translateZ(-90px) rotateX(65deg); }
696
+
697
+ .reveal.page .slides > section.stack {
698
+ padding: 0;
699
+ background: none; }
700
+
701
+ .reveal.page .slides > section.past {
702
+ -webkit-transform-origin: 0% 0%;
703
+ transform-origin: 0% 0%;
704
+ -webkit-transform: translate3d(-40%, 0, 0) rotateY(-80deg);
705
+ transform: translate3d(-40%, 0, 0) rotateY(-80deg); }
706
+
707
+ .reveal.page .slides > section.future {
708
+ -webkit-transform-origin: 100% 0%;
709
+ transform-origin: 100% 0%;
710
+ -webkit-transform: translate3d(0, 0, 0);
711
+ transform: translate3d(0, 0, 0); }
712
+
713
+ .reveal.page .slides > section > section.past {
714
+ -webkit-transform-origin: 0% 0%;
715
+ transform-origin: 0% 0%;
716
+ -webkit-transform: translate3d(0, -40%, 0) rotateX(80deg);
717
+ transform: translate3d(0, -40%, 0) rotateX(80deg); }
718
+
719
+ .reveal.page .slides > section > section.future {
720
+ -webkit-transform-origin: 0% 100%;
721
+ transform-origin: 0% 100%;
722
+ -webkit-transform: translate3d(0, 0, 0);
723
+ transform: translate3d(0, 0, 0); }
724
+
725
+ /*********************************************
726
+ * FADE TRANSITION
727
+ *********************************************/
728
+ .reveal .slides section[data-transition=fade],
729
+ .reveal.fade .slides section:not([data-transition]),
730
+ .reveal.fade .slides > section > section:not([data-transition]) {
731
+ -webkit-transform: none;
732
+ transform: none;
733
+ -webkit-transition: opacity 0.5s;
734
+ transition: opacity 0.5s; }
735
+
736
+ .reveal.fade.overview .slides section,
737
+ .reveal.fade.overview .slides > section > section {
738
+ -webkit-transition: none;
739
+ transition: none; }
740
+
741
+ /*********************************************
742
+ * NO TRANSITION
743
+ *********************************************/
744
+ .reveal .slides section[data-transition=none],
745
+ .reveal.none .slides section:not([data-transition]) {
746
+ -webkit-transform: none;
747
+ transform: none;
748
+ -webkit-transition: none;
749
+ transition: none; }
750
+
751
+ /*********************************************
752
+ * PAUSED MODE
753
+ *********************************************/
754
+ .reveal .pause-overlay {
755
+ position: absolute;
756
+ top: 0;
757
+ left: 0;
758
+ width: 100%;
759
+ height: 100%;
760
+ background: black;
761
+ visibility: hidden;
762
+ opacity: 0;
763
+ z-index: 100;
764
+ -webkit-transition: all 1s ease;
765
+ transition: all 1s ease; }
766
+
767
+ .reveal.paused .pause-overlay {
768
+ visibility: visible;
769
+ opacity: 1; }
770
+
771
+ /*********************************************
772
+ * FALLBACK
773
+ *********************************************/
774
+ .no-transforms {
775
+ overflow-y: auto; }
776
+
777
+ .no-transforms .reveal .slides {
778
+ position: relative;
779
+ width: 80%;
780
+ height: auto !important;
781
+ top: 0;
782
+ left: 50%;
783
+ margin: 0;
784
+ text-align: center; }
785
+
786
+ .no-transforms .reveal .controls,
787
+ .no-transforms .reveal .progress {
788
+ display: none !important; }
789
+
790
+ .no-transforms .reveal .slides section {
791
+ display: block !important;
792
+ opacity: 1 !important;
793
+ position: relative !important;
794
+ height: auto;
795
+ min-height: 0;
796
+ top: 0;
797
+ left: -50%;
798
+ margin: 70px 0;
799
+ -webkit-transform: none;
800
+ transform: none; }
801
+
802
+ .no-transforms .reveal .slides section section {
803
+ left: 0; }
804
+
805
+ .reveal .no-transition,
806
+ .reveal .no-transition * {
807
+ -webkit-transition: none !important;
808
+ transition: none !important; }
809
+
810
+ /*********************************************
811
+ * PER-SLIDE BACKGROUNDS
812
+ *********************************************/
813
+ .reveal .backgrounds {
814
+ position: absolute;
815
+ width: 100%;
816
+ height: 100%;
817
+ top: 0;
818
+ left: 0;
819
+ -webkit-perspective: 600px;
820
+ perspective: 600px; }
821
+
822
+ .reveal .slide-background {
823
+ display: none;
824
+ position: absolute;
825
+ width: 100%;
826
+ height: 100%;
827
+ opacity: 0;
828
+ visibility: hidden;
829
+ background-color: transparent;
830
+ background-position: 50% 50%;
831
+ background-repeat: no-repeat;
832
+ background-size: cover;
833
+ -webkit-transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
834
+ transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
835
+
836
+ .reveal .slide-background.stack {
837
+ display: block; }
838
+
839
+ .reveal .slide-background.present {
840
+ opacity: 1;
841
+ visibility: visible; }
842
+
843
+ .print-pdf .reveal .slide-background {
844
+ opacity: 1 !important;
845
+ visibility: visible !important; }
846
+
847
+ /* Video backgrounds */
848
+ .reveal .slide-background video {
849
+ position: absolute;
850
+ width: 100%;
851
+ height: 100%;
852
+ max-width: none;
853
+ max-height: none;
854
+ top: 0;
855
+ left: 0; }
856
+
857
+ /* Immediate transition style */
858
+ .reveal[data-background-transition=none] > .backgrounds .slide-background,
859
+ .reveal > .backgrounds .slide-background[data-background-transition=none] {
860
+ -webkit-transition: none;
861
+ transition: none; }
862
+
863
+ /* Slide */
864
+ .reveal[data-background-transition=slide] > .backgrounds .slide-background,
865
+ .reveal > .backgrounds .slide-background[data-background-transition=slide] {
866
+ opacity: 1;
867
+ -webkit-backface-visibility: hidden;
868
+ backface-visibility: hidden; }
869
+
870
+ .reveal[data-background-transition=slide] > .backgrounds .slide-background.past,
871
+ .reveal > .backgrounds .slide-background.past[data-background-transition=slide] {
872
+ -webkit-transform: translate(-100%, 0);
873
+ transform: translate(-100%, 0); }
874
+
875
+ .reveal[data-background-transition=slide] > .backgrounds .slide-background.future,
876
+ .reveal > .backgrounds .slide-background.future[data-background-transition=slide] {
877
+ -webkit-transform: translate(100%, 0);
878
+ transform: translate(100%, 0); }
879
+
880
+ .reveal[data-background-transition=slide] > .backgrounds .slide-background > .slide-background.past,
881
+ .reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=slide] {
882
+ -webkit-transform: translate(0, -100%);
883
+ transform: translate(0, -100%); }
884
+
885
+ .reveal[data-background-transition=slide] > .backgrounds .slide-background > .slide-background.future,
886
+ .reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=slide] {
887
+ -webkit-transform: translate(0, 100%);
888
+ transform: translate(0, 100%); }
889
+
890
+ /* Convex */
891
+ .reveal[data-background-transition=convex] > .backgrounds .slide-background.past,
892
+ .reveal > .backgrounds .slide-background.past[data-background-transition=convex] {
893
+ opacity: 0;
894
+ -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
895
+ transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0); }
896
+
897
+ .reveal[data-background-transition=convex] > .backgrounds .slide-background.future,
898
+ .reveal > .backgrounds .slide-background.future[data-background-transition=convex] {
899
+ opacity: 0;
900
+ -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
901
+ transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0); }
902
+
903
+ .reveal[data-background-transition=convex] > .backgrounds .slide-background > .slide-background.past,
904
+ .reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=convex] {
905
+ opacity: 0;
906
+ -webkit-transform: translate3d(0, -100%, 0) rotateX(90deg) translate3d(0, -100%, 0);
907
+ transform: translate3d(0, -100%, 0) rotateX(90deg) translate3d(0, -100%, 0); }
908
+
909
+ .reveal[data-background-transition=convex] > .backgrounds .slide-background > .slide-background.future,
910
+ .reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=convex] {
911
+ opacity: 0;
912
+ -webkit-transform: translate3d(0, 100%, 0) rotateX(-90deg) translate3d(0, 100%, 0);
913
+ transform: translate3d(0, 100%, 0) rotateX(-90deg) translate3d(0, 100%, 0); }
914
+
915
+ /* Concave */
916
+ .reveal[data-background-transition=concave] > .backgrounds .slide-background.past,
917
+ .reveal > .backgrounds .slide-background.past[data-background-transition=concave] {
918
+ opacity: 0;
919
+ -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0);
920
+ transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0); }
921
+
922
+ .reveal[data-background-transition=concave] > .backgrounds .slide-background.future,
923
+ .reveal > .backgrounds .slide-background.future[data-background-transition=concave] {
924
+ opacity: 0;
925
+ -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0);
926
+ transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0); }
927
+
928
+ .reveal[data-background-transition=concave] > .backgrounds .slide-background > .slide-background.past,
929
+ .reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=concave] {
930
+ opacity: 0;
931
+ -webkit-transform: translate3d(0, -100%, 0) rotateX(-90deg) translate3d(0, -100%, 0);
932
+ transform: translate3d(0, -100%, 0) rotateX(-90deg) translate3d(0, -100%, 0); }
933
+
934
+ .reveal[data-background-transition=concave] > .backgrounds .slide-background > .slide-background.future,
935
+ .reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=concave] {
936
+ opacity: 0;
937
+ -webkit-transform: translate3d(0, 100%, 0) rotateX(90deg) translate3d(0, 100%, 0);
938
+ transform: translate3d(0, 100%, 0) rotateX(90deg) translate3d(0, 100%, 0); }
939
+
940
+ /* Zoom */
941
+ .reveal[data-background-transition=zoom] > .backgrounds .slide-background,
942
+ .reveal > .backgrounds .slide-background[data-background-transition=zoom] {
943
+ -webkit-transition-timing-function: ease;
944
+ transition-timing-function: ease; }
945
+
946
+ .reveal[data-background-transition=zoom] > .backgrounds .slide-background.past,
947
+ .reveal > .backgrounds .slide-background.past[data-background-transition=zoom] {
948
+ opacity: 0;
949
+ visibility: hidden;
950
+ -webkit-transform: scale(16);
951
+ transform: scale(16); }
952
+
953
+ .reveal[data-background-transition=zoom] > .backgrounds .slide-background.future,
954
+ .reveal > .backgrounds .slide-background.future[data-background-transition=zoom] {
955
+ opacity: 0;
956
+ visibility: hidden;
957
+ -webkit-transform: scale(0.2);
958
+ transform: scale(0.2); }
959
+
960
+ .reveal[data-background-transition=zoom] > .backgrounds .slide-background > .slide-background.past,
961
+ .reveal > .backgrounds .slide-background > .slide-background.past[data-background-transition=zoom] {
962
+ opacity: 0;
963
+ visibility: hidden;
964
+ -webkit-transform: scale(16);
965
+ transform: scale(16); }
966
+
967
+ .reveal[data-background-transition=zoom] > .backgrounds .slide-background > .slide-background.future,
968
+ .reveal > .backgrounds .slide-background > .slide-background.future[data-background-transition=zoom] {
969
+ opacity: 0;
970
+ visibility: hidden;
971
+ -webkit-transform: scale(0.2);
972
+ transform: scale(0.2); }
973
+
974
+ /* Global transition speed settings */
975
+ .reveal[data-transition-speed="fast"] > .backgrounds .slide-background {
976
+ -webkit-transition-duration: 400ms;
977
+ transition-duration: 400ms; }
978
+
979
+ .reveal[data-transition-speed="slow"] > .backgrounds .slide-background {
980
+ -webkit-transition-duration: 1200ms;
981
+ transition-duration: 1200ms; }
982
+
983
+ /*********************************************
984
+ * OVERVIEW
985
+ *********************************************/
986
+ .reveal.overview {
987
+ -webkit-perspective-origin: 50% 50%;
988
+ perspective-origin: 50% 50%;
989
+ -webkit-perspective: 700px;
990
+ perspective: 700px; }
991
+ .reveal.overview .slides section {
992
+ height: 100%;
993
+ top: 0 !important;
994
+ opacity: 1 !important;
995
+ overflow: hidden;
996
+ visibility: visible !important;
997
+ cursor: pointer;
998
+ box-sizing: border-box; }
999
+ .reveal.overview .slides section:hover,
1000
+ .reveal.overview .slides section.present {
1001
+ outline: 10px solid rgba(150, 150, 150, 0.4);
1002
+ outline-offset: 10px; }
1003
+ .reveal.overview .slides section .fragment {
1004
+ opacity: 1;
1005
+ -webkit-transition: none;
1006
+ transition: none; }
1007
+ .reveal.overview .slides section:after,
1008
+ .reveal.overview .slides section:before {
1009
+ display: none !important; }
1010
+ .reveal.overview .slides > section.stack {
1011
+ padding: 0;
1012
+ top: 0 !important;
1013
+ background: none;
1014
+ outline: none;
1015
+ overflow: visible; }
1016
+ .reveal.overview .backgrounds {
1017
+ -webkit-perspective: inherit;
1018
+ perspective: inherit; }
1019
+ .reveal.overview .backgrounds .slide-background {
1020
+ opacity: 1;
1021
+ visibility: visible;
1022
+ outline: 10px solid rgba(150, 150, 150, 0.1);
1023
+ outline-offset: 10px; }
1024
+
1025
+ .reveal.overview .slides section,
1026
+ .reveal.overview-deactivating .slides section {
1027
+ -webkit-transition: none;
1028
+ transition: none; }
1029
+
1030
+ .reveal.overview .backgrounds .slide-background,
1031
+ .reveal.overview-deactivating .backgrounds .slide-background {
1032
+ -webkit-transition: none;
1033
+ transition: none; }
1034
+
1035
+ .reveal.overview-animated .slides {
1036
+ -webkit-transition: -webkit-transform 0.4s ease;
1037
+ transition: transform 0.4s ease; }
1038
+
1039
+ /*********************************************
1040
+ * RTL SUPPORT
1041
+ *********************************************/
1042
+ .reveal.rtl .slides,
1043
+ .reveal.rtl .slides h1,
1044
+ .reveal.rtl .slides h2,
1045
+ .reveal.rtl .slides h3,
1046
+ .reveal.rtl .slides h4,
1047
+ .reveal.rtl .slides h5,
1048
+ .reveal.rtl .slides h6 {
1049
+ direction: rtl;
1050
+ font-family: sans-serif; }
1051
+
1052
+ .reveal.rtl pre,
1053
+ .reveal.rtl code {
1054
+ direction: ltr; }
1055
+
1056
+ .reveal.rtl ol,
1057
+ .reveal.rtl ul {
1058
+ text-align: right; }
1059
+
1060
+ .reveal.rtl .progress span {
1061
+ float: right; }
1062
+
1063
+ /*********************************************
1064
+ * PARALLAX BACKGROUND
1065
+ *********************************************/
1066
+ .reveal.has-parallax-background .backgrounds {
1067
+ -webkit-transition: all 0.8s ease;
1068
+ transition: all 0.8s ease; }
1069
+
1070
+ /* Global transition speed settings */
1071
+ .reveal.has-parallax-background[data-transition-speed="fast"] .backgrounds {
1072
+ -webkit-transition-duration: 400ms;
1073
+ transition-duration: 400ms; }
1074
+
1075
+ .reveal.has-parallax-background[data-transition-speed="slow"] .backgrounds {
1076
+ -webkit-transition-duration: 1200ms;
1077
+ transition-duration: 1200ms; }
1078
+
1079
+ /*********************************************
1080
+ * LINK PREVIEW OVERLAY
1081
+ *********************************************/
1082
+ .reveal .overlay {
1083
+ position: absolute;
1084
+ top: 0;
1085
+ left: 0;
1086
+ width: 100%;
1087
+ height: 100%;
1088
+ z-index: 1000;
1089
+ background: rgba(0, 0, 0, 0.9);
1090
+ opacity: 0;
1091
+ visibility: hidden;
1092
+ -webkit-transition: all 0.3s ease;
1093
+ transition: all 0.3s ease; }
1094
+
1095
+ .reveal .overlay.visible {
1096
+ opacity: 1;
1097
+ visibility: visible; }
1098
+
1099
+ .reveal .overlay .spinner {
1100
+ position: absolute;
1101
+ display: block;
1102
+ top: 50%;
1103
+ left: 50%;
1104
+ width: 32px;
1105
+ height: 32px;
1106
+ margin: -16px 0 0 -16px;
1107
+ z-index: 10;
1108
+ background-image: url(data:image/gif;base64,R0lGODlhIAAgAPMAAJmZmf%2F%2F%2F6%2Bvr8nJybW1tcDAwOjo6Nvb26ioqKOjo7Ozs%2FLy8vz8%2FAAAAAAAAAAAACH%2FC05FVFNDQVBFMi4wAwEAAAAh%2FhpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh%2BQQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ%2FV%2FnmOM82XiHRLYKhKP1oZmADdEAAAh%2BQQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY%2FCZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB%2BA4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6%2BHo7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq%2BB6QDtuetcaBPnW6%2BO7wDHpIiK9SaVK5GgV543tzjgGcghAgAh%2BQQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK%2B%2BG%2Bw48edZPK%2BM6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE%2BG%2BcD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm%2BFNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk%2BaV%2BoJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0%2FVNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc%2BXiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30%2FiI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE%2FjiuL04RGEBgwWhShRgQExHBAAh%2BQQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR%2BipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY%2BYip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd%2BMFCN6HAAIKgNggY0KtEBAAh%2BQQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1%2BvsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d%2BjYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg%2BygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0%2Bbm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h%2BKr0SJ8MFihpNbx%2B4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX%2BBP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA%3D%3D);
1109
+ visibility: visible;
1110
+ opacity: 0.6;
1111
+ -webkit-transition: all 0.3s ease;
1112
+ transition: all 0.3s ease; }
1113
+
1114
+ .reveal .overlay header {
1115
+ position: absolute;
1116
+ left: 0;
1117
+ top: 0;
1118
+ width: 100%;
1119
+ height: 40px;
1120
+ z-index: 2;
1121
+ border-bottom: 1px solid #222; }
1122
+
1123
+ .reveal .overlay header a {
1124
+ display: inline-block;
1125
+ width: 40px;
1126
+ height: 40px;
1127
+ padding: 0 10px;
1128
+ float: right;
1129
+ opacity: 0.6;
1130
+ box-sizing: border-box; }
1131
+
1132
+ .reveal .overlay header a:hover {
1133
+ opacity: 1; }
1134
+
1135
+ .reveal .overlay header a .icon {
1136
+ display: inline-block;
1137
+ width: 20px;
1138
+ height: 20px;
1139
+ background-position: 50% 50%;
1140
+ background-size: 100%;
1141
+ background-repeat: no-repeat; }
1142
+
1143
+ .reveal .overlay header a.close .icon {
1144
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABkklEQVRYR8WX4VHDMAxG6wnoJrABZQPYBCaBTWAD2g1gE5gg6OOsXuxIlr40d81dfrSJ9V4c2VLK7spHuTJ/5wpM07QXuXc5X0opX2tEJcadjHuV80li/FgxTIEK/5QBCICBD6xEhSMGHgQPgBgLiYVAB1dpSqKDawxTohFw4JSEA3clzgIBPCURwE2JucBR7rhPJJv5OpJwDX+SfDjgx1wACQeJG1aChP9K/IMmdZ8DtESV1WyP3Bt4MwM6sj4NMxMYiqUWHQu4KYA/SYkIjOsm3BXYWMKFDwU2khjCQ4ELJUJ4SmClRArOCmSXGuKma0fYD5CbzHxFpCSGAhfAVSSUGDUk2BWZaff2g6GE15BsBQ9nwmpIGDiyHQddwNTMKkbZaf9fajXQca1EX44puJZUsnY0ObGmITE3GVLCbEhQUjGVt146j6oasWN+49Vph2w1pZ5EansNZqKBm1txbU57iRRcZ86RWMDdWtBJUHBHwoQPi1GV+JCbntmvok7iTX4/Up9mgyTc/FJYDTcndgH/AA5A/CHsyEkVAAAAAElFTkSuQmCC); }
1145
+
1146
+ .reveal .overlay header a.external .icon {
1147
+ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAcElEQVRYR+2WSQoAIQwEzf8f7XiOMkUQxUPlGkM3hVmiQfQR9GYnH1SsAQlI4DiBqkCMoNb9y2e90IAEJPAcgdznU9+engMaeJ7Azh5Y1U67gAho4DqBqmB1buAf0MB1AlVBek83ZPkmJMGc1wAR+AAqod/B97TRpQAAAABJRU5ErkJggg==); }
1148
+
1149
+ .reveal .overlay .viewport {
1150
+ position: absolute;
1151
+ display: -webkit-box;
1152
+ display: -webkit-flex;
1153
+ display: -ms-flexbox;
1154
+ display: flex;
1155
+ top: 40px;
1156
+ right: 0;
1157
+ bottom: 0;
1158
+ left: 0; }
1159
+
1160
+ .reveal .overlay.overlay-preview .viewport iframe {
1161
+ width: 100%;
1162
+ height: 100%;
1163
+ max-width: 100%;
1164
+ max-height: 100%;
1165
+ border: 0;
1166
+ opacity: 0;
1167
+ visibility: hidden;
1168
+ -webkit-transition: all 0.3s ease;
1169
+ transition: all 0.3s ease; }
1170
+
1171
+ .reveal .overlay.overlay-preview.loaded .viewport iframe {
1172
+ opacity: 1;
1173
+ visibility: visible; }
1174
+
1175
+ .reveal .overlay.overlay-preview.loaded .spinner {
1176
+ opacity: 0;
1177
+ visibility: hidden;
1178
+ -webkit-transform: scale(0.2);
1179
+ transform: scale(0.2); }
1180
+
1181
+ .reveal .overlay.overlay-help .viewport {
1182
+ overflow: auto;
1183
+ color: #fff; }
1184
+
1185
+ .reveal .overlay.overlay-help .viewport .viewport-inner {
1186
+ width: 600px;
1187
+ margin: auto;
1188
+ padding: 20px 20px 80px 20px;
1189
+ text-align: center;
1190
+ letter-spacing: normal; }
1191
+
1192
+ .reveal .overlay.overlay-help .viewport .viewport-inner .title {
1193
+ font-size: 20px; }
1194
+
1195
+ .reveal .overlay.overlay-help .viewport .viewport-inner table {
1196
+ border: 1px solid #fff;
1197
+ border-collapse: collapse;
1198
+ font-size: 16px; }
1199
+
1200
+ .reveal .overlay.overlay-help .viewport .viewport-inner table th,
1201
+ .reveal .overlay.overlay-help .viewport .viewport-inner table td {
1202
+ width: 200px;
1203
+ padding: 14px;
1204
+ border: 1px solid #fff;
1205
+ vertical-align: middle; }
1206
+
1207
+ .reveal .overlay.overlay-help .viewport .viewport-inner table th {
1208
+ padding-top: 20px;
1209
+ padding-bottom: 20px; }
1210
+
1211
+ /*********************************************
1212
+ * PLAYBACK COMPONENT
1213
+ *********************************************/
1214
+ .reveal .playback {
1215
+ position: fixed;
1216
+ left: 15px;
1217
+ bottom: 20px;
1218
+ z-index: 30;
1219
+ cursor: pointer;
1220
+ -webkit-transition: all 400ms ease;
1221
+ transition: all 400ms ease; }
1222
+
1223
+ .reveal.overview .playback {
1224
+ opacity: 0;
1225
+ visibility: hidden; }
1226
+
1227
+ /*********************************************
1228
+ * ROLLING LINKS
1229
+ *********************************************/
1230
+ .reveal .roll {
1231
+ display: inline-block;
1232
+ line-height: 1.2;
1233
+ overflow: hidden;
1234
+ vertical-align: top;
1235
+ -webkit-perspective: 400px;
1236
+ perspective: 400px;
1237
+ -webkit-perspective-origin: 50% 50%;
1238
+ perspective-origin: 50% 50%; }
1239
+
1240
+ .reveal .roll:hover {
1241
+ background: none;
1242
+ text-shadow: none; }
1243
+
1244
+ .reveal .roll span {
1245
+ display: block;
1246
+ position: relative;
1247
+ padding: 0 2px;
1248
+ pointer-events: none;
1249
+ -webkit-transition: all 400ms ease;
1250
+ transition: all 400ms ease;
1251
+ -webkit-transform-origin: 50% 0%;
1252
+ transform-origin: 50% 0%;
1253
+ -webkit-transform-style: preserve-3d;
1254
+ transform-style: preserve-3d;
1255
+ -webkit-backface-visibility: hidden;
1256
+ backface-visibility: hidden; }
1257
+
1258
+ .reveal .roll:hover span {
1259
+ background: rgba(0, 0, 0, 0.5);
1260
+ -webkit-transform: translate3d(0px, 0px, -45px) rotateX(90deg);
1261
+ transform: translate3d(0px, 0px, -45px) rotateX(90deg); }
1262
+
1263
+ .reveal .roll span:after {
1264
+ content: attr(data-title);
1265
+ display: block;
1266
+ position: absolute;
1267
+ left: 0;
1268
+ top: 0;
1269
+ padding: 0 2px;
1270
+ -webkit-backface-visibility: hidden;
1271
+ backface-visibility: hidden;
1272
+ -webkit-transform-origin: 50% 0%;
1273
+ transform-origin: 50% 0%;
1274
+ -webkit-transform: translate3d(0px, 110%, 0px) rotateX(-90deg);
1275
+ transform: translate3d(0px, 110%, 0px) rotateX(-90deg); }
1276
+
1277
+ /*********************************************
1278
+ * SPEAKER NOTES
1279
+ *********************************************/
1280
+ .reveal aside.notes {
1281
+ display: none; }
1282
+
1283
+ .reveal .speaker-notes {
1284
+ display: none;
1285
+ position: absolute;
1286
+ width: 70%;
1287
+ max-height: 15%;
1288
+ left: 15%;
1289
+ bottom: 26px;
1290
+ padding: 10px;
1291
+ z-index: 1;
1292
+ font-size: 18px;
1293
+ line-height: 1.4;
1294
+ color: #fff;
1295
+ background-color: rgba(0, 0, 0, 0.5);
1296
+ overflow: auto;
1297
+ box-sizing: border-box;
1298
+ text-align: left;
1299
+ font-family: Helvetica, sans-serif;
1300
+ -webkit-overflow-scrolling: touch; }
1301
+
1302
+ .reveal .speaker-notes.visible:not(:empty) {
1303
+ display: block; }
1304
+
1305
+ @media screen and (max-width: 1024px) {
1306
+ .reveal .speaker-notes {
1307
+ font-size: 14px; } }
1308
+
1309
+ @media screen and (max-width: 600px) {
1310
+ .reveal .speaker-notes {
1311
+ width: 90%;
1312
+ left: 5%; } }
1313
+
1314
+ /*********************************************
1315
+ * ZOOM PLUGIN
1316
+ *********************************************/
1317
+ .zoomed .reveal *,
1318
+ .zoomed .reveal *:before,
1319
+ .zoomed .reveal *:after {
1320
+ -webkit-backface-visibility: visible !important;
1321
+ backface-visibility: visible !important; }
1322
+
1323
+ .zoomed .reveal .progress,
1324
+ .zoomed .reveal .controls {
1325
+ opacity: 0; }
1326
+
1327
+ .zoomed .reveal .roll span {
1328
+ background: none; }
1329
+
1330
+ .zoomed .reveal .roll span:after {
1331
+ visibility: hidden; }