diff options
| -rwxr-xr-x | static/css/dump.css | 1 | ||||
| -rwxr-xr-x | static/css/profile.css | 32 | ||||
| -rw-r--r-- | static/js/pichat.js | 3 | ||||
| -rw-r--r-- | static/tunes/busters.mid | bin | 0 -> 45467 bytes | |||
| -rw-r--r-- | template/profile.st | 8 |
5 files changed, 25 insertions, 19 deletions
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/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; diff --git a/static/js/pichat.js b/static/js/pichat.js index dc91a51..d7728cc 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -482,6 +482,9 @@ function initProfile() { t.html(buildMsgContent(t.text())); }); initLogThumb() + if (window.location.href == 'http://dump.fm/u/scottbot') { + $('body').append($('<embed src="/static/tunes/busters.mid" autostart="true" hidden="true">')); + } }; function initLog() { diff --git a/static/tunes/busters.mid b/static/tunes/busters.mid Binary files differnew file mode 100644 index 0000000..a368cda --- /dev/null +++ b/static/tunes/busters.mid diff --git a/template/profile.st b/template/profile.st index 1e7ee06..8d57c93 100644 --- a/template/profile.st +++ b/template/profile.st @@ -31,11 +31,13 @@ <div id="profile"> <h2>$nick$</h2> - <div id="adminmute"> + $if(isadmin)$ + <div id="adminmute"> <a href="#" onclick="Admin.mute('$nick$'); return false">Mute $nick$!</a><br> + </div> $endif$ -</div> + $if(avatar)$ <img id="avatarPic" src="$avatar$" width="150px"/> $else$ @@ -89,7 +91,7 @@ <br><br> <h1>Step ❶</h1> - <h3>☟ Find a sweet image for your avatar, paste the URL below ☟</h3> + <h3>☟ Find a sweet image for your avatar, upload it below ☟</h3> $if(avatar)$ <img id="avatarPic" src="$avatar$" width="150px"/> $else$ |
