Advertisement
ChaZayari

Sahja

Dec 12th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. <style>
  2. @import url('https://www.themonster.xyz/styles/fancy-fonts.css');
  3. @import url('https://fonts.googleapis.com/css?family=Bilbo|Bilbo+Swash+Caps&display=swap');
  4. ::-webkit-scrollbar{width:0.5vh;height:0.1vh;}
  5. ::-webkit-scrollbar-track{border-radius:0;background:transparent;}
  6. ::-webkit-scrollbar-thumb{border-radius:0;background:transparent;}
  7.  
  8. #image{
  9. position: fixed;
  10. bottom: 0vh;
  11. left: 30vw;
  12. }
  13.  
  14. #image img{
  15. height: 100vh;
  16. }
  17.  
  18. #box, #box2{
  19. position: fixed;
  20. background: url(https://i.imgur.com/8NTUA57.jpg);
  21. background-size: cover;
  22. padding: 1%;
  23. text-align: center;
  24. z-index: 5;
  25. height: 80vh;
  26. width: 20vw;
  27. bottom: 9vh;
  28. color: #fff;
  29. font-family: 'Bilbo';
  30. font-size: 3vh;
  31. }
  32.  
  33. #box{
  34. left: 5vw;
  35. box-shadow: -1vh 1vh 1vh #000;
  36. background-position: left;
  37. }
  38.  
  39. #box2{
  40. right: 5vw;
  41. box-shadow: 1vh 1vh 1vh #000;
  42. background-position: right;
  43. }
  44.  
  45. h1{
  46. font-family: 'Bilbo Swash Caps';
  47. font-size: 7.5vh;
  48. font-weight: lighter;
  49. }
  50.  
  51. a{
  52. text-decoration: underline;
  53. color: #fff;
  54. }
  55.  
  56. .opacity{
  57. opacity: 0;
  58. transition: 0.4s;
  59. }
  60.  
  61. .opacity:hover{
  62. opacity: 1;
  63. transition: 0.4s;
  64. }
  65.  
  66. </style>
  67.  
  68. <div id="image">
  69. <img src="https://i.imgur.com/5y1aB01.png">
  70. </div>
  71.  
  72.  
  73. <div id="box">
  74. <div class="opacity">
  75. <h1>Sahja Natehfi</h1>
  76. Twenty two years old.<br>
  77. Female.<br>
  78. A Mystel.<br>
  79. Born and raised in <a target="_blank" href="https://finalfantasy.fandom.com/wiki/Amh_Araeng">Amh Araeng.</a><br>
  80. A Dancer of a different fashion.<br>
  81. 5'5"<br>
  82. 154 lbs.<br><br><br><br>
  83. <ol>
  84. <li>Art is not mine.</li>
  85. <li>There will be more information as time goes on. Character development is a thing.</li>
  86. <li>Do not come to me expecting to get laid.</li>
  87. <li>OOC doesn't equal IC</li>
  88. </div></div>
  89. <div id="box2">
  90. <div class="opacity">
  91. <h1>A Water Dancer</h1>
  92. <p>When you've spent as much time learning the arts of white magic and dancing as Sahja has, you begin to learn different ways to combine your talents into one art. Sahja, a young dancer from Amh Araeng, learned her art in her early years, and then moved to begin learning White Magic when she was in her late teens, aiming to help people who had been injured by various attacks on their villages. </p>
  93.  
  94. <p>Only when she reached twenty years of age did she realize how much good she could do by combining her talents. Her dancing, already capable of lifting spirits, could easily be combined with the healing elements to heal body as well as soul.</p>
  95. </div>
  96. </div>
  97.  
  98. <!--NO_SCRUBS-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement