From 88e0e25fb96d61961ff97cc0f754ea7d45e84f15 Mon Sep 17 00:00:00 2001 From: jhunkeler Date: Wed, 27 Jan 2010 23:13:03 +0000 Subject: Yet another loose set of files not initially committed git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2.1@481 c5b2fb0a-d05d-0410-98c8-828840a80ff6 --- admin/settings/style.css | 64 +++++++++++++++++++++++++++++++++++++++++++++++ images/3rdbanner.png | Bin 0 -> 334841 bytes images/3rdidtext.png | Bin 0 -> 20398 bytes images/favicon.ico | Bin 0 -> 1406 bytes 4 files changed, 64 insertions(+) create mode 100644 admin/settings/style.css create mode 100644 images/3rdbanner.png create mode 100644 images/3rdidtext.png create mode 100644 images/favicon.ico 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 new file mode 100644 index 0000000..d1bec5c Binary files /dev/null and b/images/3rdbanner.png differ diff --git a/images/3rdidtext.png b/images/3rdidtext.png new file mode 100644 index 0000000..701fb06 Binary files /dev/null and b/images/3rdidtext.png differ diff --git a/images/favicon.ico b/images/favicon.ico new file mode 100644 index 0000000..121f619 Binary files /dev/null and b/images/favicon.ico differ -- cgit