Advertisement
Themes_Mandrakescry

Redirect/Saved URL Page 01

Aug 19th, 2013
2,055
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. <html>
  2.  
  3. <!-------------------------------------------
  4. Page by Clara Schueller
  5. Redirect/Saved URL Page #1
  6. http://mandrakescry.tumblr.com/
  7. DON'T REMOVE THE CREDITS
  8. -------------------------------------------->
  9.  
  10.  
  11. <!--DEFAULT VARIABLES-->
  12. <meta name="if:SavedPage" content="0">
  13. <meta name="text:OldURL" content="">
  14. <meta name="text:NewURL" content="">
  15. <meta name="image:Picture" content="">
  16. <meta name="image:Background Image" content="http://static.tumblr.com/xrau2y8/a98mrsp4y/lvgjs.jpg">
  17.  
  18. <!--DEFAULT COLORS-->
  19. <meta name="color:Text" content="#838181">
  20. <meta name="color:Background" content="#fafafa">
  21. <meta name="color:Border" content="#000">
  22. <meta name="color:Links" content="#fff">
  23. <meta name="color:Hover" content="#808080">
  24. <meta name="color:Side" content="#000">
  25.  
  26. <head>
  27.  
  28. <title>{Title}</title>
  29. <link rel="shortcut icon" href="{favicon}">
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  31. {block:description}
  32. <meta name="description" content="{MetaDescription}"/>
  33. {/block:description}
  34.  
  35.  
  36. <style type="text/css">
  37.  
  38. body {
  39. font-family:consolas;
  40. font-size: 11px;
  41. line-height: 100%;
  42. text-align: justify;
  43. color: {color:Font};
  44. background-color: {color:Background};
  45. background-image: url('{image:Background Image}');
  46. background-attachment: fixed;
  47. background-position: left top;
  48. background-repeat: repeat; }
  49.  
  50. a:link, a:visited, a:active {
  51. text-decoration: none;
  52. color: {color:Links};
  53. -webkit-transition: all 0.4s ease-in-out;
  54. -moz-transition: all 0.4s ease-in-out;
  55. -o-transition: all 0.4s ease-in-out;
  56. transition: all 0.4s ease-in-out;
  57. }
  58.  
  59. a:hover {
  60. -webkit-transition: all 0.5s ease-out;
  61. -moz-transition: all 0.5s ease-out;
  62. transition: all 0.5s ease-out;
  63. text-shadow: 0px 1px 5px rgba(0,0,0,0.13);
  64. color: {color:hover};}
  65.  
  66.  
  67.  
  68. .border {
  69. width: 190px;
  70. height: 110%;
  71. background-color: {color:border};
  72. margin-left: -10px;
  73. margin-top:-50px;
  74. position: fixed;
  75. }
  76.  
  77. #finnick {
  78. position: fixed;
  79. height: 140px;
  80. margin-top: 250px;
  81. margin-left: 60px;
  82. }
  83.  
  84. #sexy {
  85. width: 180px;
  86. height: 180px;
  87. overflow: hidden;
  88. position: fixed;
  89. border: 20px solid {color:border};
  90. border-radius: 120px 120px 120px 120px;
  91. }
  92.  
  93. #side {
  94. position: fixed;
  95. top: 300px;
  96. left: 340px;
  97. width: 200px;
  98. height: 90px;
  99. background: {color:side};
  100. position: fixed;
  101. -moz-border-radius: 10px;
  102. -webkit-border-radius: 10px;
  103. border-radius: 10px;
  104. overflow: auto;
  105. }
  106.  
  107. #side:before {
  108. content:"";
  109. position: fixed;
  110. width: 0;
  111. height: 0;
  112. border-top: 13px solid transparent;
  113. border-right: 26px solid {color:side};
  114. border-bottom: 13px solid transparent;
  115. margin: 13px 0 0 -25px;
  116. }
  117.  
  118. #description {
  119. float:center;
  120. font-family:consolas;
  121. line-height:110%;
  122. letter-spacing:1px;
  123. font-size:12px;
  124. text-transform:uppercase;
  125. padding-top:20px;
  126. position:center;
  127. text-align:justify;
  128. color:{color:text};
  129. }
  130.  
  131.  
  132.  
  133.  
  134. iframe#tumblr_controls {
  135. position: fixed !important;
  136. right:2px !important;
  137. opacity: 0.3;
  138. width: 900px;
  139. border-radius: 10px;
  140. -webkit-transition: all 0.8s ease-in-out;
  141. -moz-transition: all 0.8s ease-in-out;
  142. -o-transition: all 0.8s ease-in-out;
  143. }
  144.  
  145. iframe#tumblr_controls:hover {
  146. -webkit-transition: all 0.8s ease-in-out;
  147. -moz-transition: all 0.8s ease-in-out;
  148. -o-transition: all 0.8s ease-in-out;
  149. opacity: 1;
  150. border-radius: 5px;
  151. }
  152.  
  153.  
  154. @font-face {
  155. font-family: 'ballpark';
  156. src: url('http://static.tumblr.com/c5gdi2k/2fhn63ifn/ballw___.ttf');
  157. }
  158.  
  159. .credit {position:fixed; bottom:5px; left:5px; font: 20px Ballpark; background: transparent; color: #cccccc; text-transform:uppercase; letter-spacing: 0px; padding: 5px; }
  160. .credit a{ #e7e7e7; opacity:0.8;}
  161. .credit a:hover{color:{color:linkhovercolor}; opacity:1.0
  162.  
  163.  
  164. </style>
  165.  
  166. {Custom CSS}
  167.  
  168. </head>
  169.  
  170. <body>
  171.  
  172. <div class="border"></div>
  173.  
  174. <div id="finnick">
  175. <div id="sexy"><img src="{image:Picture}" width="180"></div></div>
  176. <div id="side">
  177. <div id="description">
  178. <center>
  179. {block:IfNotSavedPage}
  180. {text:OldURL}<br>
  181. has moved to
  182. {/block:IfNotSavedPage}
  183. {block:IfSavedPage}
  184. This url is <br>being saved by
  185. {/block:IfSavedPage}<br>
  186. <a href="http://{text:NewURL}.tumblr.com">{text:NewURL}</a></center>
  187. </div>
  188. </div>
  189. </div>
  190.  
  191.  
  192. <div class="credit"><a href="http://mandrakescry.tumblr.com/"><center>M</center></a></div
  193.  
  194.  
  195. </body>
  196. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement