summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-04-10 19:16:54 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-04-10 19:16:54 +0200
commit2159191a465d0c78081f7fc6002362a0d964e4cb (patch)
tree8ca956d4d7bbea6f02d79769243952cc9b989a92 /index.css
parent5b7e6591f088a3e8466b1072adbc5b2832330697 (diff)
downloadvortrag-knn-2159191a465d0c78081f7fc6002362a0d964e4cb.tar.gz
vortrag-knn-2159191a465d0c78081f7fc6002362a0d964e4cb.zip
add progress bars
Diffstat (limited to 'index.css')
-rw-r--r--index.css23
1 files changed, 23 insertions, 0 deletions
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);
+}