tweaks to page and cube transitions, change sky theme text-highlight color
authorHakim El Hattab <hakim.elhattab@gmail.com>
Sat, 13 Oct 2012 14:08:06 +0000 (10:08 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Sat, 13 Oct 2012 14:08:06 +0000 (10:08 -0400)
css/reveal.css
css/theme/sky.css

index d493b22731d12497821fc9f5442af44ce4a090de..00f7920ac66e4cea9c2be4fad982d2f8681dc029 100644 (file)
@@ -577,12 +577,10 @@ body {
  *********************************************/
 
 .reveal.cube .slides {
-       margin-top: -350px;
-
-       -webkit-perspective-origin: 50% 25%;
-          -moz-perspective-origin: 50% 25%;
-           -ms-perspective-origin: 50% 25%;
-               perspective-origin: 50% 25%;
+       -webkit-perspective-origin: 0% 25%;
+          -moz-perspective-origin: 0% 25%;
+           -ms-perspective-origin: 0% 25%;
+               perspective-origin: 0% 25%;
 
        -webkit-perspective: 1300px;
           -moz-perspective: 1300px;
@@ -610,7 +608,7 @@ body {
                height: 100%;
                left: 0;
                top: 0;
-               background: #232628;
+               background: rgba(0,0,0,0.1);
                border-radius: 4px;
 
                -webkit-transform: translateZ( -20px );
@@ -699,12 +697,10 @@ body {
  *********************************************/
 
 .reveal.page .slides {
-       margin-top: -350px;
-
-       -webkit-perspective-origin: 50% 50%;
-          -moz-perspective-origin: 50% 50%;
-           -ms-perspective-origin: 50% 50%;
-               perspective-origin: 50% 50%;
+       -webkit-perspective-origin: 0% 50%;
+          -moz-perspective-origin: 0% 50%;
+           -ms-perspective-origin: 0% 50%;
+               perspective-origin: 0% 50%;
 
        -webkit-perspective: 3000px;
           -moz-perspective: 3000px;
@@ -730,7 +726,7 @@ body {
                height: 100%;
                left: 0;
                top: 0;
-               background: rgba(0,0,0,0.2);
+               background: rgba(0,0,0,0.1);
 
                -webkit-transform: translateZ( -20px );
                   -moz-transform: translateZ( -20px );
index 2f2bee2a5294eb417af1e9a5cacb7486eb8d20f6..92a91af1e2dfdbe8b282c56e85497838715cf57c 100644 (file)
@@ -35,15 +35,15 @@ body {
 }
 
 ::-moz-selection {
-       background:rgba(79, 64, 28, 0.99);
+       background: #134674;
        color: white; 
 }
 ::-webkit-selection {
-       background:rgba(79, 64, 28, 0.99);
+       background: #134674;
        color: white; 
 }
 ::selection {
-       background:rgba(79, 64, 28, 0.99);
+       background: #134674;
        color: white; 
 }