From 2159191a465d0c78081f7fc6002362a0d964e4cb Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 10 Apr 2016 19:16:54 +0200 Subject: add progress bars --- index.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'index.css') diff --git a/index.css b/index.css index 1e9256c..527a0af 100644 --- a/index.css +++ b/index.css @@ -90,3 +90,26 @@ table.center { #io h3 { padding-bottom: 1em; } + +.bar { + position: absolute; + right: 0; + left: 0; +} +.bar div { + width: 0; + height: 2px; +} +#progressBar { + bottom: 0; +} +#progressBar div { + background: rgba(209, 196, 233, 1); + transition: width 1s; +} +#timeBar { + top: 0; +} +#timeBar div { + background: rgba(209, 196, 233, 1); +} -- cgit v1.3.1