Panzer_Themes

Moved Theme 2- Redirect

Jun 13th, 2012
1,610
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. <!----
  2. Theme by PanzerThemes.tumblr.com
  3.  
  4. LEAVE CREDIT INTACT
  5. All my themes are legally copyrighted.
  6. Want to know what happens if you steal my coding?
  7. ..Didn't think so.
  8. ----->
  9. <html lang="en">
  10. <head>
  11.  
  12. <!-- DEFAULT VARIABLES -->
  13. <meta name="text:New URL name" content=""/>
  14. <meta name="text:Redirect Name" content="Redirecting..."/>
  15. <meta name="color:Background" content="#FFF"/>
  16. <meta name="image:Background" content="http://media.tumblr.com/tumblr_m1vp95Fgiw1r9ly5j.png"/>
  17.  
  18. <head>
  19.  
  20. <meta http-equiv="refresh" content="5;url=http://{text:New URL name}.tumblr.com/"/>
  21.  
  22. </head>
  23.  
  24. <title>{text:Redirect Name}</title>
  25. <link rel="shortcut icon" href="{Favicon}"/>
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  27. {block:Description} <meta name="description" content="{MetaDescription}"/> {/block:Description}
  28.  
  29. <style type="text/css">
  30. iframe#tumblr_controls {display:none;}
  31.  
  32. @font-face {font-family: "little";src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');}
  33.  
  34. @font-face {font-family:thin; src: url(http://static.tumblr.com/l3rkvkd/HZsm3o22l/sverigescriptclean_demo.ttf) format("truetype"); }
  35.  
  36. body{
  37. cursor: url(http://static.tumblr.com/9ji9tiw/iLgl5njtq/cursor.gif), auto;
  38. background-color: {color:Background};
  39. background-image:url({image:Background});}
  40.  
  41.  
  42. #con{
  43. color:#333;
  44. background:transparent;
  45. left:10px;
  46. bottom:10px;
  47. width:100%;
  48. height:100%;
  49. top:30%;
  50. text-align:center;
  51. position:fixed;
  52. letter-spacing:2px;
  53. font-size:40px;
  54. font-family:thin;
  55. font-weight:8000;}
  56.  
  57. #peeta{
  58. padding-left:5px;}
  59.  
  60. .cred { position:fixed;bottom:-5px;right:50px;letter-spacing:2px;
  61. font-family:little;font-size:8px;padding:5px;background-color:#fff;padding-bottom:10px;-moz-border-radius-topleft: 10px;-webkit-border-top-left-radius: 10px;-moz-border-radius-topright: 10px;-webkit-border-top-right-radius: 10px; -webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear;-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);box-shadow: 0 0 5px rgba(0,0,0,0.2);}
  62. .cred:hover {bottom:0px;}
  63.  
  64. </style>
  65.  
  66. <body>
  67.  
  68. <div id="con">
  69. <div id="peeta">
  70. {text:Redirect Name}
  71. </div>
  72. <img src="http://loadinggif.com/generated-image?imageId=20&bgColor=%23ffffff&fgColor=%23000&transparentBg=1&download=0&random=0.6299405528698117">
  73. </div>
  74.  
  75. <div class="cred"><a href="http://jagpanzer.tumblr.com" target="blank">PANZERTHEMES</a></div>
  76.  
  77. </body>
  78. </html>
Advertisement
Add Comment
Please, Sign In to add comment