Advertisement
Themes_Mandrakescry

MOVED/SAVED URL

Feb 5th, 2014
2,210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4.  
  5. <!-------------------------------------------
  6. Code by Clara
  7. http://mandrakescry.tumblr.com/
  8. DON'T REMOVE THE CREDITS
  9. -------------------------------------------->
  10.  
  11. <html>
  12. <head>
  13.  
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}
  18. <meta name="description" content="{MetaDescription}" />
  19. {/block:Description}
  20.  
  21. <meta name="if:SavedPage" content="0">
  22. <meta name="text:OldURL" content="">
  23. <meta name="text:NewURL" content="">
  24.  
  25. <meta name="image:picture" content="">
  26.  
  27. <meta name="color:background" content="#fff"/>
  28. <meta name="color:sidebar text" content="#ffffff"/>
  29. <meta name="color:desc bg" content="#333333"/>
  30. <meta name="color:link" content="#76aed4">
  31. <meta name="color:hover" content="#454545">
  32.  
  33.  
  34. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  35. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  36. <script>
  37. (function($){
  38. $(document).ready(function(){
  39. $("a[title]").style_my_tooltips({
  40. tip_follows_cursor:true,
  41. tip_delay_time:90,
  42. tip_fade_speed:600,
  43. attribute:"title"
  44. });
  45. });
  46. })(jQuery);
  47. </script>
  48.  
  49.  
  50. <style type="text/css">
  51.  
  52. #s-m-t-tooltip{
  53. max-width:250px;
  54. z-index:999999;
  55. margin-top:-35px;
  56. margin-left:-40px;
  57. padding:2px 2px;
  58. text-transform:uppercase;
  59. border:2px solid {color:desc bg};
  60. background:{color:link};
  61. color:{color:text};
  62. font-family:trebuchet ms;
  63. font-size:8px;
  64. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  65. }
  66.  
  67. a {
  68. color:{color:link};
  69. text-decoration:none;
  70. -moz-transition-duration:0.5s;
  71. -webkit-transition-duration:0.5s;
  72. -o-transition-duration:0.5s;
  73. }
  74.  
  75. a:hover {
  76. color:{color:hover};
  77. text-decoration:none;
  78. -moz-transition-duration:0.5s;
  79. -webkit-transition-duration:0.5s;
  80. -o-transition-duration:0.5s;
  81. }
  82.  
  83.  
  84.  
  85. #thing {
  86. margin-left:45%;
  87. margin-top:10%;
  88. position:fixed;
  89. overflow:hidden;
  90. padding:7px;
  91. z-index:10000000000000000000000000000000000000;
  92. }
  93.  
  94. #thing img {
  95. width:110px;
  96. height:110px;
  97. opacity: 1;
  98. margin-left:20px;
  99. padding:3px;
  100. border-radius:200px;
  101. border:8px outset {color:link};
  102. }
  103.  
  104. .desc {
  105. position:fixed;
  106. margin-top:10px;
  107. margin-left:5px;
  108. font-family: georgia;
  109. line-height:140%;
  110. font-size:12px;
  111. letter-spacing:1px;
  112. width:140px;
  113. padding:10px;
  114. text-align:center;
  115. color:{color:sidebar text};
  116. background:{color:desc bg};
  117. box-shadow:#454545 1px 3px 5px;
  118. }
  119.  
  120. .desc a {
  121. color:{color:text};
  122. -moz-transition-duration:0.6s;
  123. -webkit-transition-duration:0.6s;
  124. -o-transition-duration:0.6s;
  125. }
  126.  
  127.  
  128. #credit{
  129. width:20px;
  130. position:fixed;
  131. bottom:10px;
  132. right:10px;
  133. opacity:1;
  134. z-index:1;
  135. -webkit-transition: all 0.3s linear;
  136. -moz-transition: all 0.3s linear;
  137. -o-transition: all 0.3s linear;
  138. -ms-transition: all 0.3s linear;
  139. -webkit-filter: grayscale(100%);
  140. -moz-filter: grayscale(100%);
  141. -ms-filter: grayscale(100%);
  142. -o-filter: grayscale(100%);
  143. }
  144.  
  145. #credit:hover{
  146. opacity:0.3;
  147. -webkit-filter: grayscale(0%);
  148. -moz-filter: grayscale(0%);
  149. -ms-filter: grayscale(0%);
  150. -o-filter: grayscale(0%);
  151. }
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160. </style>
  161.  
  162. <body>
  163.  
  164. <div id="thing">
  165. <div id="thing img">
  166. <img src="{image:picture}">
  167. </div>
  168. <div class="desc">
  169. <center>
  170. {block:IfNotSavedPage}
  171. {text:OldURL}<br>
  172. <small><small>
  173. HAS MOVED TO
  174. </small></small>
  175. {/block:IfNotSavedPage}
  176. {block:IfSavedPage}
  177. <small><small>
  178. THIS URL IS BEING SAVED BY
  179. </small></small>
  180. {/block:IfSavedPage}<br>
  181. <a href="http://{text:NewURL}.tumblr.com">{text:NewURL}</a></center>
  182. </div>
  183. </div>
  184. </div>
  185.  
  186.  
  187. <div id="credit">
  188. <a href="http://mandrakescry.tumblr.com" title="code by mandrakescry"><img src="http://static.tumblr.com/xkrznpq/PMOmud849/m.png" style="width:20px;"></a></div>
  189.  
  190. </body>
  191. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement