diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-23 04:36:01 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-23 04:36:01 -0400 |
| commit | 009f6a24affb01a15d65dc3d12f7e283bb06b625 (patch) | |
| tree | be0cc7c137d9cbf8eb8370ea8091fa582c43d735 /static/index.html | |
| parent | 12086570eb505abff63bbc205072095401912c95 (diff) | |
sostler prod commit
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 49 |
1 files changed, 32 insertions, 17 deletions
diff --git a/static/index.html b/static/index.html index acbcb2a..c8301b2 100644 --- a/static/index.html +++ b/static/index.html @@ -38,8 +38,6 @@ 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; @@ -109,21 +107,21 @@ background-image:url(/static/img/ylgrad.png); #previewdump{ background-color:#fff; padding:5px; -padding-left:15px; -padding-right:15px; -font-size:16px; -border:1px solid #ccc; +padding-left:10px; +padding-right:10px; +padding-bottom:9px; +font-size:13px; +border:2px solid #ccc; margin-top:-300px; z-index:5; float:right; -margin-right:-210px; - 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; +margin-right:-45px; +line-height:8px; background-image:url(/static/img/grgrad.png); +display:none; +} +#previewdump a:link{ +color:black; } #previewdump a:hover{ color:#000000; @@ -212,6 +210,22 @@ margin-left:-13px;text-decoration:none; #lilflag a:link { text-decoration:none; } +#lilflagr{ +background-image:url(/static/img/lilflagr.png); +width: 193px; height: 59px; +top:15px; +padding-right:20px; +position:absolute; +color:#fff; +padding-top:1px; +text-align:right; +word-spacing:8px;padding-right:10px; +font-size:19px; +margin-left:610px;text-decoration:none; +} +#lilflagr a:link { +text-decoration:none; +} #footer{ padding-bottom:5px; padding-top:15px; @@ -256,9 +270,6 @@ padding:5px; ul.pagination li { float:left; margin:0 5px;display:none; } 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> @@ -266,10 +277,14 @@ padding:5px; <div id="rapper"> <div id="toplogo"> <img src="/static/img/dumppixellarge.png"> -<a href="http://dump.fm/chat/slothgoth"> +<a href="http://dump.fm/m/slothgoth"> <div id="lilflag"> HOME OF THE SLOTHGOTH!!!!! </div></a> +<a href="http://dump.fm/m/dealwithit"> +<div id="lilflagr"> +HOME OF DEAL WITH IT!!!!! +</div></a> </div> <div id="bottomcontainer"> |
