diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-22 14:19:04 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-22 14:19:04 -0400 |
| commit | 8420e6bd5d70b77da172ea6bbc61bf4f508a1dd2 (patch) | |
| tree | 87b422bf2317b3de22ff8218fcc672aae9d78266 /static/index.html | |
| parent | dd69164d5f9d992ae0baa424987d3ead82627618 (diff) | |
sostler prod commit
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/static/index.html b/static/index.html index e1f6063..acbcb2a 100644 --- a/static/index.html +++ b/static/index.html @@ -38,6 +38,8 @@ jQuery(window).load(function() { <style> + + body{margin:0px; background-color:#fff; font-family:Arial, Helvetica, sans-serif; background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x; @@ -64,6 +66,12 @@ background-image:url(/static/img/blue2fade.png); width:800px; } +#strapline{ +position:absolute; +right:-180px; +margin-top:-80px; +font-size:25px; +} #signin{ background-color:#eff5fb; float:right; @@ -249,6 +257,8 @@ padding:5px; ul.pagination a { display:block; width:12px; padding-top:12px; height:0; overflow:hidden; background-image:url(/static/img/pagination.png); background-position:0 0; background-repeat:no-repeat;} + + </style> </head> <body> @@ -256,17 +266,18 @@ padding:5px; <div id="rapper"> <div id="toplogo"> <img src="/static/img/dumppixellarge.png"> - +<a href="http://dump.fm/chat/slothgoth"> <div id="lilflag"> HOME OF THE SLOTHGOTH!!!!! -</div> +</div></a> </div> <div id="bottomcontainer"> <div id="wtf"> <a href="/register"><div id="wtftxt"> -Click here to Register! +Click here to Register!</a> </div> +<div id="strapline">Talk with Pictures!</div> <a href="/chat"><div id="previewdump"> preview dump.fm! </div> |
