Advertisement
Guest User

Hiru Sad

a guest
Nov 17th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Mrs+Sheppards');
  4.  
  5. body {background: #000;}
  6. ::-webkit-scrollbar {display:none}
  7.  
  8. b {color: #9E9A9A;}
  9. i {color: #9E9A9A;}
  10. a {text-decoration: none; color: #9E9A9A;}
  11. a:hover {color: #fff;}
  12.  
  13. .container {position: fixed;
  14. background: url('https://media.giphy.com/media/lSzQjkthGS1gc/giphy.gif');
  15. background-size: 360px;
  16. height: 500px;
  17. width: 620px;
  18. left: 440px;
  19. bottom: 110px;
  20. border: 1px solid #fff;
  21. }
  22.  
  23. .name {position: absolute;
  24. font-family: 'Mrs Sheppards', cursive;
  25. font-size: 70px;
  26. color: #F6F5FB;
  27. -webkit-text-stroke: 2px #000;
  28. left: 160px;
  29. bottom: -40px;
  30. }
  31.  
  32. .image {position: absolute;
  33. background: url('https://i.imgur.com/EWzr6hE.png') no-repeat;
  34. background-size: 300px;
  35. height: 500px;
  36. width: 400px;
  37. left: 120px;
  38. bottom: 0px;
  39. }
  40.  
  41. .stats {position: absolute;
  42. overflow: auto;
  43. padding: 5px;
  44. background: #;
  45. font-family: Tahoma;
  46. font-size: 12px;
  47. color: #fff;
  48. text-align: justify;
  49. height: 250px;
  50. width: 160px;
  51. left: 30px;
  52. top: 27px;
  53. border: 1px solid #000;
  54. }
  55.  
  56. .friends {position: absolute;
  57. overflow: auto;
  58. padding: 5px;
  59. background: #;
  60. font-family: Tahoma;
  61. font-size: 12px;
  62. color: #fff;
  63. text-align: justify;
  64. height: 163px;
  65. width: 160px;
  66. left: 30px;
  67. bottom: 30px;
  68. border: 1px solid #000;
  69. }
  70.  
  71. .history {position: absolute;
  72. overflow: auto;
  73. padding: 5px;
  74. background: #;
  75. font-family: Tahoma;
  76. font-size: 12px;
  77. color: #fff;
  78. text-align: justify;
  79. height: 250px;
  80. width: 160px;
  81. right: 32px;
  82. top: 27px;
  83. border: 1px solid #000;
  84. }
  85.  
  86. .ooc {position: absolute;
  87. overflow: auto;
  88. padding: 5px;
  89. background: #;
  90. font-family: Tahoma;
  91. font-size: 12px;
  92. color: #fff;
  93. text-align: justify;
  94. height: 163px;
  95. width: 160px;
  96. right: 32px;
  97. bottom: 30px;
  98. border: 1px solid #000;
  99. }
  100.  
  101. .coder {position: absolute;
  102. font-family: Courier;
  103. font-size: 12px;
  104. letter-spacing: 2px;
  105. right: 0px;
  106. bottom: -18px;
  107. }
  108.  
  109. </style>
  110.  
  111. <div class="container">
  112.  
  113. <div class="stats">
  114. This is where you'd put your character's statistics. You can style it any way you want. I'd suggest keeping it within the box, just so you can keep the emojis at the bottom and made it look pretty.
  115. <br><br>
  116. Just in case you prefer and need this style:
  117. <br><br>
  118. <font style="float:left"><b>STAT</b></font> <font style="float:right">Answer</font><br>
  119. <br><br><br><br>
  120. <center><a href="gallery link here" title="description">πŸ“·</a>
  121. <a href="music link here" title="description">🎡</a></center>
  122. </div>
  123.  
  124. <div class="friends">
  125. πŸ‘¨β€πŸ’Ό <a href="friend profile here" title="description">MALE FRIEND</a><br>
  126. πŸ‘©β€πŸ’Ό <a href="friend profile here" title="description">FEMALE FRIEND</a><br>
  127. πŸ‘¨β€πŸ’Ό <a href="friend profile here" title="description">MALE FRIEND</a><br>
  128. πŸ‘©β€πŸ’Ό <a href="friend profile here" title="description">FEMALE FRIEND</a><br>
  129. πŸ‘¨β€πŸ’Ό <a href="friend profile here" title="description">MALE FRIEND</a><br>
  130. πŸ‘©β€πŸ’Ό <a href="friend profile here" title="description">FEMALE FRIEND</a><br>
  131. πŸ‘¨β€πŸ’Ό <a href="friend profile here" title="description">MALE FRIEND</a><br>
  132.  
  133. <Br>
  134. Make some friends<br>
  135. man, gosh
  136. </div>
  137.  
  138. <div class="history">
  139. This is where you'd put your character's history. Write as little or as much as you want, the box scrolls.
  140. </div>
  141.  
  142. <div class="ooc">
  143. This is where you'd put your OOC. Write as little or as much as you want, the box scrolls.
  144. <br><br>
  145. βœ… OOC do<br>
  146. βœ… OOC do<br>
  147. <br>
  148. ❎ OOC don't<br>
  149. ❎ OOC don't<br>
  150. </div>
  151.  
  152. <div class="image"></div>
  153. <div class="name">hiru akiada</div>
  154. <div class="coder"><a href="https://roleplay.chat/profile.php?user=words">coded by words</div>
  155.  
  156. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement