madysthemes

Redirect Theme

Feb 12th, 2013
3,476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 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. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!----if you need help setting this up, feel free to ask--->
  10.  
  11. <head>
  12.  
  13. <style type="text/css">
  14.  
  15. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:background}}
  16.  
  17. ::-webkit-scrollbar-corner {background:#ffffff}
  18.  
  19. ::-webkit-scrollbar-thumb:vertical {background:#f3f3f3};
  20.  
  21. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}
  22. }
  23.  
  24.  
  25.  
  26. body {
  27. background-image: url(http://29.media.tumblr.com/tumblr_lxwynw0Pdg1r9g6hvo5_250.png);
  28. margin:0px;
  29. color:#cecccc;
  30. font-family:calibri;
  31. font-size:9px;
  32. padding:5px;
  33. }
  34.  
  35.  
  36. a {
  37. color:#cecccc;
  38. text-decoration:none;
  39. outline:none;
  40. opacity:1 ;
  41. -webkit-transition: all 0.8s;
  42. -moz-transition: all 0.8s;
  43. transition: all 0.8s;
  44. }
  45.  
  46. a:hover {
  47. color:#1d1d1d;
  48. -webkit-transition: all 0.8s;
  49. -moz-transition: all 0.8s;
  50. transition: all 0.8s;
  51. }
  52.  
  53.  
  54. img {
  55. border:none;
  56. }
  57.  
  58. blockquote {
  59. padding-left:5px;
  60. border-left:2px solid;
  61. }
  62.  
  63. blockquote blockquote {
  64. padding-left:5px;
  65. border-left:2px solid;
  66. }
  67.  
  68. h1 {
  69. font-size:15px;
  70. }
  71.  
  72.  
  73. #stuff{
  74. margin-bottom:35px;
  75. margin-top:100px;
  76. margin-left:35%;
  77. background:#ffffff;
  78. height:205px;
  79. width:340px;
  80. border-top:2px solid #f0f0f0;
  81. border-right:2px solid #f0f0f0;
  82. border-left:2px solid #f0f0f0;
  83. border-bottom:2px solid #f0f0f0;
  84.  
  85. }
  86.  
  87. .style{
  88. margin-bottom:2px;
  89. background:#ffffff;
  90. text-align:center;
  91. width:295px;
  92. padding:20px;
  93. letter-spacing: 2px; color:#a8a8a8; text-align:justify
  94. }
  95.  
  96.  
  97. #themeslink a{
  98. -webkit-transition: all 0.5s;
  99. -moz-transition: all 0.5s;
  100. transition: all 0.5s;
  101. display: inline-block;
  102. text-transform: lowercase;
  103. letter-spacing: 2px;
  104. color:#ffffff;
  105. background:#D0CECF;
  106. text-align:center;
  107. width:55px;
  108. padding:5px 2px 5px 2px;
  109. }
  110.  
  111. #themeslink a:hover{
  112. background:#fff;
  113. color:#D0CECF;
  114. -webkit-transition: all 0.5s;
  115. -moz-transition: all 0.5s;
  116. transition: all 0.5s;
  117.  
  118. }
  119.  
  120. #credit {
  121. position:fixed;
  122. background: #fff;
  123. left:8px;
  124. bottom:8px;
  125. padding:5px;
  126. text-transform:lowercase;
  127. letter-spacing:1px;
  128. font-size:10px;
  129.  
  130.  
  131.  
  132. {CustomCSS}</style>
  133.  
  134.  
  135.  
  136. </head>
  137. <body>
  138.  
  139. <div id="stuff">
  140.  
  141. <div class="style">
  142.  
  143. <!----this is where you add what you would like to write--->
  144.  
  145. This theme can be turned into anything, but it's mainly a redirect page.
  146.  
  147. <p>Please don't remove credit, I worked hard on this!</p>
  148.  
  149. <p>Don't use it as a base code, ask for one and I will give it to you :)
  150.  
  151.  
  152. <p>Let me know if you need help on this, I can always edit the way you want if you can't figure it out.</p></div>
  153.  
  154. <center><div id="themeslink">
  155. <a href="/">AGREED</a>&nbsp;
  156. <a href="http://www.tumblr.com/dashboard">DISAGREED</a></div>
  157. </div></div>
  158.  
  159.  
  160. </div>
  161. {block:PostNotes}{PostNotes}{/block:PostNotes}
  162. {/block:Posts}</div>
  163.  
  164. <!----please dont remove credit, i work hard on my themes :)--->
  165.  
  166.  
  167. <div id="credit"><a href="http://inspiredbylou.tumblr.com/" target="_blank">theme</a></div>
  168.  
  169.  
  170. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment