vebdew 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (34) hide show
  1. data/README.md +70 -42
  2. data/VERSION +1 -1
  3. data/lib/template/css/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  4. data/lib/template/css/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  5. data/lib/template/css/images/ui-bg_gloss-wave_16_121212_500x100.png +0 -0
  6. data/lib/template/css/images/ui-bg_highlight-hard_15_888888_1x100.png +0 -0
  7. data/lib/template/css/images/ui-bg_highlight-hard_55_555555_1x100.png +0 -0
  8. data/lib/template/css/images/ui-bg_highlight-soft_35_adadad_1x100.png +0 -0
  9. data/lib/template/css/images/ui-bg_highlight-soft_60_dddddd_1x100.png +0 -0
  10. data/lib/template/css/images/ui-bg_inset-soft_15_121212_1x100.png +0 -0
  11. data/lib/template/css/images/ui-icons_666666_256x240.png +0 -0
  12. data/lib/template/css/images/ui-icons_aaaaaa_256x240.png +0 -0
  13. data/lib/template/css/images/ui-icons_bbbbbb_256x240.png +0 -0
  14. data/lib/template/css/images/ui-icons_c98000_256x240.png +0 -0
  15. data/lib/template/css/images/ui-icons_cccccc_256x240.png +0 -0
  16. data/lib/template/css/images/ui-icons_cd0a0a_256x240.png +0 -0
  17. data/lib/template/css/images/ui-icons_f29a00_256x240.png +0 -0
  18. data/lib/template/css/jquery-ui.css +306 -0
  19. data/lib/template/css/main.css +800 -0
  20. data/lib/template/css/reset.css +57 -0
  21. data/lib/template/css/ruler.css +34 -0
  22. data/lib/template/css/sample.css +128 -0
  23. data/lib/template/css/styles.css +102 -0
  24. data/lib/template/js/index.js +57 -0
  25. data/lib/template/js/init.js +6 -0
  26. data/lib/template/js/jquery-ui.min.js +76 -0
  27. data/lib/template/js/jquery.min.js +4 -0
  28. data/lib/template/js/reveal.js +705 -0
  29. data/lib/template/js/ruler.js +9 -0
  30. data/lib/template/js/sample.js +120 -0
  31. data/lib/template/vew/sample.vew +1 -1
  32. data/lib/vebdew/parser.rb +5 -1
  33. data/vebdew.gemspec +29 -1
  34. metadata +40 -12
@@ -0,0 +1,800 @@
1
+ @charset "UTF-8";
2
+ /**
3
+ * Main styles for reveal.js
4
+ *
5
+ * @author Hakim El Hattab
6
+ */
7
+ html, body, div, span, applet, object, iframe,
8
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
9
+ a, abbr, acronym, address, big, cite, code,
10
+ del, dfn, em, img, ins, kbd, q, s, samp,
11
+ small, strike, strong, sub, sup, tt, var,
12
+ b, u, i, center,
13
+ dl, dt, dd, ol, ul, li,
14
+ fieldset, form, label, legend,
15
+ table, caption, tbody, tfoot, thead, tr, th, td,
16
+ article, aside, canvas, details, embed,
17
+ figure, figcaption, footer, header, hgroup,
18
+ menu, nav, output, ruby, section, summary,
19
+ time, mark, audio, video {
20
+ margin: 0;
21
+ padding: 0;
22
+ border: 0;
23
+ font-size: 100%;
24
+ font: inherit;
25
+ vertical-align: baseline;
26
+ }
27
+
28
+ body {
29
+ line-height: 1;
30
+ }
31
+
32
+ ol, ul {
33
+ list-style: none;
34
+ }
35
+
36
+ table {
37
+ border-collapse: collapse;
38
+ border-spacing: 0;
39
+ }
40
+
41
+ caption, th, td {
42
+ text-align: left;
43
+ font-weight: normal;
44
+ vertical-align: middle;
45
+ }
46
+
47
+ q, blockquote {
48
+ quotes: none;
49
+ }
50
+ q:before, q:after, blockquote:before, blockquote:after {
51
+ content: "";
52
+ content: none;
53
+ }
54
+
55
+ a img {
56
+ border: none;
57
+ }
58
+
59
+ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
60
+ display: block;
61
+ }
62
+
63
+ body {
64
+ font-size: 175%;
65
+ line-height: 1.286em;
66
+ }
67
+
68
+ html > body {
69
+ font-size: 28px;
70
+ }
71
+
72
+ /*********************************************
73
+ * GLOBAL STYLES
74
+ *********************************************/
75
+ html, body {
76
+ position: relative;
77
+ padding: 0;
78
+ margin: 0;
79
+ overflow: hidden;
80
+ font-family: '文泉驛微米黑', 'LiHei Pro', '微軟正黑體';
81
+ font-weight: 200;
82
+ letter-spacing: -0.02em;
83
+ color: #eee;
84
+ width: 100%;
85
+ height: 100%;
86
+ min-height: 400px;
87
+ }
88
+
89
+ html {
90
+ background: #1c1e20;
91
+ background: -moz-radial-gradient(center, ellipse cover, #555a5f 0%, #1c1e20 100%);
92
+ background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #555a5f), color-stop(100%, #1c1e20));
93
+ background: -webkit-radial-gradient(center, ellipse cover, #555a5f 0%, #1c1e20 100%);
94
+ background: -o-radial-gradient(center, ellipse cover, #555a5f 0%, #1c1e20 100%);
95
+ background: -ms-radial-gradient(center, ellipse cover, #555a5f 0%, #1c1e20 100%);
96
+ background: radial-gradient(center, ellipse cover, #555a5f 0%, #1c1e20 100%);
97
+ }
98
+
99
+ /*********************************************
100
+ * HEADERS
101
+ *********************************************/
102
+ #reveal h1, #reveal h2, #reveal h3, #reveal h4 {
103
+ margin: 0 0 20px 0;
104
+ color: #eee;
105
+ line-height: 1.929em;
106
+ letter-spacing: 0.02em;
107
+ text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
108
+ }
109
+ #reveal h1 {
110
+ font-size: 7.143em;
111
+ line-height: 1.08em;
112
+ padding-top: 0.643em;
113
+ }
114
+ #reveal h2 {
115
+ font-size: 2.714em;
116
+ line-height: 1.421em;
117
+ }
118
+ #reveal h3 {
119
+ font-size: 2em;
120
+ line-height: 1.286em;
121
+ }
122
+ #reveal h4 {
123
+ font-size: 1.286em;
124
+ line-height: 2em;
125
+ }
126
+ #reveal h1.inverted, #reveal h2.inverted, #reveal h3.inverted, #reveal h4.inverted {
127
+ color: #fff;
128
+ text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
129
+ }
130
+ #reveal h1 {
131
+ text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15);
132
+ }
133
+ #reveal .slides section {
134
+ font-weight: normal;
135
+ }
136
+ #reveal .slides section .fragment {
137
+ opacity: 0;
138
+ -webkit-transition: all .2s ease;
139
+ -moz-transition: all .2s ease;
140
+ -ms-transition: all .2s ease;
141
+ -o-transition: all .2s ease;
142
+ transition: all .2s ease;
143
+ }
144
+ #reveal .slides section .fragment.visible {
145
+ opacity: 1;
146
+ }
147
+ #reveal strong, #reveal b {
148
+ font-weight: bold;
149
+ }
150
+ #reveal em, #reveal i {
151
+ font-style: italic;
152
+ }
153
+ #reveal ol, #reveal ul {
154
+ display: inline-block;
155
+ text-align: left;
156
+ margin: 0 auto;
157
+ }
158
+ #reveal ol {
159
+ list-style: decimal;
160
+ list-style-position: inside;
161
+ }
162
+ #reveal ul {
163
+ list-style: disc;
164
+ }
165
+ #reveal p {
166
+ margin-bottom: 10px;
167
+ }
168
+ #reveal blockquote {
169
+ display: block;
170
+ position: relative;
171
+ width: 70%;
172
+ margin: 5px auto;
173
+ padding: 5px;
174
+ font-style: italic;
175
+ background: rgba(255, 255, 255, 0.05);
176
+ box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
177
+ }
178
+ #reveal blockquote:before {
179
+ content: '“';
180
+ }
181
+ #reveal blockquote:after {
182
+ content: '”';
183
+ }
184
+ #reveal pre {
185
+ position: relative;
186
+ text-align: left;
187
+ font-family: monospace;
188
+ word-wrap: break-word;
189
+ white-space: pre-wrap;
190
+ box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
191
+ }
192
+ #reveal code {
193
+ font-family: monospace;
194
+ }
195
+ #reveal small {
196
+ font-size: 0.6em;
197
+ line-height: 2.143em;
198
+ vertical-align: top;
199
+ }
200
+ #reveal q {
201
+ font-style: italic;
202
+ }
203
+ #reveal q:before {
204
+ content: '“';
205
+ }
206
+ #reveal q:after {
207
+ content: '”';
208
+ }
209
+ #reveal a:not(.image) {
210
+ color: #13daec;
211
+ text-decoration: none;
212
+ -webkit-transition: all .2s ease;
213
+ -moz-transition: all .2s ease;
214
+ -ms-transition: all .2s ease;
215
+ -o-transition: all .2s ease;
216
+ transition: all .2s ease;
217
+ }
218
+ #reveal a:not(.image):hover {
219
+ color: #71e9f4;
220
+ background: rgba(38, 62, 64, 0.4);
221
+ text-shadow: none;
222
+ border: none;
223
+ border-radius: 2px;
224
+ }
225
+ #reveal section img {
226
+ margin: 30px 0 0 0;
227
+ background: rgba(255, 255, 255, 0.12);
228
+ border: 4px solid #eee;
229
+ -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
230
+ -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
231
+ -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
232
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
233
+ -webkit-transition: all .2s linear;
234
+ -moz-transition: all .2s linear;
235
+ -ms-transition: all .2s linear;
236
+ -o-transition: all .2s linear;
237
+ transition: all .2s linear;
238
+ }
239
+ #reveal a:hover img {
240
+ background: rgba(255, 255, 255, 0.2);
241
+ border-color: #13DAEC;
242
+ -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
243
+ -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
244
+ -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
245
+ box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
246
+ }
247
+ #reveal .controls {
248
+ display: none;
249
+ position: fixed;
250
+ width: 100px;
251
+ height: 100px;
252
+ font-family: Times, 'Times New Roman', serif;
253
+ right: 0;
254
+ bottom: 0;
255
+ }
256
+ #reveal .controls a {
257
+ font-size: 1.071em;
258
+ line-height: 1.2em;
259
+ position: absolute;
260
+ opacity: 0.1;
261
+ color: #fff;
262
+ }
263
+ #reveal .controls a.enabled {
264
+ opacity: 0.6;
265
+ color: #71e9f4;
266
+ text-shadow: 0px 0px 2px rgba(144, 207, 213, 0.3);
267
+ }
268
+ #reveal .controls a.enabled:active {
269
+ margin-top: 1px;
270
+ }
271
+ #reveal .controls .left {
272
+ top: 30px;
273
+ }
274
+ #reveal .controls .right {
275
+ left: 60px;
276
+ top: 30px;
277
+ }
278
+ #reveal .controls .up {
279
+ left: 30px;
280
+ }
281
+ #reveal .controls .down {
282
+ left: 30px;
283
+ top: 60px;
284
+ }
285
+ #reveal .progress {
286
+ position: fixed;
287
+ display: none;
288
+ height: 3px;
289
+ width: 100%;
290
+ bottom: 0;
291
+ left: 0;
292
+ background: rgba(0, 0, 0, 0.2);
293
+ }
294
+ #reveal .progress span {
295
+ display: block;
296
+ background: #13daec;
297
+ height: 100%;
298
+ width: 0px;
299
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
300
+ -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
301
+ -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
302
+ -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
303
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
304
+ }
305
+ #reveal .roll {
306
+ display: inline-block;
307
+ overflow: hidden;
308
+ vertical-align: top;
309
+ -webkit-perspective: 400px;
310
+ -moz-perspective: 400px;
311
+ -ms-perspective: 400px;
312
+ perspective: 400px;
313
+ -webkit-perspective-origin: 50% 50%;
314
+ -moz-perspective-origin: 50% 50%;
315
+ -ms-perspective-origin: 50% 50%;
316
+ perspective-origin: 50% 50%;
317
+ }
318
+ #reveal .roll:hover {
319
+ background: none;
320
+ text-shadow: none;
321
+ }
322
+ #reveal .roll span {
323
+ display: block;
324
+ position: relative;
325
+ padding: 0 2px;
326
+ pointer-events: none;
327
+ -webkit-transition: all 400ms ease;
328
+ -moz-transition: all 400ms ease;
329
+ -ms-transition: all 400ms ease;
330
+ transition: all 400ms ease;
331
+ -webkit-transform-origin: 50% 0%;
332
+ -moz-transform-origin: 50% 0%;
333
+ -ms-transform-origin: 50% 0%;
334
+ transform-origin: 50% 0%;
335
+ -webkit-transform-style: preserve-3d;
336
+ -moz-transform-style: preserve-3d;
337
+ -ms-transform-style: preserve-3d;
338
+ transform-style: preserve-3d;
339
+ }
340
+ #reveal .roll:hover span {
341
+ background: rgba(0, 0, 0, 0.5);
342
+ -webkit-transform: translate3d(0px, 0px, -45px) rotateX(90deg);
343
+ -moz-transform: translate3d(0px, 0px, -45px) rotateX(90deg);
344
+ -ms-transform: translate3d(0px, 0px, -45px) rotateX(90deg);
345
+ transform: translate3d(0px, 0px, -45px) rotateX(90deg);
346
+ }
347
+ #reveal .roll span:after {
348
+ content: attr(data-title);
349
+ display: block;
350
+ position: absolute;
351
+ left: 0;
352
+ top: 0;
353
+ padding: 0 2px;
354
+ color: #fff;
355
+ background: #24868f;
356
+ -webkit-transform-origin: 50% 0%;
357
+ -moz-transform-origin: 50% 0%;
358
+ -ms-transform-origin: 50% 0%;
359
+ transform-origin: 50% 0%;
360
+ -webkit-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
361
+ -moz-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
362
+ -ms-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
363
+ transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
364
+ }
365
+ #reveal .slides {
366
+ position: absolute;
367
+ width: 900px;
368
+ height: 600px;
369
+ left: 50%;
370
+ top: 50%;
371
+ margin-left: -450px;
372
+ margin-top: -320px;
373
+ padding: 20px 0px;
374
+ text-align: center;
375
+ -webkit-transition: -webkit-perspective .4s ease;
376
+ -moz-transition: -moz-perspective .4s ease;
377
+ -ms-transition: -ms-perspective .4s ease;
378
+ -o-transition: -o-perspective .4s ease;
379
+ transition: perspective .4s ease;
380
+ -webkit-perspective: 600px;
381
+ -moz-perspective: 600px;
382
+ -ms-perspective: 600px;
383
+ perspective: 600px;
384
+ -webkit-perspective-origin: 50% 25%;
385
+ -moz-perspective-origin: 50% 25%;
386
+ -ms-perspective-origin: 50% 25%;
387
+ perspective-origin: 50% 25%;
388
+ }
389
+ #reveal .slides > section {
390
+ display: none;
391
+ position: absolute;
392
+ width: 100%;
393
+ min-height: 600px;
394
+ z-index: 10;
395
+ -webkit-transform-style: preserve-3d;
396
+ -moz-transform-style: preserve-3d;
397
+ -ms-transform-style: preserve-3d;
398
+ transform-style: preserve-3d;
399
+ -webkit-transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
400
+ -moz-transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
401
+ -ms-transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
402
+ -o-transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
403
+ transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
404
+ }
405
+ #reveal .slides > section > section {
406
+ display: none;
407
+ position: absolute;
408
+ width: 100%;
409
+ min-height: 600px;
410
+ z-index: 10;
411
+ -webkit-transform-style: preserve-3d;
412
+ -moz-transform-style: preserve-3d;
413
+ -ms-transform-style: preserve-3d;
414
+ transform-style: preserve-3d;
415
+ -webkit-transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
416
+ -moz-transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
417
+ -ms-transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
418
+ -o-transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
419
+ transition: all 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
420
+ }
421
+ #reveal .slides > section.present {
422
+ display: block;
423
+ z-index: 11;
424
+ opacity: 1;
425
+ }
426
+ #reveal .slides > section.past {
427
+ display: block;
428
+ opacity: 0;
429
+ -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
430
+ -moz-transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
431
+ -ms-transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
432
+ transform: translate3d(-100%, 0, 0) rotateY(-90deg) translate3d(-100%, 0, 0);
433
+ }
434
+ #reveal .slides > section.future {
435
+ display: block;
436
+ opacity: 0;
437
+ -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
438
+ -moz-transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
439
+ -ms-transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
440
+ transform: translate3d(100%, 0, 0) rotateY(90deg) translate3d(100%, 0, 0);
441
+ }
442
+ #reveal .slides > section > section.past {
443
+ display: block;
444
+ opacity: 0;
445
+ -webkit-transform: translate3d(0, -50%, 0) rotateX(70deg) translate3d(0, -50%, 0);
446
+ -moz-transform: translate3d(0, -50%, 0) rotateX(70deg) translate3d(0, -50%, 0);
447
+ -ms-transform: translate3d(0, -50%, 0) rotateX(70deg) translate3d(0, -50%, 0);
448
+ transform: translate3d(0, -50%, 0) rotateX(70deg) translate3d(0, -50%, 0);
449
+ }
450
+ #reveal .slides > section > section.future {
451
+ display: block;
452
+ opacity: 0;
453
+ -webkit-transform: translate3d(0, 50%, 0) rotateX(-70deg) translate3d(0, 50%, 0);
454
+ -moz-transform: translate3d(0, 50%, 0) rotateX(-70deg) translate3d(0, 50%, 0);
455
+ -ms-transform: translate3d(0, 50%, 0) rotateX(-70deg) translate3d(0, 50%, 0);
456
+ transform: translate3d(0, 50%, 0) rotateX(-70deg) translate3d(0, 50%, 0);
457
+ }
458
+ #reveal.concave.slides > section.past {
459
+ -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0);
460
+ -moz-transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0);
461
+ -ms-transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0);
462
+ transform: translate3d(-100%, 0, 0) rotateY(90deg) translate3d(-100%, 0, 0);
463
+ }
464
+ #reveal.concave.slides > section.future {
465
+ -webkit-transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0);
466
+ -moz-transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0);
467
+ -ms-transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0);
468
+ transform: translate3d(100%, 0, 0) rotateY(-90deg) translate3d(100%, 0, 0);
469
+ }
470
+ #reveal.concave.slides > section > section.past {
471
+ -webkit-transform: translate3d(0, -80%, 0) rotateX(-70deg) translate3d(0, -80%, 0);
472
+ -moz-transform: translate3d(0, -80%, 0) rotateX(-70deg) translate3d(0, -80%, 0);
473
+ -ms-transform: translate3d(0, -80%, 0) rotateX(-70deg) translate3d(0, -80%, 0);
474
+ transform: translate3d(0, -80%, 0) rotateX(-70deg) translate3d(0, -80%, 0);
475
+ }
476
+ #reveal.concave.slides > section > section.future {
477
+ -webkit-transform: translate3d(0, 80%, 0) rotateX(70deg) translate3d(0, 80%, 0);
478
+ -moz-transform: translate3d(0, 80%, 0) rotateX(70deg) translate3d(0, 80%, 0);
479
+ -ms-transform: translate3d(0, 80%, 0) rotateX(70deg) translate3d(0, 80%, 0);
480
+ transform: translate3d(0, 80%, 0) rotateX(70deg) translate3d(0, 80%, 0);
481
+ }
482
+ #reveal.linear .slides > section.past {
483
+ -webkit-transform: translate(-150%, 0);
484
+ -moz-transform: translate(-150%, 0);
485
+ -ms-transform: translate(-150%, 0);
486
+ -o-transform: translate(-150%, 0);
487
+ transform: translate(-150%, 0);
488
+ }
489
+ #reveal.linear .slides > section.future {
490
+ -webkit-transform: translate(150%, 0);
491
+ -moz-transform: translate(150%, 0);
492
+ -ms-transform: translate(150%, 0);
493
+ -o-transform: translate(150%, 0);
494
+ transform: translate(150%, 0);
495
+ }
496
+ #reveal.linear .slides > section > section.past {
497
+ -webkit-transform: translate(0, -150%);
498
+ -moz-transform: translate(0, -150%);
499
+ -ms-transform: translate(0, -150%);
500
+ -o-transform: translate(0, -150%);
501
+ transform: translate(0, -150%);
502
+ }
503
+ #reveal.linear .slides > section > section.future {
504
+ -webkit-transform: translate(0, 150%);
505
+ -moz-transform: translate(0, 150%);
506
+ -ms-transform: translate(0, 150%);
507
+ -o-transform: translate(0, 150%);
508
+ transform: translate(0, 150%);
509
+ }
510
+ #reveal.cube .slides {
511
+ margin-top: -350px;
512
+ -webkit-perspective-origin: 50% 25%;
513
+ -moz-perspective-origin: 50% 25%;
514
+ -ms-perspective-origin: 50% 25%;
515
+ perspective-origin: 50% 25%;
516
+ -webkit-perspective: 1300px;
517
+ -moz-perspective: 1300px;
518
+ -ms-perspective: 1300px;
519
+ perspective: 1300px;
520
+ }
521
+ #reveal.cube .slides section {
522
+ padding: 30px;
523
+ -webkit-backface-visibility: hidden;
524
+ -moz-backface-visibility: hidden;
525
+ -ms-backface-visibility: hidden;
526
+ backface-visibility: hidden;
527
+ -webkit-box-sizing: border-box;
528
+ -moz-box-sizing: border-box;
529
+ box-sizing: border-box;
530
+ }
531
+ #reveal.cube .slides section:not(.stack):before {
532
+ content: '';
533
+ position: absolute;
534
+ display: block;
535
+ width: 100%;
536
+ height: 100%;
537
+ left: 0;
538
+ top: 0;
539
+ background: #232628;
540
+ border-radius: 4px;
541
+ -webkit-transform: translateZ(-20px);
542
+ -moz-transform: translateZ(-20px);
543
+ -ms-transform: translateZ(-20px);
544
+ -o-transform: translateZ(-20px);
545
+ transform: translateZ(-20px);
546
+ }
547
+ #reveal.cube .slides section:not(.stack):after {
548
+ content: '';
549
+ position: absolute;
550
+ display: block;
551
+ width: 90%;
552
+ height: 30px;
553
+ left: 5%;
554
+ bottom: 0;
555
+ background: none;
556
+ z-index: 1;
557
+ border-radius: 4px;
558
+ box-shadow: 0px 95px 25px rgba(0, 0, 0, 0.2);
559
+ -webkit-transform: translateZ(-90px) rotateX(65deg);
560
+ -moz-transform: translateZ(-90px) rotateX(65deg);
561
+ -ms-transform: translateZ(-90px) rotateX(65deg);
562
+ -o-transform: translateZ(-90px) rotateX(65deg);
563
+ transform: translateZ(-90px) rotateX(65deg);
564
+ }
565
+ #reveal.cube .slides > section.stack {
566
+ padding: 0;
567
+ background: none;
568
+ }
569
+ #reveal.cube .slides > section.past {
570
+ -webkit-transform-origin: 100% 0%;
571
+ -moz-transform-origin: 100% 0%;
572
+ -ms-transform-origin: 100% 0%;
573
+ transform-origin: 100% 0%;
574
+ -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
575
+ -moz-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
576
+ -ms-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
577
+ transform: translate3d(-100%, 0, 0) rotateY(-90deg);
578
+ }
579
+ #reveal.cube .slides > section.future {
580
+ -webkit-transform-origin: 0% 0%;
581
+ -moz-transform-origin: 0% 0%;
582
+ -ms-transform-origin: 0% 0%;
583
+ transform-origin: 0% 0%;
584
+ -webkit-transform: translate3d(100%, 0, 0) rotateY(90deg);
585
+ -moz-transform: translate3d(100%, 0, 0) rotateY(90deg);
586
+ -ms-transform: translate3d(100%, 0, 0) rotateY(90deg);
587
+ transform: translate3d(100%, 0, 0) rotateY(90deg);
588
+ }
589
+ #reveal.cube .slides > section > section.past {
590
+ -webkit-transform-origin: 0% 100%;
591
+ -moz-transform-origin: 0% 100%;
592
+ -ms-transform-origin: 0% 100%;
593
+ transform-origin: 0% 100%;
594
+ -webkit-transform: translate3d(0, -100%, 0) rotateX(90deg);
595
+ -moz-transform: translate3d(0, -100%, 0) rotateX(90deg);
596
+ -ms-transform: translate3d(0, -100%, 0) rotateX(90deg);
597
+ transform: translate3d(0, -100%, 0) rotateX(90deg);
598
+ }
599
+ #reveal.cube .slides > section > section.future {
600
+ -webkit-transform-origin: 0% 0%;
601
+ -moz-transform-origin: 0% 0%;
602
+ -ms-transform-origin: 0% 0%;
603
+ transform-origin: 0% 0%;
604
+ -webkit-transform: translate3d(0, 100%, 0) rotateX(-90deg);
605
+ -moz-transform: translate3d(0, 100%, 0) rotateX(-90deg);
606
+ -ms-transform: translate3d(0, 100%, 0) rotateX(-90deg);
607
+ transform: translate3d(0, 100%, 0) rotateX(-90deg);
608
+ }
609
+ #reveal.page .slides {
610
+ margin-top: -350px;
611
+ -webkit-perspective-origin: 50% 50%;
612
+ -moz-perspective-origin: 50% 50%;
613
+ -ms-perspective-origin: 50% 50%;
614
+ perspective-origin: 50% 50%;
615
+ -webkit-perspective: 3000px;
616
+ -moz-perspective: 3000px;
617
+ -ms-perspective: 3000px;
618
+ perspective: 3000px;
619
+ }
620
+ #reveal.page .slides section {
621
+ padding: 30px;
622
+ -webkit-box-sizing: border-box;
623
+ -moz-box-sizing: border-box;
624
+ box-sizing: border-box;
625
+ }
626
+ #reveal.page .slides section.past {
627
+ z-index: 12;
628
+ }
629
+ #reveal.page .slides section:not(.stack):before {
630
+ content: '';
631
+ position: absolute;
632
+ display: block;
633
+ width: 100%;
634
+ height: 100%;
635
+ left: 0;
636
+ top: 0;
637
+ background: #232628;
638
+ -webkit-transform: translateZ(-20px);
639
+ -moz-transform: translateZ(-20px);
640
+ -ms-transform: translateZ(-20px);
641
+ -o-transform: translateZ(-20px);
642
+ transform: translateZ(-20px);
643
+ }
644
+ #reveal.page .slides section:not(.stack):after {
645
+ content: '';
646
+ position: absolute;
647
+ display: block;
648
+ width: 90%;
649
+ height: 30px;
650
+ left: 5%;
651
+ bottom: 0;
652
+ background: none;
653
+ z-index: 1;
654
+ border-radius: 4px;
655
+ box-shadow: 0px 95px 25px rgba(0, 0, 0, 0.2);
656
+ -webkit-transform: translateZ(-90px) rotateX(65deg);
657
+ }
658
+ #reveal.page .slides > section.stack {
659
+ padding: 0;
660
+ background: none;
661
+ }
662
+ #reveal.page .slides > section.past {
663
+ -webkit-transform-origin: 0% 0%;
664
+ -moz-transform-origin: 0% 0%;
665
+ -ms-transform-origin: 0% 0%;
666
+ transform-origin: 0% 0%;
667
+ -webkit-transform: translate3d(-40%, 0, 0) rotateY(-80deg);
668
+ -moz-transform: translate3d(-40%, 0, 0) rotateY(-80deg);
669
+ -ms-transform: translate3d(-40%, 0, 0) rotateY(-80deg);
670
+ transform: translate3d(-40%, 0, 0) rotateY(-80deg);
671
+ }
672
+ #reveal.page .slides > section.future {
673
+ -webkit-transform-origin: 100% 0%;
674
+ -moz-transform-origin: 100% 0%;
675
+ -ms-transform-origin: 100% 0%;
676
+ transform-origin: 100% 0%;
677
+ -webkit-transform: translate3d(0, 0, 0);
678
+ -moz-transform: translate3d(0, 0, 0);
679
+ -ms-transform: translate3d(0, 0, 0);
680
+ transform: translate3d(0, 0, 0);
681
+ }
682
+ #reveal.page .slides > section > section.past {
683
+ -webkit-transform-origin: 0% 0%;
684
+ -moz-transform-origin: 0% 0%;
685
+ -ms-transform-origin: 0% 0%;
686
+ transform-origin: 0% 0%;
687
+ -webkit-transform: translate3d(0, -40%, 0) rotateX(80deg);
688
+ -moz-transform: translate3d(0, -40%, 0) rotateX(80deg);
689
+ -ms-transform: translate3d(0, -40%, 0) rotateX(80deg);
690
+ transform: translate3d(0, -40%, 0) rotateX(80deg);
691
+ }
692
+ #reveal.page .slides > section > section.future {
693
+ -webkit-transform-origin: 0% 100%;
694
+ -moz-transform-origin: 0% 100%;
695
+ -ms-transform-origin: 0% 100%;
696
+ transform-origin: 0% 100%;
697
+ -webkit-transform: translate3d(0, 0, 0);
698
+ -moz-transform: translate3d(0, 0, 0);
699
+ -ms-transform: translate3d(0, 0, 0);
700
+ transform: translate3d(0, 0, 0);
701
+ }
702
+ #reveal.neon a {
703
+ color: #5de048;
704
+ }
705
+ #reveal.neon a:hover {
706
+ color: #5de048;
707
+ }
708
+ #reveal.neon .controls a.enabled {
709
+ color: #5de048;
710
+ }
711
+ #reveal.neon .progress span, #reveal.neon .roll span:after {
712
+ background: #5de048;
713
+ }
714
+ #reveal.neon a.image:hover img {
715
+ border-color: #5de048;
716
+ }
717
+ #reveal.overview .slides {
718
+ -webkit-perspective: 700px;
719
+ -moz-perspective: 700px;
720
+ -ms-perspective: 700px;
721
+ perspective: 700px;
722
+ }
723
+ #reveal.overview .slides section {
724
+ padding: 20px 0;
725
+ opacity: 1;
726
+ cursor: pointer;
727
+ background: rgba(0, 0, 0, 0.1);
728
+ }
729
+ #reveal.overview .slides section:after, #reveal.overview .slides section:before {
730
+ display: none !important;
731
+ }
732
+ #reveal.overview .slides section > section {
733
+ opacity: 1;
734
+ cursor: pointer;
735
+ }
736
+ #reveal.overview .slides section:hover {
737
+ background: rgba(0, 0, 0, 0.3);
738
+ }
739
+ #reveal.overview .slides section.present {
740
+ background: rgba(0, 0, 0, 0.3);
741
+ }
742
+ #reveal.overview .slides > section.stack {
743
+ background: none;
744
+ padding: 0;
745
+ }
746
+
747
+ /*********************************************
748
+ * VIEW FRAGMENTS
749
+ *********************************************/
750
+ /*********************************************
751
+ * DEFAULT ELEMENT STYLES
752
+ *********************************************/
753
+ /*********************************************
754
+ * CONTROLS
755
+ *********************************************/
756
+ /*********************************************
757
+ * PROGRESS BAR
758
+ *********************************************/
759
+ /*********************************************
760
+ * ROLLING LINKS
761
+ *********************************************/
762
+ /*********************************************
763
+ * SLIDES
764
+ *********************************************/
765
+ /*********************************************
766
+ * DEFAULT TRANSITION
767
+ *********************************************/
768
+ /*********************************************
769
+ * CONCAVE TRANSITION
770
+ *********************************************/
771
+ /*********************************************
772
+ * LINEAR TRANSITION
773
+ *********************************************/
774
+ /*********************************************
775
+ * BOX TRANSITION
776
+ *********************************************/
777
+ /*********************************************
778
+ * PAGE TRANSITION
779
+ *********************************************/
780
+ /*********************************************
781
+ * NEON THEME
782
+ *********************************************/
783
+ /*********************************************
784
+ * OVERVIEW
785
+ *********************************************/
786
+ /*********************************************
787
+ * FALLBACK
788
+ *********************************************/
789
+ .no-transforms {
790
+ overflow-y: auto;
791
+ }
792
+ .no-transforms .slides section {
793
+ -webkit-transform: none;
794
+ -moz-transform: none;
795
+ -ms-transform: none;
796
+ transform: none;
797
+ display: block!important;
798
+ opacity: 1!important;
799
+ position: relative!important;
800
+ }