Advertisement
heykevinn

Redirect Page #1

Aug 28th, 2012
7,483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.  
  5. <!-- REDIRECT PAGE BY EXCOLO [excolo.tumblr.com] -->
  6.  
  7. <title>{Name} has moved!</title>
  8. <meta name="viewport" content="width=820" />
  9. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  10.  
  11. <meta name="text:new tumblr username" content=""/>
  12.  
  13. <style>
  14. body { background:#eee url(http://media.tumblr.com/tumblr_m1vpcc4Omu1r9ly5j.gif);font-family:century gothic;text-transform:uppercase;letter-spacing:2px;font-size:10px; }
  15. #center { width:310px;margin:140px auto; }
  16. #city { -webkit-border-radius: 500px;-moz-border-radius: 500px;border-radius: 500px; }
  17. #cityouter { padding:10px;background:#fff;width:300px;height:300px;-webkit-border-radius: 500px;-moz-border-radius: 500px;border-radius: 500px; }
  18. .text { position:absolute;text-align:center;width:320px;margin-top:120px;color:#fff; }
  19. .text span { background:rgba(0,0,0,0.5);padding:0px 5px;color:#fff; }
  20. .text .new { font-size:16px;-webkit-transition: all 0.4s linear;-moz-transition: all 0.4s linear;transition: all 0.4s linear; }
  21. .text .new:hover { background:rgba(230,124,61,0.7); }
  22. .credit { position:fixed; bottom:5px;right:5px;color:#333333;font-size:20px;font-family:times new roman; }
  23. </style>
  24.  
  25. </head>
  26. <body>
  27. <div id="center">
  28. <a href="http://{text:new tumblr username}.tumblr.com/"><div class="text"><p><span>{Name} has moved</span></p><p><span>you can now find me at:</span></p><p><span class="new">{text:new tumblr username}</span></p></div></a>
  29. <div id="cityouter"><img id="city" src="http://static.tumblr.com/sjl0ztp/Elem9ghao/imagee.png"></div>
  30. </div>
  31.  
  32. <!-- do not edit anything below here! -->
  33. <a href="http://excolo.tumblr.com" title="about page by excolo"><div class="credit">E</div></a>
  34. </body>
  35. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement