diff options
Diffstat (limited to 'template/new_user_bubbles.st')
| -rw-r--r-- | template/new_user_bubbles.st | 13 |
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 |
