diff options
Diffstat (limited to 'template/vortex.st')
| -rw-r--r-- | template/vortex.st | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/template/vortex.st b/template/vortex.st index f24c2ec..b459e14 100644 --- a/template/vortex.st +++ b/template/vortex.st @@ -2,9 +2,8 @@ <html> <head> <title>dump.fm image vortex</title> -<script type="text/javascript" src="/static/js/pichat.butt.js"></script> -<script type="text/javascript" src="/static/js/jquery-ui-1.8.effects.min.js"></script> -<link rel="stylesheet" type="text/css" href="/static/css/reset.css"> + + <script> @@ -18,6 +17,7 @@ <style type="text/css"> + html { overflow: hidden; @@ -66,12 +66,25 @@ font-family: 'courier new', typewriter, matrix, monospace; line-height:16px; background-image:url(/static/img/bg.dither.gif); -width:260px; +width:230px; + padding:10px; +padding-bottom:14px; +font-size:12px; border-bottom-right-radius:100px; -webkit-border-bottom-right-radius:100px; -moz-border-radius-bottomright:100px; } +.returnlink{ +text-decoration:none; + font-family: Arial, Helvetica, sans-serif; + color:#f0e; +} +.returnlink a:hover{ +text-decoration:none; + font-family: Arial, Helvetica, sans-serif; + color:blue; +} </style> <script type="text/javascript"> @@ -259,7 +272,9 @@ $messages: { m | <img src="$m.content$"><span>$m.nick$</span> }$ -<div id="infotxt">dump.fm image vortex<br><br>Real-Time Visualization of whats being dumped now.<br><br><a href="http://dump.fm"> Return Home</a><br></div> +<div id="infotxt">dump.fm image vortex<br><br>Real-Time Visualization of whats being dumped now.<br><br><a href="http://dump.fm" class="returnlink"> Return Home</a><br></div> + + </div> <span id="LB0" style="position:absolute;left:50%;top:50%;"><span style="position:absolute;font-family:arial;font-size:10px;color:#ccc;background:#000;left:-50px;top:-18px">Loading...</span><span style="position:absolute;left:-50px;top:-5px;font-size:1px;width:100px;height:10px;background:#333"><span id="LB1" style="position:absolute;font-size:1px;width:0px;height:10px;background:#ccc"></span></span></span> |
