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