summaryrefslogtreecommitdiffhomepage
path: root/css/reveal.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css56
1 files changed, 4 insertions, 52 deletions
diff --git a/css/reveal.css b/css/reveal.css
index 0fc8ecb..33fd206 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -5,7 +5,7 @@
* http://lab.hakim.se/reveal-js
* MIT licensed
*
- * Copyright (C) 2011-2013 Hakim El Hattab, http://hakim.se
+ * Copyright (C) 2013 Hakim El Hattab, http://hakim.se
*/
@@ -181,8 +181,8 @@ body {
.reveal img,
.reveal video,
.reveal iframe {
- max-width: 100%;
- max-height: 100%;
+ max-width: 95%;
+ max-height: 95%;
}
/** Prevents layering issues in certain browser/transition combinations */
@@ -995,55 +995,6 @@ body {
/*********************************************
- * TILE-FLIP TRANSITION (CSS shader)
- *********************************************/
-
-.reveal.tileflip .slides section.present {
- -webkit-transform: none;
- -webkit-transition-duration: 800ms;
-
- -webkit-filter: custom( url(shaders/tile-flip.vs) mix(url(shaders/tile-flip.fs) multiply source-atop), 10 10 border-box detached, transform perspective(1000) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg),
- amount 0, randomness 0, flipAxis 0 1 0, tileOutline 1
- );
-}
-
-.reveal.tileflip .slides section.past {
- -webkit-transform: none;
- -webkit-transition-duration: 800ms;
-
- -webkit-filter: custom( url(shaders/tile-flip.vs) mix(url(shaders/tile-flip.fs) multiply source-atop), 10 10 border-box detached, transform perspective(1000) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg),
- amount 1, randomness 0, flipAxis 0 1 0, tileOutline 1
- );
-}
-
-.reveal.tileflip .slides section.future {
- -webkit-transform: none;
- -webkit-transition-duration: 800ms;
-
- -webkit-filter: custom( url(shaders/tile-flip.vs) mix(url(shaders/tile-flip.fs) multiply source-atop), 10 10 border-box detached, transform perspective(1000) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg),
- amount 1, randomness 0, flipAxis 0 1 0, tileOutline 1
- );
-}
-
-.reveal.tileflip .slides>section>section.present {
- -webkit-filter: custom( url(shaders/tile-flip.vs) mix(url(shaders/tile-flip.fs) multiply source-atop), 10 10 border-box detached, transform perspective(1000) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg),
- amount 0, randomness 2, flipAxis 1 0 0, tileOutline 1
- );
-}
-
-.reveal.tileflip .slides>section>section.past {
- -webkit-filter: custom( url(shaders/tile-flip.vs) mix(url(shaders/tile-flip.fs) multiply source-atop), 10 10 border-box detached, transform perspective(1000) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg),
- amount 1, randomness 2, flipAxis 1 0 0, tileOutline 1
- );
-}
-
-.reveal.tileflip .slides>section>section.future {
- -webkit-filter: custom( url(shaders/tile-flip.vs) mix(url(shaders/tile-flip.fs) multiply source-atop), 10 10 border-box detached, transform perspective(1000) scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg),
- amount 1, randomness 2, flipAxis 1 0 0, tileOutline 1
- );
-}
-
-/*********************************************
* FADE TRANSITION
*********************************************/
@@ -1074,6 +1025,7 @@ body {
transition: none;
}
+
/*********************************************
* NO TRANSITION
*********************************************/