Advertisement
themesbygeorgia

Page 01 -- Rules

Apr 26th, 2014
1,989
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.18 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.  
  5. <!--- Page 01 by wonderfullythemes --->
  6.  
  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. <style type="text/css">
  13.  
  14. ::-webkit-scrollbar-thumb {
  15. height:auto;
  16. background-color:#000;
  17. }
  18.  
  19. ::-webkit-scrollbar {
  20. height:4px;
  21. width:4px;
  22. padding-right:2px;
  23. background-color:#fff;
  24. }
  25.  
  26. body {
  27. background-color:#fff;
  28. font-family:'calibri';
  29. font-size:12px;
  30. font-style:none;
  31. font-weight:none;
  32. text-transform:none;
  33. text-decoration:none;
  34. line-height:100%;
  35. margin:0px;
  36. }
  37.  
  38. h1 {
  39. font-family:'monotype corsiva';
  40. font-size:17px;
  41. letter-spacing:1px;
  42. }
  43.  
  44. a:link, a:visited, a:active {
  45. color:#069d65;
  46. text-decoration:none;
  47. text-decoration:none;
  48. -moz-transition-duration:0.7s;
  49. -webkit-transition-duration:0.7s;
  50. -o-transition-duration:0.7s;
  51. }
  52.  
  53. a:hover {
  54. color:#dc2986;
  55. text-decoration:none;
  56. -moz-transition-duration:0.7s;
  57. -webkit-transition-duration:0.7s;
  58. -o-transition-duration:0.7s;
  59. }
  60.  
  61. /*-- THE BOX --*/
  62. #container {
  63. height:290px;
  64. width:290px;
  65. margin-top:150px;
  66. margin-left:500px;
  67. padding:10px;
  68. position:fixed;
  69. background-color:#fff;
  70. border:3px solid #069d65;
  71. overflow-y:scroll;
  72. }
  73.  
  74. /*-- TITLE --*/
  75. #title {
  76. margin-top:-40px;
  77. margin-left:0px;
  78. width:300px;
  79. font-family:'monotype corsiva';
  80. font-size:30px;
  81. position:fixed;
  82. text-align:center;
  83. letter-spacing:6px;
  84. }
  85.  
  86. /*-- LINKS TO THE RIGHT OF THE BOX --*/
  87. .links {
  88. width:25px;
  89. font-family:'calibri';
  90. padding:7px;
  91. text-align:right;
  92. text-transform:uppercase;
  93. position:fixed;
  94. margin-top:200px;
  95. margin-left:820px;
  96. opacity:1;
  97. }
  98.  
  99. .links a {
  100. width:25px;
  101. padding:5px;
  102. text-align:right;
  103. font-size:11px;
  104. margin-bottom:7px;
  105. border-bottom:1px solid #000;
  106. letter-spacing:0px;
  107. background-color:#e4e4e4;
  108. line-height:20px;
  109. letter-spacing:1px;
  110. text-decoration:none;
  111. text-transform:uppercase;
  112. color:#069d65;
  113. -moz-transition-duration:0.7s;
  114. -webkit-transition-duration:0.7s;
  115. -o-transition-duration:0.7s;
  116. }
  117.  
  118. .links a:hover {
  119. color:#fff;
  120. background-color:#000;
  121. -moz-transition-duration:0.7s;
  122. -webkit-transition-duration:0.7s;
  123. -o-transition-duration:0.7s;
  124. }
  125.  
  126. /*-- AGREE/DISAGREE LINKS --*/
  127. #agree {
  128. width:250px;
  129. margin-top:480px;
  130. margin-left:570px;
  131. position:fixed;
  132. }
  133.  
  134. #agree a {
  135. width:50px;
  136. padding:5px;
  137. text-align:right;
  138. font-size:11px;
  139. margin-bottom:7px;
  140. border-bottom:1px solid #000;
  141. letter-spacing:0px;
  142. background-color:#e4e4e4;
  143. line-height:20px;
  144. letter-spacing:4px;
  145. text-transform:uppercase;
  146. text-decoration:none;
  147. color:#069d65;
  148. -moz-transition-duration:0.7s;
  149. -webkit-transition-duration:0.7s;
  150. -o-transition-duration:0.7s;
  151. }
  152.  
  153. #agree a:hover {
  154. color:#fff;
  155. background-color:#000;
  156. text-align:right;
  157. -moz-transition-duration:0.7s;
  158. -webkit-transition-duration:0.7s;
  159. -o-transition-duration:0.7s;
  160. }
  161.  
  162. /*-- CREDIT. DO NOT REMOVE OR CHANGE --*/
  163. #cred {
  164. position:fixed;
  165. font-family:'calibri';
  166. text-transform:none;
  167. text-decoration:none;
  168. font-size:8px;
  169. right:9px;
  170. bottom:9px;
  171. padding:4px;
  172. letter-spacing:1px;
  173. }
  174.  
  175. </style></head><body>
  176.  
  177. <div id="container">
  178. <div id="title">Rules</div>
  179.  
  180. <h1>You Can:</h1>
  181. <ul>
  182. <li>enter text here</li>
  183. </ul>
  184.  
  185. <h1>You Can't</h1>
  186. <ul>
  187. <li>enter text here</li>
  188. </ul>
  189.  
  190. <h1>Additional Rules:</h1>
  191. <ul>
  192. <li>enter text here</li>
  193. </ul>
  194.  
  195. As always, if you write a lot then a scrollbar will appear c: If you have any questions, feel free to send <a href="http://wonderfullythemes.tumblr.com">me</a> and ask!
  196.  
  197. </div>
  198. </div>
  199.  
  200. <div class="links"> <!-- Change these as you like, but leave the credit alone please and thanks -->
  201. <a href="URL HERE">Home</a><br><br><br>
  202. <a href="URL HERE">Ask</a><br><br><br>
  203. <a href="URL HERE">link</a><br><br><br>
  204. <a href="http://wonderfullythemes.tumblr.com">Credit</a><br><br><br>
  205.  
  206. </div>
  207.  
  208. <div id="agree"> <!-- change the url and title to what you want -->
  209. <a href="URL HERE">Agree</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  210. <a href="URL HERE">Disagree</a></div>
  211.  
  212. <!-- DO NOT REMOVE -->
  213. <div id="cred">
  214. <a href="http://wonderfullythemes.tumblr.com/">Theme</a>
  215. </div>
  216.  
  217. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement