Advertisement
letsrp

Wake Up - About Me

Jul 9th, 2013
2,893
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2.  
  3. <!-- Code by letsrp @ tumblr. -->
  4.  
  5. <html>
  6. <head>
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}" />
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  10. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  11. <style type="text/css">
  12.  
  13. body{
  14. color:#7c7c7c;
  15. background-attachment:fixed;
  16. background-color:#1b1b1b;
  17. background-image: url('BACKGROUNDIMAGEURL');
  18. text-align:justify;
  19. font-family:verdana;
  20. font-size:10px;
  21. }
  22.  
  23. a{
  24. color:#bac58d;
  25. text-decoration: none;
  26. }
  27.  
  28. a:hover{
  29. color:#bbb;
  30. }
  31.  
  32. ::-webkit-scrollbar {
  33. width: 5px;
  34. height: 4px;
  35. background: #27272;
  36. }
  37.  
  38. ::-webkit-scrollbar-thumb {
  39. background-color: #bac58d;
  40. }
  41.  
  42. #box {
  43. position:fixed;
  44. width:450px;
  45. height:460px;
  46. margin-top:100px;
  47. margin-left:561px;
  48. padding:6px;
  49. overflow:auto;
  50. background-color:#272727;
  51. }
  52.  
  53. #deet {
  54. position:fixed;
  55. width:250px;
  56. height:460px;
  57. margin-top:100px;
  58. margin-left:300px;
  59. padding:6px;
  60. overflow:auto;
  61. background-color:#272727;
  62. }
  63.  
  64. #headerimg img {
  65. width:444px;
  66. height:155px;
  67. text-align:center;
  68. }
  69.  
  70. .head {
  71. font-size:11px;
  72. text-align:right;
  73. font-weight:bold;
  74. letter-spacing:2px;
  75. padding:2px 4px 1px 4px;
  76. color:#bac58d; /*green text*/
  77. text-transform:uppercase;
  78. font-family:'calibri';
  79. background-color: #313131;
  80. }
  81.  
  82. .blurb {
  83. padding:2px 0px;
  84. text-align:right;
  85. margin:10px 0;
  86. line-height:160%;
  87. }
  88.  
  89. .head1 {
  90. font-size:11px;
  91. text-align:center;
  92. font-weight:bold;
  93. letter-spacing:2px;
  94. padding:2px 4px 1px 4px;
  95. color:#bac58d; /*green text*/
  96. text-transform:uppercase;
  97. font-family:'calibri';
  98. background-color: #313131;
  99. }
  100.  
  101. .blurb1 {
  102. padding:2px 0px;
  103. text-align:center;
  104. margin:10px 0;
  105. line-height:170%;
  106. }
  107.  
  108.  
  109. @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
  110.  
  111. #q{
  112. position:fixed;
  113. width: 470px;
  114. height: auto;
  115. margin-top: 430px;
  116. color: #bac58d; /*green text*/
  117. font-family: 'sunshine';
  118. text-shadow: 1px 1px 2px #000;
  119. font-size: 16px;
  120. font-weight: normal;
  121. line-height:15px;
  122. letter-spacing: 1px;
  123. text-transform: lowercase;
  124. text-align: left;
  125. margin-left: 55px;
  126. margin-top:320px;
  127. -webkit-transform: rotate(270deg);
  128. -moz-transform: rotate-(270deg);
  129. }
  130.  
  131. </style>
  132. {CustomCSS}
  133. </style>
  134. </head>
  135. <body>
  136.  
  137. <div id="q">QUOTE HERE.</div></div>
  138.  
  139.  
  140. <div id="deet">
  141. <div class="head">Full Name</div>
  142. <div class="blurb">TEXT</div>
  143.  
  144. <div class="head">Age</div>
  145. <div class="blurb">TEXT</div>
  146.  
  147. <div class="head">Date Of Birth</div>
  148. <div class="blurb">TEXT</div>
  149.  
  150. <div class="head">Location</div>
  151. <div class="blurb">TEXT</div>
  152.  
  153. <div class="head">Hobbies</div>
  154. <div class="blurb">TEXT</div>
  155.  
  156. <div class="head">Occupation</div>
  157. <div class="blurb">TEXT</div>
  158.  
  159. <div class="head">Relationship Status</div>
  160. <div class="blurb">TEXT</div>
  161.  
  162. <div class="head">SONG TITLE</div>
  163. <div class="blurb1"> MUSIC PLAYER CODE </div>
  164.  
  165.  
  166. </div></div>
  167.  
  168. <div id="box">
  169. <div id="headerimg"><img src="HEADER IMAGE URL"/></div>
  170. <br>
  171.  
  172.  
  173. <div class="head1">About</div>
  174. <div class="blurb1">
  175.  
  176. TEXT
  177.  
  178. </div>
  179.  
  180. <div class="head1">Likes</div>
  181. <div class="blurb1">
  182.  
  183. TEXT
  184.  
  185. </div>
  186.  
  187. <div class="head1">Dislikes</div>
  188. <div class="blurb1">
  189.  
  190. TEXT
  191.  
  192. </div>
  193. </div>
  194. </div>
  195. </body>
  196. <div style="position:fixed; bottom:3px; right:5px;font-family:arial; font-size:10px;"><a href="http://letsrp.tumblr.com">©</a>
  197. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement