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 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 admin/settings/style.css (limited to 'admin') 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 -- cgit