aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-10-13 10:08:06 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-10-13 10:08:06 -0400
commitbb47678b27b3e1600009e664da9b19bce92f4839 (patch)
treec94a8802c3a02f32bb8001988b654a9f30f43688
parentc34be2e9765637ddeddbdf293de7ca98941ca6c5 (diff)
downloadfosdem-2018-presentation-bb47678b27b3e1600009e664da9b19bce92f4839.tar
fosdem-2018-presentation-bb47678b27b3e1600009e664da9b19bce92f4839.tar.gz
tweaks to page and cube transitions, change sky theme text-highlight color
-rw-r--r--css/reveal.css24
-rw-r--r--css/theme/sky.css6
2 files changed, 13 insertions, 17 deletions
diff --git a/css/reveal.css b/css/reveal.css
index d493b22..00f7920 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -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 );
diff --git a/css/theme/sky.css b/css/theme/sky.css
index 2f2bee2..92a91af 100644
--- a/css/theme/sky.css
+++ b/css/theme/sky.css
@@ -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;
}