Advertisement
Jyuubi

[Page] → Terms of Use #01

Aug 9th, 2012
2,855
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.  
  4. <!--
  5. THEME: TERMS OF USE PAGE #01
  6. BY: jyuubi.org / manatopia.org
  7.  
  8. Please do not redistribute or use to make your own!
  9. You may edit whatever you please, but leave credit.
  10. -->
  11.  
  12. <head>
  13. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  14. <title>TERMS OF USE &rarr;</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16.  
  17. <style type="text/css">
  18. /* BODY */
  19. body {
  20. background-image: url('http://s5.postimage.org/ogj4wxer7/manatopia_bg.png');
  21. background-attachment: fixed;
  22. background-color: #ebebeb;
  23. }
  24.  
  25. #container {
  26. width: 400px;
  27. margin: auto;
  28. }
  29.  
  30. /* CORNERS */
  31. #topleftcorner {
  32. float: left;
  33. font-family: calibri;
  34. font-size: 28px;
  35. color: #c6c6c6;
  36. margin-top: 50px;
  37. }
  38.  
  39. #toprightcorner {
  40. float: right;
  41. font-family: calibri;
  42. font-size: 28px;
  43. color: #c6c6c6;
  44. margin-top: 50px;
  45. }
  46.  
  47. #bottomleftcorner {
  48. float: left;
  49. font-family: calibri;
  50. font-size: 28px;
  51. color: #c6c6c6;
  52. margin-top: 220px;
  53. margin-left: -27px;
  54. }
  55.  
  56. #bottomrightcorner {
  57. float: right;
  58. font-family: calibri;
  59. font-size: 28px;
  60. color: #c6c6c6;
  61. margin-top: 220px;
  62. margin-right: -27px;
  63. }
  64.  
  65. /* TOP BANNER */
  66. #top {
  67. background-color: #4bb7cb;
  68. width: 100%;
  69. height: 30px;
  70. font-family: calibri;
  71. font-size: 13px;
  72. color: #fff;
  73. text-transform: uppercase;
  74. letter-spacing: 2px;
  75. text-align: center;
  76. line-height: 30px;
  77. }
  78.  
  79. /* CONTENT */
  80. #terms {
  81. width: 400px;
  82. padding: 5px;
  83. font-family: georgia;
  84. font-size: 10px;
  85. color: #737373;
  86. letter-spacing: 1px;
  87. position: fixed;
  88. margin-left: 40px;
  89. margin-top: 90px;
  90. }
  91.  
  92. #terms h1 {
  93. font-family: consolas;
  94. font-size: 12px;
  95. color: #4bb7cb;
  96. text-transform: uppercase;
  97. font-weight: normal;
  98. font-style: normal;
  99. margin: 0;
  100. }
  101.  
  102. #terms i, em {
  103. color: #737373;
  104. }
  105.  
  106. ul {
  107. color: #4bb7cb;
  108. }
  109.  
  110. #theme {
  111. font-family: georgia;
  112. font-size: 10px;
  113. font-style: italic;
  114. text-transform: lowercase;
  115. letter-spacing: 4px;
  116. text-align: center;
  117. height: 25px;
  118. line-height: 25px;
  119. width: 400px;
  120. position: fixed;
  121. margin-top: 270px;
  122. }
  123.  
  124. #theme a {
  125. color: #4bb7cb;
  126. text-decoration: none;
  127. border-bottom: 1px solid #4bb7cb;
  128. }
  129.  
  130. /* CREDIT */
  131. #credits {
  132. position: fixed;
  133. bottom: 5px;
  134. right: 5px;
  135. font-family: calibri;
  136. font-size: 8px;
  137. text-decoration: none;
  138. letter-spacing: 1px;
  139. text-transform: uppercase;
  140. }
  141.  
  142. #credits a {
  143. color: #737373;
  144. text-decoration: none;
  145. }
  146. </style>
  147. </head>
  148. <body>
  149.  
  150. <div id="top">terms of use</div>
  151.  
  152. <div id="container">
  153. <div id="topleftcorner">&#9556;</div>
  154. <div id="toprightcorner">&#9559;</div>
  155. <div id="terms">
  156. <h1>allowed &rarr;</h1>
  157. <ul type="circle">
  158. <li><i>light or heavy html/css editing</i></li>
  159. <li><i>moving theme credit link to credits/faq page</i></li>
  160. </ul>
  161. <h1>not allowed &rarr;</h1>
  162. <ul type="circle">
  163. <li><i>removing credit from the source & blog</i></li>
  164. <li><i>using the theme as a base to make your own</i></li>
  165. <li><i>claiming them as yours and/or redistributing</i></li>
  166. </ul>
  167. </div>
  168. <div id="theme"><a href="/">click here to view the theme</a></div>
  169. <div id="bottomleftcorner">&#9562;</div>
  170. <div id="bottomrightcorner">&#9565;</div>
  171. </div>
  172.  
  173. <!-- PLEASE DO NOT REMOVE BELOW UNLESS PUT ON CREDITS PAGE -->
  174. <div id="credits"><a href="http://jyuubi.org" target="_blank">jyuubi.org</a></div>
  175.  
  176. </body>
  177. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement