themesbyhaleigh

redirect theme

Jul 27th, 2015
538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. <!-- redirect theme by nerdydean. don't remove the credit. -->
  2.  
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7. <head><title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10.  
  11. <meta name="color:background" content="#000000"/>
  12. <meta name="color:text" content="#9c9c9c"/>
  13. <meta name="color:links" content="#b3b3b3"/>
  14. <meta name="color:link hover" content="#222222"/>
  15. <meta name="color:buttons" content="#111111"/>
  16.  
  17. <meta name="image:background" content=""/>
  18.  
  19. <meta name="text:blog url" content="http:[your url].tumblr.com"/>
  20. <meta name="text:link2 url" content="http:[your url].tumblr.com/ask"/>
  21. <meta name="text:link3 url" content="/"/>
  22. <meta name="text:url" content="your url"/>
  23.  
  24. <style type="text/css">
  25.  
  26. body {
  27. background:{color:background};
  28. font-size:10px;
  29. font-family:arial;
  30. color:{color:text};
  31. background-image:url({image:background});
  32. }
  33.  
  34. a {
  35. color:{color:links};
  36. text-decoration:none;
  37. -webkit-transition: all 0.4s ease-in-out;
  38. -moz-transition: all 0.4s ease-in-out;
  39. -o-transition: all 0.4s ease-in-out;
  40. transition: all 0.4s ease-in-out;
  41. }
  42.  
  43. a:hover {
  44. color:{color:link hover};
  45. -webkit-transition: all 0.4s ease-in-out;
  46. -moz-transition: all 0.4s ease-in-out;
  47. -o-transition: all 0.4s ease-in-out;
  48. transition: all 0.4s ease-in-out;
  49. }
  50.  
  51. #content {
  52. margin-top:30px;
  53. line-height:150%;
  54. overflow:hidden;
  55. font-size:30px;
  56. }
  57.  
  58. #content a {
  59. font-size:10px;
  60. font-family:arial;
  61. color:{color:links};
  62. padding:none;
  63. background:{color:background};
  64. text-transform:lowercase;
  65. }
  66.  
  67. #image {
  68. margin-left:auto;
  69. margin-right:auto;
  70. margin-top:150px;
  71. text-align:center;
  72. }
  73.  
  74. #image img {
  75. width:500px;
  76. }
  77.  
  78. #links {
  79. width:450px;
  80. height:283px;
  81. margin-left:auto;
  82. margin-right:auto;
  83. margin-top:-318px;
  84. padding:10px;
  85. background:{color:background};
  86. opacity:0.8;
  87. position:relative;
  88. text-align:center;
  89. }
  90.  
  91. #links a {
  92. padding:25px;
  93. margin-left:20px;
  94. background:{color:buttons};
  95. display:inline-block;
  96. text-transform:uppercase;
  97. font-size:9px;
  98. letter-spacing:1px;
  99. }
  100.  
  101. #links a:hover {
  102. background:{color:background};
  103. }
  104.  
  105. #bigfudge {
  106. position:fixed;
  107. right:20px;
  108. bottom:20px;
  109. }
  110.  
  111. {CustomCSS}</style></head><body>
  112.  
  113. <div id="image">
  114. <img width="480" height="330" src="{image:background}">
  115. </div>
  116.  
  117. <div id="links">
  118. <a href="{text:blog url}">new url</a>
  119. <a href="{text:link2 url}">message</a>
  120. <a href="{text:link3 url}">link3</a>
  121. <a title="theme by nerdydean" href="http://hellish.co.vu">cr.</a>
  122.  
  123.  
  124.  
  125. <div id="content">
  126. <br>
  127. I've moved to <b>{text:url}</b>.
  128.  
  129. </div>
  130.  
  131. </div>
  132.  
  133.  
  134.  
  135. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment