From d87cbb95e22bae4597943b9a39f938fd5bda4253 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Tue, 13 Apr 2010 07:31:09 -0400 Subject: sostler PROD --- static/css/profile.css | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) (limited to 'static') diff --git a/static/css/profile.css b/static/css/profile.css index 9e5ecf5..90d07b0 100755 --- a/static/css/profile.css +++ b/static/css/profile.css @@ -372,28 +372,30 @@ color:#087cff; #newuser { - border-top-left-radius:15px; - border-top-right-radius:15px; - -webkit-border-top-left-radius:15px; - -webkit-border-top-right-radius:15px; - -moz-border-radius-topleft:15px; - -moz-border-radius-topright:15px; - border-bottom-left-radius:15px; - border-bottom-right-radius:15px; - -webkit-border-bottom-left-radius:15px; - -webkit-border-bottom-right-radius:15px; - -moz-border-radius-bottomleft:15px; + border-top-left-radius:10px; + border-top-right-radius:10px; + -webkit-border-top-left-radius:10px; + -webkit-border-top-right-radius:10px; + -moz-border-radius-topleft:10px; + -moz-border-radius-topright:10px; + border-bottom-left-radius:10px; + border-bottom-right-radius:10px; + -webkit-border-bottom-left-radius:10px; + -webkit-border-bottom-right-radius:10px; + -moz-border-radius-bottomleft:10px; + -moz-border-radius-bottomright:15px; - 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; +border:1px solid black; + box-shadow: 0 0 10px #d8dbde, 1px 1px 1px #d8dbde; + -webkit-box-shadow: 0 0 10px #d8dbde, 1px 1px 1px #d8dbde; + -moz-box-shadow: 0 0 10px #d8dbde, 1px 1px 1px #d8dbde; padding:20; line-height:1.5; height:auto; margin-top:-100px; width:600; - background-image:url(/static/img/dumpcats2.png); + background-image:url(/static/img/hearts.gif); margin-left:40} #newuser a{font-size:28; -- cgit v1.2.3-70-g09d2 From 15a580ff1de7954ed212a3119b6eb67a7e569a26 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Wed, 14 Apr 2010 07:07:07 -0400 Subject: PROD --- static/css/dump.css | 1 - static/js/pichat.js | 3 +++ static/tunes/busters.mid | Bin 0 -> 45467 bytes 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 static/tunes/busters.mid (limited to 'static') diff --git a/static/css/dump.css b/static/css/dump.css index e3d81c3..ce9dd04 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -471,7 +471,6 @@ background-color:#f3f3f3; max-height:30px; height: expression(this.width > 30 ? 30: true); max-width:30px; -image-rendering: -moz-crisp-edges; float:right; right:1px; z-index:77; diff --git a/static/js/pichat.js b/static/js/pichat.js index d52212d..d1769b7 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -481,6 +481,9 @@ function initProfile() { t.html(buildMsgContent(t.text())); }); initLogThumb() + if (window.location.href == 'http://dump.fm/u/scottbot') { + $('body').append($('')); + } }; function initLog() { diff --git a/static/tunes/busters.mid b/static/tunes/busters.mid new file mode 100644 index 0000000..a368cda Binary files /dev/null and b/static/tunes/busters.mid differ -- cgit v1.2.3-70-g09d2