From 8a5428b721cd640a9dc547dd77c10db8b2e9aa61 Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Wed, 27 Apr 2011 13:36:29 +0400 Subject: [PATCH] progress-off key added for disabling progress bar on certain slides --- index.htm | 2 +- styles/projection.css | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/index.htm b/index.htm index 8b6f3f4..084c132 100755 --- a/index.htm +++ b/index.htm @@ -114,7 +114,7 @@ -
+

Picture

diff --git a/styles/projection.css b/styles/projection.css index 9add681..3656ca1 100755 --- a/styles/projection.css +++ b/styles/projection.css @@ -139,7 +139,7 @@ A { -webkit-border-radius:0.3em; -moz-border-radius:0.3em; border-radius:0.3em; - background:#EEE; + background:#FAFAA2; font-family:Consolas, 'Droid Sans Mono', monospace; } @@ -352,4 +352,7 @@ A { -moz-transition:width 0.2s linear; -o-transition:width 0.2s linear; transition:width 0.2s linear; - } \ No newline at end of file + } +.progress-off:target ~ .progress { + display:none; + } \ No newline at end of file