diff options
-rw-r--r-- | admin/settings/style.css | 64 | ||||
-rw-r--r-- | images/3rdbanner.png | bin | 0 -> 334841 bytes | |||
-rw-r--r-- | images/3rdidtext.png | bin | 0 -> 20398 bytes | |||
-rw-r--r-- | images/favicon.ico | bin | 0 -> 1406 bytes |
4 files changed, 64 insertions, 0 deletions
diff --git a/admin/settings/style.css b/admin/settings/style.css new file mode 100644 index 0000000..9969542 --- /dev/null +++ b/admin/settings/style.css @@ -0,0 +1,64 @@ +/* START>> PASSWORD STYLES */
+
+input{
+ font-family: "Lucida Grande", "Verdana", sans-serif;
+}
+
+#pwordCont{
+ font-family: "Lucida Grande", "Verdana", sans-serif;
+ width: 820px;
+ font-size:12px;
+ margin-left: auto;
+ margin-right: auto;
+ padding: 50px 0 0 0;
+}
+
+#complexity{
+ color: #000;
+ font-size: 10px;
+ text-align: center;
+}
+
+.outer {
+ width:180px;
+ height:5px;
+ background-color: #CCC;
+}
+
+.default {
+ height:5px;
+ background-color: #CCC;
+ width:0px;
+}
+.short {
+ height:5px;
+ background-color: #aa0033;
+ width:15px;
+}
+.weak {
+ height:5px;
+ background-color: #aa0033;
+ width:45px;
+}
+.good {
+ height:5px;
+ background-color: #6699cc;
+ width:90px;
+}
+.strong {
+ height:5px;
+ background-color: #008000;
+ width:135px;
+}
+.secure {
+ height:5px;
+ background-color: #008000;
+ width:180px;
+}
+
+span.value{
+ font-weight:bold;
+ float: right;
+}
+
+/* END>> PASSWORD STYLES */
\ No newline at end of file diff --git a/images/3rdbanner.png b/images/3rdbanner.png Binary files differnew file mode 100644 index 0000000..d1bec5c --- /dev/null +++ b/images/3rdbanner.png diff --git a/images/3rdidtext.png b/images/3rdidtext.png Binary files differnew file mode 100644 index 0000000..701fb06 --- /dev/null +++ b/images/3rdidtext.png diff --git a/images/favicon.ico b/images/favicon.ico Binary files differnew file mode 100644 index 0000000..121f619 --- /dev/null +++ b/images/favicon.ico |