aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-10-28 23:55:19 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-10-28 23:55:19 -0400
commite87d68923169cdff32c2ddf97981d2c7ac9efd2f (patch)
treed6834de349f03b0ac0123ff34ac0cfec20f45a13 /css
parentaf2a8b053d27ed5c97256d29ab4f06a6bcece6b7 (diff)
downloadfreenode-live-2017-presentation-e87d68923169cdff32c2ddf97981d2c7ac9efd2f.tar
freenode-live-2017-presentation-e87d68923169cdff32c2ddf97981d2c7ac9efd2f.tar.gz
content now re-renders after alt+click zoom (closes #195)
Diffstat (limited to 'css')
-rw-r--r--css/reveal.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/css/reveal.css b/css/reveal.css
index 6e2361b..ad2e33e 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -1150,3 +1150,35 @@ body {
}
+/*********************************************
+ * ZOOM PLUGIN
+ *********************************************/
+
+.zoomed .reveal *,
+.zoomed .reveal *:before,
+.zoomed .reveal *:after {
+ -webkit-transform: initial !important;
+ -moz-transform: initial !important;
+ -ms-transform: initial !important;
+ transform: initial !important;
+
+ -webkit-backface-visibility: initial !important;
+ -moz-backface-visibility: initial !important;
+ -ms-backface-visibility: initial !important;
+ backface-visibility: initial !important;
+}
+
+.zoomed .reveal .progress,
+.zoomed .reveal .controls {
+ opacity: 0;
+}
+
+.zoomed .reveal .roll span {
+ background: none;
+}
+
+.zoomed .reveal .roll span:after {
+ visibility: hidden;
+}
+
+