another better way to hide slides

This commit is contained in:
Vadim Makeev 2011-07-17 23:12:53 +04:00
parent 226ebc35ff
commit 9f91bf40db
1 changed files with 18 additions and 23 deletions

View File

@ -180,9 +180,6 @@ BODY {
} }
/* Shout */ /* Shout */
.slide.shout {
z-index:1;
}
.slide.shout SECTION:before { .slide.shout SECTION:before {
display:none; display:none;
} }
@ -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;