ariauagrande

ariauagrande theme #6

Sep 5th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. <!--
  2.  
  3. ariauagrande theme
  4. DONT REMOVE CREDIT........... thank
  5.  
  6.  
  7. -->
  8. <head>
  9.  
  10. <meta name="color:background" content="#ffffff"/>
  11. <meta name="color:text" content="#000000"/>
  12. <meta name="text:text" content=""/>
  13. <meta name="text:new url" content=""/>
  14.  
  15. <script language="JavaScript">
  16. var time = null
  17. function move() {
  18. window.location = '{text:new url}'
  19. }
  20. //-->
  21. </script>
  22.  
  23. <style type="text/css">
  24. body {
  25. background: {color:background};
  26. margin: 0;
  27. padding: 0;
  28. font-family:arial;
  29. }
  30.  
  31. #text{
  32. margin:auto;
  33. margin-top:250px;
  34. width:250px;
  35. text-align:center;
  36. color:{color:text};
  37. font-size:50px;
  38. }
  39.  
  40. </style>
  41. </head>
  42. <body>
  43.  
  44. <body onload="timer=setTimeout('move()',3000)">
  45.  
  46. <div id="text">{text:text}</div>
  47.  
  48.  
  49. <div style="position:fixed; bottom:10px; left:10px;">
  50. <a href="http://ariauagrande.tumblr.com" target="_blank"><img class="normal" src="http://static.tumblr.com/npfupbw/DT1mry89z/credit.png"</a>
  51.  
  52.  
  53. </body>
  54. </html>
Advertisement
Add Comment
Please, Sign In to add comment