Advertisement
baskervillles

redirect theme 01

Jul 23rd, 2012
28,154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 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. theme by jessica @meliapond.tumblr.com
  6. please no stealing. i worked hard to make this theme, so please leave the credit where it is. this is also NOT a base theme. you also cannot take snipets of the coding to make your own theme. thank you for understanding, and enjoy! for more of my themes go to meliapond.tumblr.com/mythemes. ♥
  7.  
  8. -->
  9.  
  10. <head><title>{text:old url} → {text:new url}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  16.  
  17. <meta name="color:background" content="#ffffff"/>
  18. <meta name="color:text" content="#c7c7c7"/>
  19. <meta name="color:new url text" content="#e0c5be"/>
  20. <meta name="color:new url background" content="#eee"/>
  21. <meta name="color:new url text hover" content="#f3f1f1"/>
  22. <meta name="color:new url background hover" content="#e7d7d3"/>
  23. <meta name="text:old url" content="" />
  24. <meta name="text:new url" content="" />
  25. <meta name="image:image" content=""/>
  26.  
  27.  
  28. <style type="text/css">
  29.  
  30. body{background:{color:background}; margin:0px; color:{color:text}; font-family:Consolas; font-size:10px; line-height:100%;}
  31. a{text-decoration:none; outline:none; -moz-outline-style:none; color:#AAAAAA;}
  32. img{border:none;}
  33.  
  34. #credit {
  35. position:fixed;
  36. width:80px;
  37. right:3px;
  38. bottom:3px;
  39. line-height:5px;
  40. letter-spacing:0px;
  41. font:10px trebuchet ms;
  42. color: {color:text};
  43. text-transform:uppercase;
  44. }
  45.  
  46. #content {
  47. margin-top:200px;
  48. }
  49.  
  50. #hasmoved {
  51. font: 18px "open sans condensed";
  52. margin-bottom:3px;
  53. margin-left:378px;
  54. }
  55.  
  56. #box {
  57. background-color:{color:new url background};
  58. color:{color:new url text};
  59. height:50px;
  60. width:100%;
  61. -webkit-transition: all 0.3s ease-in-out;
  62. -moz-transition: all 0.3s ease-in-out;
  63. transition: all 0.3s ease-in-out;
  64. }
  65.  
  66. #box:hover {
  67. background-color:{color:new url background hover};
  68. color:{color:new url text hover};
  69. -webkit-transition: all 0.3s ease-in-out;
  70. -moz-transition: all 0.3s ease-in-out;
  71. transition: all 0.3s ease-in-out;
  72. }
  73.  
  74. #newurl {
  75. font-size: 25px;
  76. padding-top:20px;
  77. margin-left: 380px;
  78. font-family:"open sans condensed";
  79. text-transform:uppercase;
  80. }
  81.  
  82. #image {
  83. width:100px;
  84. position:absolute;
  85. padding:10px;
  86. height:auto;
  87. left:250px;
  88. margin-top:-72px;
  89. background-color:{color:new url background};
  90. border-top-left-radius:60px;
  91. border-top-right-radius:60px;
  92. -webkit-transition: all 0.3s ease-in-out;
  93. -moz-transition: all 0.3s ease-in-out;
  94. transition: all 0.3s ease-in-out;
  95. }
  96.  
  97. #box:hover #image {
  98. background-color:{color:new url background hover};
  99. -webkit-transition: all 0.3s ease-in-out;
  100. -moz-transition: all 0.3s ease-in-out;
  101. transition: all 0.3s ease-in-out;
  102. }
  103.  
  104. #image img {
  105. width:100px;
  106. height:100px;
  107. border-top-left-radius:50px;
  108. border-top-right-radius:50px;
  109. }
  110.  
  111.  
  112. {CustomCSS}</style></head><body>
  113.  
  114. <div id="credit"><a target="blank"href="http://baskervillles.tumblr.com/guidelines"><font color="{color:text}">© baskervillles</a></font></div>
  115.  
  116. <div id="content">
  117.  
  118. <div id="hasmoved">{text:old url} has moved to</div>
  119.  
  120. <a href="http://{text:new url}.tumblr.com"><div id="box"><div id="image"><img src="{image:image}"></div><div id="newurl">{text:new url}</div></div></a>
  121.  
  122. </div>
  123. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement