aboutsummaryrefslogtreecommitdiff
path: root/Html/style/strength.css
diff options
context:
space:
mode:
authorcitizenz7 <citizenz7@protonmail.com>2017-04-20 18:50:55 +0200
committercitizenz7 <citizenz7@protonmail.com>2017-04-20 18:50:55 +0200
commit5fd9fa480f302902328b81f912dd67ce378284f8 (patch)
tree66234843ae2857fda12442e4f7577c527d48977c /Html/style/strength.css
parentebe731862c7c741171138b1083906f391fc35aff (diff)
downloadfreetorrent-5fd9fa480f302902328b81f912dd67ce378284f8.tar.xz
freetorrent-5fd9fa480f302902328b81f912dd67ce378284f8.zip
V.1.4.6
Diffstat (limited to 'Html/style/strength.css')
-rw-r--r--Html/style/strength.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/Html/style/strength.css b/Html/style/strength.css
new file mode 100644
index 0000000..265968c
--- /dev/null
+++ b/Html/style/strength.css
@@ -0,0 +1,34 @@
+@charset "utf-8";
+/* CSS Document */
+
+.strength_meter{
+ height:23px;
+width: 154px;
+ background:silver;
+
+}
+.strength_meter div{
+ height:23px;
+ width:100%;
+ height:23px;
+ text-align:center;
+ color:black;
+ font-weight:bold;
+ line-height:23px;
+}
+.veryweak{
+ background-color: #FFA0A0;
+border-color: #F04040!important
+}
+.weak{
+background-color: #FFB78C;
+border-color: #FF853C!important;
+}
+.medium{
+background-color: #FFEC8B;
+border-color: #FC0!important;
+}
+.strong{
+background-color: #C3FF88;
+border-color: #8DFF1C!important;
+} \ No newline at end of file