diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-08-30 19:18:45 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-08-30 19:18:45 -0400 |
| commit | 267ad6ad5ef1e906c0ca6b040056ee7699545a55 (patch) | |
| tree | c0070709d260c19d0bd4cf30468dd1cdda5ef9e1 | |
| parent | b8d5625e0fae0a61a3b14941c6fcb7cb2d7ca724 (diff) | |
sostler prod commit
| -rw-r--r-- | template/banner.st | 4 | ||||
| -rw-r--r-- | template/directory.st | 2 | ||||
| -rw-r--r-- | template/fullscreen.st | 9 |
3 files changed, 8 insertions, 7 deletions
diff --git a/template/banner.st b/template/banner.st index 0e56e8c..c84ff6a 100644 --- a/template/banner.st +++ b/template/banner.st @@ -38,7 +38,7 @@ <option>Tools</option> <option value="http://bon.gs/tile/" target="_blank">Tile Tool</option> <option value="http://dump.fm/m/oie">Online Image Editor</option> -<!-- <option value="http://dump.fm/m/dwi">Deal With It Maker</option> --> +<option value="http://dump.fm/m/dwi">Deal With It Maker</option> <option value="http://dump.fm/m/pixlr">Pixlr(image editor)</option> <option value="http://dump.fm/m/arcade">Arcade Font Maker</option> <option value="http://dump.fm/m/flamingtxt">Flaming Text(and more)</option> @@ -85,7 +85,7 @@ <div id="dumplist"> $if(user_nick)$ - <a href="http://dump.fm/m/fullscreen">checkout dump.fm in full-screen - </a><a href="http://dump.fm/stickers">SUPPORT DUMP.FM! BUY SOME STICKERS!!</a><a href="http://dis.dump.fm">- dis magazine new style options</a> $else$ Talk with pictures! $endif$ + <a href="http://dump.fm/m/fullscreen">checkout dump.fm in full-screen - </a><a href="http://dump.fm/stickers">SUPPORT DUMP.FM! BUY SOME STICKERS!!</a><a href="http://dis.dump.fm">- dis magazine new style options</a> $else$ <style>#dumplist{z-index:-1!important;}</style> $endif$ $if(isadmin)$ -<a href="http://vip.dump.fm/"> NAUGHTY BOYS DELIGHT </a> $endif$ diff --git a/template/directory.st b/template/directory.st index 1bf1eb5..0611697 100644 --- a/template/directory.st +++ b/template/directory.st @@ -31,7 +31,7 @@ $if(users)$ $users:{ dump | - <div class="dlogged-dump" id="message-$dump.message_id$"> + <div class="dlogged-dump" id="message-$dump.message_id$" style="position: relative"> <div id="usernicks"> <a href="/$dump.nick$"> <b>$dump.nick$'s</b> $if(dump.score_ent)$ diff --git a/template/fullscreen.st b/template/fullscreen.st index 0c64b4f..927ae5d 100644 --- a/template/fullscreen.st +++ b/template/fullscreen.st @@ -76,12 +76,13 @@ margin-right:0; height:35px; } -img { image-rendering: -moz-crisp-edges; } - - +.memelogo{padding:0px;top:0px;position:absolute;} </style> </head> <body> +<a href="http://dump.fm"> +<img src="http://dump.fm/static/img/dumppixelhover.png"class="memelogo"> +</a> <div id="big-image">waiting 4 new image from dump.fm.............</div> <div id="controls"></div> <!-- @@ -105,4 +106,4 @@ Timestamp = $timestamp$; initFullscreen() </script> </body> -</html> +</html>
\ No newline at end of file |
