Advertisement
karenok

Redirect theme #1

May 8th, 2013
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. <!--
  2. Redirect theme by officialawley. Dont remove the credit, thanks.
  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. <head>
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <head>
  13.  
  14. <style type="text/css">
  15.  
  16. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:background}}
  17.  
  18. ::-webkit-scrollbar-corner {background:#ffffff}
  19.  
  20. ::-webkit-scrollbar-thumb:vertical {background:#f3f3f3};
  21.  
  22. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}
  23. }
  24.  
  25.  
  26. body {
  27. background-image: url(http://media.tumblr.com/tumblr_me3jwfqV9Z1rvdflj.png);
  28. margin:0px;
  29. color:#cecccc;
  30. font-family:Calibri;
  31. font-style:italic;
  32. font-size:10px;
  33. padding:5px;
  34. line-height:100%;
  35. }
  36.  
  37. a {
  38. color:#cecccc;
  39. text-decoration:none;
  40. outline:none;
  41. opacity:1 ;
  42. -webkit-transition: all 0.8s;
  43. -moz-transition: all 0.8s;
  44. transition: all 0.8s;
  45. }
  46.  
  47. a:hover {
  48. color:#1d1d1d;
  49. -webkit-transition: all 0.8s;
  50. -moz-transition: all 0.8s;
  51. transition: all 0.8s;
  52. }
  53.  
  54.  
  55. img {
  56. border:none;
  57. }
  58.  
  59. blockquote {
  60. padding-left:5px;
  61. border-left:2px solid;
  62. }
  63.  
  64. blockquote blockquote {
  65. padding-left:5px;
  66. border-left:2px solid;
  67. }
  68.  
  69. h1 {
  70. font-size:15px;
  71. }
  72.  
  73.  
  74. #stuff{
  75. margin-bottom:20px;
  76. margin-top:180px;
  77. margin-left:35%;
  78. background:#ffffff;
  79. height:210px;
  80. width:440px;
  81.  
  82. }
  83.  
  84. .style{
  85. margin-bottom:20px;
  86. background:#ffffff;
  87. text-align:center;
  88. width:400px;
  89. padding:20px;
  90. letter-spacing: 2px; color:#a8a8a8; text-align:center
  91. }
  92.  
  93.  
  94. #themeslink a{
  95. -webkit-transition: all 0.5s;
  96. -moz-transition: all 0.5s;
  97. transition: all 0.5s;
  98. display: inline-block;
  99. text-transform: lowercase;
  100. letter-spacing: 2px;
  101. color:#ffffff;
  102. background:#1d1d1d;
  103. text-align:center;
  104. width:60px;
  105. padding:4px 1px 4px 1px;
  106. }
  107.  
  108. #themeslink a:hover{
  109. background:#ffffff;
  110. color:#1d1d1d;
  111. -webkit-transition: all 0.5s;
  112. -moz-transition: all 0.5s;
  113. transition: all 0.5s;
  114.  
  115. }
  116.  
  117.  
  118.  
  119. {CustomCSS}</style>
  120.  
  121.  
  122. </head>
  123. <body>
  124.  
  125. <div id="stuff">
  126.  
  127. <div class="style">
  128.  
  129. Leave all credit intact.
  130.  
  131. <p>Don't change the credit to another page; it is on the little corner right there so it will not be much of a problem.</p>
  132.  
  133. <p>Don't use it as a base code.
  134.  
  135. <p>Don't claim as your own.
  136.  
  137. <p>Do not take parts of the coding and use on your code. Instead you can use my themes to study and learn your way around html.</p></div>
  138.  
  139. <center><div id="themeslink">
  140. <a href="/">AGREED</a>&nbsp;
  141. <a href="/">DISAGREED</a></div>
  142. </div></div>
  143.  
  144.  
  145. </div>
  146. {block:PostNotes}{PostNotes}{/block:PostNotes}
  147. {/block:Posts}</div>
  148.  
  149. <div style="font-size: 8px; font-family: times new roman; font-style:italic;letter-spacing: 1px; float: left; position: fixed; padding: 2 4 2 4; bottom: 13px; right: 14px; background: #f0f0f0; border-top:1px solid #DADADA; border-right:1px solid #DADADA; border-left:1px solid #DADADA; border-bottom:1px solid #DADADA;text-transform:lowercase;"><a href="http://officialawley.tumblr.com/">C R E D I T</a></div>
  150.  
  151. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement