diff options
| -rw-r--r-- | static/dumpnewuser.css | 40 | ||||
| -rwxr-xr-x | template/chat.st | 25 |
2 files changed, 35 insertions, 30 deletions
diff --git a/static/dumpnewuser.css b/static/dumpnewuser.css index 0eccc89..09ca175 100644 --- a/static/dumpnewuser.css +++ b/static/dumpnewuser.css @@ -12,43 +12,47 @@ overflow:hidden; } #posthelp{ position:fixed; -z-index:666; -bottom:50; -left:110; +z-index:2000; +bottom:50px; +left:110px; } #webcamhelp{ -position:fixed;z-index:8888888; -right:20; -bottom:39; +position:fixed; +z-index:2000; +right:20px; +bottom:39px; } #userlisthelp{ position:fixed; -top:100; -right:300; +top:100px; +right:300px; +z-index:2000; } #imageboard{ position:fixed; -top:20; -left:-10; +top:20px; +left:-10px; +z-index:2000; } #uploadstuff{ position:fixed; display:none; -bottom:40; -right:160; -z-index:99999; +bottom:40px; +right:160px; +z-index:2000; } #signinblurb{ position:absolute; -top:-20; +top:-20px; display:none; -z-index:199999999999999999999; -right:10; +z-index:2000; +right:10px; } #readyjoin{ position:fixed; -top:27; -left:180; +top:27px; +left:180px; +z-index:2000; } a { font-size: 12px; diff --git a/template/chat.st b/template/chat.st index e5f8110..6bdefc8 100755 --- a/template/chat.st +++ b/template/chat.st @@ -83,18 +83,7 @@ function pop(url) <div id="trophy"><a href="javascript:pop('http://www.likeneveralways.com/trash/count/index.php');"class="tooltip" title="Contest Counter"><img src="/static/trophyicon.gif"></a></div> </div> $else$ -<div id="newuserwrap"> -<div id="posthelp"><img src="/static/posthere.png"></div> -<div id="webcamhelp"><img src="/static/webcamhelp.png"></div> -<div id="userlisthelp"><img src="/static/userlisthelp.png"></div> -<div id="imageboard"><img src="/static/imageboard.png"></div> -<div id="uploadstuff"><img src="/static/uploadstuff.png"></div> -<div id="signinblurb"><img src="/static/signinblurb.png"></div> -<div id="readyjoin"><img src="/static/readyjoin.png"></div> -<script> -jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap div").hide(1000) }, 10000 ) }) -</script> -</div> + <link rel="stylesheet" type="text/css" href="/static/dump.css"> <div id="msgInputDiv"> <div id="msginputrapper"> <input id="msgInput" class="msgInput" type="input" /> </div> @@ -110,6 +99,18 @@ jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap </div> </div> + </div> + <div id="newuserwrap"> + <div id="posthelp"><img src="/static/posthere.png"></div> + <div id="webcamhelp"><img src="/static/webcamhelp.png"></div> + <div id="userlisthelp"><img src="/static/userlisthelp.png"></div> + <div id="imageboard"><img src="/static/imageboard.png"></div> + <div id="uploadstuff"><img src="/static/uploadstuff.png"></div> + <div id="signinblurb"><img src="/static/signinblurb.png"></div> + <div id="readyjoin"><img src="/static/readyjoin.png"></div> + <script> + jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap div").hide(1000) }, 10000 ) }) + </script> </div> $endif$ <div id="footerc"> <p> |
