Advertisement
becqerel

URL redirect #2

Jul 19th, 2013
1,528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 KB | None | 0 0
  1. <html>
  2.  
  3. <!--
  4.  
  5. URL REDIRECT #2
  6. @ WGTHEMES.TUMBLR.COM / WEDNESGAY.TUMBLR.COM
  7.  
  8. >>> PLEASE DO NOT REMOVE THIS TEXT
  9.  
  10. --------------------------------------------------------
  11.  
  12. RULES:
  13.  
  14. -- You CAN:
  15. ► edit to your liking for YOUR PERSONAL USE
  16. ► change the colors and images and etc (of course)
  17.  
  18. -- You CANNOT
  19. ► steal
  20. ► redistribute
  21. ► claim as your own
  22. ► take any part of the code
  23. ► use as a base
  24. ► remove the credit
  25. ► combine with other themes
  26.  
  27. You can find my themes blog at http://wgthemes.tumblr.com
  28.  
  29. >>> PLEASE DO NOT REMOVE THIS TEXT
  30.  
  31. --------------------------------------------------------
  32.  
  33. CUSTOMIZING:
  34.  
  35. ► Enter your new URL in the text field in the appearance options
  36. ► You can upload a background image and an icon image
  37. ► If you don't upload an icon, the blog's icon will be used
  38.  
  39. -->
  40. <head>
  41.  
  42. <link rel="shortcut icon" href="{Favicon}">
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  44. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  45.  
  46. <!-- WEBFONTS -->
  47. <link href='http://fonts.googleapis.com/css?family=Sail|Inconsolata:400,700' rel='stylesheet' type='text/css'>
  48.  
  49. <!-- colors -->
  50. <meta name="color:Background" content="#f4f4f4" />
  51. <meta name="color:Link" content="#55c9e0" />
  52. <meta name="color:Link Hover" content="#ffba3a" />
  53. <meta name="color:Box" content="#ffffff" />
  54. <meta name="color:Icon Inner" content="#f2f6f9" />
  55.  
  56. <meta name="text:New URL" content="newurl" />
  57. <meta name="image:Background" content="" />
  58. <meta name="image:Icon" content="" />
  59.  
  60.  
  61. <style type="text/css">
  62.  
  63. body{
  64. font-family: times new roman, georgia, cambria;
  65. line-height:;
  66. background-position: left top;
  67. background-attachment: fixed;
  68. font-size: 17px; font-style: italic;
  69. font-weight: bold;
  70. background-repeat: repeat;background-color: {color:Background};
  71. background-image: url({image:Background});
  72. }
  73.  
  74. a:link, a:visited, a:active, a.nope{ text-decoration: none; color: {color:Link}; }
  75.  
  76. a:hover{ color: {color:Link Hover}; }
  77.  
  78. a:link, a:visited, a:active, a:hover{
  79. -webkit-transition: all 0.3s ease-in-out;
  80. -moz-transition: all 0.3s ease-in-out;
  81. -o-transition: all 0.3s ease-in-out;
  82. transition: all 0.3s ease-in-out;
  83. }
  84.  
  85.  
  86. /* -------------------- Box -------------------- */
  87.  
  88. #content{
  89. position: fixed;
  90. z-index:100;
  91. padding: 40px 25px 20px 25px;
  92. width: 110px;
  93. left: 50%; margin-left: -80px;
  94. top: 50%; margin-top: -140px;
  95. display: block;
  96. text-align: center;
  97. background-color: {color:Box};;
  98. word-wrap: break-word;
  99. color:{color:Link};
  100. border: 1px solid transparent;
  101. }
  102.  
  103. #content #icon{
  104. width: 90px;
  105. padding: 9px;
  106. margin-bottom: 15px;
  107. display: block;
  108. background-color: {color:Icon Inner};
  109. border: 1px solid {color:Link};
  110. }
  111.  
  112. #content div{
  113. font-size: 1300%;
  114. position: absolute;
  115. bottom: 100%;
  116. margin-bottom: -130px;
  117. left: -50%; margin-left: 60px;
  118. width: 100%; text-align: center;
  119. text-shadow:
  120. 3px 0px 0px {color:Box}, -3px 0px 0px {color:Box}, 0px 3px 0px {color:Box}, 0px -3px 0px {color:Box}, 3px 1px 0px {color:Box}, -3px 1px 0px {color:Box}, 1px 3px 0px {color:Box}, 1px -3px 0px {color:Box}, 3px -1px 0px {color:Box}, -3px -1px 0px {color:Box}, -1px 3px 0px {color:Box}, -1px -3px 0px {color:Box},
  121. 3px 2px 0px {color:Box}, -3px 2px 0px {color:Box}, 2px 3px 0px {color:Box}, 2px -3px 0px {color:Box}, 3px -2px 0px {color:Box}, -3px -2px 0px {color:Box}, -2px 3px 0px {color:Box}, -2px -3px 0px {color:Box};
  122. }
  123.  
  124. #content:hover{ color: {color:Link Hover}; }
  125.  
  126. /* ---------------------- CREDIT ---------------------- */
  127.  
  128. #cred{
  129. position: fixed; right: 10px; bottom: 10px;
  130. background-color: {color:Link}; color: {color:Box};
  131. text-transform: uppercase;
  132. border: 1px solid {color:Link};
  133. padding: 5px 4px;
  134. font-size: 9px;
  135. text-align: center;
  136. font-family: consolas, monospace, courier;
  137. height: 10px; width: 12px;
  138. z-index: 100000000;
  139. font-style: normal;
  140. font-weight: normal;
  141. }
  142.  
  143. #cred span{ display: inline-block; width: 1px; }
  144.  
  145. #cred:hover{ background-color: {color:Box}; color: {color:Link}; border: 1px solid {color:Link}; }
  146.  
  147. /* ---------------------- TUMBLR CONTROLS ---------------------- */
  148. #tumblr_controls {
  149. display: none !important;;
  150. }
  151.  
  152. /* ---------------------- custom css ---------------------- */
  153.  
  154. {CustomCSS}
  155.  
  156. </style>
  157.  
  158. <title>{Name} → {text:New URL}</title>
  159.  
  160. </head>
  161.  
  162. <body>
  163.  
  164. <a id="cred" href="http://wgthemes.tumblr.com">w<span></span>g</a>
  165.  
  166. <a id="content" href="http://{text:New URL}.tumblr.com">
  167. <div>→</div>
  168. <img id="icon" src="{block:ifNotIconImage}{PortraitURL-96}{/block:ifNotIconImage} {block:ifIconImage}{image:Icon}{block:ifIconImage}" />
  169. {text:New URL}</a>
  170.  
  171. </body>
  172.  
  173. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement