summaryrefslogtreecommitdiff
path: root/template/rooms/chat.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/rooms/chat.st')
-rw-r--r--template/rooms/chat.st20
1 files changed, 18 insertions, 2 deletions
diff --git a/template/rooms/chat.st b/template/rooms/chat.st
index f4c4162..19f32d4 100644
--- a/template/rooms/chat.st
+++ b/template/rooms/chat.st
@@ -72,17 +72,19 @@ $if(dis)$
$else$
$banner()$
$if(!user_nick)$
-
+<!--
<div id="dis_content" name="content">
<p>
If you already have an account, <strong><a href="http://dump.fm/login" class="signin">sign in</a></strong>. If not, <strong><a href="http://dump.fm/register">register now</a></strong>.
</p>
-</div>
+</div>-->
<div id="dis_welcome"><center>
<a href="/"><img src="$domain$/static/img/dumppixellarge3.png"></a>
<div id="midtxt"><a href="/">dump.fm</a> lets you <i>talk with pictures!</i> Paste an image url, upload, or snap a pic right from your webcam. Talk to friends, fav images, and keep track of the pix you love!
</div>
+ <br><br>
+ If you already have an account, <strong><a href="http://dump.fm/login" class="signin">sign in</a></strong>. If not, <strong><a href="http://dump.fm/register">register now</a></strong>.
</center>
</div>
<link href="/static/css/pages.css" rel="stylesheet" type="text/css" media="screen" />
@@ -92,6 +94,20 @@ $else$
var topZ = 7;
CreateDropdownWindow('', '500px', true, 'dis_welcome', 300, 70);
</script>
+<style>
+.divDragTitle {
+ border: 1px solid #CCC;
+ border-top: 1px solid #666;
+ left:50%!important; background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x;
+ margin-left: -250px!important;
+}
+.divDragContent {
+
+ left:50%!important;
+ margin-left: -250px!important;
+
+}
+</style>
$endif$
$endif$