Advertisement
hannahs

16: Redirect - harryshizz

Jan 11th, 2014
3,708
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. <head>
  2.  
  3. <!--
  4.  
  5. THEME 16: REDIRECT
  6. ~ BY HARRYSHIZZ ~
  7.  
  8. RULES:
  9. 1. do not steal.
  10. 2. do not redistribute.
  11. 3. do not use as a base code.
  12. 4. do not remove the credit.
  13.  
  14. THANK YOU! //hannah -->
  15.  
  16. <meta name="color:background" content="#fcfcfc">
  17. <meta name="color:title" content="#ef1e68">
  18. <meta name="color:text" content="#494949">
  19. <meta name="color:border" content="#dddddd">
  20.  
  21. <meta name="image:image" content="http://static.tumblr.com/b4e7ee4b7ab636c94e13f193be98733d/iqagmxs/f5zmz8pts/tumblr_static_birds_3.png">
  22. <meta name="if:DotGif" content="1">
  23. <meta name="if:Image" content="1">
  24. <meta name="if:RoundImage" content="1">
  25.  
  26. <meta name="text:OLD NAME" content="">
  27. <meta name="text:NEW NAME" content="">
  28. <meta name="text:NEW URL" content="http://">
  29.  
  30.  
  31.  
  32. <title>{Title}</title>
  33. <meta name="description" content="{MetaDescription}" />
  34. <link rel="shortcut icon" href="{Favicon}" />
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  36. <link href='http://fonts.googleapis.com/css?family=League+Script' rel='stylesheet' type='text/css'>
  37. <link href='http://fonts.googleapis.com/css?family=Josefin+Sans' rel='stylesheet' type='text/css'>
  38. <meta http-equiv="REFRESH" content="5;url={text:NEW URL}">
  39.  
  40.  
  41. <style type="text/css">
  42.  
  43. body { background-color:{color:background}; text-align:center;}
  44. a {color:{color:text}; text-decoration:none;}
  45. a:hover {color:{color:hover};}
  46. iframe#tumblr_controls {display:none;}
  47. iframe#tumblr_controls:hover {display:none;}
  48.  
  49.  
  50. .title {
  51. font-family:league script;
  52. font-size:55px;
  53. font-weight:bold;
  54. color:{color:title};
  55. letter-spacing:-1px;
  56. margin:80px auto 40px auto;
  57. padding:10px;
  58. line-height:90%;
  59. }
  60.  
  61. #container {
  62. width:500px;
  63. margin:-50px auto 40px auto;
  64. background-color:{color:background};
  65. }
  66.  
  67. .moved {
  68. font-family:josefin sans;
  69. text-transform:uppercase;
  70. letter-spacing:1px;
  71. font-size:20px;
  72. color:{color:text};
  73. border-bottom:1px solid {color:border};
  74. }
  75.  
  76. .description {
  77. font-family:josefin sans;
  78. font-size:15px;
  79. margin-top:3px;
  80. color:{color:text};
  81. width:300px;
  82. line-height:100%;
  83. margin-left:100px;
  84. }
  85.  
  86. .image {padding:0px;}
  87. .image img {
  88. width:130px;
  89. height:130px;
  90. {block:ifRoundImage}border-radius:50%;{/block:ifRoundImage}
  91. }
  92.  
  93. #styles img {
  94. width:40px;
  95. position:fixed;
  96. padding:3px;
  97. opacity:1;
  98. bottom:5px;
  99. right:5px;
  100. z-index:99999999;
  101. }
  102.  
  103. </style>
  104. </head>
  105.  
  106.  
  107. <body>
  108.  
  109. <div class="title">you will be redirected<br>
  110. {block:ifDotGif}
  111. <img src="https://31.media.tumblr.com/56b3b8ce8ea71443affea2b719c0b4a5/tumblr_inline_mz8owbfAtY1s23v6q.gif">{/block:ifDotGif}
  112. </div>
  113.  
  114. <div id="container">
  115. <div class="moved">{text:OLD NAME} HAS moved TO {text:NEW NAME}</div>
  116. <div class="description">{Description}</div><br>
  117.  
  118. {block:ifImage}
  119. <div class="image"><img src="{image:image}"></div>
  120. {/block:ifImage}
  121.  
  122. </div>
  123.  
  124.  
  125. <!------- please don't remove ----->
  126. <div id="styles"><a title="© harryshizz" href="http://harryshizz.tumblr.com"><img src="http://media.tumblr.com/4c07882baf37e267ab93a3dad3fa0c23/tumblr_inline_mvdn9x56q71s23v6q.png"></a></div>
  127. <!----------- thank you ----------->
  128.  
  129. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement