From: Hakim El Hattab Date: Sat, 26 Jan 2013 18:32:07 +0000 (-0500) Subject: merge in timer in notes window, timer now stays hidden until initial time is set X-Git-Tag: 2.2.0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=784fa9d2e3570054728d21f8098199dc9d4164b9;p=reveal.js.git merge in timer in notes window, timer now stays hidden until initial time is set --- diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html index f8e7f70..af2fbfc 100644 --- a/plugin/notes/notes.html +++ b/plugin/notes/notes.html @@ -95,10 +95,22 @@ .error code { font-family: monospace; } + .time { + width: 448px; + margin: 30px 0 0 10px; + float: left; text-align: center; + opacity: 0; + + -webkit-transition: opacity 0.4s; + -moz-transition: opacity 0.4s; + -o-transition: opacity 0.4s; + transition: opacity 0.4s; } - .elapsed, .clock { + + .elapsed, + .clock { color: #333; font-size: 2em; text-align: center; @@ -107,12 +119,15 @@ background-color: #eee; border-radius: 10px; } - .elapsed h2, .clock h2 { + + .elapsed h2, + .clock h2 { font-size: 0.8em; line-height: 100%; margin: 0; color: #aaa; } + .elapsed .mute { color: #ddd; } @@ -130,61 +145,85 @@ UPCOMING: -
-
+ +
+

Time

- 0:00:00 AM + 0:00:00 AM
-
+

Elapsed

- 00:00:00 + 00:00:00
+