enchantingly

Redirect Theme 23 - Rose Red

Aug 19th, 2016
609
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 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 23 - "Rose Red" 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="#fdf5e6">
  18. <meta name="color:Border" content="#ad0202">
  19. <meta name="color:Box" content="#ebd7b2">
  20. <meta name="color:Title" content="#b90404">
  21.  
  22. <meta name="image:Background" content="https://67.media.tumblr.com/a8e43bf4cf3ff30a6312091563d3842b/tumblr_mj3oqzFjFU1qcdtsho1_1280.jpg">
  23. <meta name="image:Image" content="https://i68.tinypic.com/awou8w.jpg">
  24.  
  25. <meta name="text:Image Width" content="200px">
  26. <meta name="text:Old URL" content="">
  27. <meta name="text:New URL" content="">
  28.  
  29. <style type="text/css">
  30.  
  31. /**BASICS**/
  32.  
  33. body {
  34. text-align:justify;
  35. margin-left:20px;
  36. width:500px;
  37. margin:0 auto;
  38. background:{color:Background} url('{image:Background}');
  39. background-attachment:fixed;
  40. color:{color:Body};
  41. }
  42.  
  43. ::selection {color:{color:box};background-color: {color:title};}
  44. ::-moz-selection {color:{color:box};background-color: {color:title};}
  45. ::-webkit-selection {color:{color:box};background-color:{color:title};}
  46.  
  47. a {text-decoration:none;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
  48.  
  49. #container {width:100%;margin: 0 -220px auto;}
  50.  
  51. #box {
  52. text-align: center;
  53. width:755px;
  54. height: 100px;
  55. position:fixed;
  56. margin-top:150px;
  57. margin-left:77px;
  58. padding:50px 15px;
  59. background-color:{color:box};
  60. border:1px dashed {color:border};
  61. font-family: 'Montez'; font-size: 30px;
  62. }
  63.  
  64. #box a {color:{color:title};}
  65.  
  66. #box img {width:{text:Image width};}
  67.  
  68. #s-m-t-tooltip {
  69. padding:5px;
  70. margin:20px 14px 7px 10px;
  71. border:1px solid {color:border};
  72. background-color:{color:box};
  73. font-size:10px;
  74. letter-spacing:1px;
  75. color:{color:title};
  76. z-index:99999999;
  77. }
  78.  
  79. #credit {
  80. z-index:99999999999;
  81. font-weight:bold;
  82. text-align:center;
  83. font-size:20px;
  84. font-family:'Montez';
  85. position:fixed;
  86. bottom:5px; right:5px;
  87. }
  88. #credit a {
  89. display:inline-block;
  90. height:20px; width:20px;
  91. padding:2px 3px;
  92. background-color:{color:title};
  93. color:{color:box};
  94. }
  95. #credit a:hover {
  96. border-radius: 50%;
  97. background-color:{color:box};
  98. color:{color:title}};
  99. }
  100.  
  101. </style>
  102.  
  103. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  104.  
  105. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  106.  
  107. <script>
  108. (function($){
  109. $(document).ready(function(){
  110. $("a[title]").style_my_tooltips({
  111. tip_follows_cursor:true,
  112. tip_delay_time:0,
  113. tip_fade_speed:0,
  114. attribute:"title"
  115. });
  116. });
  117. })(jQuery);
  118. </script>
  119.  
  120. <link href='https://fonts.googleapis.com/css?family=Montez' rel='stylesheet' type='text/css'>
  121.  
  122. </head>
  123.  
  124. <body>
  125.  
  126. <div id="container">
  127. <div id="box">
  128. <script type="text/javascript">
  129. 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>');
  130. </script>
  131. <p><img src="{image:Image}">
  132.  
  133. </div>
  134. </div>
  135.  
  136. <div id="credit"><a href="https://theghostoflove.tumblr.com/" title="enchantingly" target="_blank">E</a></div>
  137.  
  138. </body>
  139. </html>
Advertisement
Add Comment
Please, Sign In to add comment