hoopers

Redirect 2

Aug 3rd, 2015
894
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1.  
  2.  
  3. <!--Farahmir base code-->
  4.  
  5. <!DOCTYPE html>
  6. <head>
  7.  
  8.  
  9. <title>{Title}</title>
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <!--Default Variables-->
  16. <meta name="color:Text" content="#aaaaaa"/>
  17. <meta name="color:Link" content="#000000"/>
  18. <meta name="text:Previous Url" content=""/>
  19. <meta name="text:Current Url" content=""/>
  20.  
  21. <meta name="image:Background Image" content=""/>
  22.  
  23.  
  24.  
  25. <!-- jquery for tooltips-->
  26.  
  27.  
  28. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  29.  
  30. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  31.  
  32. <script>
  33.  
  34. (function($){
  35.  
  36. $(document).ready(function(){
  37.  
  38. $("a[title]").style_my_tooltips({
  39.  
  40. tip_follows_cursor:true,
  41.  
  42. tip_delay_time:30,
  43.  
  44. tip_fade_speed:300,
  45.  
  46. attribute:"title"
  47.  
  48. });
  49.  
  50. });
  51.  
  52. })(jQuery);
  53.  
  54. </script>
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61. <!--CSS customization here. -->
  62.  
  63. <style type="text/css">
  64. @font-face{font-family:Novescentosa Sans Wide Light;src:url(http://static.tumblr.com/erco4xd/Vvqnbum0k/novecentosanswide-light-webfont.ttf);}
  65.  
  66. #s-m-t-tooltip{
  67. position:absolute;
  68. margin-top: 15px;
  69. z-index:9999;
  70. }
  71.  
  72.  
  73.  
  74. /*basics*/
  75. blockquote {padding:5px 0 5px 30px;
  76. border-left:1px solid {color:text};
  77. margin-left:30px;
  78. }
  79.  
  80. body {
  81. background: url({image:Background Image}) no-repeat center center fixed;
  82. -webkit-background-size: cover;
  83. -moz-background-size: cover;
  84. -o-background-size: cover;
  85. background-size: cover;
  86. color:{color:text};
  87. font-family:arial;
  88. font-size:11px;
  89. text-align:justify;
  90. margin:0;
  91. line-height:16px;}
  92.  
  93.  
  94. a {
  95. color:{color:link};
  96. text-decoration:none;
  97. }
  98.  
  99. a:hover {
  100. color: transparent;
  101. text-shadow: 0 0 10px {color:text};}
  102.  
  103. img{opacity:1;
  104. border:none;
  105. text-decoration:none}
  106.  
  107.  
  108. small {
  109. font-size:9px;}
  110.  
  111. big {
  112. font-size:12px;}
  113.  
  114.  
  115. #title {font-size:12px;
  116. line-height:18px;
  117. font-weight:bold;
  118. margin-bottom:10px;
  119. text-transform:uppercase;
  120. text-align:left;}
  121.  
  122. #ok{
  123. font-family:dotum;
  124. font-size:10px;
  125. text-align:center;
  126. margin-top:200px;
  127. color:{color:text};
  128.  
  129. }
  130. #goof {
  131. font-family:dotum;
  132. font-size:10px;
  133. text-align:center;
  134. margin-left:100px;
  135. margin-top:60px;
  136.  
  137. color:{color:text};
  138.  
  139. }
  140.  
  141. #no {
  142. font-family:dotum;
  143. font-size:20px;
  144. text-align:center;
  145. margin-top:60px;
  146. margin-left:240px;
  147. color:{color:text};
  148. }
  149.  
  150. #you {
  151. font-family:dotum;
  152. font-size:10px;
  153. text-align:center;
  154. margin-top:60px;
  155. margin-left:240px;
  156. color:{color:text};
  157. }
  158. {CustomCSS}
  159.  
  160.  
  161. </style>
  162. <div id="ok">
  163. <a href="http://{text:previous url}.tumblr.com">{text:previous url}</a>
  164. </div>
  165. <div id="goof">has a new url! the new one is:</div>
  166. <div id="no">
  167. <a href="http://{text:current url}.tumblr.com">{text:current url}</a>
  168. </div>
  169. <div id="you"><big><a href="http://7yl.tumblr.com">(c)</a></big></div>
  170. </head>
  171.  
  172. <body>
  173.  
  174.  
  175.  
  176.  
  177. </div>
  178.  
  179.  
  180.  
  181. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment