Advertisement
damnbritts

Theme rules 1

Jun 16th, 2013
1,187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.16 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. <!----Theme rules by damnbritts. Please don't steal.--->
  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. body {
  26. background-color;#fff;
  27. margin:0px;
  28. color:#cecccc;
  29. font-family:Calibri;
  30. font-style:italic;
  31. font-size:10px;
  32. padding:5px;
  33. line-height:100%;
  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:20px;
  75. margin-top:100px;
  76. margin-left:450px;
  77. font-style:normal;
  78. background:#ffffff;
  79. font-size:12px;
  80. font-family:cambria;
  81. line-height:150%;
  82. text-align:center;
  83. height:210px;
  84. width:440px;
  85.  
  86. }
  87.  
  88. #title {
  89. font-size:45px;
  90. color:#454545;;
  91. font-family:times;
  92. text-transform:justify;
  93. font-style:normal;
  94. margin-left:-10px;
  95. margin-top:100px;
  96. width:460px;
  97. line-height:100%;
  98. border-bottom: 1px solid #454545;
  99.  
  100. }
  101.  
  102. .style{
  103. margin-bottom:25px;
  104. text-align:center;
  105. background:#ffffff;
  106. text-align:center;
  107. width:400px;
  108. padding:20px;
  109. letter-spacing: 2px; color:#a8a8a8; text-align:justify
  110. }
  111.  
  112. #themeslink{
  113. margin-left:-13px;
  114. margin-top:-40px;
  115. }
  116.  
  117. #themeslink a{
  118. -webkit-transition: all 0.5s;
  119. -moz-transition: all 0.5s;
  120. transition: all 0.5s;
  121. display: inline-block;
  122. text-transform: uppercase;
  123. font-family:times;
  124. font-size:8px;
  125. letter-spacing: 2px;
  126. color:#ffffff;
  127. margin-top:-20px;
  128. margin-left:10px;
  129. background:#454545;;
  130. text-align:center;
  131. width:60px;
  132. padding:5px 8px 5px 5px;
  133. }
  134.  
  135. #themeslink a:hover{
  136. background:#ffffff;
  137. color:#454545;
  138. -webkit-transition: all 0.5s;
  139. -moz-transition: all 0.5s;
  140. transition: all 0.5s;
  141.  
  142. }
  143.  
  144.  
  145.  
  146. {CustomCSS}</style>
  147.  
  148.  
  149. </head>
  150. <body>
  151.  
  152. <div id="stuff">
  153. <div id="title">Theme Rules
  154. </div>
  155.  
  156. <div class="style">
  157.  
  158. <big><center>1. State your first rule here</center></big>
  159.  
  160. <small><center>Explain your first rule or restate it. You can leave it blank if you want.</center></small><br>
  161.  
  162. <big><center>2. State your second rule here</center></big>
  163.  
  164. <small><center>Explain your second rule or restate it. You can leave it blank if you want.</center></small><br>
  165.  
  166. <big><center>3. State your third rule here</center></big>
  167.  
  168. <small><center>Explain your third rule or restate it. You can leave it blank if you want.</center></small><br>
  169.  
  170. <big><center>4. State your fourth rule here</center></big>
  171.  
  172. <small><center>Explain your fourth rule or restate it. You can leave it blank if you want.</center></small><br></div>
  173.  
  174.  
  175. <center><div id="themeslink">
  176. <a href="http://tumblr.com/logout">AGREED</a>&nbsp;
  177. <a href="http://damnbrittsthemes.tumblr.com">DISAGREED</a></div>
  178. </div></div>
  179.  
  180.  
  181. </div>
  182. {block:PostNotes}{PostNotes}{/block:PostNotes}
  183. {/block:Posts}</div>
  184.  
  185. <div style="bottom:10px; right:10px; position:fixed; background:#585858; padding:3px; border:1px solid #a8a8a8; font-size:9px; color:#d5d5d5;"><a href="http://damnbritts.tumblr.com">CREDIT</a></div>
  186.  
  187.  
  188. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement