darnpayne

terms of use/ about page

Aug 2nd, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. <head>
  2. <title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7.  
  8. <head>
  9.  
  10. <style type="text/css">
  11.  
  12. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:background}}
  13.  
  14. ::-webkit-scrollbar-corner {background:#fff}
  15.  
  16. ::-webkit-scrollbar-thumb:vertical {background:#fff};
  17.  
  18. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}
  19. }
  20.  
  21.  
  22. body {
  23. background-image: url(http://1.bp.blogspot.com/-qGJ6z9nGfbo/TlqK9RxD_dI/AAAAAAAAA5g/AlefkVUMySc/s1600/London1895BuildingWeb.jpg);
  24. background-repeat:no-repeat;
  25. background-color:#fff;
  26. margin:0px;
  27. color:#000;
  28. font-family:helvetica;
  29. font-style:bold;
  30. font-size:15px;
  31. padding:200px;
  32. line-height:100%;
  33. font-family:'Midnight';
  34. }
  35.  
  36. a {
  37. color:#eee;
  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:#fff;
  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:20px;
  70. }
  71.  
  72.  
  73. #stuff{
  74. margin-bottom:50px;
  75. margin-top:5px;
  76. margin-left:30%;
  77. background:#fff;
  78.  
  79.  
  80. }
  81.  
  82. .style{
  83.  
  84. margin-bottom:125px;
  85. text-align:center;
  86. width:790px;
  87. padding:20px;
  88. letter-spacing: 2px;
  89.  
  90. }
  91.  
  92.  
  93.  
  94. #themeslink a{
  95. -webkit-transition: all 0.5s;
  96. -moz-transition: all 0.5s;
  97. transition: all 0.5s;
  98. font-family:;
  99. display: inline-block;
  100. text-transform: uppercase;
  101. letter-spacing: 2px;
  102. margin-top:25px;
  103. color:#fff;
  104. background:#000;
  105. text-align:center;
  106. width:80px;
  107. padding:5px 2px 5px 2px;
  108.  
  109.  
  110. }
  111.  
  112. #themeslink a:hover{
  113.  
  114. background:#fff;
  115. color:#000;
  116. -webkit-transition: all 0.5s;
  117. -moz-transition: all 0.5s;
  118. transition: all 0.5s;
  119.  
  120. }
  121.  
  122. #credit {
  123. position:fixed;
  124. font-size:10px;
  125. font-weight:normal;
  126. line-height:150%;
  127. letter-spacing:2px;
  128. right:10px;
  129. bottom:10px;
  130. text-transform:uppercase;
  131. text-align:center;
  132. }
  133.  
  134. #credit a {
  135. padding:3px;
  136. color:{color:link};
  137. background-color:{color:background};
  138. -moz-transition-duration:0.5s;
  139. -webkit-transition-duration:0.5s;
  140. -o-transition-duration:0.5s;
  141. }
  142.  
  143.  
  144.  
  145. {CustomCSS}
  146. @font-face{font-family:Midnight;src:url(http://static.tumblr.com/acmeka1/Vyymqqba2/midnight.zip)}</style>
  147.  
  148.  
  149. </head>
  150. <body>
  151.  
  152. <div id="stuff">
  153.  
  154. <div class="style">
  155. <i>1.rule one</i><br>
  156. <small> small words </small><br><br>
  157. <i>2. rule two</i><br>
  158. <small> small words</small><br><br>
  159. <i>3. rule three</i><br>
  160. <small> small words</small><br><br>
  161. <i>4.haha yay i made a page</i> <br>
  162. <small>WORDS</small>
  163.  
  164. <center><div id="themeslink">
  165. <a href="">link 1</a>&nbsp;
  166. <a href="">link 2</a>
  167. <a href="">link 3</a></div></div>
  168. </div></div>
  169.  
  170.  
  171. </div>
  172. {block:PostNotes}{PostNotes}{/block:PostNotes}
  173. {/block:Posts}</div>
  174. <div id="credit" data="credit"> <a href="http://sherinos.tumblr.com"><img src="http://i1362.photobucket.com/albums/r689/sheerinos/white_zpse41868d6.jpg?t=1374529320" width="75px" height="30px"></a></div>
  175. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment