diff options
Diffstat (limited to 'template/fullscreen.st')
| -rw-r--r-- | template/fullscreen.st | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/template/fullscreen.st b/template/fullscreen.st index 911addb..9ccf0c1 100644 --- a/template/fullscreen.st +++ b/template/fullscreen.st @@ -69,9 +69,9 @@ display: none; position: fixed; z-index: 999; - height: 150px; - width: 150px; - left: 20px; + height: 50px; + width: 50px; + right: 20px; top: 20px; } #errormsg { @@ -126,18 +126,19 @@ </div> <div id="memelogo"> - <a href="http://dump.fm"><img src="http://dump.fm/static/img/dumppixelhover.png" class="memelogo"></a> + <br> <div class="sublogo"> $if(user_nick)$ - click to fav + <img src="/static/img/thumbs/heart.gif">click to fav $else$ +<a href="http://dump.fm"><img src="http://dump.fm/static/img/dumppixelhover.png" class="memelogo"></a> <a href="#" onclick="showLogin(); return false;">LOGIN</a> | <a href="$domain$/register">REGISTER</a> $endif$ </div> </div> <div id="big-image">waiting 4 new image from dump.fm.............</div> - <img src="/static/img/thumbs/heartfaved.gif" id="fav-indicator"> + <img src="http://dump.fm/static/img/thumbs/heartfaved.gif" id="fav-indicator"> <script> initFullscreen() </script> |
