tweaks to page and cube transitions, change sky theme text-highlight color
This commit is contained in:
parent
c34be2e976
commit
bb47678b27
|
@ -577,12 +577,10 @@ body {
|
||||||
*********************************************/
|
*********************************************/
|
||||||
|
|
||||||
.reveal.cube .slides {
|
.reveal.cube .slides {
|
||||||
margin-top: -350px;
|
-webkit-perspective-origin: 0% 25%;
|
||||||
|
-moz-perspective-origin: 0% 25%;
|
||||||
-webkit-perspective-origin: 50% 25%;
|
-ms-perspective-origin: 0% 25%;
|
||||||
-moz-perspective-origin: 50% 25%;
|
perspective-origin: 0% 25%;
|
||||||
-ms-perspective-origin: 50% 25%;
|
|
||||||
perspective-origin: 50% 25%;
|
|
||||||
|
|
||||||
-webkit-perspective: 1300px;
|
-webkit-perspective: 1300px;
|
||||||
-moz-perspective: 1300px;
|
-moz-perspective: 1300px;
|
||||||
|
@ -610,7 +608,7 @@ body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
background: #232628;
|
background: rgba(0,0,0,0.1);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
||||||
-webkit-transform: translateZ( -20px );
|
-webkit-transform: translateZ( -20px );
|
||||||
|
@ -699,12 +697,10 @@ body {
|
||||||
*********************************************/
|
*********************************************/
|
||||||
|
|
||||||
.reveal.page .slides {
|
.reveal.page .slides {
|
||||||
margin-top: -350px;
|
-webkit-perspective-origin: 0% 50%;
|
||||||
|
-moz-perspective-origin: 0% 50%;
|
||||||
-webkit-perspective-origin: 50% 50%;
|
-ms-perspective-origin: 0% 50%;
|
||||||
-moz-perspective-origin: 50% 50%;
|
perspective-origin: 0% 50%;
|
||||||
-ms-perspective-origin: 50% 50%;
|
|
||||||
perspective-origin: 50% 50%;
|
|
||||||
|
|
||||||
-webkit-perspective: 3000px;
|
-webkit-perspective: 3000px;
|
||||||
-moz-perspective: 3000px;
|
-moz-perspective: 3000px;
|
||||||
|
@ -730,7 +726,7 @@ body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
background: rgba(0,0,0,0.2);
|
background: rgba(0,0,0,0.1);
|
||||||
|
|
||||||
-webkit-transform: translateZ( -20px );
|
-webkit-transform: translateZ( -20px );
|
||||||
-moz-transform: translateZ( -20px );
|
-moz-transform: translateZ( -20px );
|
||||||
|
|
|
@ -35,15 +35,15 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
::-moz-selection {
|
::-moz-selection {
|
||||||
background:rgba(79, 64, 28, 0.99);
|
background: #134674;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
::-webkit-selection {
|
::-webkit-selection {
|
||||||
background:rgba(79, 64, 28, 0.99);
|
background: #134674;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
::selection {
|
::selection {
|
||||||
background:rgba(79, 64, 28, 0.99);
|
background: #134674;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user