diff options
Diffstat (limited to 'static/register.html')
| -rw-r--r-- | static/register.html | 198 |
1 files changed, 4 insertions, 194 deletions
diff --git a/static/register.html b/static/register.html index acdb8ed..a758e66 100644 --- a/static/register.html +++ b/static/register.html @@ -6,203 +6,13 @@ <script> $(document).ready(initRegister); </script> - <link rel="stylesheet" type="text/css" href="static/reset.css"> - + <link rel="stylesheet" type="text/css" href="static/css/reset.css"> + <link rel="stylesheet" type="text/css" href="static/css/register.css"> <link rel="shortcut icon" href="static/favicon.ico"> - <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>dump.fm</title></head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>dump.fm - register</title></head> -<style type="text/css"> - - - -<!-- - - -<!-- -.white a:link { - text-decoration: none; - text-shadow: -1px 1px 1px #ccc; - color: #504F61; -} -.white a:visited { - text-decoration: none; - text-shadow: -1px 1px 1px #ccc; - color: #504F61; -} -.white a:hover { - text-decoration: none; - text-shadow: -1px 1px 1px #ccc; - background-color:#e3e3e3; - - color: #fff; -} -.white a:active { - text-decoration: none; - text-shadow: -1px 1px 1px #ccc; - color: #504F61; -} -#main { - background-position:center; - width:460px; - margin: 0px auto -1px auto; -padding:25; -padding-top:5; - z-index:2; - opacity:0.9; - border-top-left-radius:10px; - border-top-right-radius:10px; - -webkit-border-top-left-radius:10px; - -webkit-border-top-right-radius:10px; - -moz-border-radius-topleft:10px; - -moz-border-radius-topright:10px; - border-bottom-left-radius:10px; - border-bottom-right-radius:10px; - -webkit-border-bottom-left-radius:10px; - -webkit-border-bottom-right-radius:10px; - -moz-border-radius-bottomleft:10px; - -moz-border-radius-bottomright:10px; - border:solid 2px #000; - position: relative; - background-color: #FFF; - background-position:center; - background-repeat:no-repeat; - box-shadow: 5px 5px 100px #c8cbce; --webkit-box-shadow: 5px 5px 100px #c8cbce; --moz-box-shadow: 5px 5px 100px #c8cbce; -} -#main img{margin-left:100; - -} -#logout7{ - top:5px; - position:relative; - font-size:13px; - margin-right: 10px; - float:right; - z-index: 999; - font-family: "Times New Roman", Times, serif; -} -#logo7{ - top:20px; - margin-left: 10%; - margin-right: 10%; - z-index:1000; - float:left; -} -#rapper7{ - top: 0px; - left:0px; - position:absolute; - width: 100%; - height: 78px; - z-index: 1000; -} -#bottombar{ - top: 69px; - left:0px; - position:absolute; - width: 100%; - height: 20px; - z-index: 1000; -} -p { - font-family: Arial, Helvetica, sans-serif; - font-size: 24px; -} -td { - font-family: Arial, Helvetica, sans-serif; - letter-spacing:-1px; - font-size: 12px; - color: #000000; -} -.btnav { border: 0px #000000 solid;} -body { - background:#EEF2FF url(/static/fade-blue.png) top center repeat-x; - background-repeat:repeat-x; - background-position:top; - overflow:hidden; -margin:8%; -} -body a{border:0; -text-decoration:none; -} -.submit { - - - text-shadow: -1px 1px 1px #ccc; - - font-size:15px; -} -.field { - height:40px; - width:300px; - border:3px #000; - background:#e3e3e3; - margin:10px; - color:#000; - - font-size:30px; - -} -.txt { - font-family:Arial, Helvetica, sans-serif; - font-size:14px; -line-height:1.2; - text-shadow:1px 1px 0.5px #ccc; - word-spacing: 3px; -} - .line { - font-family:Arial, Helvetica, sans-serif; - letter-spacing: 1px; -line-height:1; - text-shadow:0px 1px 50px #999; - color:#000; - font-size:19px; -} -#nickInput {color:#000; -} -.no-cursor { cursor: none; } -.invisible { display: none !important; } -#cursor-big { position: absolute; z-index: 1000; } - -#submit { - - - display:inline-block; - width:300px; -height:35px; -margin-top:-5; -font-size:14px; -background-image:url(/static/btngrad1.png); -margin-left:140; -top:15px; - text-align:center; - z-index:100; - font-size:18px; - color:#fff; - text-shadow:1px 1px 1px rgba(0,0,0,1); - border-top-left-radius:5px; - border-top-right-radius:5px; - -webkit-border-top-left-radius:5px; - -webkit-border-top-right-radius:5px; - -moz-border-radius-topleft:5px; - -moz-border-radius-topright:5px; - border-bottom-left-radius:5px; - border-bottom-right-radius:5px; - -webkit-border-bottom-left-radius:5px; - -webkit-border-bottom-right-radius:5px; - -moz-border-radius-bottomleft:5px; - -moz-border-radius-bottomright:5px; - border:solid 1px #fff; -} - ---> - - - -</style> <body> <div id="rapper7"> @@ -221,7 +31,7 @@ top:15px; <p align="center"> - <div id="registerbox"> <a href="/"><img src="static/fundump.png"></a> + <div id="registerbox"> <a href="/"><img src="static/img/fundump.png"></a> <div align="right"> <h1> </h1> <h1><span>username</span> |
