summaryrefslogtreecommitdiff
path: root/template/new_user_bubbles.st
diff options
context:
space:
mode:
authortimb <timb@mb.home>2010-04-01 00:48:45 -0700
committertimb <timb@mb.home>2010-04-01 00:48:45 -0700
commitf3d1b68e3919345c67be06cbd7e7bb61f67ffcbd (patch)
treeec9b15cc4f0ceb34a1335592dd6505bfdb6bcfd9 /template/new_user_bubbles.st
parent70d8c1992f97286a63babcf7ebd996ab74ec7eac (diff)
organize some images, move css to static/css/, clean up templates, remove junk
Diffstat (limited to 'template/new_user_bubbles.st')
-rw-r--r--template/new_user_bubbles.st13
1 files changed, 13 insertions, 0 deletions
diff --git a/template/new_user_bubbles.st b/template/new_user_bubbles.st
new file mode 100644
index 0000000..a1e654d
--- /dev/null
+++ b/template/new_user_bubbles.st
@@ -0,0 +1,13 @@
+</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="beingpostednow"><img src="/static/beingpostednow.png"></div>
+<script>
+jQuery(document).ready(function(){ setTimeout( function(){ jQuery("#newuserwrap div").hide(1000) }, 10000 ) })
+</script>
+</div> \ No newline at end of file