noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 293/323: CSS classic: progressBar for


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 293/323: CSS classic: progressBar for
Date: Wed, 14 Mar 2018 17:39:06 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit f216dc670624d944f41620f8287b78ce8682c7ff
Author: Dany De Bontridder <address@hidden>
Date:   Sun Mar 4 21:54:52 2018 +0100

    CSS classic: progressBar for
---
 html/style-classic.css | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/html/style-classic.css b/html/style-classic.css
index a63f8d4..d26b251 100644
--- a/html/style-classic.css
+++ b/html/style-classic.css
@@ -2279,3 +2279,29 @@ div.bxbutton .icon:hover
     background-color: white;
     color: blue;
 }
+/**
+ * progressBar
+ */
+div.progressbar {
+    width:300px;
+    height:30px;
+    position:fixed;
+    top:5px;
+    left:40%;
+    background-color: white;
+    color:blue;
+    z-index:800;
+    border-color: #596a72;
+    border-width: 1px;
+    border-style: solid;
+}
+#progressValue {
+    display:block;
+    width: 0px;
+    height: 100%;
+    margin:0px;
+    padding: 0px;
+    background-color:darkblue;
+    color:antiquewhite;
+    font-weight: bolder;
+}
\ No newline at end of file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]