From 2a7b0ab6991051b917a4ee75435007f3fa06f5f3 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Sun, 1 Aug 2010 01:52:38 -0400 Subject: sostler prod commit --- static/cal.html | 13 +++++---- static/css/dump.css | 15 +++++++++- static/index.html | 68 +++++++++++++++++++++++++++---------------- static/js/invalid_domains.js | 2 ++ static/tunes/dumpjingle.m4a | Bin 0 -> 245586 bytes static/tunes/dumpjingle.wav | Bin 0 -> 2907136 bytes 6 files changed, 66 insertions(+), 32 deletions(-) create mode 100644 static/tunes/dumpjingle.m4a create mode 100644 static/tunes/dumpjingle.wav (limited to 'static') diff --git a/static/cal.html b/static/cal.html index 5c73506..710ca2b 100644 --- a/static/cal.html +++ b/static/cal.html @@ -107,14 +107,15 @@ CYBER PUNK/RAVER RELATED IMAGES FOR THE VIEW RESULTS!!
-15
-THIS FUCKING DUDE
-16
+15
+GHOSTBUSTERS SLIMER!!!
+
VIEW RESULTS!! +16
THIS GIF
-17
-HEAT WAVE ON DUMP.FM!
+17
+
-18
+18
DEATH+
TEXT MEME
19
STUFF WITH THE TMZ TEMPLATE
EXAMPLE HERE

diff --git a/static/css/dump.css b/static/css/dump.css index 2cb9833..adee317 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -193,7 +193,16 @@ margin-top:8px; margin-right:5px; } +#toptools{ +display:inline-block; +margin-left:-15px; + +} +.toolsmenu{ +width:80px; +color:#000;font-family:verdana;background-color:#ffffff; +} .white a:link { text-decoration: none; font-size:14px; @@ -220,6 +229,10 @@ color:#000; color:#000; text-decoration: none; text-shadow: -0.5px -0.5px 0px #f0e; } +#facebooklike{ +position:absolute; +top:21px;right:0px; +} #dumplist{ top:0px:width:100%;padding:0px;background-color:#fff; color:#000;font-size:60%;text-transform:uppercase;text-decoration: none; @@ -376,7 +389,7 @@ background-color:white; opacity:0.9; color:#000; background-position:bottom right; - background-attachment:fixed; + background-attachment:relative; display: inline-block; position: relative; } diff --git a/static/index.html b/static/index.html index 603590b..9dd0e2c 100644 --- a/static/index.html +++ b/static/index.html @@ -45,10 +45,37 @@ jQuery(window).load(function() { + + + + + + + + + + + + + + + + + + + + + + body{margin:0px; background-color:#fff; font-family:Arial, Helvetica, sans-serif; background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x; } +#content{ + background:url(http://dump.fm/images/20100622/1277257188414-dumpfm-ryder-cloudsslower.gif); +background-position:top center; + background-repeat:repeat-x; +} A:link {text-decoration: none} A:visited {text-decoration: none} A:active {text-decoration: none} @@ -64,7 +91,7 @@ background-position:top center; -moz-box-shadow: 0 0 10px #000; } #toplogo{ -top:0px; +margin-top:-30px; width:800px; background-image:url(/static/img/blue2fade.png); } @@ -101,7 +128,6 @@ width:100; } #wtftxt{ -background-color:#fff; padding:5px; padding-left:15px; padding-right:15px; @@ -111,7 +137,14 @@ margin-top:-56px; z-index:5; float:left; background-image:url(/static/img/ylgrad.png); + border-top-left-radius:10px; + -webkit-border-top-left-radius:10px; + -moz-border-radius-topleft:10px; + border-top-right-radius:10px; + -webkit-border-top-right-radius:10px; + -moz-border-radius-topright:10px; } +#wtftxt a{color:white;} #previewdump{ background-color:#fff; padding:5px; @@ -120,12 +153,13 @@ padding-right:10px; padding-bottom:9px; font-size:13px; border:1px solid #ccc; -margin-top:-299px; +margin-top:-270px; z-index:5; float:right; margin-right:-165px; line-height:8px; background-image:url(/static/img/grgrad.png); +opacity:0.6; } #previewdump a:link{ @@ -168,9 +202,9 @@ width:190px; text-align:center; z-index:100; font-size:16px; - color:#000; + color:#fff; float:right; -border:1px solid #000; +border:1px solid #fff;background-image:url(static/img/upload.png); border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; @@ -239,14 +273,14 @@ text-decoration:none; } #footer{ padding-bottom:5px; -padding-top:15px; + text-align: center; color:#000; font-size:11px; word-spacing:30px; margin: 0 auto 0 auto; background-color:#eff5fb; -margin-top:250px; +margin-top:240px; width:798px; } #bottomrow img{ @@ -282,13 +316,6 @@ 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;} - - - - - - - @@ -361,14 +388,14 @@ height="205"> Lost password?
- +\ - +
@@ -384,14 +411,5 @@ height="205">
pageTracker._trackPageview(); } catch(err) {} - - - diff --git a/static/js/invalid_domains.js b/static/js/invalid_domains.js index 38dd34f..a6c47a9 100644 --- a/static/js/invalid_domains.js +++ b/static/js/invalid_domains.js @@ -64,10 +64,12 @@ var InvalidDomains = [ "http://fortunecity.com", "http://geneology2.com", "http://www.geneology2.com", + "genealogy2.com", "http://img.waffleimages.com", "http://www.worldofstock.com", "http://aphrodite.cooltext.com", "http://www.iconarchive.com", + "http://andysqualityfreegifs.110mb.com", "www.fddarchive.com", "http://www.onemetal.com", "http://www.tvdance.com", diff --git a/static/tunes/dumpjingle.m4a b/static/tunes/dumpjingle.m4a new file mode 100644 index 0000000..c07ef23 Binary files /dev/null and b/static/tunes/dumpjingle.m4a differ diff --git a/static/tunes/dumpjingle.wav b/static/tunes/dumpjingle.wav new file mode 100644 index 0000000..f3be547 Binary files /dev/null and b/static/tunes/dumpjingle.wav differ -- cgit v1.2.3-70-g09d2