thisisnotras

Cleocode

Feb 26th, 2016
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1.  
  2. <style>
  3.  
  4. .pfor {display: none;}
  5. #profile{background:transparent; border: 0px;}
  6.  
  7. body{
  8. overflow: hidden;
  9. background: white;
  10. }
  11.  
  12. @font-face{
  13. src:url(https://dl.dropboxusercontent.com/u/4556289/PilotLLJ.ttf);
  14. font-family:'headerfont';
  15. }
  16.  
  17. @font-face{
  18. src:url(https://dl.dropboxusercontent.com/u/4556289/Saniretro.ttf);
  19. font-family:'bodyfont';
  20. }
  21.  
  22. #whole{
  23. position:absolute;
  24. top: 0px;
  25. left: 0px;
  26. right: 0px;
  27. bottom: 0px;
  28. background-color: #ffffff;
  29. overflow: hidden;
  30. }
  31.  
  32. #centerframe{
  33. position: absolute;
  34. left: 0px;
  35. right: 0px;
  36. top: 0px;
  37. bottom: 0px;
  38. margin: auto;
  39. width: 700x;
  40. border: 0px solid black;
  41. background-image: url(http://i64.tinypic.com/etadso.jpg);
  42. background-position: center right 400px;
  43. background-size: auto 100%;
  44. background-repeat: no-repeat;
  45. }
  46.  
  47. #namediv{
  48. position: absolute;
  49. right: 900px;
  50. top: 0px;
  51. bottom: 350px;
  52. margin: auto;
  53. width: 300px;
  54. height: 50px;
  55. border: 0px solid black;
  56. text-align: right;
  57. font-size: 20pt;
  58. font-family:'headerfont';
  59. letter-spacing: 20px;
  60. color: brown;
  61. }
  62.  
  63. #bodydiv{
  64. position: absolute;
  65. top: 0px;
  66. bottom: -150px;
  67. right: 900px;
  68. margin: auto;
  69. height: 400px;
  70. width: 300px;
  71. border: 1px solid #E3AC88;
  72. }
  73.  
  74. #contentdiv{
  75. position: absolute;
  76. top: 0px;
  77. left: 0px;
  78. right: 0px;
  79. bottom: 0px;
  80. box-sizing: border-box;
  81. border: 1px solid #DF8833;
  82. text-align: left;
  83. font-family: 'bodyfont';
  84. color: #8A4018;
  85. }
  86.  
  87. #topbody{
  88. position: absolute;
  89. top: 0px;
  90. left: 0px;
  91. right: 0px;
  92. height: 130px;
  93. border-bottom: 0px solid black;
  94. box-sizing: border-box;
  95. padding-top: 5px;
  96. font-size: 12pt;
  97. font-family:'bodyfont';
  98. text-align: center;
  99. letter-spacing: 3px;
  100. }
  101.  
  102. #bottombody{
  103. position: absolute;
  104. top: 130px;
  105. left: 0px;
  106. right: 0px;
  107. bottom: 0px;
  108. box-sizing: border-box;
  109. border-top: 0px solid red;
  110. padding-left: 0px;
  111. padding-right: 0px;
  112. text-align: left;
  113. font-family: 'bottomfont';
  114. font-size: 11pt;
  115. letter-spacing: 4px;
  116. padding-top: 12px;
  117. padding-left: 10px;
  118. padding-right: 10px;
  119. font-weight: 600;
  120. }
  121.  
  122. @font-face{
  123. src:url(https://dl.dropboxusercontent.com/u/4556289/magic11.ttf);
  124. font-family:'bottomfont';
  125. }
  126.  
  127. #backgroundfiller{
  128. position: absolute;
  129. top: 0px;
  130. left: 0px;
  131. right: 0px;
  132. bottom: 0px;
  133. z-index: 0;
  134. opacity: .5;
  135. background-color: #26EF51;
  136. }
  137.  
  138. #separationdiv{
  139. position: absolute;
  140. right: 900px;
  141. top: 0px;
  142. bottom: 300px;
  143. margin: auto;
  144. width: 300px;
  145. height: 1px;
  146. border-top: 1px solid #03DF8B;
  147. opacity: .6;
  148. }
  149.  
  150. </style>
  151.  
  152. <div id="whole">
  153. <div id="centerframe">
  154. <div id="namediv">
  155. CLEO
  156. </div>
  157. <div id="bodydiv">
  158. <div id="backgroundfiller">
  159. </div>
  160. <div id="contentdiv">
  161. <div id="topbody">
  162. <b>species</b> - mojave bobcat<br>
  163. <b>age</b> - 24<br>
  164. <b>sex</b> - female<br>
  165. <b>height</b> - 5'1"<br> <b>status</b> - taken<br>
  166. <b>preference</b> - switch<br>
  167. <b>orientation</b> - bisexual
  168. </div>
  169. <div id="bottombody">
  170. First and foremost: <b>NO</b> SMUT. Cleo is a character intended for clean rp only.<br>She's okay with most plots so curious? Just ask. This character can be most other humanoid species- depends on the rps she's involved in.<br>
  171. I will adjust accordingly. That's all I'll really change about her. Hair color, eye color, height, personality- all will remain the same. Pic is temp and will be removed upon creator's request.
  172. </div>
  173. </div>
  174. </div>
  175. <div id="separationdiv">
  176. </div>
  177. </div>
  178. </div>
Advertisement
Add Comment
Please, Sign In to add comment