Advertisement
dylaenobriens

Theme #57/Theme Rules #2

Jan 28th, 2014
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 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.  
  8. <!----base credit goes to dance-of-the-knights.tumblr.com
  9. edited by alexgaeskarth
  10. do not do anything against the rules--->
  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: #fff;
  28. margin:0px;
  29. color:#cecccc;
  30. font-family:arial;
  31. font-size:10px;
  32. letter-spacing:0px;
  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. ::selection {
  56. background:#f7f7f7;
  57. }
  58.  
  59.  
  60. #stuff{
  61. margin-bottom:20px;
  62. margin-top:80px;
  63. margin-left:33%;
  64. height:400px;
  65. width:430px;
  66. padding:10px;
  67.  
  68. }
  69.  
  70. .style{
  71. margin-bottom:25px;
  72. text-align:center;
  73. width:390px;
  74. padding:10px;
  75. padding:20px;
  76. color:#000;
  77. text-align:justify;
  78. }
  79.  
  80. #themeslink {
  81. margin-top:-35px;margin-left:10px;
  82. }
  83.  
  84.  
  85. @font-face {font-family:Bebas Neue;src:url(http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf);}
  86.  
  87.  
  88. #header {
  89. padding:7px;
  90. font-weight:bold;
  91. text-shadow:1px 1px 20px #f7f7f7;
  92. font-size:16px;
  93. text-transform:uppercase;
  94. text-align:center;
  95. color:#fff;
  96. font-family:bebas neue;
  97. background:#000;
  98. }
  99.  
  100. #themeslink a{
  101. font-size:15px;
  102. -webkit-transition: all 0.5s;
  103. -moz-transition: all 0.5s;
  104. transition: all 0.5s;
  105. display: inline-block;
  106. text-transform: lowercase;
  107. color:#000;
  108. text-align:center;
  109. width:55px;
  110. padding:7px;
  111. font-family:bebas neue;
  112. }
  113.  
  114. #themeslink a:hover{
  115. background:#000;
  116. color:#fff;
  117. -webkit-transition: all 0.5s;
  118. -moz-transition: all 0.5s;
  119. transition: all 0.5s;
  120.  
  121. }
  122.  
  123. #title {
  124. color:#000;
  125. padding-top:20px;
  126. padding-bottom:10px;
  127. font-size:40px;
  128. font-family:bebas neue;
  129. text-align:center;
  130. }
  131.  
  132.  
  133.  
  134. {CustomCSS}</style>
  135.  
  136.  
  137. </head>
  138. <body>
  139.  
  140. <div id="stuff">
  141.  
  142. <div id="title">Theme Rules</div>
  143.  
  144. <div class="style">
  145.  
  146. <div id="header">Leave all credit intact.</div>
  147. <p>
  148. <i>Leave all credit intact.
  149.  
  150. Don't move it to another page either. It' i's on the little corner right there so it will not be much of a problem.</p></i>
  151.  
  152. <div id="header">Don't use it as a base code.</div>
  153.  
  154. <p><i>I have a list of base codes in my resources page if you're looking for one.</i>
  155.  
  156. <div id="header">Don't steal bits and parts of coding</div>
  157.  
  158. <p><i>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></i>
  159.  
  160. <div id="header">Edit them as much as you want.</div>
  161.  
  162. <p><i>Just don't remove the credit.</p></i>
  163.  
  164. <div id="header">Like/reblog the post if you're using any of them. </div>
  165.  
  166. <p><i>It helps me know what kind of themes people like.</p></i>
  167.  
  168. </div>
  169.  
  170. <center><div id="themeslink">
  171. <a href="/">link 1</a>&nbsp;
  172. <a href="/">link 2</a>&nbsp;
  173. <a href="/">link 3</a>
  174. </div>
  175. </div></div>
  176.  
  177.  
  178. </div>
  179.  
  180. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement