Commit 9f91bf40 authored by Vadim Makeev's avatar Vadim Makeev

another better way to hide slides

parent 226ebc35
...@@ -180,13 +180,10 @@ BODY { ...@@ -180,13 +180,10 @@ BODY {
} }
/* Shout */ /* Shout */
.slide.shout { .slide.shout SECTION:before {
z-index:1;
}
.slide.shout SECTION:before {
display:none; display:none;
} }
.slide.shout H2 { .slide.shout H2 {
position:absolute; position:absolute;
top:50%; top:50%;
left:0; left:0;
...@@ -299,12 +296,10 @@ BODY { ...@@ -299,12 +296,10 @@ BODY {
} }
.full .slide { .full .slide {
position:absolute; position:absolute;
top:-150%; visibility:hidden;
left:-150%;
} }
.full .slide:target { .full .slide:target {
top:0; visibility:visible;
left:0;
} }
.full .slide:after { .full .slide:after {
position:absolute; position:absolute;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment