Jyuubi

[Page] → Role Plays #01

Apr 27th, 2012
14,631
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 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: ROLE PLAYS 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. <link href='http://fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css'>
  14. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17.  
  18. <style type="text/css">
  19. /* BODY */
  20. body {
  21. background-image: url('http://s5.postimage.org/9kgxecbuf/rppage01_bg.png');
  22. background-attachment: fixed;
  23. background-color: #ebedea;
  24. }
  25.  
  26. #container {
  27. width: 700px;
  28. margin: auto;
  29. }
  30.  
  31. /* MAIN HEADER (MY ROLE PLAYS) */
  32. #header {
  33. background-color: #5E494E;
  34. height: 40px;
  35. width: 688px;
  36. margin-left: 3px;
  37. margin-bottom: 10px;
  38. font-family: 'Lato', sans-serif;
  39. font-size: 20px;
  40. color: #1d1416;
  41. text-transform: uppercase;
  42. line-height: 40px;
  43. text-align: center;
  44. letter-spacing: 8px;
  45. }
  46.  
  47. /* ROLE PLAY HEADER (SUBJECT) */
  48. .roleplay {
  49. background-color: #5b8774;
  50. display: block;
  51. width: 220px;
  52. height: 30px;
  53. font-family: calibri;
  54. font-size: 11px;
  55. text-transform: uppercase;
  56. letter-spacing: 2px;
  57. text-align: center;
  58. line-height: 30px;
  59. }
  60.  
  61. .roleplay a {
  62. color: #314c40;
  63. text-decoration: none;
  64. }
  65.  
  66. /* MAIN INFO BOX (BORDER, FONT) */
  67. .info {
  68. background-color: #171717;
  69. width: 200px;
  70. padding: 10px;
  71. font-family: calibri;
  72. font-size: 10px;
  73. color: #5d5d5d;
  74. letter-spacing: 1px;
  75. text-align: justify;
  76. line-height: 12px;
  77. margin-bottom: 20px;
  78. margin-right: 10px;
  79. }
  80.  
  81. .info img {
  82. opacity: .7;
  83. max-width: 200px;
  84. }
  85.  
  86. /* INFORMATION BOX */
  87. .desc {
  88. background-color: #121212;
  89. padding: 5px;
  90. }
  91.  
  92. .desc b, strong {
  93. color: #755e64;
  94. }
  95.  
  96. /* CREDITS */
  97. #credit {
  98. position: fixed;
  99. bottom: 10px;
  100. right: 10px;
  101. font-family: calibri;
  102. font-size: 9px;
  103. text-transform: uppercase;
  104. text-align: right;
  105. letter-spacing: 1px;
  106. }
  107.  
  108. #credit a {
  109. color: #755e64;
  110. text-decoration: none;
  111. }
  112. </style>
  113. </head>
  114. <body>
  115.  
  116. <div id="container">
  117.  
  118. <!-- MAIN HEADER -->
  119. <div id="header">my role plays</div>
  120. <!-- MAIN HEADER -->
  121.  
  122. <table><tr>
  123.  
  124. <!-- FIRST COLUMN -->
  125. <td valign="top">
  126.  
  127. <!-- ROLE PLAY HEADER -->
  128. <div class="roleplay"><a href="ROLE PLAY URL HERE">SUBJECT</a></div>
  129. <!-- ROLE PLAY HEADER -->
  130.  
  131. <div class="info">
  132. <!-- IMAGE -->
  133. <img src="IMAGE URL HERE">
  134. <!-- IMAGE -->
  135.  
  136. <!-- INFORMATION BOX -->
  137. <div class="desc">
  138. PUT YOUR INFORMATION HERE. OR DELETE IT.
  139. </div>
  140. <!-- INFORMATION BOX -->
  141. </div>
  142. </td>
  143. <!-- FIRST COLUMN -->
  144.  
  145.  
  146. <!-- SECOND COLUMN -->
  147. <td valign="top">
  148.  
  149. <!-- ROLE PLAY HEADER -->
  150. <div class="roleplay"><a href="ROLE PLAY URL HERE">SUBJECT</a></div>
  151. <!-- ROLE PLAY HEADER -->
  152.  
  153. <div class="info">
  154. <!-- IMAGE -->
  155. <img src="IMAGE URL HERE">
  156. <!-- IMAGE -->
  157.  
  158. <!-- INFORMATION BOX -->
  159. <div class="desc">
  160. PUT YOUR INFORMATION HERE. OR DELETE IT.
  161. </div>
  162. <!-- INFORMATION BOX -->
  163. </div>
  164. </td>
  165. <!-- SECOND COLUMN -->
  166.  
  167.  
  168. <!-- THIRD COLUMN -->
  169. <td valign="top">
  170.  
  171. <!-- ROLE PLAY HEADER -->
  172. <div class="roleplay"><a href="ROLE PLAY URL HERE">SUBJECT</a></div>
  173. <!-- ROLE PLAY HEADER -->
  174.  
  175. <div class="info">
  176. <!-- IMAGE -->
  177. <img src="IMAGE URL HERE">
  178. <!-- IMAGE -->
  179.  
  180. <!-- INFORMATION BOX -->
  181. <div class="desc">
  182. PUT YOUR INFORMATION HERE. OR DELETE IT.
  183. </div>
  184. <!-- INFORMATION BOX -->
  185. </div>
  186. </td>
  187. <!-- THIRD COLUMN -->
  188.  
  189. </tr></table>
  190.  
  191. </div>
  192.  
  193. <div id="credit">
  194. <a href="/">go back?</a><br />
  195. <!-- DO NOT REMOVE OR EDIT -->
  196. <a href="http://jyuubi.org">&copy; jyuubi.org</a>
  197. </div>
  198.  
  199. </body>
  200. </html>
Advertisement
Add Comment
Please, Sign In to add comment