Skip to content

Commit bb47678

Browse files
committed
tweaks to page and cube transitions, change sky theme text-highlight color
1 parent c34be2e commit bb47678

2 files changed

Lines changed: 13 additions & 17 deletions

File tree

css/reveal.css

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -577,12 +577,10 @@ body {
577577
*********************************************/
578578

579579
.reveal.cube .slides {
580-
margin-top: -350px;
581-
582-
-webkit-perspective-origin: 50% 25%;
583-
-moz-perspective-origin: 50% 25%;
584-
-ms-perspective-origin: 50% 25%;
585-
perspective-origin: 50% 25%;
580+
-webkit-perspective-origin: 0% 25%;
581+
-moz-perspective-origin: 0% 25%;
582+
-ms-perspective-origin: 0% 25%;
583+
perspective-origin: 0% 25%;
586584

587585
-webkit-perspective: 1300px;
588586
-moz-perspective: 1300px;
@@ -610,7 +608,7 @@ body {
610608
height: 100%;
611609
left: 0;
612610
top: 0;
613-
background: #232628;
611+
background: rgba(0,0,0,0.1);
614612
border-radius: 4px;
615613

616614
-webkit-transform: translateZ( -20px );
@@ -699,12 +697,10 @@ body {
699697
*********************************************/
700698

701699
.reveal.page .slides {
702-
margin-top: -350px;
703-
704-
-webkit-perspective-origin: 50% 50%;
705-
-moz-perspective-origin: 50% 50%;
706-
-ms-perspective-origin: 50% 50%;
707-
perspective-origin: 50% 50%;
700+
-webkit-perspective-origin: 0% 50%;
701+
-moz-perspective-origin: 0% 50%;
702+
-ms-perspective-origin: 0% 50%;
703+
perspective-origin: 0% 50%;
708704

709705
-webkit-perspective: 3000px;
710706
-moz-perspective: 3000px;
@@ -730,7 +726,7 @@ body {
730726
height: 100%;
731727
left: 0;
732728
top: 0;
733-
background: rgba(0,0,0,0.2);
729+
background: rgba(0,0,0,0.1);
734730

735731
-webkit-transform: translateZ( -20px );
736732
-moz-transform: translateZ( -20px );

css/theme/sky.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ body {
3535
}
3636

3737
::-moz-selection {
38-
background:rgba(79, 64, 28, 0.99);
38+
background: #134674;
3939
color: white;
4040
}
4141
::-webkit-selection {
42-
background:rgba(79, 64, 28, 0.99);
42+
background: #134674;
4343
color: white;
4444
}
4545
::selection {
46-
background:rgba(79, 64, 28, 0.99);
46+
background: #134674;
4747
color: white;
4848
}
4949

0 commit comments

Comments
 (0)