hyla 1.0.9.pre.3 → 1.0.9
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.
- checksums.yaml +8 -8
- data/.gitignore +2 -1
- data/README.adoc +17 -0
- data/Rakefile +2 -2
- data/lib/hyla/commands/sendmail.rb +1 -1
- data/lib/hyla/project.rb +1 -1
- data/lib/resources/assets/revealjs-redhat/lib/css/conference-blue.css +84 -81
- data/lib/resources/assets/revealjs-redhat/lib/css/conference-redhat.css +85 -81
- data/lib/resources/assets/revealjs-redhat/lib/css/conference.css +684 -0
- data/lib/resources/assets/revealjs-redhat/lib/css/gpe.css +105 -98
- data/lib/resources/assets/revealjs-redhat/lib/css/theme-output.css +182 -178
- data/lib/resources/assets/revealjs-redhat/lib/js/debug/gpe.js +27 -4
- data/lib/resources/assets/revealjs-redhat/lib/js/gpe.min.js +4 -3
- data/lib/resources/assets/sass/_variable.scss +18 -0
- data/lib/resources/assets/sass/conference-blue.scss +3 -6
- data/lib/resources/assets/sass/conference-redhat.scss +6 -8
- data/lib/resources/assets/sass/conference.scss +600 -0
- data/lib/resources/assets/sass/new-gpe.scss +30 -13
- data/lib/resources/assets/sass/theme-output.scss +3 -1
- data/lib/resources/assets/styles/update_labs.css +660 -0
- data/lib/resources/backends/slim/revealjs-redhat/block_olist.html.slim +20 -9
- data/lib/resources/backends/slim/revealjs-redhat/document.html.slim +2 -1
- metadata +8 -4
@@ -1,4 +1,8 @@
|
|
1
|
-
/*
|
1
|
+
/* $fonts: 'Overpass', 'Liberation Sans', 'Open Sans', sans-serif; */
|
2
|
+
/* JBCnfConf 2016 */
|
3
|
+
/*$color: #019AD7;*/
|
4
|
+
/* Snowcamp 2016 */
|
5
|
+
/* line 3, ../theme-output.scss */
|
2
6
|
.reveal .slide-background {
|
3
7
|
background: #f3f4f4;
|
4
8
|
background-size: cover;
|
@@ -6,7 +10,7 @@
|
|
6
10
|
background-repeat: no-repeat;
|
7
11
|
}
|
8
12
|
|
9
|
-
/* line
|
13
|
+
/* line 10, ../theme-output.scss */
|
10
14
|
.reveal .has-dark-background,
|
11
15
|
.reveal .light-foreground,
|
12
16
|
.reveal section.background-shade-dark,
|
@@ -14,7 +18,7 @@
|
|
14
18
|
color: #fff;
|
15
19
|
}
|
16
20
|
|
17
|
-
/* line
|
21
|
+
/* line 17, ../theme-output.scss */
|
18
22
|
.reveal .has-dark-background .product path,
|
19
23
|
.reveal .light-foreground .product path,
|
20
24
|
.reveal section.background-shade-dark .product path,
|
@@ -22,7 +26,7 @@
|
|
22
26
|
fill: #ffffff !important;
|
23
27
|
}
|
24
28
|
|
25
|
-
/* line
|
29
|
+
/* line 24, ../theme-output.scss */
|
26
30
|
.reveal .has-dark-background .icon.stroked path,
|
27
31
|
.reveal .light-foreground .icon.stroked path,
|
28
32
|
.reveal section.background-shade-dark .icon.stroked path,
|
@@ -30,7 +34,7 @@
|
|
30
34
|
stroke: #ffffff !important;
|
31
35
|
}
|
32
36
|
|
33
|
-
/* line
|
37
|
+
/* line 31, ../theme-output.scss */
|
34
38
|
.reveal .has-dark-background .redhat-product-logotype path,
|
35
39
|
.reveal .light-foreground .redhat-product-logotype path,
|
36
40
|
.reveal section.background-shade-dark .redhat-product-logotype path,
|
@@ -38,7 +42,7 @@
|
|
38
42
|
fill: #ffffff;
|
39
43
|
}
|
40
44
|
|
41
|
-
/* line
|
45
|
+
/* line 38, ../theme-output.scss */
|
42
46
|
.reveal .has-dark-background text.logotext,
|
43
47
|
.reveal .light-foreground text.logotext,
|
44
48
|
.reveal section.background-shade-dark text.logotext,
|
@@ -62,7 +66,7 @@
|
|
62
66
|
fill: #fff !important;
|
63
67
|
}
|
64
68
|
|
65
|
-
/* line
|
69
|
+
/* line 61, ../theme-output.scss */
|
66
70
|
.reveal .has-dark-background .redhat-logo .logotext,
|
67
71
|
.reveal .light-foreground .redhat-logo .logotext,
|
68
72
|
.reveal section.background-shade-dark .redhat-logo .logotext,
|
@@ -70,41 +74,41 @@
|
|
70
74
|
fill: #ffffff !important;
|
71
75
|
}
|
72
76
|
|
73
|
-
/* line
|
77
|
+
/* line 68, ../theme-output.scss */
|
74
78
|
.reveal .has-light-background {
|
75
79
|
color: #222222;
|
76
80
|
}
|
77
81
|
|
78
|
-
/* line
|
82
|
+
/* line 72, ../theme-output.scss */
|
79
83
|
.reveal .has-light-background path {
|
80
84
|
fill: currentcolor;
|
81
85
|
}
|
82
86
|
|
83
|
-
/* line
|
87
|
+
/* line 76, ../theme-output.scss */
|
84
88
|
.reveal .has-light-background .icon.stroked path {
|
85
89
|
stroke: currentcolor;
|
86
90
|
}
|
87
91
|
|
88
|
-
/* line
|
92
|
+
/* line 80, ../theme-output.scss */
|
89
93
|
.reveal .has-light-background .redhat-logo .logotext {
|
90
94
|
fill: #000000 !important;
|
91
95
|
}
|
92
96
|
|
93
|
-
/* line
|
97
|
+
/* line 84, ../theme-output.scss */
|
94
98
|
.reveal .dark-foreground,
|
95
99
|
.reveal section.background-shade-light,
|
96
100
|
.reveal section.dark-foreground {
|
97
101
|
color: #000;
|
98
102
|
}
|
99
103
|
|
100
|
-
/* line
|
104
|
+
/* line 90, ../theme-output.scss */
|
101
105
|
.reveal .dark-foreground .redhat-product-logotype path,
|
102
106
|
.reveal section.background-shade-light .redhat-product-logotype path,
|
103
107
|
.reveal section.dark-foreground .redhat-product-logotype path {
|
104
108
|
fill: #000000;
|
105
109
|
}
|
106
110
|
|
107
|
-
/* line
|
111
|
+
/* line 96, ../theme-output.scss */
|
108
112
|
.reveal .dark-foreground text.logotext,
|
109
113
|
.reveal section.background-shade-light text.logotext,
|
110
114
|
.reveal section.dark-foreground text.logotext,
|
@@ -126,19 +130,19 @@
|
|
126
130
|
fill: #currentcolor !important;
|
127
131
|
}
|
128
132
|
|
129
|
-
/* line
|
133
|
+
/* line 117, ../theme-output.scss */
|
130
134
|
.reveal .dark-foreground .redhat-logo .logotext,
|
131
135
|
.reveal section.background-shade-light .redhat-logo .logotext,
|
132
136
|
.reveal section.dark-foreground .redhat-logo .logotext {
|
133
137
|
fill: currentcolor !important;
|
134
138
|
}
|
135
139
|
|
136
|
-
/* line
|
140
|
+
/* line 123, ../theme-output.scss */
|
137
141
|
.reveal svg path {
|
138
142
|
fill: currentcolor;
|
139
143
|
}
|
140
144
|
|
141
|
-
/* line
|
145
|
+
/* line 127, ../theme-output.scss */
|
142
146
|
.reveal .slide-background.background-shade-dark:before {
|
143
147
|
content: "";
|
144
148
|
display: block;
|
@@ -152,7 +156,7 @@
|
|
152
156
|
background-color: rgba(40, 40, 40, 0.8);
|
153
157
|
}
|
154
158
|
|
155
|
-
/* line
|
159
|
+
/* line 140, ../theme-output.scss */
|
156
160
|
.reveal .slide-background.background-shade-light:before {
|
157
161
|
content: "";
|
158
162
|
display: block;
|
@@ -167,13 +171,13 @@
|
|
167
171
|
}
|
168
172
|
|
169
173
|
/* Change Letter Spacing from .061em to -0.02em */
|
170
|
-
/* line
|
174
|
+
/* line 154, ../theme-output.scss */
|
171
175
|
.reveal .slides > section {
|
172
176
|
text-align: left;
|
173
177
|
letter-spacing: -0.02em;
|
174
178
|
}
|
175
179
|
|
176
|
-
/* line
|
180
|
+
/* line 159, ../theme-output.scss */
|
177
181
|
.reveal .slides > section h1 {
|
178
182
|
line-height: 1em;
|
179
183
|
font-weight: 700;
|
@@ -182,7 +186,7 @@
|
|
182
186
|
}
|
183
187
|
|
184
188
|
/* Change Font Size & letter spacing */
|
185
|
-
/* line
|
189
|
+
/* line 167, ../theme-output.scss */
|
186
190
|
.reveal .slides > section h2 {
|
187
191
|
font-size: 2em;
|
188
192
|
font-weight: 300;
|
@@ -190,7 +194,7 @@
|
|
190
194
|
line-height: 1.15em;
|
191
195
|
}
|
192
196
|
|
193
|
-
/* line
|
197
|
+
/* line 174, ../theme-output.scss */
|
194
198
|
.reveal .slides > section h3 {
|
195
199
|
font-weight: 700;
|
196
200
|
font-size: 1em;
|
@@ -198,30 +202,30 @@
|
|
198
202
|
line-height: 1.25em;
|
199
203
|
}
|
200
204
|
|
201
|
-
/* line
|
205
|
+
/* line 181, ../theme-output.scss */
|
202
206
|
.reveal .slides > section p {
|
203
207
|
margin-bottom: .5em;
|
204
208
|
}
|
205
209
|
|
206
|
-
/* line
|
210
|
+
/* line 185, ../theme-output.scss */
|
207
211
|
.reveal .slides > section blockquote {
|
208
212
|
font-style: normal;
|
209
213
|
box-shadow: none;
|
210
214
|
}
|
211
215
|
|
212
|
-
/* line
|
216
|
+
/* line 190, ../theme-output.scss */
|
213
217
|
.reveal .progress {
|
214
218
|
/* position: ;*/
|
215
219
|
background-color: transparent;
|
216
220
|
}
|
217
221
|
|
218
|
-
/* line
|
222
|
+
/* line 195, ../theme-output.scss */
|
219
223
|
.reveal .progress span {
|
220
224
|
background-color: #5e6a71;
|
221
225
|
/* opacity: .;*/
|
222
226
|
}
|
223
227
|
|
224
|
-
/* line
|
228
|
+
/* line 200, ../theme-output.scss */
|
225
229
|
.reveal .absolute-element svg {
|
226
230
|
position: absolute;
|
227
231
|
top: 0;
|
@@ -231,18 +235,18 @@
|
|
231
235
|
height: 100% !important;
|
232
236
|
}
|
233
237
|
|
234
|
-
/* line
|
238
|
+
/* line 209, ../theme-output.scss */
|
235
239
|
.reveal .icon.stroked {
|
236
240
|
width: 282px;
|
237
241
|
height: 282px;
|
238
242
|
}
|
239
243
|
|
240
|
-
/* line
|
244
|
+
/* line 214, ../theme-output.scss */
|
241
245
|
.reveal .icon.stroked.icon-arrow path {
|
242
246
|
stroke-width: 4px !important;
|
243
247
|
}
|
244
248
|
|
245
|
-
/* line
|
249
|
+
/* line 218, ../theme-output.scss */
|
246
250
|
.reveal .icon.stroked path {
|
247
251
|
fill: none;
|
248
252
|
stroke-width: 1.5px;
|
@@ -254,54 +258,54 @@
|
|
254
258
|
stroke: #5e6a71;
|
255
259
|
}
|
256
260
|
|
257
|
-
/* line
|
261
|
+
/* line 229, ../theme-output.scss */
|
258
262
|
.reveal .icon.stroked path.long {
|
259
263
|
stroke-dasharray: 420, 420;
|
260
264
|
transition: 2.5s all ease;
|
261
265
|
}
|
262
266
|
|
263
|
-
/* line
|
267
|
+
/* line 234, ../theme-output.scss */
|
264
268
|
.reveal .icon.stroked path.longer {
|
265
269
|
stroke-dasharray: 512, 512;
|
266
270
|
transition: 2.5s all ease;
|
267
271
|
}
|
268
272
|
|
269
|
-
/* line
|
273
|
+
/* line 239, ../theme-output.scss */
|
270
274
|
.reveal .icon.stroked path.short {
|
271
275
|
stroke-dasharray: 90, 90;
|
272
276
|
transition: 5s all ease;
|
273
277
|
}
|
274
278
|
|
275
|
-
/* line
|
279
|
+
/* line 244, ../theme-output.scss */
|
276
280
|
.reveal .icon.stroked path.shortest {
|
277
281
|
stroke-dasharray: 5, 5;
|
278
282
|
transition: 2s all ease;
|
279
283
|
}
|
280
284
|
|
281
|
-
/* line
|
285
|
+
/* line 249, ../theme-output.scss */
|
282
286
|
.reveal .icon.stroked path.round {
|
283
287
|
stroke-linecap: round;
|
284
288
|
stroke-linejoin: round;
|
285
289
|
}
|
286
290
|
|
287
|
-
/* line
|
291
|
+
/* line 254, ../theme-output.scss */
|
288
292
|
.reveal .icon.stroked path.virtual {
|
289
293
|
transition: .5s all ease;
|
290
294
|
stroke-dasharray: 1.1, 3;
|
291
295
|
stroke-linecap: round;
|
292
296
|
}
|
293
297
|
|
294
|
-
/* line
|
298
|
+
/* line 260, ../theme-output.scss */
|
295
299
|
.reveal .icon.stroked path.dashed {
|
296
300
|
stroke-dasharray: 3, 3;
|
297
301
|
}
|
298
302
|
|
299
|
-
/* line
|
303
|
+
/* line 264, ../theme-output.scss */
|
300
304
|
.reveal .icon.stroked path.hand {
|
301
305
|
stroke-linecap: round;
|
302
306
|
}
|
303
307
|
|
304
|
-
/* line
|
308
|
+
/* line 268, ../theme-output.scss */
|
305
309
|
.reveal .present path.virtual {
|
306
310
|
-webkit-animation: virtual-outline 60s infinite linear;
|
307
311
|
-moz-animation: virtual-outline 60s infinite linear;
|
@@ -332,39 +336,39 @@
|
|
332
336
|
stroke-dashoffset: 512;
|
333
337
|
}
|
334
338
|
}
|
335
|
-
/* line
|
339
|
+
/* line 301, ../theme-output.scss */
|
336
340
|
.reveal a {
|
337
341
|
box-shadow: 0 0.066666em;
|
338
342
|
}
|
339
343
|
|
340
|
-
/* line
|
344
|
+
/* line 305, ../theme-output.scss */
|
341
345
|
.reveal.overview section.present {
|
342
346
|
border: 12px solid white !important;
|
343
347
|
box-shadow: 0 0 0 10px #ffffff, inset 0 0 0 6px rgba(0, 0, 0, 0.2);
|
344
348
|
}
|
345
349
|
|
346
|
-
/* line
|
350
|
+
/* line 310, ../theme-output.scss */
|
347
351
|
.reveal .rh-pattern {
|
348
352
|
width: 256px;
|
349
353
|
height: 256px;
|
350
354
|
}
|
351
355
|
|
352
|
-
/* line
|
356
|
+
/* line 315, ../theme-output.scss */
|
353
357
|
.reveal .rh-pattern path {
|
354
358
|
transition: all .5s ease;
|
355
359
|
}
|
356
360
|
|
357
|
-
/* line
|
361
|
+
/* line 319, ../theme-output.scss */
|
358
362
|
.reveal .future .rh-pattern path {
|
359
363
|
stroke-dasharray: 0, 85 !important;
|
360
364
|
}
|
361
365
|
|
362
|
-
/* line
|
366
|
+
/* line 323, ../theme-output.scss */
|
363
367
|
.reveal .present .rh-pattern path {
|
364
368
|
stroke-dasharray: 80, 0 !important;
|
365
369
|
}
|
366
370
|
|
367
|
-
/* line
|
371
|
+
/* line 327, ../theme-output.scss */
|
368
372
|
.reveal div[data-block-type="snippet"] > .sl-block-content > svg,
|
369
373
|
.reveal div[data-block-type="snippet"] .icon,
|
370
374
|
.reveal div[data-block-type="snippet"] .product {
|
@@ -377,7 +381,7 @@
|
|
377
381
|
height: 100%;
|
378
382
|
}
|
379
383
|
|
380
|
-
/* line
|
384
|
+
/* line 339, ../theme-output.scss */
|
381
385
|
.reveal div[data-block-type="snippet"] .icon {
|
382
386
|
top: -15%;
|
383
387
|
right: -15%;
|
@@ -387,24 +391,24 @@
|
|
387
391
|
height: 130%;
|
388
392
|
}
|
389
393
|
|
390
|
-
/* line
|
394
|
+
/* line 348, ../theme-output.scss */
|
391
395
|
.reveal div[data-block-type="snippet"] {
|
392
396
|
min-width: 60px !important;
|
393
397
|
min-height: 40px !important;
|
394
398
|
}
|
395
399
|
|
396
|
-
/* line
|
400
|
+
/* line 353, ../theme-output.scss */
|
397
401
|
.reveal div[data-block-type="text"] {
|
398
402
|
font-size: 20px;
|
399
403
|
}
|
400
404
|
|
401
|
-
/* line
|
405
|
+
/* line 357, ../theme-output.scss */
|
402
406
|
.reveal .triangle-element,
|
403
407
|
.reveal .triangle-element * {
|
404
408
|
user-select: none;
|
405
409
|
}
|
406
410
|
|
407
|
-
/* line
|
411
|
+
/* line 362, ../theme-output.scss */
|
408
412
|
.reveal .has-light-background .closing-logo.logotype path {
|
409
413
|
fill: #000000 !important;
|
410
414
|
}
|
@@ -464,7 +468,7 @@
|
|
464
468
|
transform: scale(1) translate(30%);
|
465
469
|
}
|
466
470
|
}
|
467
|
-
/* line
|
471
|
+
/* line 426, ../theme-output.scss */
|
468
472
|
.reveal .present .closing-logo.icon {
|
469
473
|
-webkit-animation: closing-animation 1.5s 1;
|
470
474
|
-moz-animation: closing-animation 1.5s 1;
|
@@ -472,7 +476,7 @@
|
|
472
476
|
animation: closing-animation 1.5s 1;
|
473
477
|
}
|
474
478
|
|
475
|
-
/* line
|
479
|
+
/* line 433, ../theme-output.scss */
|
476
480
|
.reveal .present .closing-logo.logotype {
|
477
481
|
-webkit-animation: closing-text-animation 1.8s 1;
|
478
482
|
-moz-animation: closing-text-animation 1.8s 1;
|
@@ -565,42 +569,42 @@
|
|
565
569
|
-webkit-transform: none;
|
566
570
|
}
|
567
571
|
}
|
568
|
-
/* line
|
572
|
+
/* line 530, ../theme-output.scss */
|
569
573
|
.reveal .brand-pattern-paths path,
|
570
574
|
.reveal .pattern-path {
|
571
575
|
stroke-width: 1;
|
572
576
|
fill: none;
|
573
577
|
}
|
574
578
|
|
575
|
-
/* line
|
579
|
+
/* line 536, ../theme-output.scss */
|
576
580
|
.reveal .brand-pattern-paths path {
|
577
581
|
fill: none !important;
|
578
582
|
}
|
579
583
|
|
580
|
-
/* line
|
584
|
+
/* line 540, ../theme-output.scss */
|
581
585
|
.reveal pattern {
|
582
586
|
patterntransform: scale(2) !important;
|
583
587
|
}
|
584
588
|
|
585
|
-
/* line
|
589
|
+
/* line 544, ../theme-output.scss */
|
586
590
|
.reveal pattern.normal use {
|
587
591
|
stroke: #5e6a71;
|
588
592
|
fill: none;
|
589
593
|
}
|
590
594
|
|
591
|
-
/* line
|
595
|
+
/* line 549, ../theme-output.scss */
|
592
596
|
.reveal pattern.light use {
|
593
597
|
stroke: #fff !important;
|
594
598
|
fill: none;
|
595
599
|
}
|
596
600
|
|
597
|
-
/* line
|
601
|
+
/* line 554, ../theme-output.scss */
|
598
602
|
.reveal pattern.dark use {
|
599
603
|
stroke: #000 !important;
|
600
604
|
fill: none;
|
601
605
|
}
|
602
606
|
|
603
|
-
/* line
|
607
|
+
/* line 559, ../theme-output.scss */
|
604
608
|
.reveal .brand-pattern {
|
605
609
|
min-width: 40px;
|
606
610
|
min-height: 40px;
|
@@ -613,129 +617,129 @@
|
|
613
617
|
height: 100%;
|
614
618
|
}
|
615
619
|
|
616
|
-
/* line
|
620
|
+
/* line 571, ../theme-output.scss */
|
617
621
|
.reveal .brand-pattern path,
|
618
622
|
.reveal .brand-pattern rect {
|
619
623
|
width: 100% !important;
|
620
624
|
height: 100%;
|
621
625
|
}
|
622
626
|
|
623
|
-
/* line
|
627
|
+
/* line 577, ../theme-output.scss */
|
624
628
|
.reveal .brand-pattern.corporate {
|
625
629
|
fill: url(#pattern-corporate);
|
626
630
|
}
|
627
631
|
|
628
|
-
/* line
|
632
|
+
/* line 581, ../theme-output.scss */
|
629
633
|
.reveal .brand-pattern.storage {
|
630
634
|
fill: url(#pattern-storage);
|
631
635
|
}
|
632
636
|
|
633
|
-
/* line
|
637
|
+
/* line 585, ../theme-output.scss */
|
634
638
|
.reveal .brand-pattern.infrastructure {
|
635
639
|
fill: url(#pattern-infrastructure);
|
636
640
|
}
|
637
641
|
|
638
|
-
/* line
|
642
|
+
/* line 589, ../theme-output.scss */
|
639
643
|
.reveal .brand-pattern.cloud-infrastructure {
|
640
644
|
fill: url(#pattern-cloud-infrastructure);
|
641
645
|
}
|
642
646
|
|
643
|
-
/* line
|
647
|
+
/* line 593, ../theme-output.scss */
|
644
648
|
.reveal .brand-pattern.development {
|
645
649
|
fill: url(#pattern-development);
|
646
650
|
}
|
647
651
|
|
648
|
-
/* line
|
652
|
+
/* line 597, ../theme-output.scss */
|
649
653
|
.reveal .brand-pattern.business-process {
|
650
654
|
fill: url(#pattern-business-process);
|
651
655
|
}
|
652
656
|
|
653
|
-
/* line
|
657
|
+
/* line 601, ../theme-output.scss */
|
654
658
|
.reveal .brand-pattern.cloud-development {
|
655
659
|
fill: url(#pattern-cloud-development);
|
656
660
|
}
|
657
661
|
|
658
|
-
/* line
|
662
|
+
/* line 605, ../theme-output.scss */
|
659
663
|
.reveal .brand-pattern.development {
|
660
664
|
fill: url(#pattern-development);
|
661
665
|
}
|
662
666
|
|
663
|
-
/* line
|
667
|
+
/* line 609, ../theme-output.scss */
|
664
668
|
.reveal .brand-pattern.business-process {
|
665
669
|
fill: url(#pattern-business-process);
|
666
670
|
}
|
667
671
|
|
668
|
-
/* line
|
672
|
+
/* line 613, ../theme-output.scss */
|
669
673
|
.reveal .brand-pattern.cloud-development {
|
670
674
|
fill: url(#pattern-cloud-development);
|
671
675
|
}
|
672
676
|
|
673
|
-
/* line
|
677
|
+
/* line 617, ../theme-output.scss */
|
674
678
|
.reveal .brand-pattern.services {
|
675
679
|
fill: url(#pattern-services);
|
676
680
|
}
|
677
681
|
|
678
|
-
/* line
|
682
|
+
/* line 621, ../theme-output.scss */
|
679
683
|
.reveal .brand-pattern.partners {
|
680
684
|
fill: url(#pattern-partners);
|
681
685
|
}
|
682
686
|
|
683
|
-
/* line
|
687
|
+
/* line 625, ../theme-output.scss */
|
684
688
|
.reveal .brand-pattern.community {
|
685
689
|
fill: url(#pattern-community);
|
686
690
|
}
|
687
691
|
|
688
|
-
/* line
|
692
|
+
/* line 629, ../theme-output.scss */
|
689
693
|
.reveal #pattern-corporate-2 use {
|
690
694
|
stroke: #dd0000;
|
691
695
|
}
|
692
696
|
|
693
|
-
/* line
|
697
|
+
/* line 633, ../theme-output.scss */
|
694
698
|
.reveal #pattern-corporate use {
|
695
699
|
stroke: #cc0000;
|
696
700
|
}
|
697
701
|
|
698
|
-
/* line
|
702
|
+
/* line 637, ../theme-output.scss */
|
699
703
|
.reveal #pattern-storage use {
|
700
704
|
stroke: #ec7a08;
|
701
705
|
}
|
702
706
|
|
703
|
-
/* line
|
707
|
+
/* line 641, ../theme-output.scss */
|
704
708
|
.reveal #pattern-infrastructure-path {
|
705
709
|
stroke: #0088ce;
|
706
710
|
}
|
707
711
|
|
708
|
-
/* line
|
712
|
+
/* line 645, ../theme-output.scss */
|
709
713
|
.reveal #pattern-cloud-infrastructure use {
|
710
714
|
stroke: #0088ce;
|
711
715
|
}
|
712
716
|
|
713
|
-
/* line
|
717
|
+
/* line 649, ../theme-output.scss */
|
714
718
|
.reveal #pattern-development use {
|
715
719
|
stroke: #3f9c35;
|
716
720
|
}
|
717
721
|
|
718
|
-
/* line
|
722
|
+
/* line 653, ../theme-output.scss */
|
719
723
|
.reveal #pattern-cloud-development use {
|
720
724
|
stroke: #3f9c35;
|
721
725
|
}
|
722
726
|
|
723
|
-
/* line
|
727
|
+
/* line 657, ../theme-output.scss */
|
724
728
|
.reveal #pattern-business-process use {
|
725
729
|
stroke: #3f9c35;
|
726
730
|
}
|
727
731
|
|
728
|
-
/* line
|
732
|
+
/* line 661, ../theme-output.scss */
|
729
733
|
.reveal #pattern-partners use {
|
730
734
|
stroke: #005172;
|
731
735
|
}
|
732
736
|
|
733
|
-
/* line
|
737
|
+
/* line 665, ../theme-output.scss */
|
734
738
|
.reveal #pattern-services use {
|
735
739
|
stroke: #5e6a71;
|
736
740
|
}
|
737
741
|
|
738
|
-
/* line
|
742
|
+
/* line 669, ../theme-output.scss */
|
739
743
|
.reveal section,
|
740
744
|
.reveal .slide-background {
|
741
745
|
-webkit-backface-visibility: hidden;
|
@@ -743,7 +747,7 @@
|
|
743
747
|
backface-visibility: hidden;
|
744
748
|
}
|
745
749
|
|
746
|
-
/* line
|
750
|
+
/* line 676, ../theme-output.scss */
|
747
751
|
.reveal .slides > section.transition-slide,
|
748
752
|
.reveal .slides > section.transition-slide + section.future,
|
749
753
|
.reveal .slides > section.transition-slide + section.present,
|
@@ -753,12 +757,12 @@
|
|
753
757
|
transition: all 1s ease !important;
|
754
758
|
}
|
755
759
|
|
756
|
-
/* line
|
760
|
+
/* line 685, ../theme-output.scss */
|
757
761
|
.reveal .backgrounds > .slide-background.transition-slide {
|
758
762
|
opacity: 1;
|
759
763
|
}
|
760
764
|
|
761
|
-
/* line
|
765
|
+
/* line 689, ../theme-output.scss */
|
762
766
|
.reveal .backgrounds > .slide-background.transition-slide.past {
|
763
767
|
z-index: 99;
|
764
768
|
-webkit-transform: translate(-100%, 0);
|
@@ -766,7 +770,7 @@
|
|
766
770
|
transform: translate(-100%, 0);
|
767
771
|
}
|
768
772
|
|
769
|
-
/* line
|
773
|
+
/* line 696, ../theme-output.scss */
|
770
774
|
.reveal .backgrounds > .slide-background.transition-slide.future,
|
771
775
|
.reveal .backgrounds > .slide-background.transition-slide.present + .slide-background.future {
|
772
776
|
-webkit-transform: translate(100%, 0);
|
@@ -774,7 +778,7 @@
|
|
774
778
|
transform: translate(100%, 0);
|
775
779
|
}
|
776
780
|
|
777
|
-
/* line
|
781
|
+
/* line 703, ../theme-output.scss */
|
778
782
|
.reveal .slides > section.transition-slide.past {
|
779
783
|
z-index: 99;
|
780
784
|
-webkit-transform: translate(-150%, 0);
|
@@ -782,7 +786,7 @@
|
|
782
786
|
transform: translate(-150%, 0);
|
783
787
|
}
|
784
788
|
|
785
|
-
/* line
|
789
|
+
/* line 710, ../theme-output.scss */
|
786
790
|
.reveal .slides > section.transition-slide.future,
|
787
791
|
.reveal .slides > section.transition-slide.future + section {
|
788
792
|
-webkit-transform: translate(150%, 0);
|
@@ -790,7 +794,7 @@
|
|
790
794
|
transform: translate(150%, 0);
|
791
795
|
}
|
792
796
|
|
793
|
-
/* line
|
797
|
+
/* line 717, ../theme-output.scss */
|
794
798
|
.reveal .slides > section.transition-slide-up,
|
795
799
|
.reveal .slides > section.transition-slide-up + section.future,
|
796
800
|
.reveal .slides > section.transition-slide-up + section.present,
|
@@ -799,12 +803,12 @@
|
|
799
803
|
transition: all 1s ease !important;
|
800
804
|
}
|
801
805
|
|
802
|
-
/* line
|
806
|
+
/* line 725, ../theme-output.scss */
|
803
807
|
.reveal .backgrounds > .slide-background.transition-slide-up {
|
804
808
|
opacity: 1;
|
805
809
|
}
|
806
810
|
|
807
|
-
/* line
|
811
|
+
/* line 729, ../theme-output.scss */
|
808
812
|
.reveal .backgrounds > .slide-background.transition-slide-up.past {
|
809
813
|
z-index: 99;
|
810
814
|
-webkit-transform: translate(0, -100%);
|
@@ -812,7 +816,7 @@
|
|
812
816
|
transform: translate(0, -100%);
|
813
817
|
}
|
814
818
|
|
815
|
-
/* line
|
819
|
+
/* line 736, ../theme-output.scss */
|
816
820
|
.reveal .backgrounds > .slide-background.transition-slide-up.future,
|
817
821
|
.reveal .backgrounds > .slide-background.transition-slide-up.present + .slide-background.future {
|
818
822
|
-webkit-transform: translate(0, 100%);
|
@@ -820,7 +824,7 @@
|
|
820
824
|
transform: translate(0, 100%);
|
821
825
|
}
|
822
826
|
|
823
|
-
/* line
|
827
|
+
/* line 743, ../theme-output.scss */
|
824
828
|
.reveal .slides > section.transition-slide-up.past {
|
825
829
|
z-index: 99;
|
826
830
|
-webkit-transform: translate(0, -150%);
|
@@ -828,7 +832,7 @@
|
|
828
832
|
transform: translate(0, -150%);
|
829
833
|
}
|
830
834
|
|
831
|
-
/* line
|
835
|
+
/* line 750, ../theme-output.scss */
|
832
836
|
.reveal .slides > section.transition-slide-up.future,
|
833
837
|
.reveal .slides > section.transition-slide-up.present + section {
|
834
838
|
-webkit-transform: translate(0, 150%);
|
@@ -836,7 +840,7 @@
|
|
836
840
|
transform: translate(0, 150%);
|
837
841
|
}
|
838
842
|
|
839
|
-
/* line
|
843
|
+
/* line 757, ../theme-output.scss */
|
840
844
|
.reveal .slides > section.transition-zoom-in,
|
841
845
|
.reveal .slides > section.transition-zoom-in + section.future,
|
842
846
|
.reveal .slides > section.transition-zoom-in + section.present,
|
@@ -847,7 +851,7 @@
|
|
847
851
|
transition: all 1s ease !important;
|
848
852
|
}
|
849
853
|
|
850
|
-
/* line
|
854
|
+
/* line 767, ../theme-output.scss */
|
851
855
|
.reveal .backgrounds > .slide-background.transition-zoom-in.past {
|
852
856
|
opacity: 0 !important;
|
853
857
|
-webkit-transform: scale(1.5);
|
@@ -855,7 +859,7 @@
|
|
855
859
|
transform: scale(1.5);
|
856
860
|
}
|
857
861
|
|
858
|
-
/* line
|
862
|
+
/* line 774, ../theme-output.scss */
|
859
863
|
.reveal .backgrounds > .slide-background.transition-zoom-in.future,
|
860
864
|
.reveal .backgrounds > .slide-background.transition-zoom-in.present + .slide-background.future {
|
861
865
|
opacity: 0 !important;
|
@@ -864,18 +868,18 @@
|
|
864
868
|
transform: scale(0.01);
|
865
869
|
}
|
866
870
|
|
867
|
-
/* line
|
871
|
+
/* line 782, ../theme-output.scss */
|
868
872
|
.reveal.past {
|
869
873
|
z-index: -1;
|
870
874
|
opacity: 0 !important;
|
871
875
|
}
|
872
876
|
|
873
|
-
/* line
|
877
|
+
/* line 787, ../theme-output.scss */
|
874
878
|
.reveal.present + .slide-background.future {
|
875
879
|
z-index: 99;
|
876
880
|
}
|
877
881
|
|
878
|
-
/* line
|
882
|
+
/* line 791, ../theme-output.scss */
|
879
883
|
.reveal .slides > section.transition-zoom-in.past {
|
880
884
|
z-index: 99;
|
881
885
|
-webkit-transform: scale(1.5);
|
@@ -883,7 +887,7 @@
|
|
883
887
|
transform: scale(1.5);
|
884
888
|
}
|
885
889
|
|
886
|
-
/* line
|
890
|
+
/* line 798, ../theme-output.scss */
|
887
891
|
.reveal .slides > section.transition-zoom-in.future {
|
888
892
|
-webkit-transform: scale(0.1);
|
889
893
|
-ms-transform: scale(0.1);
|
@@ -934,7 +938,7 @@
|
|
934
938
|
stroke-dashoffset: 90;
|
935
939
|
}
|
936
940
|
}
|
937
|
-
/* line
|
941
|
+
/* line 856, ../theme-output.scss */
|
938
942
|
.reveal .present .animate.icon.stroked path,
|
939
943
|
.reveal .present .animate .icon.stroked path,
|
940
944
|
.reveal .fragment .icon.stroked path {
|
@@ -944,7 +948,7 @@
|
|
944
948
|
display: none;
|
945
949
|
}
|
946
950
|
|
947
|
-
/* line
|
951
|
+
/* line 865, ../theme-output.scss */
|
948
952
|
.reveal .present .animate.icon.stroked path.long,
|
949
953
|
.reveal .present .animate .icon.stroked path.long,
|
950
954
|
.reveal .fragment.visible .icon.stroked path.long {
|
@@ -955,7 +959,7 @@
|
|
955
959
|
animation: icon-animation-long 3.5s 0.5s 1;
|
956
960
|
}
|
957
961
|
|
958
|
-
/* line
|
962
|
+
/* line 875, ../theme-output.scss */
|
959
963
|
.reveal .present .animate.icon.stroked path.short,
|
960
964
|
.reveal .present .animate .icon.stroked path.short,
|
961
965
|
.reveal .fragment.visible .icon.stroked path.short {
|
@@ -965,12 +969,12 @@
|
|
965
969
|
animation: icon-animation-short 3.5s 0.5s 1 !important;
|
966
970
|
}
|
967
971
|
|
968
|
-
/* line
|
972
|
+
/* line 884, ../theme-output.scss */
|
969
973
|
.reveal .triangle-element {
|
970
974
|
transition: all 0.4s cubic-bezier(0.21, 0.9, 0.55, 1) 5s;
|
971
975
|
}
|
972
976
|
|
973
|
-
/* line
|
977
|
+
/* line 888, ../theme-output.scss */
|
974
978
|
.reveal:hover .triangle-element {
|
975
979
|
transition: all 1s cubic-bezier(0.21, 0.9, 0.55, 1.16) 0s !important;
|
976
980
|
top: 100% !important;
|
@@ -978,37 +982,37 @@
|
|
978
982
|
opacity: 0.95;
|
979
983
|
}
|
980
984
|
|
981
|
-
/* line
|
985
|
+
/* line 895, ../theme-output.scss */
|
982
986
|
.reveal .has-dark-background .only-dark {
|
983
987
|
display: none;
|
984
988
|
}
|
985
989
|
|
986
|
-
/* line
|
990
|
+
/* line 899, ../theme-output.scss */
|
987
991
|
.reveal .has-light-background .only-light {
|
988
992
|
display: none;
|
989
993
|
}
|
990
994
|
|
991
|
-
/* line
|
995
|
+
/* line 903, ../theme-output.scss */
|
992
996
|
.reveal .thinner .icon.stroked path {
|
993
997
|
stroke-width: 1px !important;
|
994
998
|
}
|
995
999
|
|
996
|
-
/* line
|
1000
|
+
/* line 907, ../theme-output.scss */
|
997
1001
|
.reveal .thinnest .icon.stroked path {
|
998
1002
|
stroke-width: 0.05em !important;
|
999
1003
|
}
|
1000
1004
|
|
1001
|
-
/* line
|
1005
|
+
/* line 911, ../theme-output.scss */
|
1002
1006
|
.reveal .thicker .icon.stroked path {
|
1003
1007
|
stroke-width: 3px !important;
|
1004
1008
|
}
|
1005
1009
|
|
1006
|
-
/* line
|
1010
|
+
/* line 915, ../theme-output.scss */
|
1007
1011
|
.reveal .thickest .icon.stroked path {
|
1008
1012
|
stroke-width: 4px !important;
|
1009
1013
|
}
|
1010
1014
|
|
1011
|
-
/* line
|
1015
|
+
/* line 919, ../theme-output.scss */
|
1012
1016
|
.reveal .angle {
|
1013
1017
|
-ms-transform: rotate(-45deg);
|
1014
1018
|
-moz-transform: rotate(-45deg);
|
@@ -1016,7 +1020,7 @@
|
|
1016
1020
|
transform: rotate(-45deg);
|
1017
1021
|
}
|
1018
1022
|
|
1019
|
-
/* line
|
1023
|
+
/* line 926, ../theme-output.scss */
|
1020
1024
|
.reveal .skewed {
|
1021
1025
|
transition: all 1s cubic-bezier(0.13, 0.81, 0.08, 1);
|
1022
1026
|
-moz-transform: skew(-45deg, 0);
|
@@ -1025,26 +1029,26 @@
|
|
1025
1029
|
transform: skew(-45deg, 0);
|
1026
1030
|
}
|
1027
1031
|
|
1028
|
-
/* line
|
1032
|
+
/* line 934, ../theme-output.scss */
|
1029
1033
|
.reveal .future .skewed {
|
1030
1034
|
margin-left: -800%;
|
1031
1035
|
opacity: 0;
|
1032
1036
|
}
|
1033
1037
|
|
1034
|
-
/* line
|
1038
|
+
/* line 939, ../theme-output.scss */
|
1035
1039
|
.reveal .past .skewed {
|
1036
1040
|
margin-left: 800%;
|
1037
1041
|
opacity: 0;
|
1038
1042
|
}
|
1039
1043
|
|
1040
|
-
/* line
|
1044
|
+
/* line 944, ../theme-output.scss */
|
1041
1045
|
.reveal .item-label,
|
1042
1046
|
.reveal .item-box {
|
1043
1047
|
letter-spacing: 0em;
|
1044
1048
|
font-weight: 500;
|
1045
1049
|
}
|
1046
1050
|
|
1047
|
-
/* line
|
1051
|
+
/* line 950, ../theme-output.scss */
|
1048
1052
|
.reveal .epic-content-box {
|
1049
1053
|
height: 100%;
|
1050
1054
|
width: 100%;
|
@@ -1055,25 +1059,25 @@
|
|
1055
1059
|
left: 0;
|
1056
1060
|
}
|
1057
1061
|
|
1058
|
-
/* line
|
1062
|
+
/* line 960, ../theme-output.scss */
|
1059
1063
|
.reveal .has-dark-background .epic-content-box {
|
1060
1064
|
box-shadow: inset 0 0 0.51em rgba(0, 0, 0, 0.25), 0 0.05em 0.05em rgba(255, 255, 255, 0.1);
|
1061
1065
|
background-color: rgba(0, 0, 0, 0.15);
|
1062
1066
|
}
|
1063
1067
|
|
1064
|
-
/* line
|
1068
|
+
/* line 965, ../theme-output.scss */
|
1065
1069
|
.reveal .has-light-background .epic-content-box {
|
1066
1070
|
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);
|
1067
1071
|
}
|
1068
1072
|
|
1069
|
-
/* line
|
1073
|
+
/* line 969, ../theme-output.scss */
|
1070
1074
|
.reveal .has-dark-background h1,
|
1071
1075
|
.reveal .has-dark-background h2,
|
1072
1076
|
.reveal .has-dark-background h3 {
|
1073
1077
|
text-shadow: 0 0.05em 0.2em rgba(0, 0, 0, 0.2);
|
1074
1078
|
}
|
1075
1079
|
|
1076
|
-
/* line
|
1080
|
+
/* line 975, ../theme-output.scss */
|
1077
1081
|
.reveal .controls {
|
1078
1082
|
background-color: rgba(255, 255, 255, 0.2);
|
1079
1083
|
border-radius: 50%;
|
@@ -1082,21 +1086,21 @@
|
|
1082
1086
|
right: 1%;
|
1083
1087
|
}
|
1084
1088
|
|
1085
|
-
/* line
|
1089
|
+
/* line 983, ../theme-output.scss */
|
1086
1090
|
.reveal .controls {
|
1087
1091
|
opacity: 0 !important;
|
1088
1092
|
transition: all .5s ease 4.8s;
|
1089
1093
|
transform: scale(0.4);
|
1090
1094
|
}
|
1091
1095
|
|
1092
|
-
/* line
|
1096
|
+
/* line 989, ../theme-output.scss */
|
1093
1097
|
.reveal:hover .controls {
|
1094
1098
|
transform: scale(1);
|
1095
1099
|
opacity: 1 !important;
|
1096
1100
|
transition: all .5s ease 0s;
|
1097
1101
|
}
|
1098
1102
|
|
1099
|
-
/* line
|
1103
|
+
/* line 995, ../theme-output.scss */
|
1100
1104
|
.reveal .slides > section.present.in-3d-appear,
|
1101
1105
|
.reveal .backgrounds > .slide-background.present.in-3d-appear {
|
1102
1106
|
-moz-animation: slide-3d-appear 2s ease 1;
|
@@ -1140,7 +1144,7 @@
|
|
1140
1144
|
transform-origin: top;
|
1141
1145
|
}
|
1142
1146
|
}
|
1143
|
-
/* line
|
1147
|
+
/* line 1041, ../theme-output.scss */
|
1144
1148
|
.reveal .backgrounds {
|
1145
1149
|
transition-property: height;
|
1146
1150
|
transition-duration: 1s;
|
@@ -1148,14 +1152,14 @@
|
|
1148
1152
|
transform-style: preserve-3d;
|
1149
1153
|
}
|
1150
1154
|
|
1151
|
-
/* line
|
1155
|
+
/* line 1048, ../theme-output.scss */
|
1152
1156
|
.reveal .complex-logo {
|
1153
1157
|
min-height: 70px;
|
1154
1158
|
min-width: 70px;
|
1155
1159
|
width: 100%;
|
1156
1160
|
}
|
1157
1161
|
|
1158
|
-
/* line
|
1162
|
+
/* line 1054, ../theme-output.scss */
|
1159
1163
|
.reveal .complex-logo,
|
1160
1164
|
.reveal .complex-logo svg,
|
1161
1165
|
.reveal .complex-logo > div {
|
@@ -1168,7 +1172,7 @@
|
|
1168
1172
|
height: 100%;
|
1169
1173
|
}
|
1170
1174
|
|
1171
|
-
/* line
|
1175
|
+
/* line 1066, ../theme-output.scss */
|
1172
1176
|
.reveal .complex-logo > div.line-icon,
|
1173
1177
|
.reveal .complex-logo svg > div.line-icon,
|
1174
1178
|
.reveal .complex-logo > div > div.line-icon,
|
@@ -1178,76 +1182,76 @@
|
|
1178
1182
|
transform-origin: 12% 50%;
|
1179
1183
|
}
|
1180
1184
|
|
1181
|
-
/* line
|
1185
|
+
/* line 1075, ../theme-output.scss */
|
1182
1186
|
.reveal .animated .complex-logo div {
|
1183
1187
|
transition: all .5s ease;
|
1184
1188
|
}
|
1185
1189
|
|
1186
|
-
/* line
|
1190
|
+
/* line 1079, ../theme-output.scss */
|
1187
1191
|
.reveal .animated .complex-logo div.line-icon {
|
1188
1192
|
transition-delay: 2s;
|
1189
1193
|
}
|
1190
1194
|
|
1191
|
-
/* line
|
1195
|
+
/* line 1083, ../theme-output.scss */
|
1192
1196
|
.reveal .animated .complex-logo div.line-icon path {
|
1193
1197
|
transition: all 1s ease .52s;
|
1194
1198
|
stroke-dasharray: 100, 10;
|
1195
1199
|
}
|
1196
1200
|
|
1197
|
-
/* line
|
1201
|
+
/* line 1088, ../theme-output.scss */
|
1198
1202
|
.reveal .animated .complex-logo div.event-name {
|
1199
1203
|
transition-delay: 1s;
|
1200
1204
|
}
|
1201
1205
|
|
1202
|
-
/* line
|
1206
|
+
/* line 1092, ../theme-output.scss */
|
1203
1207
|
.reveal .animated .complex-logo div.location {
|
1204
1208
|
transition-delay: 1.4s;
|
1205
1209
|
}
|
1206
1210
|
|
1207
|
-
/* line
|
1211
|
+
/* line 1096, ../theme-output.scss */
|
1208
1212
|
.reveal .future .animated .complex-logo > div {
|
1209
1213
|
transition: none;
|
1210
1214
|
}
|
1211
1215
|
|
1212
|
-
/* line
|
1216
|
+
/* line 1100, ../theme-output.scss */
|
1213
1217
|
.reveal .future .animated .complex-logo > div.line-icon path {
|
1214
1218
|
stroke-dasharray: 0, 100;
|
1215
1219
|
transition: none;
|
1216
1220
|
}
|
1217
1221
|
|
1218
|
-
/* line
|
1222
|
+
/* line 1105, ../theme-output.scss */
|
1219
1223
|
.reveal .future .animated .complex-logo {
|
1220
1224
|
/*.line-icon{transform:rotate(30deg); opacity:0;}*/
|
1221
1225
|
}
|
1222
1226
|
|
1223
|
-
/* line
|
1227
|
+
/* line 1110, ../theme-output.scss */
|
1224
1228
|
.reveal .future .animated .complex-logo .logomark {
|
1225
1229
|
transform: translate(0, -20%);
|
1226
1230
|
}
|
1227
1231
|
|
1228
|
-
/* line
|
1232
|
+
/* line 1114, ../theme-output.scss */
|
1229
1233
|
.reveal .future .animated .complex-logo .location {
|
1230
1234
|
transform: translate(0, 0.5em);
|
1231
1235
|
opacity: 0;
|
1232
1236
|
}
|
1233
1237
|
|
1234
|
-
/* line
|
1238
|
+
/* line 1119, ../theme-output.scss */
|
1235
1239
|
.reveal .future .animated .complex-logo .event-name {
|
1236
1240
|
opacity: 0;
|
1237
1241
|
transform: translate(-0.6em, 0);
|
1238
1242
|
}
|
1239
1243
|
|
1240
|
-
/* line
|
1244
|
+
/* line 1124, ../theme-output.scss */
|
1241
1245
|
.reveal svg path {
|
1242
1246
|
fill: currentcolor;
|
1243
1247
|
}
|
1244
1248
|
|
1245
|
-
/* line
|
1249
|
+
/* line 1128, ../theme-output.scss */
|
1246
1250
|
.reveal .lowercase {
|
1247
1251
|
text-transform: lowercase;
|
1248
1252
|
}
|
1249
1253
|
|
1250
|
-
/* line
|
1254
|
+
/* line 1132, ../theme-output.scss */
|
1251
1255
|
.reveal .pop-in.fragment {
|
1252
1256
|
-webkit-transform: scale(0.2);
|
1253
1257
|
-moz-transform: scale(0.2);
|
@@ -1266,7 +1270,7 @@
|
|
1266
1270
|
animation-delay: 0.66s;
|
1267
1271
|
}
|
1268
1272
|
|
1269
|
-
/* line
|
1273
|
+
/* line 1150, ../theme-output.scss */
|
1270
1274
|
.reveal .pop-in.fragment.visible {
|
1271
1275
|
-webkit-transform: scale(1);
|
1272
1276
|
-moz-transform: scale(1);
|
@@ -1275,12 +1279,12 @@
|
|
1275
1279
|
transform: scale(1);
|
1276
1280
|
}
|
1277
1281
|
|
1278
|
-
/* line
|
1282
|
+
/* line 1158, ../theme-output.scss */
|
1279
1283
|
.reveal .pop-in.fragment.current-fragment {
|
1280
1284
|
color: #c22;
|
1281
1285
|
}
|
1282
1286
|
|
1283
|
-
/* line
|
1287
|
+
/* line 1162, ../theme-output.scss */
|
1284
1288
|
.reveal .grow-width {
|
1285
1289
|
-webkit-transition: all 0.5s ease 0.2s;
|
1286
1290
|
-moz-transition: all 0.5s ease 0.2s;
|
@@ -1289,7 +1293,7 @@
|
|
1289
1293
|
transition: all 0.5s ease 0.2s;
|
1290
1294
|
}
|
1291
1295
|
|
1292
|
-
/* line
|
1296
|
+
/* line 1170, ../theme-output.scss */
|
1293
1297
|
.reveal .future .grow-width {
|
1294
1298
|
width: 0% !important;
|
1295
1299
|
-webkit-transition: none;
|
@@ -1299,7 +1303,7 @@
|
|
1299
1303
|
transition: none;
|
1300
1304
|
}
|
1301
1305
|
|
1302
|
-
/* line
|
1306
|
+
/* line 1179, ../theme-output.scss */
|
1303
1307
|
.reveal .stampit {
|
1304
1308
|
-webkit-transition: all 1s cubic-bezier(0.79, 0.53, 0.46, 1.3) 1s;
|
1305
1309
|
-moz-transition: all 1s cubic-bezier(0.79, 0.53, 0.46, 1.3) 1s;
|
@@ -1308,7 +1312,7 @@
|
|
1308
1312
|
transition: all 1s cubic-bezier(0.79, 0.53, 0.46, 1.3) 1s;
|
1309
1313
|
}
|
1310
1314
|
|
1311
|
-
/* line
|
1315
|
+
/* line 1187, ../theme-output.scss */
|
1312
1316
|
.reveal .future .stampit {
|
1313
1317
|
-webkit-transform: rotate(-12deg) scale(2);
|
1314
1318
|
-moz-transform: rotate(-12deg) scale(2);
|
@@ -1323,101 +1327,101 @@
|
|
1323
1327
|
opacity: 0;
|
1324
1328
|
}
|
1325
1329
|
|
1326
|
-
/* line
|
1330
|
+
/* line 1201, ../theme-output.scss */
|
1327
1331
|
.reveal .headshot img {
|
1328
1332
|
border-radius: 50%;
|
1329
1333
|
border: 4px solid #c00 !important;
|
1330
1334
|
}
|
1331
1335
|
|
1332
|
-
/* line
|
1336
|
+
/* line 1206, ../theme-output.scss */
|
1333
1337
|
.reveal .condensed {
|
1334
1338
|
letter-spacing: 0.02em;
|
1335
1339
|
}
|
1336
1340
|
|
1337
|
-
/* line
|
1341
|
+
/* line 1210, ../theme-output.scss */
|
1338
1342
|
.reveal .condensed li {
|
1339
1343
|
margin-bottom: 1em;
|
1340
1344
|
}
|
1341
1345
|
|
1342
|
-
/* line
|
1346
|
+
/* line 1214, ../theme-output.scss */
|
1343
1347
|
.reveal .has-light-background .sl-block .has-dark-background > svg.redhat-logo .logotext {
|
1344
1348
|
fill: #ffffff !important;
|
1345
1349
|
}
|
1346
1350
|
|
1347
|
-
/* line
|
1351
|
+
/* line 1218, ../theme-output.scss */
|
1348
1352
|
.reveal .has-light-background .sl-block .reversed.redhat-logo .logotext,
|
1349
1353
|
.reveal .has-light-background .sl-block .reversed .redhat-logo .logotext,
|
1350
1354
|
.reveal .has-light-background .sl-block .has-dark-background > .redhat-logo .logotext {
|
1351
1355
|
fill: #ffffff !important;
|
1352
1356
|
}
|
1353
1357
|
|
1354
|
-
/* line
|
1358
|
+
/* line 1224, ../theme-output.scss */
|
1355
1359
|
.reveal .has-dark-background .sl-block .reversed.redhat-logo .logotext,
|
1356
1360
|
.reveal .has-dark-background .sl-block .reversed .redhat-logo .logotext,
|
1357
1361
|
.reveal .has-dark-background .sl-block .has-light-background > .redhat-logo .logotext {
|
1358
1362
|
fill: #000000 !important;
|
1359
1363
|
}
|
1360
1364
|
|
1361
|
-
/* line
|
1365
|
+
/* line 1230, ../theme-output.scss */
|
1362
1366
|
.reveal .has-dark-background .has-light-background .logo .only-dark path,
|
1363
1367
|
.reveal .has-light-background .mono.redhat-logo path {
|
1364
1368
|
fill: #000000 !important;
|
1365
1369
|
}
|
1366
1370
|
|
1367
|
-
/* line
|
1371
|
+
/* line 1235, ../theme-output.scss */
|
1368
1372
|
.reveal .has-dark-background .mono.redhat-logo path {
|
1369
1373
|
fill: #ffffff;
|
1370
1374
|
}
|
1371
1375
|
|
1372
|
-
/* line
|
1376
|
+
/* line 1239, ../theme-output.scss */
|
1373
1377
|
.reveal .has-dark-background .logo .only-dark {
|
1374
1378
|
display: block;
|
1375
1379
|
}
|
1376
1380
|
|
1377
|
-
/* line
|
1381
|
+
/* line 1243, ../theme-output.scss */
|
1378
1382
|
.reveal .has-light-background .logo .only-light {
|
1379
1383
|
display: block;
|
1380
1384
|
}
|
1381
1385
|
|
1382
|
-
/* line
|
1386
|
+
/* line 1247, ../theme-output.scss */
|
1383
1387
|
.reveal .has-light-background .logo .only-dark {
|
1384
1388
|
display: none;
|
1385
1389
|
}
|
1386
1390
|
|
1387
|
-
/* line
|
1391
|
+
/* line 1251, ../theme-output.scss */
|
1388
1392
|
.reveal .has-dark-background .logo .only-light {
|
1389
1393
|
display: none;
|
1390
1394
|
}
|
1391
1395
|
|
1392
|
-
/* line
|
1396
|
+
/* line 1255, ../theme-output.scss */
|
1393
1397
|
.reveal .has-light-background .reversed svg path {
|
1394
1398
|
fill: #ffffff !important;
|
1395
1399
|
}
|
1396
1400
|
|
1397
|
-
/* line
|
1401
|
+
/* line 1259, ../theme-output.scss */
|
1398
1402
|
.reveal .has-dark-background .reversed svg path {
|
1399
1403
|
fill: currentcolor !important;
|
1400
1404
|
}
|
1401
1405
|
|
1402
|
-
/* line
|
1406
|
+
/* line 1263, ../theme-output.scss */
|
1403
1407
|
.reveal .has-dark-background .has-light-background .logo .only-light,
|
1404
1408
|
.reveal .has-dark-background .reversed .logo .only-dark {
|
1405
1409
|
display: block;
|
1406
1410
|
}
|
1407
1411
|
|
1408
|
-
/* line
|
1412
|
+
/* line 1268, ../theme-output.scss */
|
1409
1413
|
.reveal .has-light-background .has-dark-background .logo .only-dark,
|
1410
1414
|
.reveal .has-light-background .logo .only-light {
|
1411
1415
|
display: block;
|
1412
1416
|
}
|
1413
1417
|
|
1414
|
-
/* line
|
1418
|
+
/* line 1273, ../theme-output.scss */
|
1415
1419
|
.reveal .has-light-background .has-dark-background .redhat-logo .only-dark,
|
1416
1420
|
.reveal .has-light-background .redhat-logo .only-light {
|
1417
1421
|
fill: #ffffff !important;
|
1418
1422
|
}
|
1419
1423
|
|
1420
|
-
/* line
|
1424
|
+
/* line 1278, ../theme-output.scss */
|
1421
1425
|
.reveal .has-light-background .has-dark-background .logo .only-light,
|
1422
1426
|
.reveal .has-light-background .logo .only-dark,
|
1423
1427
|
.reveal .has-dark-background .has-light-background .logo .only-dark,
|
@@ -1425,7 +1429,7 @@
|
|
1425
1429
|
display: none;
|
1426
1430
|
}
|
1427
1431
|
|
1428
|
-
/* line
|
1432
|
+
/* line 1285, ../theme-output.scss */
|
1429
1433
|
.reveal .future .fade-up,
|
1430
1434
|
.reveal .future .fade-down,
|
1431
1435
|
.reveal .future .fade-left,
|
@@ -1437,7 +1441,7 @@
|
|
1437
1441
|
filter: alpha(opacity=0);
|
1438
1442
|
}
|
1439
1443
|
|
1440
|
-
/* line
|
1444
|
+
/* line 1296, ../theme-output.scss */
|
1441
1445
|
.reveal .future .fade-up,
|
1442
1446
|
.reveal .fade-up.fragment {
|
1443
1447
|
-webkit-transform: translate(0, 2em);
|
@@ -1447,7 +1451,7 @@
|
|
1447
1451
|
filter: alpha(opacity=0);
|
1448
1452
|
}
|
1449
1453
|
|
1450
|
-
/* line
|
1454
|
+
/* line 1305, ../theme-output.scss */
|
1451
1455
|
.reveal .future .fade-down,
|
1452
1456
|
.reveal .fade-down.fragment {
|
1453
1457
|
-webkit-transform: translate(0, -2em);
|
@@ -1457,7 +1461,7 @@
|
|
1457
1461
|
filter: alpha(opacity=0);
|
1458
1462
|
}
|
1459
1463
|
|
1460
|
-
/* line
|
1464
|
+
/* line 1314, ../theme-output.scss */
|
1461
1465
|
.reveal .future .fade-left,
|
1462
1466
|
.reveal .fade-left.fragment {
|
1463
1467
|
-webkit-transform: translate(2em, 0);
|
@@ -1467,7 +1471,7 @@
|
|
1467
1471
|
filter: alpha(opacity=0);
|
1468
1472
|
}
|
1469
1473
|
|
1470
|
-
/* line
|
1474
|
+
/* line 1323, ../theme-output.scss */
|
1471
1475
|
.reveal .future .fade-right,
|
1472
1476
|
.reveal .fade-right.fragment {
|
1473
1477
|
-webkit-transform: translate(-2em, 0);
|
@@ -1477,7 +1481,7 @@
|
|
1477
1481
|
filter: alpha(opacity=0);
|
1478
1482
|
}
|
1479
1483
|
|
1480
|
-
/* line
|
1484
|
+
/* line 1332, ../theme-output.scss */
|
1481
1485
|
.reveal .future .fade-zoom,
|
1482
1486
|
.reveal .fade-zoom.fragment {
|
1483
1487
|
-webkit-transform: scale(0.1);
|
@@ -1487,7 +1491,7 @@
|
|
1487
1491
|
filter: alpha(opacity=0);
|
1488
1492
|
}
|
1489
1493
|
|
1490
|
-
/* line
|
1494
|
+
/* line 1341, ../theme-output.scss */
|
1491
1495
|
.reveal .present .fade-up,
|
1492
1496
|
.reveal .present .fade-down,
|
1493
1497
|
.reveal .present .fade-left,
|
@@ -1499,7 +1503,7 @@
|
|
1499
1503
|
filter: alpha(opacity=100);
|
1500
1504
|
}
|
1501
1505
|
|
1502
|
-
/* line
|
1506
|
+
/* line 1352, ../theme-output.scss */
|
1503
1507
|
.reveal .present .fragment.visible.fade-up,
|
1504
1508
|
.reveal .present .fragment.visible.fade-down,
|
1505
1509
|
.reveal .present .fragment.visible.fade-left,
|