From: Charlie DeTar Date: Sat, 26 Jan 2013 16:49:19 +0000 (-0500) Subject: Add clock and elapsed time to notes view X-Git-Tag: 2.2.0~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ab3f4e5ba3e846a5879049ac729fe18236c59805;p=reveal.js.git Add clock and elapsed time to notes view --- diff --git a/plugin/notes/notes.html b/plugin/notes/notes.html index abfc20c..f8e7f70 100644 --- a/plugin/notes/notes.html +++ b/plugin/notes/notes.html @@ -95,6 +95,28 @@ .error code { font-family: monospace; } + .time { + text-align: center; + } + .elapsed, .clock { + color: #333; + font-size: 2em; + text-align: center; + display: inline-block; + padding: 0.5em; + background-color: #eee; + border-radius: 10px; + } + .elapsed h2, .clock h2 { + font-size: 0.8em; + line-height: 100%; + margin: 0; + color: #aaa; + } + .elapsed .mute { + color: #ddd; + } + @@ -108,10 +130,24 @@ UPCOMING: +
+
+

Time

+ 0:00:00 AM +
+
+

Elapsed

+ 00:00:00 +
+