Advertisement
becqerel

URL redirect #1

Jul 19th, 2013
1,555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. <html>
  2.  
  3. <!--
  4.  
  5. URL REDIRECT #1
  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, a pattern 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. <!-- colors -->
  43. <meta name="color:Background" content="#f4f4f4" />
  44. <meta name="color:Link" content="#ff88aa" />
  45. <meta name="color:Link Hover" content="#11bbff" />
  46. <meta name="color:Box" content="#ffffff" />
  47. <meta name="color:Pattern" content="#cbe9fd" />
  48.  
  49. <meta name="text:New URL" content="newurl">
  50. <meta name="image:Background" content="">
  51. <meta name="image:Pattern" content="">
  52. <meta name="image:Icon" content="">
  53.  
  54. <title>{Name} → {text:New URL}</title>
  55.  
  56. <link rel="shortcut icon" href="{image:icon}">
  57.  
  58. <style type="text/css">
  59.  
  60. body{
  61. font-family: times new roman, georgia, cambria;
  62. line-height:;
  63. background-position: left top;
  64. background-attachment: fixed;
  65. font-weight: bold;
  66. font-size: 17px; font-style: italic;
  67. background-repeat: repeat;background-color: {color:Background};
  68. background-image: url({image:Background});
  69. }
  70.  
  71. a:link, a:visited, a:active{
  72. text-decoration:none;
  73. cursor: pointer;
  74. color: {color:Link};
  75. }
  76.  
  77. a:hover{
  78. color: {color:Link Hover};
  79. }
  80.  
  81. a:link, a:visited, a:active, a:hover{
  82. -webkit-transition: all 0.3s ease-in-out;
  83. -moz-transition: all 0.3s ease-in-out;
  84. -o-transition: all 0.3s ease-in-out;
  85. transition: all 0.3s ease-in-out;
  86. }
  87.  
  88. /* -------------------- Box -------------------- */
  89.  
  90. #content{
  91. position: fixed;
  92. left:50%;
  93. margin-left:-75px;
  94. top: 50%;
  95. margin-top: -130px;
  96. background-position: left top;
  97. z-index:10000;
  98. color: {color:Link};
  99. text-align: center;
  100. border: 1px solid {color:Box};
  101. background-color: {color:Box};
  102. }
  103.  
  104. #content:hover{ color: {color:Link Hover}; }
  105.  
  106. #iconbox{
  107. display: block;
  108. width:150px;
  109. height:150px;
  110. background-color: {color:Pattern};
  111. background-image: url({image:Pattern});
  112.  
  113. }
  114. .icon{
  115. display: inline-block;
  116. width:90px;
  117. height:90px;
  118. background-color: {color:Box};
  119. border-radius: 150px;
  120. padding: 15px;
  121. margin: 15px;
  122. }
  123.  
  124. .name{ padding: 10px 15px; }
  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. border-radius: 100px;
  142. -webkit-border-radius: 100px;
  143. -moz-border-radius: 100px;
  144. }
  145.  
  146. #cred span{ display: inline-block; width: 1px; }
  147.  
  148. #cred:hover{ background-color: {color:Box}; color: {color:Link}; border: 1px solid {color:Link}; }
  149.  
  150. /* ---------------------- TUMBLR CONTROLS ---------------------- */
  151. #tumblr_controls {
  152. display: none !important;;
  153. }
  154.  
  155. /* ---------------------- custom css ---------------------- */
  156.  
  157. {CustomCSS}
  158.  
  159. </style>
  160.  
  161. </head>
  162.  
  163. <a id="cred" href="http://wgthemes.tumblr.com">w<span></span>g</a>
  164.  
  165. <a id="content" href="http://{text:New URL}.tumblr.com">
  166. <div id="iconbox"><img class="icon" src="{block:ifNotIconImage}{PortraitURL-96}{/block:ifNotIconImage} {block:ifIconImage}{image:Icon}{block:ifIconImage}"></div>
  167. <div class="name">{text:New URL} →</div>
  168. </a>
  169.  
  170. </body>
  171.  
  172. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement