Advertisement
hallowimg

broker

Apr 16th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.94 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Cute+Font|Oswald|PT+Serif|Permanent+Marker');
  3.  
  4. body{
  5. background-color: #ff000;
  6. background-image: url('https://wallpapercave.com/wp/napDmOq.jpg');
  7. background-repeat:no-repeat;
  8. background-size:100%
  9. }
  10.  
  11. ::-webkit-scrollbar {display: none}
  12.  
  13. h1{
  14. color:#000;
  15. font-family: 'Permanent Marker', sans-serif;
  16. text-align: center;
  17. font-size:54px;
  18. padding:1px;
  19. }
  20.  
  21. hr {
  22. border:0;
  23. margin-bottom:5px;
  24. width:90%;
  25. height:1px;
  26. -moz-box-sizing:border-box;
  27. box-sizing:border-box;
  28. background-color:#F26068;
  29. }
  30. b{
  31. color:#000;
  32. font-family: 'Oswald', sans-serif;
  33. font-size:28px;
  34. }
  35. a{
  36. color:#ccc;
  37. font-family: 'Cute Font', cursive;
  38. font-size:28px;
  39. }
  40. .hlw img {
  41. bottom: 0vh;
  42. right: 34%;
  43. position: absolute;
  44. height: 94vh;
  45. width:67vh;
  46. overflow:auto;
  47. z-index:1;
  48. filter: drop-shadow(0 0 .9vh #FF0000);
  49. }
  50.  
  51. .box {
  52. position:absolute;
  53. background-color:#FF0000;
  54. background-image:url('https://www.transparenttextures.com/patterns/black-felt.png');
  55. height:90vh;
  56. width:95%;
  57. left:4.5vh;
  58. top:4vh;
  59. border-style:ridge;
  60. border-width:1vh;
  61. border-color:#ff0000;
  62. opacity:0.6;
  63. }
  64.  
  65. .head1 {
  66. position:absolute;
  67. padding:1vh;
  68. font-family: 'Lobster', sans-serif;
  69. font-size:16px;
  70. color:#6D6D6D;
  71. text-align:center;
  72. line-height:.5vh;
  73. height:49vh;
  74. width:55vh;
  75. left:12.5vh;
  76. top:2vh;
  77. overflow: auto;
  78. opacity:0.8;
  79. z-index:1;
  80. }
  81.  
  82. .stats {
  83. position:absolute;
  84. padding:1vh;
  85. font-family: 'PT Serif', sans-serif;
  86. font-size:16px;
  87. color:#000;
  88. text-align:center;
  89. line-height:3.5vh;
  90. height:47vh;
  91. width:65vh;
  92. left:7vh;
  93. top:15vh;
  94. overflow: auto;
  95. opacity:0.8;
  96.  
  97. z-index:1;
  98. }
  99.  
  100. .head2 {
  101. position:absolute;
  102. padding:1vh;
  103. font-family: 'Lobster', sans-serif;
  104. font-size:16px;
  105. color:#6D6D6D;
  106. text-align:center;
  107. line-height:.5vh;
  108. height:49vh;
  109. width:55vh;
  110. left:12.5vh;
  111. bottom:5vh;
  112. overflow: auto;
  113. z-index:1;
  114. opacity:0.8;
  115. }
  116.  
  117. .history {
  118. position:absolute;
  119. padding:1vh;
  120. font-family: 'PT Serif', sans-serif;
  121. font-size:16px;
  122. color:#000;
  123. text-align:center;
  124. line-height:3.5vh;
  125. height:35vh;
  126. width:65vh;
  127. left:7vh;
  128. bottom:6vh;
  129. overflow: auto;
  130. opacity:0.8;
  131. z-index:1;
  132. }
  133.  
  134. .head3 {
  135. position:absolute;
  136. padding:1vh;
  137. font-family: 'Lobster', sans-serif;
  138. font-size:16px;
  139. color:#6D6D6D;
  140. text-align:center;
  141. line-height:.5vh;
  142. height:49vh;
  143. width:55vh;
  144. right:12.5vh;
  145. top:2vh;
  146. overflow: auto;
  147. opacity:0.8;
  148. z-index:1;
  149. }
  150.  
  151. .rels {
  152. position:absolute;
  153. padding:1vh;
  154. font-family: 'PT Serif', sans-serif;
  155. font-size:16px;
  156. color:#000;
  157. text-align:center;
  158. line-height:3.5vh;
  159. height:40vh;
  160. width:65vh;
  161. right:7vh;
  162. top:15vh;
  163. overflow: auto;
  164. opacity:0.8;
  165.  
  166. z-index:1;
  167. }
  168.  
  169. .head4 {
  170. position:absolute;
  171. padding:1vh;
  172. font-family: 'Lobster', sans-serif;
  173. font-size:16px;
  174. color:#6D6D6D;
  175. text-align:center;
  176. line-height:.5vh;
  177. height:49vh;
  178. width:55vh;
  179. right:12.5vh;
  180. bottom:5vh;
  181. overflow: auto;
  182. z-index:1;
  183. opacity:0.8;
  184. }
  185.  
  186. .ooc {
  187. position:absolute;
  188. padding:1vh;
  189. font-family: 'PT Serif', sans-serif;
  190. font-size:16px;
  191. color:#000;
  192. text-align:center;
  193. line-height:3.5vh;
  194. height:40vh;
  195. width:65vh;
  196. right:7vh;
  197. bottom:2vh;
  198. overflow: auto;
  199. opacity:0.8;
  200.  
  201. z-index:1;
  202. }
  203.  
  204. hr.style14 {
  205. border: 0;
  206. height: 5px;
  207. background-image: -webkit-linear-gradient(left, #ff0000, #fff, #ff0000);
  208. opacity:0.3;
  209. }
  210. </style>
  211. <div class="hlw">
  212. <img src="https://i.imgur.com/qGbQmI1.png">
  213. </div>
  214. <div class="head1">
  215. <h1>stats</h1>
  216. <hr class='style14'>
  217. </div>
  218. <div class="box"></div>
  219. <div class="stats">
  220. <font style=float:left><b>stat:</b></font> <font style=float:right>stat</font><br>
  221. <font style=float:left><b>stat:</b></font> <font style=float:right>stat</font><br>
  222. <font style=float:left><b>stat:</b></font> <font style=float:right>stat</font><br>
  223. <font style=float:left><b>stat:</b></font> <font style=float:right>stat</font><br>
  224. <font style=float:left><b>stat:</b></font> <font style=float:right>stat</font><br>
  225. <font style=float:left><b>stat:</b></font> <font style=float:right>stat</font><br>
  226. <font style=float:left><b>stat:</b></font> <font style=float:right>stat</font><br>
  227. <font style=float:left><b>stat:</b></font> <font style=float:right>stat</font><br>
  228. <font style=float:left><b>stat:</b></font> <font style=float:right>stat</font><br>
  229. </div>
  230.  
  231. <div class="head2">
  232. <h1>biography</h1>
  233. <hr class='style14'>
  234. </div>
  235. <div class="history">
  236.  
  237. Cupcake ipsum dolor sit amet pudding lemon drops ice cream icing. Gummies cotton candy croissant toffee bear claw cake cupcake pastry. Gummies chocolate bar sesame snaps tiramisu chocolate cake donut chocolate. Croissant brownie toffee gummi bears cake powder chocolate bar. Danish macaroon icing caramels jelly-o caramels topping. Cake lemon drops gummi bears biscuit chocolate croissant. Toffee apple pie powder danish pudding halvah croissant jelly-o carrot cake. Donut soufflé cake candy jelly beans pastry. Icing jelly sesame snaps croissant. Jujubes muffin marzipan pastry dragée halvah sesame snaps. Sweet roll icing dragée chocolate. Jelly beans candy canes chocolate cake pie chupa chups cookie chocolate bear claw. Lollipop ice cream lemon drops cotton candy sesame snaps croissant. Lemon drops bonbon gummi bears.
  238. <br><br>
  239. Dragée gingerbread cupcake pie candy apple pie cake liquorice. Gingerbread pie jelly beans dragée jelly beans jelly-o bear claw candy. Croissant gingerbread carrot cake dessert pudding pudding tart. Halvah fruitcake jelly jelly liquorice. Halvah macaroon marzipan sweet croissant chocolate cake. Cake halvah sugar plum candy chocolate bar. Chocolate dessert carrot cake wafer toffee halvah cake. Pie chocolate soufflé jelly beans. Topping gummies caramels cake sweet roll pastry croissant. Dessert donut chocolate bar toffee bonbon. Liquorice chupa chups chupa chups ice cream. Jujubes gingerbread bear claw. Pastry macaroon jelly.
  240. <br><br>
  241. Powder jelly beans marshmallow lollipop brownie. Brownie pudding candy canes cookie sugar plum bonbon lemon drops. Chupa chups bear claw icing bear claw tart soufflé pudding tiramisu. Gummies apple pie chupa chups pudding chocolate jelly beans. Sweet candy cheesecake fruitcake cake. Cake chupa chups bear claw. Chupa chups jelly-o cake pastry candy powder gummi bears sugar plum sesame snaps. Toffee jelly caramels jelly beans tootsie roll donut lemon drops pastry tiramisu. Apple pie marshmallow macaroon. Gingerbread candy pie gummies oat cake chupa chups dessert chocolate jelly. Marzipan tootsie roll liquorice cookie toffee. Cake donut muffin tootsie roll halvah chocolate cake lollipop cookie jujubes. Donut soufflé danish chocolate jujubes cake caramels pudding toffee. Chocolate chocolate brownie toffee sweet pudding jelly.
  242. <br><br>
  243. Jelly beans tart sugar plum. Danish jelly-o candy canes macaroon gingerbread. Cheesecake tart halvah cookie tootsie roll powder croissant cookie brownie. Caramels wafer gingerbread chocolate bar topping muffin sweet muffin dragée. Tart croissant sweet candy canes. Lollipop lollipop gummi bears. Cake muffin liquorice donut topping chocolate. Chupa chups gingerbread donut cake cookie caramels halvah cupcake wafer. Jelly beans dragée gummies cake oat cake gummi bears jelly lollipop. Soufflé fruitcake topping apple pie powder cookie biscuit. Dragée pudding tiramisu pastry cookie bonbon jelly jelly-o dessert. Lollipop dessert caramels.
  244. <br><br>
  245. Cake cake candy candy candy ice cream toffee pastry jelly. Croissant icing macaroon wafer pudding macaroon. Cookie powder cupcake cotton candy sugar plum donut dessert jujubes biscuit. Toffee cotton candy jujubes chocolate cake cake dragée lollipop donut. Dragée sweet donut pastry caramels brownie cotton candy liquorice jelly-o. Gingerbread bonbon lemon drops gummi bears toffee cotton candy. Powder sesame snaps gummi bears gummi bears macaroon macaroon. Chupa chups dragée jujubes pastry liquorice cake sugar plum. Candy canes jelly-o ice cream chocolate bar pie chocolate cake liquorice chocolate chocolate bar. Oat cake soufflé toffee sweet sweet roll jujubes croissant donut cupcake. Macaroon sesame snaps jelly-o powder cake. Tootsie roll chocolate bar brownie. Toffee sweet caramels croissant bear claw sugar plum sweet roll. Biscuit danish carrot cake dessert jelly donut jelly beans biscuit.
  246.  
  247. </div>
  248.  
  249. <div class="head3">
  250. <h1>relationships</h1>
  251. <hr class='style14'>
  252. </div>
  253. <div class="rels">
  254. <a target="blank" title="Coming Soon!" href="https://roleplay.chat/profile.php?user=s1"><img src="https://cdn.pixabay.com/photo/2017/10/16/12/30/coming-soon-2857144_960_720.png" width="70" height="70" style=border-radius:50px></a>
  255.  
  256. <a target="blank" title="Coming soon!" href="https://roleplay.chat/profile.php?user=s2"><img src="https://cdn.pixabay.com/photo/2017/10/16/12/30/coming-soon-2857144_960_720.png" width="70" height="70" style=border-radius:50px></a>
  257.  
  258. <a target="blank" title="Coming soon!" href="https://roleplay.chat/profile.php?user=s2"><img src="https://cdn.pixabay.com/photo/2017/10/16/12/30/coming-soon-2857144_960_720.png" width="70" height="70" style=border-radius:50px></a>
  259.  
  260. <br>
  261.  
  262. <a target="blank" title="Coming soon!" href="https://roleplay.chat/profile.php?user=s2"><img src="https://cdn.pixabay.com/photo/2017/10/16/12/30/coming-soon-2857144_960_720.png" width="70" height="70" style=border-radius:50px></a>
  263.  
  264. <a target="blank" title="Coming soon!" href="https://roleplay.chat/profile.php?user=s2"><img src="https://cdn.pixabay.com/photo/2017/10/16/12/30/coming-soon-2857144_960_720.png" width="70" height="70" style=border-radius:50px></a>
  265.  
  266. <a target="blank" title="Coming soon!" href="https://roleplay.chat/profile.php?user=s2"><img src="https://cdn.pixabay.com/photo/2017/10/16/12/30/coming-soon-2857144_960_720.png" width="70" height="70" style=border-radius:50px></a>
  267. </div>
  268.  
  269. <div class="head4">
  270. <h1>ooc</h1>
  271. <hr class='style14'>
  272. </div>
  273. <div class="ooc">
  274. 001.) Code by <a target="_blank" href="https://roleplay.chat/profile.php?user=Handmaiden"=target="_blank">Lilith.</a><br>
  275. 002.) OOC <br>
  276. 003.) OOC <br>
  277. 004.) OOC <br>
  278. 005.) OOC <br>
  279. 006.) OOC <br>
  280. 007.) OOC <br>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement