diff options
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/static/index.html b/static/index.html index e761927..c492031 100755 --- a/static/index.html +++ b/static/index.html @@ -1,3 +1,5 @@ +<!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> @@ -34,12 +36,18 @@ function MM_swapImage() { //v3.0 <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%; } +#preload { + position: absolute; + left: 0px; + top: 0px; +} #main { width:460px; margin: 100px auto 0 auto; @@ -128,20 +136,20 @@ line-height:-1; #signin-submit { display: block; width:300px; - height:37px; + height:33px; font-size:20px; background-image:url(/static/btngrad1.png); font-weight:bold; word-spacing:7; - padding-top:6px; + /*padding-top:6px;*/ text-align:center; z-index:100; - font-size:18px; + font-size:16px; color:#fff; text-shadow:1px 1px 3px #000; border-radius: 5px; -webkit-border-radius: 5px; - -moz-border-radius: 5px; + -moz-border-radius: 5px;*/ border:solid 1px #eee; } @@ -151,6 +159,7 @@ line-height:-1; <div id="main" align="center"> + <img src="/static/flyhorse.gif" id="horse" /> <img src="/static/guaranteed_customer_satisfaction.gif" id="customer" /> @@ -180,5 +189,9 @@ line-height:-1; <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" /> +</div> + </body> </html> |
