ChaZayari

Ahja

Sep 30th, 2020 (edited)
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. <style>
  2. @import url('https://www.themonster.xyz/styles/fancy-fonts.css');
  3. ::-webkit-scrollbar{width:0.5vh;height:0.1vh;}
  4. ::-webkit-scrollbar-track{border-radius:0;background:transparent;}
  5. ::-webkit-scrollbar-thumb{border-radius:0;background:transparent;}
  6.  
  7.  
  8. body{
  9. background: url(https://i.imgur.com/eYvmavQ.png);
  10. background-size: cover;
  11. background-position: center;
  12. }
  13.  
  14. #image{
  15. position: fixed;
  16. bottom: 0vh;
  17. right: 15vw;
  18. z-index: 5;
  19. filter: drop-shadow(1vh 0vh 1vh);
  20. }
  21.  
  22. #image img{
  23. height: 95vh;
  24. }
  25.  
  26. #bar{
  27. position: fixed;
  28. bottom: 20vh;
  29. height: 40vh;
  30. width: 100vw;
  31. left: 0vw;
  32. background: linear-gradient(-65deg, #140b06, #26160d, #140b06);
  33. z-index: 1;
  34. }
  35.  
  36.  
  37. #title{
  38. position: fixed;
  39. top: 28vh;
  40. width: 50vw;
  41. left: 13vw;
  42. height: 15vh;
  43. z-index: 3;
  44. font-family: 'Brilliantte';
  45. font-size: 15vh;
  46. color: #fff;
  47. text-shadow: 0 0 1vh #000;
  48. }
  49.  
  50. #story, #stats, #ooc{
  51. position: fixed;
  52. height: 35vh;
  53. width: 15vw;
  54. bottom: 22.5vh;
  55. z-index: 2;
  56. font-family: 'Whitney';
  57. font-size: 1.5vh;
  58. color: #fff;
  59. overflow: auto;
  60. }
  61.  
  62. #story{
  63. left: 11vw;
  64. text-align: justify;
  65. }
  66. #stats{
  67. left: 28vw;
  68. }
  69. #ooc{
  70. left: 45vw;
  71. }
  72.  
  73. h1{
  74. font-family: 'Whitney';
  75. font-size: 3vh;
  76. font-weight: lighter;
  77. text-transform: uppercase;
  78. border-bottom: .25vh #fff solid;
  79. text-align: center;
  80. }
  81.  
  82. .r{float: right;}
  83.  
  84. </style>
  85. <div id="bar"></div>
  86.  
  87. <div id="title">Ahja Ganajai</div>
  88.  
  89. <div id="image">
  90. <img src="https://i.imgur.com/o2hqgSC.png">
  91. </div>
  92.  
  93.  
  94. <div id="story">
  95. <h1>Story</h1>
  96. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
  97. </div>
  98. <div id="stats">
  99. <h1>Stats</h1>
  100. Name<div class="r">Ahja Ganajai</div><br>
  101. Age<div class="r">23 years</div><br>
  102. Gender<div class="r">Female</div><br>
  103. Race<div class="r">Miqo'te, Keeper of the Moon</div><br>
  104. <br>
  105. Height<div class="r">5'0.5"</div><br>
  106. Weight<div class="r">101 lbs.</div><br>
  107. Eyes<div class="r">Lilac</div><br>
  108. Hair<div class="r">Auburn with grey streaks</div><br>
  109. <br>
  110. Job(s)<div class="r">SCH</div><br>
  111. Nameday<div class="r">2nd Sun of the 5th Astral Moon</div><br>
  112. Orientation<div class="r">Homoflexible</div><br>
  113. S/O<div class="r">Singular.</div><br>
  114. </div>
  115. <div id="ooc">
  116. <h1>OOC</h1>
  117. <ol>
  118. <li>This code is made by myself, and not for anyone's use but my own.</li><br>
  119. <li>Yes, this is yet another FF14 OC.</li><br>
  120. <li>Shitpost to Multi-Para post size.</li><br>
  121. <li>In-Room Approach mandatory.</li><br>
  122. <li>Don't be a twat.</li><br>
  123. <li>IC =/= OOC</li><br>
  124. </ol></div>
Add Comment
Please, Sign In to add comment