Advertisement
ChaZayari

Zaala

Aug 5th, 2020
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Arizonia|Lateef&display=swap');
  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/s4cYozk.png);
  10. background-size: cover;
  11. background-position: center;
  12. }
  13.  
  14. #image{
  15. position: fixed;
  16. background: url(https://i.imgur.com/tSobyZ4.jpg);
  17. background-size: cover;
  18. background-position: center;
  19. top: 5vh;
  20. left:35.5vw;
  21. z-index: 5;
  22. height: 90vh;
  23. width: 29vw;
  24. box-shadow: 0vh 1vh 1vh #000;
  25. }
  26.  
  27.  
  28.  
  29.  
  30. #box1, #box2{
  31. position: fixed;
  32. text-align: center;
  33. z-index: 1;
  34. height: 90vh;
  35. width: 29vw;
  36. bottom: 5vh;
  37. background: #b586d9;
  38. }
  39.  
  40. #box1{
  41. left: 3vw;
  42. box-shadow: -1vh 1vh 1vh #000;
  43. }
  44.  
  45. #box2{
  46. right: 3vw;
  47. box-shadow: 1vh 1vh 1vh #000;
  48. }
  49.  
  50.  
  51. #info1, #info2, #info3{
  52. position: fixed;
  53. padding: 1%;
  54. background: rgba(0, 0, 0, 0.6);
  55. height: 84vh;
  56. bottom: 6vh;
  57. width: 25.5vw;
  58. z-index: 5;
  59. opacity: 0;
  60. transition: .75s;
  61. font-family: 'Lateef';
  62. font-size: 2.5vh;
  63. color: #fff;
  64. text-shadow: 0vh 1vh 1vh #000;
  65. overflow: auto;
  66. }
  67.  
  68. #info1{
  69. left: 3.75vw;
  70. text-align: center;
  71. }
  72. #info1:hover{
  73. opacity: 1;
  74. transition: .75s;
  75. }
  76.  
  77. #info2{
  78. left: 36.4vw;
  79. }
  80. #info2:hover{
  81. opacity: 1;
  82. transition: .75s;
  83. }
  84.  
  85. #info3{
  86. right: 3.75vw;
  87. text-align: center;
  88. }
  89. #info3:hover{
  90. opacity: 1;
  91. transition: .75s;
  92. }
  93.  
  94. h1{
  95. font-family: 'Arizonia';
  96. font-size: 10vh;
  97. font-weight: lighter;
  98. }
  99.  
  100. .r{float: right;}
  101.  
  102.  
  103. </style>
  104.  
  105. <div id="image"></div>
  106.  
  107. <div id="box1"></div>
  108. <div id="box2"></div>
  109.  
  110. <div id="info1">
  111. <h1></h1></div>
  112.  
  113.  
  114.  
  115. <div id="info2">
  116. <center><h1>Zaala</h1></center>
  117. <br><br>
  118. <br><br>
  119. Name: <div class="r">K'zaala Gamorr</div><br>
  120. Age: <div class="r">22 Years of Age</div><br>
  121. Gender: <div class="r">Female</div><br>
  122. Race: <div class="r">Miqo'te, Seeker of the Sun</div><br>
  123. <br>
  124. Height: <div class="r">5'1"</div><br>
  125. Weight: <div class="r">Midweight</div><br>
  126. Hair: <div class="r">Raven Black, Dark Red Highlights</div><br>
  127. Eyes: <div class="r">Light Onyx</div><br>
  128. <br>
  129. Job of Choice: <div class="r">Red Mage</div><br>
  130. City of Origin: <div class="r">Ul'dah</div><br>
  131. Occupation: <div class="r">Traveling Magician</div><br>
  132. Oriention: <div class="r">Bicurious</div><br>
  133. Status: <div class="r">Wandering.</div><br>
  134. Marital: <div class="r">Free as a bird, not looking.</div><br>
  135. </div>
  136.  
  137.  
  138.  
  139.  
  140. <div id="info3">
  141. <h1>OOC</h1>
  142. <li>This is MY CODE! No touchy!</li>
  143. <li>The art is most definitely not mine. I wish I could draw half this well, but alas, I cannot.</li>
  144. <li>I'm a full-time University Student with weekends off. I have to step away periodically for class and whatnot.</li>
  145. <li>I play FFXIV on the regular! If you want to join my in my exploits, feel free to hit me up. We can discuss details then.</li>
  146. <li>Don't be a dick. We're all here to have a good time. You don't need to be the person who ruins it.</li>
  147. <li>Please approach me in-room. I won't respond to a random stranger DMing me who is idling in the Pillory or in PMs Only or something like that.</li>
  148. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement