diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2014-06-23 12:51:34 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2014-06-23 12:51:34 -0400 |
| commit | 080287474788b81ad846cf0ea0afd51c5263ed2f (patch) | |
| tree | 244716d6d325c47648a5361266a684b824437884 | |
| parent | 101c0be26573b6cc20a8542d378592fd0eec2ba5 (diff) | |
css and stuff
| -rwxr-xr-x | static/css/dump.css | 3 | ||||
| -rw-r--r-- | static/shinobi/index.html (renamed from static/super/index.html) | 0 | ||||
| -rw-r--r-- | template/rooms/VIP.st | 3 | ||||
| -rw-r--r-- | template/rooms/chat.st | 1 |
4 files changed, 5 insertions, 2 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index 0b6055e..33211a3 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -2512,7 +2512,8 @@ a#disregister:hover { -webkit-background-clip: text; } -.nick_aids_enoch { opacity: 0.3; color: transparent; text-shadow: 0 0 5px #857E96; } +.nick_aids_enoch a:link, .nick_aids_enoch .content, .nick_aids_enoch .msg-hover { color: transparent; text-shadow: 0 0 5px #857E96; } +.nick_aids_enoch { opacity: 0.3; } .bigimage { max-width: none!important; max-height: none!important;width:100% } diff --git a/static/super/index.html b/static/shinobi/index.html index b035b9b..b035b9b 100644 --- a/static/super/index.html +++ b/static/shinobi/index.html diff --git a/template/rooms/VIP.st b/template/rooms/VIP.st index 59e7406..0779549 100644 --- a/template/rooms/VIP.st +++ b/template/rooms/VIP.st @@ -143,8 +143,9 @@ <li><a href="$domain$/roomlist">Rooms</a></li> <li><a href="$domain$/users">New Users</a></li> <li><a href="$domain$/mutes">Mutes</a></li> - <li><a href="http://dump.fm/static/super/">Registration</a></li> + <li><a href="http://dump.fm/static/shinobi/">Registration</a></li> <li><a href="http://temp.dump.fm/">Temp</a></li> + <li><a href="https://docs.google.com/document/d/1w4P__Qs9PB2setcgoDW9XlCnf_-e0xO4OLt6bHw5yJk/edit?usp=drive_web">Mod Hax</a></li> </ul> </div> </body> diff --git a/template/rooms/chat.st b/template/rooms/chat.st index 63c8d11..796a8fe 100644 --- a/template/rooms/chat.st +++ b/template/rooms/chat.st @@ -71,6 +71,7 @@ $else$ $banner()$ $if(!user_nick)$ + <script>window.location.href = "http://dump.fm/"</script> <div id="dis_welcome"> <center> <img src="$domain$/static/img/dumppixellarge3.png"> |
