hyla 1.0.9.pre.1 → 1.0.9.pre.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. checksums.yaml +8 -8
  2. data/.gitignore +3 -1
  3. data/Rakefile +15 -8
  4. data/lib/hyla.rb +14 -3
  5. data/lib/hyla/commands/new.rb +1 -0
  6. data/lib/hyla/configuration.rb +0 -1
  7. data/lib/hyla/project.rb +1 -1
  8. data/lib/resources/assets/revealjs-redhat/lib/css/conference-blue.css +663 -0
  9. data/lib/resources/assets/revealjs-redhat/lib/css/conference-redhat.css +663 -0
  10. data/lib/resources/assets/revealjs-redhat/lib/sass/_liberation.scss +43 -0
  11. data/lib/resources/assets/revealjs-redhat/lib/sass/_liberation2.scss +43 -0
  12. data/lib/resources/assets/revealjs-redhat/lib/sass/_overpass.scss +21 -0
  13. data/lib/resources/assets/revealjs-redhat/lib/sass/conference-blue.scss +590 -0
  14. data/lib/resources/assets/revealjs-redhat/lib/sass/conference-redhat.scss +591 -0
  15. data/lib/resources/assets/revealjs-redhat/lib/sass/font-awesome.scss +17 -0
  16. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_animated.scss +34 -0
  17. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_bordered-pulled.scss +16 -0
  18. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_core.scss +13 -0
  19. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_fixed-width.scss +6 -0
  20. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_icons.scss +596 -0
  21. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_larger.scss +13 -0
  22. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_list.scss +19 -0
  23. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_mixins.scss +27 -0
  24. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_path.scss +15 -0
  25. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_rotated-flipped.scss +20 -0
  26. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_stacked.scss +20 -0
  27. data/lib/resources/assets/revealjs-redhat/lib/sass/fontawesome/_variables.scss +606 -0
  28. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/FontAwesome.otf +0 -0
  29. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.eot +0 -0
  30. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.svg +565 -0
  31. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.ttf +0 -0
  32. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.woff +0 -0
  33. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/font-awesome/fontawesome-webfont.woff2 +0 -0
  34. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Bold-webfont.eot +0 -0
  35. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Bold-webfont.svg +351 -0
  36. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Bold-webfont.ttf +0 -0
  37. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Bold-webfont.woff +0 -0
  38. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.eot +0 -0
  39. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.svg +347 -0
  40. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.ttf +0 -0
  41. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-BoldItalic-webfont.woff +0 -0
  42. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Italic-webfont.eot +0 -0
  43. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Italic-webfont.svg +348 -0
  44. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Italic-webfont.ttf +0 -0
  45. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Italic-webfont.woff +0 -0
  46. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Regular-webfont.eot +0 -0
  47. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Regular-webfont.svg +354 -0
  48. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Regular-webfont.ttf +0 -0
  49. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/liberation/LiberationSans-Regular-webfont.woff +0 -0
  50. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_bold-web.eot +0 -0
  51. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_bold-web.svg +454 -0
  52. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_bold-web.ttf +0 -0
  53. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_bold-web.woff +0 -0
  54. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_regular-web.eot +0 -0
  55. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_regular-web.svg +454 -0
  56. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_regular-web.ttf +0 -0
  57. data/lib/resources/assets/revealjs-redhat/lib/sass/fonts/overpass/overpass_regular-web.woff +0 -0
  58. data/lib/resources/assets/revealjs-redhat/lib/sass/new-gpe.scss +676 -0
  59. data/lib/resources/assets/revealjs-redhat/lib/sass/old-gpe.scss +585 -0
  60. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/conference-blue.css +663 -0
  61. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/conference-redhat.css +663 -0
  62. data/lib/resources/assets/revealjs-redhat/lib/{css → sass/styles}/conference.css +89 -89
  63. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/font-awesome.css +2893 -0
  64. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/gpe.css +685 -0
  65. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/gpe2.css +669 -0
  66. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/new-gpe.css +759 -0
  67. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/old-gpe.css +685 -0
  68. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/temp.css +59 -0
  69. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/theme-output.css +1513 -0
  70. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/theme-v2-liberation.css +4346 -0
  71. data/lib/resources/assets/revealjs-redhat/lib/sass/styles/theme-v2-overpass.css +4334 -0
  72. data/lib/resources/assets/revealjs-redhat/lib/sass/theme-output.scss +1360 -0
  73. data/lib/resources/assets/revealjs-redhat/lib/sass/theme-v2-liberation.scss +3646 -0
  74. data/lib/resources/assets/revealjs-redhat/lib/sass/theme-v2-overpass.scss +3646 -0
  75. data/lib/resources/assets/revealjs/css/theme/conference-blue.css +663 -0
  76. data/lib/resources/assets/sass/conference-blue.scss +590 -0
  77. data/lib/resources/assets/sass/{conference.scss → conference-redhat.scss} +2 -1
  78. data/lib/resources/backends/slim/revealjs-redhat/block_paragraph.html.slim +4 -3
  79. metadata +72 -4
@@ -0,0 +1,1360 @@
1
+ .reveal .slide-background {
2
+ background: #f3f4f4;
3
+ background-size: cover;
4
+ background-position: 50% 50%;
5
+ background-repeat: no-repeat;
6
+ }
7
+
8
+ .reveal .has-dark-background,
9
+ .reveal .light-foreground,
10
+ .reveal section.background-shade-dark,
11
+ .reveal section.light-foreground {
12
+ color: #fff;
13
+ }
14
+
15
+ .reveal .has-dark-background .product path,
16
+ .reveal .light-foreground .product path,
17
+ .reveal section.background-shade-dark .product path,
18
+ .reveal section.light-foreground .product path {
19
+ fill: #ffffff !important;
20
+ }
21
+
22
+ .reveal .has-dark-background .icon.stroked path,
23
+ .reveal .light-foreground .icon.stroked path,
24
+ .reveal section.background-shade-dark .icon.stroked path,
25
+ .reveal section.light-foreground .icon.stroked path {
26
+ stroke: #ffffff !important;
27
+ }
28
+
29
+ .reveal .has-dark-background .redhat-product-logotype path,
30
+ .reveal .light-foreground .redhat-product-logotype path,
31
+ .reveal section.background-shade-dark .redhat-product-logotype path,
32
+ .reveal section.light-foreground .redhat-product-logotype path {
33
+ fill: #ffffff;
34
+ }
35
+
36
+ .reveal .has-dark-background text.logotext,
37
+ .reveal .light-foreground text.logotext,
38
+ .reveal section.background-shade-dark text.logotext,
39
+ .reveal section.light-foreground text.logotext,
40
+ .reveal .has-dark-background .logotext text,
41
+ .reveal .light-foreground .logotext text,
42
+ .reveal section.background-shade-dark .logotext text,
43
+ .reveal section.light-foreground .logotext text,
44
+ .reveal .has-dark-background path.logotext,
45
+ .reveal .light-foreground path.logotext,
46
+ .reveal section.background-shade-dark path.logotext,
47
+ .reveal section.light-foreground path.logotext,
48
+ .reveal .has-dark-background path.logotype,
49
+ .reveal .light-foreground path.logotype,
50
+ .reveal section.background-shade-dark path.logotype,
51
+ .reveal section.light-foreground path.logotype,
52
+ .reveal .has-dark-background .logotext path,
53
+ .reveal .light-foreground .logotext path,
54
+ .reveal section.background-shade-dark .logotext path,
55
+ .reveal section.light-foreground .logotext path {
56
+ fill: #fff !important;
57
+ }
58
+
59
+ .reveal .has-dark-background .redhat-logo .logotext,
60
+ .reveal .light-foreground .redhat-logo .logotext,
61
+ .reveal section.background-shade-dark .redhat-logo .logotext,
62
+ .reveal section.light-foreground .redhat-logo .logotext {
63
+ fill: #ffffff !important;
64
+ }
65
+
66
+ .reveal .has-light-background {
67
+ color: #222222;
68
+ }
69
+
70
+ .reveal .has-light-background path {
71
+ fill: currentcolor;
72
+ }
73
+
74
+ .reveal .has-light-background .icon.stroked path {
75
+ stroke: currentcolor;
76
+ }
77
+
78
+ .reveal .has-light-background .redhat-logo .logotext {
79
+ fill: #000000 !important;
80
+ }
81
+
82
+ .reveal .dark-foreground,
83
+ .reveal section.background-shade-light,
84
+ .reveal section.dark-foreground {
85
+ color: #000;
86
+ }
87
+
88
+ .reveal .dark-foreground .redhat-product-logotype path,
89
+ .reveal section.background-shade-light .redhat-product-logotype path,
90
+ .reveal section.dark-foreground .redhat-product-logotype path {
91
+ fill: #000000;
92
+ }
93
+
94
+ .reveal .dark-foreground text.logotext,
95
+ .reveal section.background-shade-light text.logotext,
96
+ .reveal section.dark-foreground text.logotext,
97
+ .reveal .dark-foreground .logotext text,
98
+ .reveal section.background-shade-light .logotext text,
99
+ .reveal section.dark-foreground .logotext text,
100
+ .reveal .dark-foreground path.logotext,
101
+ .reveal section.background-shade-light path.logotext,
102
+ .reveal section.dark-foreground path.logotext,
103
+ .reveal .dark-foreground path.logotype,
104
+ .reveal section.background-shade-light path.logotype,
105
+ .reveal section.dark-foreground path.logotype,
106
+ .reveal .dark-foreground .logotext path,
107
+ .reveal section.background-shade-light .logotext path,
108
+ .reveal section.dark-foreground .logotext path,
109
+ .reveal .dark-foreground .product,
110
+ .reveal section.background-shade-light .product,
111
+ .reveal section.dark-foreground .product {
112
+ fill: #currentcolor !important;
113
+ }
114
+
115
+ .reveal .dark-foreground .redhat-logo .logotext,
116
+ .reveal section.background-shade-light .redhat-logo .logotext,
117
+ .reveal section.dark-foreground .redhat-logo .logotext {
118
+ fill: currentcolor !important;
119
+ }
120
+
121
+ .reveal svg path {
122
+ fill: currentcolor;
123
+ }
124
+
125
+ .reveal .slide-background.background-shade-dark:before {
126
+ content: "";
127
+ display: block;
128
+ position: absolute;
129
+ top: 0;
130
+ bottom: 0;
131
+ left: 0;
132
+ right: 0;
133
+ width: 100%;
134
+ height: 100%;
135
+ background-color: rgba(40, 40, 40, 0.8);
136
+ }
137
+
138
+ .reveal .slide-background.background-shade-light:before {
139
+ content: "";
140
+ display: block;
141
+ position: absolute;
142
+ top: 0;
143
+ bottom: 0;
144
+ left: 0;
145
+ right: 0;
146
+ width: 100%;
147
+ height: 100%;
148
+ background-color: rgba(255, 255, 255, 0.8);
149
+ }
150
+
151
+ /* Change Letter Spacing from .061em to -0.02em */
152
+ .reveal .slides > section {
153
+ text-align: left;
154
+ letter-spacing: -0.02em;
155
+ }
156
+
157
+ .reveal .slides > section h1 {
158
+ line-height: 1em;
159
+ font-weight: 700;
160
+ letter-spacing: .04em;
161
+ font-size: 3em;
162
+ }
163
+
164
+ /* Change Font Size & letter spacing */
165
+ .reveal .slides > section h2 {
166
+ font-size: 2em;
167
+ font-weight: 300;
168
+ letter-spacing: .02em;
169
+ line-height: 1.15em;
170
+ }
171
+
172
+ .reveal .slides > section h3 {
173
+ font-weight: 700;
174
+ font-size: 1em;
175
+ letter-spacing: .05em;
176
+ line-height: 1.25em;
177
+ }
178
+
179
+ .reveal .slides > section p {
180
+ margin-bottom: .5em;
181
+ }
182
+
183
+ .reveal .slides > section blockquote {
184
+ font-style: normal;
185
+ box-shadow: none;
186
+ }
187
+
188
+ .reveal .progress {
189
+ /* position: ;*/
190
+ background-color: transparent;
191
+ }
192
+
193
+ .reveal .progress span {
194
+ background-color: #5e6a71;
195
+ /* opacity: .;*/
196
+ }
197
+
198
+ .reveal .absolute-element svg {
199
+ position: absolute;
200
+ top: 0;
201
+ left: 0;
202
+ right: 0;
203
+ width: 100% !important;
204
+ height: 100% !important;
205
+ }
206
+
207
+ .reveal .icon.stroked {
208
+ width: 282px;
209
+ height: 282px;
210
+ }
211
+
212
+ .reveal .icon.stroked.icon-arrow path {
213
+ stroke-width: 4px !important;
214
+ }
215
+
216
+ .reveal .icon.stroked path {
217
+ fill: none;
218
+ stroke-width: 1.5px;
219
+ transition-delay: .5s !important;
220
+ stroke-dashoffset: 0;
221
+ stroke-width: 1.5;
222
+ stroke-linecap: round;
223
+ stroke-linejoin: round;
224
+ stroke: #5e6a71;
225
+ }
226
+
227
+ .reveal .icon.stroked path.long {
228
+ stroke-dasharray: 420, 420;
229
+ transition: 2.5s all ease;
230
+ }
231
+
232
+ .reveal .icon.stroked path.longer {
233
+ stroke-dasharray: 512, 512;
234
+ transition: 2.5s all ease;
235
+ }
236
+
237
+ .reveal .icon.stroked path.short {
238
+ stroke-dasharray: 90, 90;
239
+ transition: 5s all ease;
240
+ }
241
+
242
+ .reveal .icon.stroked path.shortest {
243
+ stroke-dasharray: 5, 5;
244
+ transition: 2s all ease;
245
+ }
246
+
247
+ .reveal .icon.stroked path.round {
248
+ stroke-linecap: round;
249
+ stroke-linejoin: round;
250
+ }
251
+
252
+ .reveal .icon.stroked path.virtual {
253
+ transition: .5s all ease;
254
+ stroke-dasharray: 1.1, 3;
255
+ stroke-linecap: round;
256
+ }
257
+
258
+ .reveal .icon.stroked path.dashed {
259
+ stroke-dasharray: 3, 3;
260
+ }
261
+
262
+ .reveal .icon.stroked path.hand {
263
+ stroke-linecap: round;
264
+ }
265
+
266
+ .reveal .present path.virtual {
267
+ -webkit-animation: virtual-outline 60s infinite linear;
268
+ -moz-animation: virtual-outline 60s infinite linear;
269
+ animation: virtual-outline 60s infinite linear;
270
+ }
271
+
272
+ @-webkit-keyframes virtual-outline {
273
+ 0% {
274
+ stroke-dashoffset: 0;
275
+ }
276
+ 100% {
277
+ stroke-dashoffset: 512;
278
+ }
279
+ }
280
+
281
+ @-moz-keyframes virtual-outline {
282
+ 0% {
283
+ stroke-dashoffset: 0;
284
+ }
285
+ 100% {
286
+ stroke-dashoffset: 512;
287
+ }
288
+ }
289
+
290
+ @keyframes virtual-outline {
291
+ 0% {
292
+ stroke-dashoffset: 0;
293
+ }
294
+ 100% {
295
+ stroke-dashoffset: 512;
296
+ }
297
+ }
298
+
299
+ .reveal a {
300
+ box-shadow: 0 0.066666em;
301
+ }
302
+
303
+ .reveal.overview section.present {
304
+ border: 12px solid white !important;
305
+ box-shadow: 0 0 0 10px #ffffff, inset 0 0 0 6px rgba(0, 0, 0, 0.2);
306
+ }
307
+
308
+ .reveal .rh-pattern {
309
+ width: 256px;
310
+ height: 256px;
311
+ }
312
+
313
+ .reveal .rh-pattern path {
314
+ transition: all .5s ease;
315
+ }
316
+
317
+ .reveal .future .rh-pattern path {
318
+ stroke-dasharray: 0, 85 !important;
319
+ }
320
+
321
+ .reveal .present .rh-pattern path {
322
+ stroke-dasharray: 80, 0 !important;
323
+ }
324
+
325
+ .reveal div[data-block-type="snippet"] > .sl-block-content > svg,
326
+ .reveal div[data-block-type="snippet"] .icon,
327
+ .reveal div[data-block-type="snippet"] .product {
328
+ position: absolute;
329
+ top: 0;
330
+ left: 0;
331
+ right: 0;
332
+ bottom: 0;
333
+ width: 100%;
334
+ height: 100%;
335
+ }
336
+
337
+ .reveal div[data-block-type="snippet"] .icon {
338
+ top: -15%;
339
+ right: -15%;
340
+ bottom: -15%;
341
+ left: -15%;
342
+ width: 130%;
343
+ height: 130%;
344
+ }
345
+
346
+ .reveal div[data-block-type="snippet"] {
347
+ min-width: 60px !important;
348
+ min-height: 40px !important;
349
+ }
350
+
351
+ .reveal div[data-block-type="text"] {
352
+ font-size: 20px;
353
+ }
354
+
355
+ .reveal .triangle-element,
356
+ .reveal .triangle-element * {
357
+ user-select: none;
358
+ }
359
+
360
+ .reveal .has-light-background .closing-logo.logotype path {
361
+ fill: #000000 !important;
362
+ }
363
+
364
+ @-webkit-keyframes closing-animation {
365
+ 0% {
366
+ -webkit-transform: scale(4) translate(40%);
367
+ transform: scale(4) translate(40%);
368
+ opacity: 0;
369
+ }
370
+ 80% {
371
+ -webkit-transform: scale(1) translate(30%);
372
+ transform: scale(1) translate(30%);
373
+ }
374
+ }
375
+
376
+ @-moz-keyframes closing-animation {
377
+ 0% {
378
+ -webkit-transform: scale(4) translate(40%);
379
+ transform: scale(4) translate(40%);
380
+ opacity: 0;
381
+ }
382
+ 80% {
383
+ -webkit-transform: scale(1) translate(30%);
384
+ transform: scale(1) translate(30%);
385
+ }
386
+ }
387
+
388
+ @-ms-keyframes closing-animation {
389
+ 0% {
390
+ -webkit-transform: scale(4) translate(40%);
391
+ transform: scale(4) translate(40%);
392
+ opacity: 0;
393
+ }
394
+ 80% {
395
+ -webkit-transform: scale(1) translate(30%);
396
+ transform: scale(1) translate(30%);
397
+ }
398
+ }
399
+
400
+ @-o-keyframes closing-animation {
401
+ 0% {
402
+ -webkit-transform: scale(4) translate(40%);
403
+ transform: scale(4) translate(40%);
404
+ opacity: 0;
405
+ }
406
+ 80% {
407
+ -webkit-transform: scale(1) translate(30%);
408
+ transform: scale(1) translate(30%);
409
+ }
410
+ }
411
+
412
+ @keyframes closing-animation {
413
+ 0% {
414
+ -webkit-transform: scale(4) translate(40%);
415
+ transform: scale(4) translate(40%);
416
+ opacity: 0;
417
+ }
418
+ 80% {
419
+ -webkit-transform: scale(1) translate(30%);
420
+ transform: scale(1) translate(30%);
421
+ }
422
+ }
423
+
424
+ .reveal .present .closing-logo.icon {
425
+ -webkit-animation: closing-animation 1.5s 1;
426
+ -moz-animation: closing-animation 1.5s 1;
427
+ -o-animation: closing-animation 1.5s 1;
428
+ animation: closing-animation 1.5s 1;
429
+ }
430
+
431
+ .reveal .present .closing-logo.logotype {
432
+ -webkit-animation: closing-text-animation 1.8s 1;
433
+ -moz-animation: closing-text-animation 1.8s 1;
434
+ -o-animation: closing-text-animation 1.8s 1;
435
+ animation: closing-text-animation 1.8s 1;
436
+ }
437
+
438
+ @-webkit-keyframes closing-text-animation {
439
+ 0% {
440
+ opacity: 0;
441
+ -webkit-transform: translate(-10%);
442
+ transform: translate(-10%);
443
+ }
444
+ 70% {
445
+ -webkit-transform: translate(-10%);
446
+ transform: translate(-10%);
447
+ opacity: 0;
448
+ }
449
+ 100% {
450
+ transform: none;
451
+ opacity: 1;
452
+ -webkit-transform: none;
453
+ }
454
+ }
455
+
456
+ @-moz-keyframes closing-text-animation {
457
+ 0% {
458
+ opacity: 0;
459
+ -webkit-transform: translate(-10%);
460
+ transform: translate(-10%);
461
+ }
462
+ 70% {
463
+ -webkit-transform: translate(-10%);
464
+ transform: translate(-10%);
465
+ opacity: 0;
466
+ }
467
+ 100% {
468
+ transform: none;
469
+ opacity: 1;
470
+ -webkit-transform: none;
471
+ }
472
+ }
473
+
474
+ @-ms-keyframes closing-text-animation {
475
+ 0% {
476
+ opacity: 0;
477
+ -webkit-transform: translate(-10%);
478
+ transform: translate(-10%);
479
+ }
480
+ 70% {
481
+ -webkit-transform: translate(-10%);
482
+ transform: translate(-10%);
483
+ opacity: 0;
484
+ }
485
+ 100% {
486
+ transform: none;
487
+ opacity: 1;
488
+ -webkit-transform: none;
489
+ }
490
+ }
491
+
492
+ @-o-keyframes closing-text-animation {
493
+ 0% {
494
+ opacity: 0;
495
+ -webkit-transform: translate(-10%);
496
+ transform: translate(-10%);
497
+ }
498
+ 70% {
499
+ -webkit-transform: translate(-10%);
500
+ transform: translate(-10%);
501
+ opacity: 0;
502
+ }
503
+ 100% {
504
+ transform: none;
505
+ opacity: 1;
506
+ -webkit-transform: none;
507
+ }
508
+ }
509
+
510
+ @keyframes closing-text-animation {
511
+ 0% {
512
+ opacity: 0;
513
+ -webkit-transform: translate(-10%);
514
+ transform: translate(-10%);
515
+ }
516
+ 70% {
517
+ -webkit-transform: translate(-10%);
518
+ transform: translate(-10%);
519
+ opacity: 0;
520
+ }
521
+ 100% {
522
+ transform: none;
523
+ opacity: 1;
524
+ -webkit-transform: none;
525
+ }
526
+ }
527
+
528
+ .reveal .brand-pattern-paths path,
529
+ .reveal .pattern-path {
530
+ stroke-width: 1;
531
+ fill: none;
532
+ }
533
+
534
+ .reveal .brand-pattern-paths path {
535
+ fill: none !important;
536
+ }
537
+
538
+ .reveal pattern {
539
+ patterntransform: scale(2) !important;
540
+ }
541
+
542
+ .reveal pattern.normal use {
543
+ stroke: #5e6a71;
544
+ fill: none;
545
+ }
546
+
547
+ .reveal pattern.light use {
548
+ stroke: #fff !important;
549
+ fill: none;
550
+ }
551
+
552
+ .reveal pattern.dark use {
553
+ stroke: #000 !important;
554
+ fill: none;
555
+ }
556
+
557
+ .reveal .brand-pattern {
558
+ min-width: 40px;
559
+ min-height: 40px;
560
+ position: absolute;
561
+ top: 0;
562
+ left: 0;
563
+ right: 0;
564
+ bottom: 0;
565
+ width: 100%;
566
+ height: 100%;
567
+ }
568
+
569
+ .reveal .brand-pattern path,
570
+ .reveal .brand-pattern rect {
571
+ width: 100% !important;
572
+ height: 100%;
573
+ }
574
+
575
+ .reveal .brand-pattern.corporate {
576
+ fill: url(#pattern-corporate);
577
+ }
578
+
579
+ .reveal .brand-pattern.storage {
580
+ fill: url(#pattern-storage);
581
+ }
582
+
583
+ .reveal .brand-pattern.infrastructure {
584
+ fill: url(#pattern-infrastructure);
585
+ }
586
+
587
+ .reveal .brand-pattern.cloud-infrastructure {
588
+ fill: url(#pattern-cloud-infrastructure);
589
+ }
590
+
591
+ .reveal .brand-pattern.development {
592
+ fill: url(#pattern-development);
593
+ }
594
+
595
+ .reveal .brand-pattern.business-process {
596
+ fill: url(#pattern-business-process);
597
+ }
598
+
599
+ .reveal .brand-pattern.cloud-development {
600
+ fill: url(#pattern-cloud-development);
601
+ }
602
+
603
+ .reveal .brand-pattern.development {
604
+ fill: url(#pattern-development);
605
+ }
606
+
607
+ .reveal .brand-pattern.business-process {
608
+ fill: url(#pattern-business-process);
609
+ }
610
+
611
+ .reveal .brand-pattern.cloud-development {
612
+ fill: url(#pattern-cloud-development);
613
+ }
614
+
615
+ .reveal .brand-pattern.services {
616
+ fill: url(#pattern-services);
617
+ }
618
+
619
+ .reveal .brand-pattern.partners {
620
+ fill: url(#pattern-partners);
621
+ }
622
+
623
+ .reveal .brand-pattern.community {
624
+ fill: url(#pattern-community);
625
+ }
626
+
627
+ .reveal #pattern-corporate-2 use {
628
+ stroke: #dd0000;
629
+ }
630
+
631
+ .reveal #pattern-corporate use {
632
+ stroke: #cc0000;
633
+ }
634
+
635
+ .reveal #pattern-storage use {
636
+ stroke: #ec7a08;
637
+ }
638
+
639
+ .reveal #pattern-infrastructure-path {
640
+ stroke: #0088ce;
641
+ }
642
+
643
+ .reveal #pattern-cloud-infrastructure use {
644
+ stroke: #0088ce;
645
+ }
646
+
647
+ .reveal #pattern-development use {
648
+ stroke: #3f9c35;
649
+ }
650
+
651
+ .reveal #pattern-cloud-development use {
652
+ stroke: #3f9c35;
653
+ }
654
+
655
+ .reveal #pattern-business-process use {
656
+ stroke: #3f9c35;
657
+ }
658
+
659
+ .reveal #pattern-partners use {
660
+ stroke: #005172;
661
+ }
662
+
663
+ .reveal #pattern-services use {
664
+ stroke: #5e6a71;
665
+ }
666
+
667
+ .reveal section,
668
+ .reveal .slide-background {
669
+ -webkit-backface-visibility: hidden;
670
+ -ms-backface-visibility: hidden;
671
+ backface-visibility: hidden;
672
+ }
673
+
674
+ .reveal .slides > section.transition-slide,
675
+ .reveal .slides > section.transition-slide + section.future,
676
+ .reveal .slides > section.transition-slide + section.present,
677
+ .reveal .backgrounds > .slide-background.transition-slide,
678
+ .reveal .backgrounds > .slide-background.transition-slide + .slide-background.future,
679
+ .reveal .backgrounds > .slide-background.transition-slide + .slide-background.present {
680
+ transition: all 1s ease !important;
681
+ }
682
+
683
+ .reveal .backgrounds > .slide-background.transition-slide {
684
+ opacity: 1;
685
+ }
686
+
687
+ .reveal .backgrounds > .slide-background.transition-slide.past {
688
+ z-index: 99;
689
+ -webkit-transform: translate(-100%, 0);
690
+ -ms-transform: translate(-100%, 0);
691
+ transform: translate(-100%, 0);
692
+ }
693
+
694
+ .reveal .backgrounds > .slide-background.transition-slide.future,
695
+ .reveal .backgrounds > .slide-background.transition-slide.present + .slide-background.future {
696
+ -webkit-transform: translate(100%, 0);
697
+ -ms-transform: translate(100%, 0);
698
+ transform: translate(100%, 0);
699
+ }
700
+
701
+ .reveal .slides > section.transition-slide.past {
702
+ z-index: 99;
703
+ -webkit-transform: translate(-150%, 0);
704
+ -ms-transform: translate(-150%, 0);
705
+ transform: translate(-150%, 0);
706
+ }
707
+
708
+ .reveal .slides > section.transition-slide.future,
709
+ .reveal .slides > section.transition-slide.future + section {
710
+ -webkit-transform: translate(150%, 0);
711
+ -ms-transform: translate(150%, 0);
712
+ transform: translate(150%, 0);
713
+ }
714
+
715
+ .reveal .slides > section.transition-slide-up,
716
+ .reveal .slides > section.transition-slide-up + section.future,
717
+ .reveal .slides > section.transition-slide-up + section.present,
718
+ .reveal .backgrounds > .slide-background.transition-slide-up,
719
+ .reveal .backgrounds > .slide-background.transition-slide-up + .slide-background.future .backgrounds > .slide-background.transition-slide-up + .slide-background.present {
720
+ transition: all 1s ease !important;
721
+ }
722
+
723
+ .reveal .backgrounds > .slide-background.transition-slide-up {
724
+ opacity: 1;
725
+ }
726
+
727
+ .reveal .backgrounds > .slide-background.transition-slide-up.past {
728
+ z-index: 99;
729
+ -webkit-transform: translate(0, -100%);
730
+ -ms-transform: translate(0, -100%);
731
+ transform: translate(0, -100%);
732
+ }
733
+
734
+ .reveal .backgrounds > .slide-background.transition-slide-up.future,
735
+ .reveal .backgrounds > .slide-background.transition-slide-up.present + .slide-background.future {
736
+ -webkit-transform: translate(0, 100%);
737
+ -ms-transform: translate(0, 100%);
738
+ transform: translate(0, 100%);
739
+ }
740
+
741
+ .reveal .slides > section.transition-slide-up.past {
742
+ z-index: 99;
743
+ -webkit-transform: translate(0, -150%);
744
+ -ms-transform: translate(0, -150%);
745
+ transform: translate(0, -150%);
746
+ }
747
+
748
+ .reveal .slides > section.transition-slide-up.future,
749
+ .reveal .slides > section.transition-slide-up.present + section {
750
+ -webkit-transform: translate(0, 150%);
751
+ -ms-transform: translate(0, 150%);
752
+ transform: translate(0, 150%);
753
+ }
754
+
755
+ .reveal .slides > section.transition-zoom-in,
756
+ .reveal .slides > section.transition-zoom-in + section.future,
757
+ .reveal .slides > section.transition-zoom-in + section.present,
758
+ .reveal .backgrounds > .slide-background.transition-zoom-in,
759
+ .reveal .backgrounds > .slide-background.transition-zoom-in + .slide-background.future .backgrounds > .slide-background.transition-zoom-in + .slide-background.present {
760
+ -webkit-transition: all 1s ease !important;
761
+ -moz-transition: all 1s ease !important;
762
+ transition: all 1s ease !important;
763
+ }
764
+
765
+ .reveal .backgrounds > .slide-background.transition-zoom-in.past {
766
+ opacity: 0 !important;
767
+ -webkit-transform: scale(1.5);
768
+ -ms-transform: scale(0.1 0.5);
769
+ transform: scale(1.5);
770
+ }
771
+
772
+ .reveal .backgrounds > .slide-background.transition-zoom-in.future,
773
+ .reveal .backgrounds > .slide-background.transition-zoom-in.present + .slide-background.future {
774
+ opacity: 0 !important;
775
+ -webkit-transform: scale(0.01);
776
+ -ms-transform: scale(0.01);
777
+ transform: scale(0.01);
778
+ }
779
+
780
+ .reveal.past {
781
+ z-index: -1;
782
+ opacity: 0 !important;
783
+ }
784
+
785
+ .reveal.present + .slide-background.future {
786
+ z-index: 99;
787
+ }
788
+
789
+ .reveal .slides > section.transition-zoom-in.past {
790
+ z-index: 99;
791
+ -webkit-transform: scale(1.5);
792
+ -ms-transform: scale(1.5);
793
+ transform: scale(1.5);
794
+ }
795
+
796
+ .reveal .slides > section.transition-zoom-in.future {
797
+ -webkit-transform: scale(0.1);
798
+ -ms-transform: scale(0.1);
799
+ transform: scale(0.1);
800
+ }
801
+
802
+ @-webkit-keyframes icon-animation-long {
803
+ 0% {
804
+ stroke-dashoffset: 420;
805
+ stroke-width: .5px;
806
+ }
807
+ }
808
+
809
+ @-moz-keyframes icon-animation-long {
810
+ 0% {
811
+ stroke-dashoffset: 420;
812
+ stroke-width: .5px;
813
+ }
814
+ }
815
+
816
+ @-ms-keyframes icon-animation-long {
817
+ 0% {
818
+ stroke-dashoffset: 420;
819
+ stroke-width: .5px;
820
+ }
821
+ }
822
+
823
+ @keyframes icon-animation-long {
824
+ 0% {
825
+ stroke-dashoffset: 420;
826
+ stroke-width: .5px;
827
+ }
828
+ }
829
+
830
+ @-webkit-keyframes icon-animation-short {
831
+ 0% {
832
+ stroke-dashoffset: 90;
833
+ }
834
+ }
835
+
836
+ @-moz-keyframes icon-animation-short {
837
+ 0% {
838
+ stroke-dashoffset: 90;
839
+ }
840
+ }
841
+
842
+ @-ms-keyframes icon-animation-short {
843
+ 0% {
844
+ stroke-dashoffset: 90;
845
+ }
846
+ }
847
+
848
+ @keyframes icon-animation-short {
849
+ 0% {
850
+ stroke-dashoffset: 90;
851
+ }
852
+ }
853
+
854
+ .reveal .present .animate.icon.stroked path,
855
+ .reveal .present .animate .icon.stroked path,
856
+ .reveal .fragment .icon.stroked path {
857
+ animation: 0;
858
+ -moz-animation: 0;
859
+ -webkit-animation: 0;
860
+ display: none;
861
+ }
862
+
863
+ .reveal .present .animate.icon.stroked path.long,
864
+ .reveal .present .animate .icon.stroked path.long,
865
+ .reveal .fragment.visible .icon.stroked path.long {
866
+ display: block;
867
+ stroke-width: 2px;
868
+ -webkit-animation: icon-animation-long 3.5s 0.5s 1;
869
+ -moz-animation: icon-animation-long 3.5s 0.5s 1;
870
+ animation: icon-animation-long 3.5s 0.5s 1;
871
+ }
872
+
873
+ .reveal .present .animate.icon.stroked path.short,
874
+ .reveal .present .animate .icon.stroked path.short,
875
+ .reveal .fragment.visible .icon.stroked path.short {
876
+ display: block;
877
+ -webkit-animation: icon-animation-short 3.5s 0.5s 1 !important;
878
+ -moz-animation: icon-animation-short 3.5s 0.5s 1 !important;
879
+ animation: icon-animation-short 3.5s 0.5s 1 !important;
880
+ }
881
+
882
+ .reveal .triangle-element {
883
+ transition: all 0.4s cubic-bezier(0.21, 0.9, 0.55, 1) 5s;
884
+ }
885
+
886
+ .reveal:hover .triangle-element {
887
+ transition: all 1s cubic-bezier(0.21, 0.9, 0.55, 1.16) 0s !important;
888
+ top: 100% !important;
889
+ left: 100% !important;
890
+ opacity: 0.95;
891
+ }
892
+
893
+ .reveal .has-dark-background .only-dark {
894
+ display: none;
895
+ }
896
+
897
+ .reveal .has-light-background .only-light {
898
+ display: none;
899
+ }
900
+
901
+ .reveal .thinner .icon.stroked path {
902
+ stroke-width: 1px !important;
903
+ }
904
+
905
+ .reveal .thinnest .icon.stroked path {
906
+ stroke-width: 0.05em !important;
907
+ }
908
+
909
+ .reveal .thicker .icon.stroked path {
910
+ stroke-width: 3px !important;
911
+ }
912
+
913
+ .reveal .thickest .icon.stroked path {
914
+ stroke-width: 4px !important;
915
+ }
916
+
917
+ .reveal .angle {
918
+ -ms-transform: rotate(-45deg);
919
+ -moz-transform: rotate(-45deg);
920
+ -webkit-transform: rotate(-45deg);
921
+ transform: rotate(-45deg);
922
+ }
923
+
924
+ .reveal .skewed {
925
+ transition: all 1s cubic-bezier(0.13, 0.81, 0.08, 1);
926
+ -moz-transform: skew(-45deg, 0);
927
+ -ms-transform: skew(-45deg, 0);
928
+ -webkit-transform: skew(-45deg, 0);
929
+ transform: skew(-45deg, 0);
930
+ }
931
+
932
+ .reveal .future .skewed {
933
+ margin-left: -800%;
934
+ opacity: 0;
935
+ }
936
+
937
+ .reveal .past .skewed {
938
+ margin-left: 800%;
939
+ opacity: 0;
940
+ }
941
+
942
+ .reveal .item-label,
943
+ .reveal .item-box {
944
+ letter-spacing: 0em;
945
+ font-weight: 500;
946
+ }
947
+
948
+ .reveal .epic-content-box {
949
+ height: 100%;
950
+ width: 100%;
951
+ position: absolute;
952
+ top: 0;
953
+ right: 0;
954
+ bottom: 0;
955
+ left: 0;
956
+ }
957
+
958
+ .reveal .has-dark-background .epic-content-box {
959
+ box-shadow: inset 0 0 0.51em rgba(0, 0, 0, 0.25), 0 0.05em 0.05em rgba(255, 255, 255, 0.1);
960
+ background-color: rgba(0, 0, 0, 0.15);
961
+ }
962
+
963
+ .reveal .has-light-background .epic-content-box {
964
+ box-shadow: inset 0 0 0.2em rgba(255, 255, 255, 0.5), 0 0.06666em 0.555em 0 rgba(0, 0, 0, 0.12);
965
+ }
966
+
967
+ .reveal .has-dark-background h1,
968
+ .reveal .has-dark-background h2,
969
+ .reveal .has-dark-background h3 {
970
+ text-shadow: 0 0.05em 0.2em rgba(0, 0, 0, 0.2);
971
+ }
972
+
973
+ .reveal .controls {
974
+ background-color: rgba(255, 255, 255, 0.2);
975
+ border-radius: 50%;
976
+ box-shadow: inset 0 0.2em 1em rgba(0, 0, 0, 0.2);
977
+ bottom: 1%;
978
+ right: 1%;
979
+ }
980
+
981
+ .reveal .controls {
982
+ opacity: 0 !important;
983
+ transition: all .5s ease 4.8s;
984
+ transform: scale(0.4);
985
+ }
986
+
987
+ .reveal:hover .controls {
988
+ transform: scale(1);
989
+ opacity: 1 !important;
990
+ transition: all .5s ease 0s;
991
+ }
992
+
993
+ .reveal .slides > section.present.in-3d-appear,
994
+ .reveal .backgrounds > .slide-background.present.in-3d-appear {
995
+ -moz-animation: slide-3d-appear 2s ease 1;
996
+ -webkit-animation: slide-3d-appear 2s ease 1;
997
+ animation: slide-3d-appear 2s ease 1;
998
+ }
999
+
1000
+ @keyframes slide-3d-appear {
1001
+ 0% {
1002
+ transition-property: all;
1003
+ transition-duration: 1s;
1004
+ -webkit-transform: scale(2) rotateX(20deg);
1005
+ -moz-transform: scale(2) rotateX(20deg);
1006
+ -ms-transform: scale(2) rotateX(20deg);
1007
+ -o-transform: scale(2) rotateX(20deg);
1008
+ transform: scale(2) rotateX(20deg);
1009
+ transform-origin: top;
1010
+ }
1011
+ }
1012
+
1013
+ @-moz-keyframes slide-3d-appear {
1014
+ 0% {
1015
+ transition-property: all;
1016
+ transition-duration: 1s;
1017
+ -webkit-transform: scale(2) rotateX(20deg);
1018
+ -moz-transform: scale(2) rotateX(20deg);
1019
+ -ms-transform: scale(2) rotateX(20deg);
1020
+ -o-transform: scale(2) rotateX(20deg);
1021
+ transform: scale(2) rotateX(20deg);
1022
+ transform-origin: top;
1023
+ }
1024
+ }
1025
+
1026
+ @-webkit-keyframes slide-3d-appear {
1027
+ 0% {
1028
+ transition-property: all;
1029
+ transition-duration: 1s;
1030
+ -webkit-transform: scale(2) rotateX(20deg);
1031
+ -moz-transform: scale(2) rotateX(20deg);
1032
+ -ms-transform: scale(2) rotateX(20deg);
1033
+ -o-transform: scale(2) rotateX(20deg);
1034
+ transform: scale(2) rotateX(20deg);
1035
+ transform-origin: top;
1036
+ }
1037
+ }
1038
+
1039
+ .reveal .backgrounds {
1040
+ transition-property: height;
1041
+ transition-duration: 1s;
1042
+ perspective: 1000px;
1043
+ transform-style: preserve-3d;
1044
+ }
1045
+
1046
+ .reveal .complex-logo {
1047
+ min-height: 70px;
1048
+ min-width: 70px;
1049
+ width: 100%;
1050
+ }
1051
+
1052
+ .reveal .complex-logo,
1053
+ .reveal .complex-logo svg,
1054
+ .reveal .complex-logo > div {
1055
+ position: absolute;
1056
+ top: 0;
1057
+ right: 0;
1058
+ bottom: 0;
1059
+ left: 0;
1060
+ width: 100%;
1061
+ height: 100%;
1062
+ }
1063
+
1064
+ .reveal .complex-logo > div.line-icon,
1065
+ .reveal .complex-logo svg > div.line-icon,
1066
+ .reveal .complex-logo > div > div.line-icon,
1067
+ .reveal .complex-logo > div.logomark,
1068
+ .reveal .complex-logo svg > div.logomark,
1069
+ .reveal .complex-logo > div > div.logomark {
1070
+ transform-origin: 12% 50%;
1071
+ }
1072
+
1073
+ .reveal .animated .complex-logo div {
1074
+ transition: all .5s ease;
1075
+ }
1076
+
1077
+ .reveal .animated .complex-logo div.line-icon {
1078
+ transition-delay: 2s;
1079
+ }
1080
+
1081
+ .reveal .animated .complex-logo div.line-icon path {
1082
+ transition: all 1s ease .52s;
1083
+ stroke-dasharray: 100, 10;
1084
+ }
1085
+
1086
+ .reveal .animated .complex-logo div.event-name {
1087
+ transition-delay: 1s;
1088
+ }
1089
+
1090
+ .reveal .animated .complex-logo div.location {
1091
+ transition-delay: 1.4s;
1092
+ }
1093
+
1094
+ .reveal .future .animated .complex-logo > div {
1095
+ transition: none;
1096
+ }
1097
+
1098
+ .reveal .future .animated .complex-logo > div.line-icon path {
1099
+ stroke-dasharray: 0, 100;
1100
+ transition: none;
1101
+ }
1102
+
1103
+ .reveal .future .animated .complex-logo {
1104
+ /*.line-icon{transform:rotate(30deg); opacity:0;}*/
1105
+
1106
+ }
1107
+
1108
+ .reveal .future .animated .complex-logo .logomark {
1109
+ transform: translate(0, -20%);
1110
+ }
1111
+
1112
+ .reveal .future .animated .complex-logo .location {
1113
+ transform: translate(0, 0.5em);
1114
+ opacity: 0;
1115
+ }
1116
+
1117
+ .reveal .future .animated .complex-logo .event-name {
1118
+ opacity: 0;
1119
+ transform: translate(-0.6em, 0);
1120
+ }
1121
+
1122
+ .reveal svg path {
1123
+ fill: currentcolor;
1124
+ }
1125
+
1126
+ .reveal .lowercase {
1127
+ text-transform: lowercase;
1128
+ }
1129
+
1130
+ .reveal .pop-in.fragment {
1131
+ -webkit-transform: scale(0.2);
1132
+ -moz-transform: scale(0.2);
1133
+ -ms-transform: scale(0.2);
1134
+ -o-transform: scale(0.2);
1135
+ transform: scale(0.2);
1136
+ -webkit-transition: 2s ease 0.25s;
1137
+ -moz-transition: 2s ease 0.25s;
1138
+ -o-transition: 2s ease 0.25s;
1139
+ -ms-transition: 2s ease 0.25s;
1140
+ transition: 2s ease 0.25s;
1141
+ -webkit-animation-delay: 0.66s;
1142
+ -moz-animation-delay: 0.66s;
1143
+ -ms-animation-delay: 0.66s;
1144
+ -o-animation-delay: 0.66s;
1145
+ animation-delay: 0.66s;
1146
+ }
1147
+
1148
+ .reveal .pop-in.fragment.visible {
1149
+ -webkit-transform: scale(1);
1150
+ -moz-transform: scale(1);
1151
+ -ms-transform: scale(1);
1152
+ -o-transform: scale(1);
1153
+ transform: scale(1);
1154
+ }
1155
+
1156
+ .reveal .pop-in.fragment.current-fragment {
1157
+ color: #c22;
1158
+ }
1159
+
1160
+ .reveal .grow-width {
1161
+ -webkit-transition: all 0.5s ease 0.2s;
1162
+ -moz-transition: all 0.5s ease 0.2s;
1163
+ -o-transition: all 0.5s ease 0.2s;
1164
+ -ms-transition: all 0.5s ease 0.2s;
1165
+ transition: all 0.5s ease 0.2s;
1166
+ }
1167
+
1168
+ .reveal .future .grow-width {
1169
+ width: 0% !important;
1170
+ -webkit-transition: none;
1171
+ -moz-transition: none;
1172
+ -o-transition: none;
1173
+ -ms-transition: none;
1174
+ transition: none;
1175
+ }
1176
+
1177
+ .reveal .stampit {
1178
+ -webkit-transition: all 1s cubic-bezier(0.79, 0.53, 0.46, 1.3) 1s;
1179
+ -moz-transition: all 1s cubic-bezier(0.79, 0.53, 0.46, 1.3) 1s;
1180
+ -o-transition: all 1s cubic-bezier(0.79, 0.53, 0.46, 1.3) 1s;
1181
+ -ms-transition: all 1s cubic-bezier(0.79, 0.53, 0.46, 1.3) 1s;
1182
+ transition: all 1s cubic-bezier(0.79, 0.53, 0.46, 1.3) 1s;
1183
+ }
1184
+
1185
+ .reveal .future .stampit {
1186
+ -webkit-transform: rotate(-12deg) scale(2);
1187
+ -moz-transform: rotate(-12deg) scale(2);
1188
+ -ms-transform: rotate(-12deg) scale(2);
1189
+ -o-transform: rotate(-12deg) scale(2);
1190
+ transform: rotate(-12deg) scale(2);
1191
+ -webkit-transition: none;
1192
+ -moz-transition: none;
1193
+ -o-transition: none;
1194
+ -ms-transition: none;
1195
+ transition: none;
1196
+ opacity: 0;
1197
+ }
1198
+
1199
+ .reveal .headshot img {
1200
+ border-radius: 50%;
1201
+ border: 4px solid #c00 !important;
1202
+ }
1203
+
1204
+ .reveal .condensed {
1205
+ letter-spacing: 0.02em;
1206
+ }
1207
+
1208
+ .reveal .condensed li {
1209
+ margin-bottom: 1em;
1210
+ }
1211
+
1212
+ .reveal .has-light-background .sl-block .has-dark-background > svg.redhat-logo .logotext {
1213
+ fill: #ffffff !important;
1214
+ }
1215
+
1216
+ .reveal .has-light-background .sl-block .reversed.redhat-logo .logotext,
1217
+ .reveal .has-light-background .sl-block .reversed .redhat-logo .logotext,
1218
+ .reveal .has-light-background .sl-block .has-dark-background > .redhat-logo .logotext {
1219
+ fill: #ffffff !important;
1220
+ }
1221
+
1222
+ .reveal .has-dark-background .sl-block .reversed.redhat-logo .logotext,
1223
+ .reveal .has-dark-background .sl-block .reversed .redhat-logo .logotext,
1224
+ .reveal .has-dark-background .sl-block .has-light-background > .redhat-logo .logotext {
1225
+ fill: #000000 !important;
1226
+ }
1227
+
1228
+ .reveal .has-dark-background .has-light-background .logo .only-dark path,
1229
+ .reveal .has-light-background .mono.redhat-logo path {
1230
+ fill: #000000 !important;
1231
+ }
1232
+
1233
+ .reveal .has-dark-background .mono.redhat-logo path {
1234
+ fill: #ffffff;
1235
+ }
1236
+
1237
+ .reveal .has-dark-background .logo .only-dark {
1238
+ display: block;
1239
+ }
1240
+
1241
+ .reveal .has-light-background .logo .only-light {
1242
+ display: block;
1243
+ }
1244
+
1245
+ .reveal .has-light-background .logo .only-dark {
1246
+ display: none;
1247
+ }
1248
+
1249
+ .reveal .has-dark-background .logo .only-light {
1250
+ display: none;
1251
+ }
1252
+
1253
+ .reveal .has-light-background .reversed svg path {
1254
+ fill: #ffffff !important;
1255
+ }
1256
+
1257
+ .reveal .has-dark-background .reversed svg path {
1258
+ fill: currentcolor !important;
1259
+ }
1260
+
1261
+ .reveal .has-dark-background .has-light-background .logo .only-light,
1262
+ .reveal .has-dark-background .reversed .logo .only-dark {
1263
+ display: block;
1264
+ }
1265
+
1266
+ .reveal .has-light-background .has-dark-background .logo .only-dark,
1267
+ .reveal .has-light-background .logo .only-light {
1268
+ display: block;
1269
+ }
1270
+
1271
+ .reveal .has-light-background .has-dark-background .redhat-logo .only-dark,
1272
+ .reveal .has-light-background .redhat-logo .only-light {
1273
+ fill: #ffffff !important;
1274
+ }
1275
+
1276
+ .reveal .has-light-background .has-dark-background .logo .only-light,
1277
+ .reveal .has-light-background .logo .only-dark,
1278
+ .reveal .has-dark-background .has-light-background .logo .only-dark,
1279
+ .reveal .has-dark-background .logo .only-light {
1280
+ display: none;
1281
+ }
1282
+
1283
+ .reveal .future .fade-up,
1284
+ .reveal .future .fade-down,
1285
+ .reveal .future .fade-left,
1286
+ .reveal .future .fade-right,
1287
+ .reveal .future .fade-zoom {
1288
+ -webkit-transition: none;
1289
+ transition: none;
1290
+ opacity: 0;
1291
+ filter: alpha(opacity=0);
1292
+ }
1293
+
1294
+ .reveal .future .fade-up,
1295
+ .reveal .fade-up.fragment {
1296
+ -webkit-transform: translate(0, 2em);
1297
+ -ms-transform: translate(0, 2em);
1298
+ transform: translate(0, 2em);
1299
+ opacity: 0;
1300
+ filter: alpha(opacity=0);
1301
+ }
1302
+
1303
+ .reveal .future .fade-down,
1304
+ .reveal .fade-down.fragment {
1305
+ -webkit-transform: translate(0, -2em);
1306
+ -ms-transform: translate(0, -2em);
1307
+ transform: translate(0, -2em);
1308
+ opacity: 0;
1309
+ filter: alpha(opacity=0);
1310
+ }
1311
+
1312
+ .reveal .future .fade-left,
1313
+ .reveal .fade-left.fragment {
1314
+ -webkit-transform: translate(2em, 0);
1315
+ -ms-transform: translate(2em, 0);
1316
+ transform: translate(2em, 0);
1317
+ opacity: 0;
1318
+ filter: alpha(opacity=0);
1319
+ }
1320
+
1321
+ .reveal .future .fade-right,
1322
+ .reveal .fade-right.fragment {
1323
+ -webkit-transform: translate(-2em, 0);
1324
+ -ms-transform: translate(-2em, 0);
1325
+ transform: translate(-2em, 0);
1326
+ opacity: 0;
1327
+ filter: alpha(opacity=0);
1328
+ }
1329
+
1330
+ .reveal .future .fade-zoom,
1331
+ .reveal .fade-zoom.fragment {
1332
+ -webkit-transform: scale(0.1);
1333
+ -ms-transform: scale(0.1);
1334
+ transform: scale(0.1);
1335
+ opacity: 0;
1336
+ filter: alpha(opacity=0);
1337
+ }
1338
+
1339
+ .reveal .present .fade-up,
1340
+ .reveal .present .fade-down,
1341
+ .reveal .present .fade-left,
1342
+ .reveal .present .fade-right,
1343
+ .reveal .present .fade-zoom {
1344
+ -webkit-transition: all .5s ease .5s;
1345
+ transition: all .5s ease .5s;
1346
+ opacity: 1;
1347
+ filter: alpha(opacity=100);
1348
+ }
1349
+
1350
+ .reveal .present .fragment.visible.fade-up,
1351
+ .reveal .present .fragment.visible.fade-down,
1352
+ .reveal .present .fragment.visible.fade-left,
1353
+ .reveal .present .fragment.visible.fade-right,
1354
+ .reveal .present .fragment.visible.fade-zoom {
1355
+ -webkit-transform: none;
1356
+ -ms-transform: none;
1357
+ transform: none;
1358
+ opacity: 1;
1359
+ filter: alpha(opacity=100);
1360
+ }