summaryrefslogtreecommitdiff
path: root/template/chat_help_bubbles.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/chat_help_bubbles.st')
-rw-r--r--template/chat_help_bubbles.st12
1 files changed, 12 insertions, 0 deletions
diff --git a/template/chat_help_bubbles.st b/template/chat_help_bubbles.st
new file mode 100644
index 0000000..fadf9dc
--- /dev/null
+++ b/template/chat_help_bubbles.st
@@ -0,0 +1,12 @@
+<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="beingpostednow"><img src="/static/beingpostednow.png"></div>
+<script>
+jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap div").hide("puff", 1000) }, 10000 ) })
+</script>
+</div> \ No newline at end of file