Advertisement
themesbyhaleigh

redirect

Jul 15th, 2014
456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. <!-- redirect by nerdydean. don't remove the credit. -->
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <head>
  6.  
  7. <title>{Title}</title>
  8.  
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. <meta name="description" content="" />
  12. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  13.  
  14. <meta name="color:background" content="#ffffff">
  15. <meta name="color:link" content="#333333">
  16. <meta name="color:linkhover" content="#333333">
  17. <meta name="color:text" content="#333333">
  18. <meta name="color:scrollbar" content="#000000">
  19. <meta name="color:textselect" content="#fafafa">
  20.  
  21. <meta name="yoururl" content="yoururl"
  22. <meta name="text:link1" content="link1">
  23. <meta name="text:link1 url" content="/">
  24. <meta name="text:link2" content="link2">
  25. <meta name="text:link2 url" content="/">
  26. <meta name="text:link3" content="link3">
  27. <meta name="text:link3 url" content="/">
  28.  
  29.  
  30. <!-- jquery -->
  31. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  32.  
  33. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  34.  
  35. <script>
  36. (function($){
  37. $(document).ready(function(){
  38. $("a[title]").style_my_tooltips({
  39. tip_follows_cursor:true,
  40. tip_delay_time:30,
  41. tip_fade_speed:300,
  42. attribute:"title"
  43. });
  44. });
  45. })(jQuery);
  46. </script>
  47.  
  48.  
  49. <style type="text/css">
  50.  
  51. #s-m-t-tooltip{
  52. font-size:9px;
  53. position:absolute;
  54. margin-top: 15px;
  55. letter-spacing:1px;
  56. z-index:9999;
  57. background:{color:background};
  58. text-transform:uppercase;
  59. padding:2px 3px 2px 3px;
  60. }
  61.  
  62. ::-webkit-scrollbar {
  63. width: 3px;
  64. height:auto;
  65. background:{color:background};
  66. }
  67.  
  68. ::-webkit-scrollbar-corner {
  69. padding:2px;
  70. background:{color:background};
  71. }
  72.  
  73. ::-webkit-scrollbar-button:vertical {
  74. height:5px;
  75. display: block;
  76. background:{color:scrollbar};
  77. }
  78.  
  79. ::-webkit-scrollbar-button:horizontal {
  80. width: 3px;
  81. height: 5px;
  82. display: block;
  83. background:{color:scrollbar};
  84. }
  85.  
  86. ::-webkit-scrollbar-thumb:vertical {
  87. background:{color:scrollbar};
  88. }
  89.  
  90. ::-webkit-scrollbar-thumb:horizontal {
  91. background: {color:background};
  92. }
  93.  
  94. ::-webkit-scrollbar-thumb {
  95. background: {color:scrollbar};
  96. }
  97.  
  98. blockquote {
  99. padding:5px 0 5px 30px;
  100. border-left:1px solid #eee;
  101. margin:10px 30px;
  102. }
  103.  
  104. body {
  105. color:{color:text};
  106. font-family:calibri;
  107. font-weight:100;
  108. font-size:11px;
  109. text-align:justify;
  110. margin:0;
  111. line-height:18px;
  112. background:{color:background};
  113. }
  114.  
  115. a {
  116. color:{color:link};
  117. text-decoration:none;
  118. }
  119.  
  120. a:hover {
  121. text-decoration:underline;
  122. color:{color:linkhover};
  123. }
  124.  
  125. img {
  126. border:none;
  127. text-decoration:none;
  128. }
  129.  
  130. p {
  131. margin-top:5px;
  132. margin-bottom:5px;
  133. }
  134.  
  135. #con {
  136. left:50%;
  137. margin-left:-200px;
  138. position:absolute;
  139. }
  140.  
  141. .posts {
  142. width:400px;
  143. background:{color:background};
  144. margin:50px 0;
  145. }
  146.  
  147. .l {
  148. background:{color:background};
  149. margin-top:230px;
  150. width:400px;
  151. text-align:center;
  152. font-family:calibri;
  153. text-transform:uppercase;
  154. }
  155.  
  156. #title {
  157. font-size:14px;
  158. margin-bottom:12px;
  159. text-align:center;
  160. letter-spacing:1px;
  161. font-family:calibri;
  162. text-transform:uppercase;
  163. color:{color:text};
  164. background:#fff;
  165. padding:15px;
  166. border-bottom:1px solid #eee;
  167. }
  168.  
  169. .links {
  170. padding-bottom:10px;
  171. border-bottom:1px solid #eee;
  172. }
  173.  
  174. .links a {
  175. margin:0 5px;
  176. padding:2px 5px;
  177. border:none;
  178. }
  179.  
  180. .desc {
  181. text-transform:none;
  182. margin:10px 25px;
  183. font-family:calibri;
  184. text-align:center;
  185. }
  186.  
  187.  
  188. </style>
  189. </head>
  190.  
  191. <body>
  192.  
  193.  
  194. <div id="con">
  195. <div class="l">
  196. <div id="title">moved to {text:yoururl}</div>
  197. <div class="links">
  198. <a href="http://{text:yoururl}.tumblr.com">new url</a>
  199. <a href="{text:link1 url}">{text:link1}</a>
  200. <a href="{text:link2 url}">{text:link2}</a>
  201. <a href="{text:link3 url}">{text:link3}</a>
  202. </div>
  203.  
  204. <div class="desc">{Description}
  205. </div>
  206. </div>
  207.  
  208.  
  209. <div style="position:fixed; bottom:5px; right:5px; padding:2px 2px;"><a title="theme by nerdydean" href="http://hellish.co.vu">theme</a></div>
  210.  
  211.  
  212.  
  213. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement