Commit 8a5428b7 authored by Vadim Makeev's avatar Vadim Makeev

progress-off key added for disabling progress bar on certain slides

parent 9243cdf0
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
</blockquote> </blockquote>
</article> </article>
</section> </section>
<section class="slide back" id="Image"> <section class="slide back progress-off" id="Image">
<article> <article>
<h2>Picture</h2> <h2>Picture</h2>
</article> </article>
......
...@@ -139,7 +139,7 @@ A { ...@@ -139,7 +139,7 @@ A {
-webkit-border-radius:0.3em; -webkit-border-radius:0.3em;
-moz-border-radius:0.3em; -moz-border-radius:0.3em;
border-radius:0.3em; border-radius:0.3em;
background:#EEE; background:#FAFAA2;
font-family:Consolas, 'Droid Sans Mono', monospace; font-family:Consolas, 'Droid Sans Mono', monospace;
} }
...@@ -353,3 +353,6 @@ A { ...@@ -353,3 +353,6 @@ A {
-o-transition:width 0.2s linear; -o-transition:width 0.2s linear;
transition:width 0.2s linear; transition:width 0.2s linear;
} }
.progress-off:target ~ .progress {
display:none;
}
\ No newline at end of file
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