aboutsummaryrefslogtreecommitdiff
path: root/css/reveal.css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-11-10 15:28:34 -0500
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-11-10 15:28:34 -0500
commit891a66b5c41c564e6fd0c180274c1ea9a24774e9 (patch)
tree44ffed8aeefa3d65b65dc7d17508780d5cd893f7 /css/reveal.css
parentb4815a3a831cab4775b18b9e78711d25a7531f51 (diff)
downloadperl-software-in-gnu-guix-891a66b5c41c564e6fd0c180274c1ea9a24774e9.tar
perl-software-in-gnu-guix-891a66b5c41c564e6fd0c180274c1ea9a24774e9.tar.gz
correction to vertical centering and overview mode, clean up of vertical slide storage
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css8
1 files changed, 3 insertions, 5 deletions
diff --git a/css/reveal.css b/css/reveal.css
index fd4e185..c08fb1b 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -509,7 +509,6 @@ body {
width: 80%;
left: 50%;
top: 50%;
- padding: 20px 0px;
overflow: visible;
z-index: 1;
@@ -537,6 +536,7 @@ body {
display: none;
position: absolute;
width: 100%;
+ padding: 20px 0px;
z-index: 10;
line-height: 1.2em;
@@ -579,10 +579,10 @@ body {
.reveal.center,
.reveal.center .slides {
min-height: auto;
- padding: 0;
}
+
/*********************************************
* DEFAULT TRANSITION
*********************************************/
@@ -1056,7 +1056,6 @@ body {
}
.reveal.overview .slides section {
- padding: 20px 0;
height: 600px;
overflow: hidden;
opacity: 1!important;
@@ -1078,13 +1077,12 @@ body {
.reveal.overview .slides section:hover {
background: rgba(0,0,0,0.3);
}
-
.reveal.overview .slides section.present {
background: rgba(0,0,0,0.3);
}
.reveal.overview .slides>section.stack {
- background: none;
padding: 0;
+ background: none;
overflow: visible;
}