enchantingly

Redirect Theme 12 - Lady in Lavender

Aug 19th, 2016
604
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!----
  5. Redirect Theme for Theme 12 - "Lady in Lavender" by Elowen (theghostoflove.tumblr.com)
  6.  
  7. Credit stays intact, please. If you get stuck, feel free to message me! Comments and suggestions are welcome.
  8. --->
  9.  
  10. <head>
  11.  
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <meta name="color:Background" content="#d0bce6">
  18. <meta name="color:Box" content="#ebd7b2">
  19. <meta name="color:Title" content="#b90404">
  20.  
  21. <meta name="image:Background" content="">
  22. <meta name="image:Image" content="https://i67.tinypic.com/66i1ip.jpg">
  23.  
  24. <meta name="text:Image Width" content="200px">
  25. <meta name="text:Old URL" content="">
  26. <meta name="text:New URL" content="">
  27.  
  28. <style type="text/css">
  29.  
  30. /**BASICS**/
  31.  
  32. body {
  33. text-align:justify;
  34. margin-left:20px;
  35. width:500px;
  36. margin:0 auto;
  37. background:{color:Background} url('{image:Background}');
  38. background-attachment:fixed;
  39. color:{color:Body};
  40. }
  41.  
  42. ::selection {color:{color:box};background-color: {color:title};}
  43. ::-moz-selection {color:{color:box};background-color: {color:title};}
  44. ::-webkit-selection {color:{color:box};background-color:{color:title};}
  45.  
  46. a {text-decoration:none;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
  47.  
  48. #container {width:100%;margin: 0 -220px auto;}
  49.  
  50. #text {
  51. margin-top:150px;
  52. width:500px;
  53. text-align:center;
  54. }
  55. #box {
  56. text-align: center;
  57. border-radius:50%;
  58. width:500px; height: 500px;
  59. position:fixed;
  60. margin-top:50px;
  61. margin-left:230px;
  62. background-color:{color:box};
  63. font-family: 'Montez'; font-size: 50px;
  64. }
  65.  
  66. #box a {color:{color:title};}
  67.  
  68. #box img {width:{text:Image width};}
  69.  
  70. #s-m-t-tooltip {
  71. padding:5px;
  72. margin:20px 14px 7px 10px;
  73. border:1px solid {color:border};
  74. background-color:{color:box};
  75. font-size:10px;
  76. letter-spacing:1px;
  77. color:{color:title};
  78. z-index:99999999;
  79. }
  80.  
  81. #credit {
  82. z-index:99999999999;
  83. font-weight:bold;
  84. text-align:center;
  85. font-size:20px;
  86. font-family:'Montez';
  87. position:fixed;
  88. bottom:5px; right:5px;
  89. }
  90. #credit a {
  91. display:inline-block;
  92. height:25px; width:25px;
  93. padding:3px 3px;
  94. background-color:{color:title};
  95. color:{color:box};
  96. }
  97. #credit a:hover {
  98. border-radius: 50%;
  99. background-color:{color:box};
  100. color:{color:title}};
  101. }
  102.  
  103. </style>
  104.  
  105. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  106.  
  107. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  108.  
  109. <script>
  110. (function($){
  111. $(document).ready(function(){
  112. $("a[title]").style_my_tooltips({
  113. tip_follows_cursor:true,
  114. tip_delay_time:0,
  115. tip_fade_speed:0,
  116. attribute:"title"
  117. });
  118. });
  119. })(jQuery);
  120. </script>
  121.  
  122. <link href='https://fonts.googleapis.com/css?family=Montez' rel='stylesheet' type='text/css'>
  123.  
  124. </head>
  125.  
  126. <body>
  127.  
  128. <div id="container">
  129. <div id="box">
  130. <div id="text"><script type="text/javascript">
  131. document.write('<a href="https://{text:New URL}.tumblr.com' + window.location.pathname + '" id="moved">{text:Old URL} has moved to <span>{text:New URL}</span></a>');
  132. </script>
  133. <p><img src="{image:Image}"></div>
  134.  
  135. </div>
  136. </div>
  137.  
  138. <div id="credit"><a href="https://theghostoflove.tumblr.com/" title="enchantingly" target="_blank">E</a></div>
  139.  
  140. </body>
  141. </html>
Advertisement
Add Comment
Please, Sign In to add comment