Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. css
  2.  
  3. body{background: #d4b0bc;}
  4.  
  5. #avaPic{
  6. width: 400px;
  7. height: 760px;
  8. background: #000 url("https://i.imgur.com/geP5dn9.jpg");
  9. background-repeat: no-repeat;
  10. background-size: 400px;
  11. background-position: bottom left;
  12. position: absolute;
  13. top: 100%;
  14. left: 0%;
  15. margin: -758px 0px 0px 0px;
  16. box-shadow: -50px 50px 100px #d4b0bc inset;
  17. }
  18.  
  19. #name{
  20. width: 500px;
  21. height: 100px;
  22. transform: rotate(90deg);
  23. background: #d4b0bc;
  24. position: absolute;
  25. text-align: Center;
  26. font-family: 'Satisfy';
  27. font-size: 80px;
  28. color: #fff;
  29. -webkit-text-stroke: 1px #000;
  30. margin: 300px 0px 0px -250px;
  31. }
  32.  
  33. #desOne{
  34. width: 1px;
  35. height: 760px;
  36. position: absolute;
  37. background: #000;
  38. left: 100%;
  39. margin: 0px 0px 0px 60px;
  40. }
  41.  
  42. #textBox{
  43. width: 400px;
  44. height: 400px;
  45. position: absolute;
  46. margin: 150px 0px 0px 50px;
  47. text-align: Justify;
  48. color: #fff;
  49. font-size: 15px;
  50. font-family: 'PT Sans Narrow';
  51. text-shadow: 1px 1px 1px #000;
  52. }
  53.  
  54. #oocBox{
  55. width: 400px;
  56. height: 150px;
  57. position: absolute;
  58. text-align: Justify;
  59. color: #fff;
  60. font-size: 14px;
  61. font-family: 'PT Sans Narrow';
  62. text-shadow: 1px 1px 1px #000;
  63. top: 100%;
  64. margin: -180px 0px 0px 50px;
  65. }
  66.  
  67. #statBox{
  68. width: 400px;
  69. height: 20px;
  70. position: absolute;
  71. text-align: Center;
  72. color: #fff;
  73. font-size: 16px;
  74. font-family: 'PT Sans Narrow';
  75. text-shadow: 1px 1px 1px #000;
  76. margin: 100px 0px 0px 50px;
  77. }
  78.  
  79.  
  80. html
  81.  
  82. <link href='https://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet'>
  83. <link href='https://fonts.googleapis.com/css?family=PT Sans Narrow' rel='stylesheet'>
  84. <div id="avaPic">
  85. <div id="desOne">
  86.  
  87. <div id="name">Sumiko Saeki</div>
  88.  
  89. <div id="textBox">
  90. Having had suffered bullying when she was in school, Sumiko grew up to be rather timid and meek. Her self image worsened with every insult and now she accepts more of them compared to compliments.<br><br>
  91. In an attempts to better this, after college, she got into modeling. Surprisingly, she was rather good at it. Eventually, her job lead her to doing more scandalous shots, eventually going almost full nude. She went by a stage name, Miss Sae.<br><br>
  92. In an attempt to help future students, she became a school counselor. Currently, she works in Hentai High.<br><br><hr><br>• Sumiko is Pacifistic and will often never fight back. She might cry at a moment's notice when someone raises their voice at her.<br>• Sumiko likes to read fantasy novels, most of which has main characters being a heroine set out to fulfill a destiny unbeknownst to her.<br>• Sumiko can be <b>highly</b> childish towards people she's comfortable with.
  93.  
  94. </div>
  95.  
  96. <div id="oocBox">
  97. OOC stuff:<br>
  98. - Room RP is priority. Dark themes adored.<br>
  99. - I reserve the right to say no.<br>
  100. - Typist is often busy, so responses might be sparse.<br>
  101. - LT and ST RP is both fine.<br>
  102. - If you want to write in room, message me for attention!<br>
  103. - Typist is the one who enjoys rough, abusive treatment. Not the character. So character won't enjoy when it happens, but the typist is very much enjoying it.<br>
  104. - Profile is subject to change.<br>
  105. </div>
  106.  
  107. <div id="statBox">- Female | Bisexual - Male lean | 25 years old | Single | Timid & Meek -</div>
  108.  
  109. </div>
  110. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement