Advertisement
zoekravitz

Untitled

Jan 19th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <style type="text/css">
  5.  
  6.  
  7. #s-m-t-tooltip {
  8. max-width:300px;
  9. margin:15px;
  10. padding:5px;
  11. border:1px solid #cccccc;
  12. border-radius:0px;
  13. background:#fff;
  14. color:#888888;
  15. font-size:9px;
  16. font-style:none;
  17. font-family:arial;
  18. letter-spacing:1px;
  19. text-transform:lowercase;
  20. box-shadow:none;
  21. z-index:999999;
  22. }
  23.  
  24. body{
  25. background-color:{color:Background};
  26. margin:auto;
  27. top:50%;
  28. font-family:helvetica;
  29. font-size:13px;
  30. color:{color:Text};
  31. text-transform:uppercase;
  32. text-align:center;
  33. letter-spacing:2px;
  34. }
  35. </style>
  36.  
  37. <script type="text/javascript">
  38. function redirect() {
  39. window.location = 'http://alberto-rosende.tumblr.com' + location.pathname;
  40. }
  41. setTimeout('redirect()', 0);
  42. </script>
  43. </head>
  44.  
  45. <body>
  46.  
  47. </body>
  48. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement