aboutsummaryrefslogtreecommitdiffstats
path: root/OLD/csci4131/hw4/strap012/passwordcheck.css
diff options
context:
space:
mode:
Diffstat (limited to 'OLD/csci4131/hw4/strap012/passwordcheck.css')
-rw-r--r--OLD/csci4131/hw4/strap012/passwordcheck.css60
1 files changed, 0 insertions, 60 deletions
diff --git a/OLD/csci4131/hw4/strap012/passwordcheck.css b/OLD/csci4131/hw4/strap012/passwordcheck.css
deleted file mode 100644
index beceb1c..0000000
--- a/OLD/csci4131/hw4/strap012/passwordcheck.css
+++ /dev/null
@@ -1,60 +0,0 @@
-#password{
- margin: 0;
- padding: 0;
- font-family: 'Raleway', sans-serif;
- font-size: 15px;
- line-height: 1.5;
-}
-#container {
- width: 535px;
- background: #ffffff;
- padding: 20px;
- margin: 90px auto;
- border-radius: 5px;
- height: 150px;
- border: 2px solid gray;
-}
-#header {
- text-align: center;
- background-color: #FEFFED;
- border-radius: 5px;
- margin: -39px -20px 10px -20px;
-}
-.password{
- padding-top: 10px;
-}
-#content {
- margin-left: 57px;
- margin-top: 40px;
-}
-#register label{
- margin-right:5px;
-}
-#register input {
- padding: 5px 14px;
- border: 1px solid #d5d9da;
- box-shadow: 0 0 9px #0E34F5 inset;
- width: 272px;
- font-size: 1em;
- height: 25px;
-}
-#register .short{
- font-weight:bold;
- color:#FF0000;
- font-size:larger;
-}
-#register .weak{
- font-weight:bold;
- color:orange;
- font-size:larger;
-}
-#register .good{
- font-weight:bold;
- color:#2D98F3;
- font-size:larger;
-}
-#register .strong{
- font-weight:bold;
- color: limegreen;
- font-size:larger;
-}