diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-10 01:28:42 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-10 01:28:42 -0500 |
| commit | 71de79d5c650fab0bbaffe24f450e7fed9605c42 (patch) | |
| tree | 92344f9db649a70de6427f0efe74bd28d929c6b8 /static/index.html | |
| parent | 9484fb8528cddb2fc1ea177c32a945c719ebcabc (diff) | |
Commit prod
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 53 |
1 files changed, 26 insertions, 27 deletions
diff --git a/static/index.html b/static/index.html index c492031..a963264 100755 --- a/static/index.html +++ b/static/index.html @@ -1,5 +1,6 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> + <html><head> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> <script type="text/javascript" src="/static/js/sha1.js"></script> @@ -28,20 +29,17 @@ function MM_swapImage() { //v3.0 if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } </script> -<link rel="stylesheet" type="text/css" href="static/reset.css"> - +<link rel="stylesheet" type="text/css" href="static/reset.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> - - <style type="text/css"> + body { background:#EEF2FF url(/static/fade-blue.png) top center repeat-x; background-repeat:repeat-x; background-position:top; - margin:5%; + margin:6%; } #preload { position: absolute; @@ -50,16 +48,16 @@ body { } #main { width:460px; - margin: 100px auto 0 auto; - padding: 20px 0; + margin: 0 auto 0 auto; + padding: 19px 0; border-radius: 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; border:solid 1px #fff; position: relative; - box-shadow: 0 0 10px #d8dbde, 5px 5px 20px #d8dbde; - -webkit-box-shadow: 0 0 10px #d8dbde, 5px 5px 20px #d8dbde; - -moz-box-shadow: 0 0 10px #d8dbde, 5px 5px 20px #d8dbde; + box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde; + -webkit-box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde; + -moz-box-shadow: 0 0 10px #d8dbde, 0px 0px 10px #d8dbde; } #logo-and-text { position: relative; @@ -76,16 +74,17 @@ body { #customer { position: absolute; - left: -90px; - top: -85px; + left: -80px; + top: -65px; z-index: 10; + } #info { - width:460px; - margin: 0px auto -1px auto; - padding-top:10; - padding-left:53; + width:420px; + margin: 11px auto -1px auto; position: relative; +opacity:0.9; + vertical-align: bottom; } @@ -95,7 +94,7 @@ p { font-size: 24px; } -.btnav { border: 0px #000000 solid;} +.btnav { border: 0px #000 solid;} .submit { @@ -124,7 +123,6 @@ line-height:1.2; font-family:Arial, Helvetica, sans-serif; letter-spacing:0px; line-height:-1; - color:#000; font-size:17px; } @@ -134,14 +132,14 @@ line-height:-1; #cursor-big { position: absolute; z-index: 1000; } #signin-submit { - display: block; + display:inline-block; width:300px; height:33px; font-size:20px; background-image:url(/static/btngrad1.png); font-weight:bold; word-spacing:7; - /*padding-top:6px;*/ + margin-top:12px; text-align:center; z-index:100; font-size:16px; @@ -153,13 +151,13 @@ line-height:-1; border:solid 1px #eee; } + </style> </head> <body> <div id="main" align="center"> - <img src="/static/flyhorse.gif" id="horse" /> <img src="/static/guaranteed_customer_satisfaction.gif" id="customer" /> @@ -181,17 +179,18 @@ line-height:-1; <input id="signin-submit" value="Sign In" /> </div> </div> -<div id="info"> +<div id="info" align="right"> <img src="/static/vxhtml.gif"> - <img src="/static/html_3_2.gif"> - <img src="/static/validator-w3-org_vh40.gif"> - <img src="/static/geocities.gif"> + <img src="/static/aol_suck.gif"> + <img src="/static/html_3_2.gif"> + <img src="/static/geocities.gif"> <img src="/static/valid_html.gif"> </div> <div id="preload"> - <img src="/static/img/cursors/osx.hand.gif" class="no-cursor invisible" id="cursor-big" /> + <img src="/static/img/cursors/osx.hand.gif" class="no-cursor invisible" id="cursor-big"> </div> + </body> </html> |
