Advertisement
ChaZayari

Stone Cold

May 18th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://www.themonster.xyz/styles/fancy-fonts.css');
  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. right: 10vw;
  12. }
  13.  
  14. #image img{
  15. height: 100vh;
  16. }
  17.  
  18. @keyframes info{
  19. from{left:5vw;opacity: 0;}
  20. to{left:10vw;}
  21. }
  22.  
  23. @keyframes letters{
  24. from{top: 15vh;}
  25. to{top:20vh;opacity: 1;}
  26. }
  27.  
  28. #why, #ayy, #ess, #aych, #aye{
  29. position: fixed;
  30. border: 0px #000 solid;
  31. padding: 1%;
  32. z-index: 6;
  33. height: 15vh;
  34. width: 2.75vw;
  35. opacity: 0;
  36. top: 15vh;
  37. font-family: 'Ailerons';
  38. font-size: 14vh;
  39. color: #a4a7ab;
  40. text-shadow: 0 0 2vh #5c5f63;
  41. animation: letters 2s 1;
  42. animation-fill-mode: both;
  43. }
  44.  
  45. #why{left: 10vw;animation-delay:1s;}
  46. #ayy{left: 15vw;animation-delay:1.25s;}
  47. #ess{left: 20vw;animation-delay:1.5s;}
  48. #aych{left: 25vw;animation-delay:1.75s;}
  49. #aye{left: 30vw;animation-delay:2s;}
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56. #box{
  57. position: fixed;
  58. background: rgba(0, 0, 0, 0.25);
  59. border: 1px solid #a4a7ab;
  60. box-shadow: 0 0 3vh #5c5f63;
  61. padding: 1%;
  62. z-index: 5;
  63. height: 40vh;
  64. width: 35vw;
  65. bottom: 20vh;
  66. animation: info 2s 1;
  67. animation-fill-mode: both;
  68. text-shadow: 0 .5vh 2vh #000;
  69. font-family: 'Gotham';
  70. font-size: 2.5vh;
  71. color: #727478;
  72. }
  73. a{
  74. color: #a4a7ab;
  75. text-decoration: none;
  76. transition: 0.5s;
  77. }
  78.  
  79. a:hover{
  80. transition: 0.5s;
  81. color: #fff;
  82. }
  83.  
  84.  
  85. h1{
  86. font-family: 'Above';
  87. color: #727478;
  88. font-size: 5vh;
  89. }
  90.  
  91. </style>
  92.  
  93. <div id="why"><a href="#two">Y</a></div>
  94. <div id="ayy"><a href="#three">A</a></div>
  95. <div id="ess"><a href="#four">S</a></div>
  96. <div id="aych"><a href="#five">H</a></div>
  97. <div id="aye"><a href="#one">A</a></div>
  98.  
  99.  
  100. <div id="image">
  101. <img src="https://i.imgur.com/IL7ggS5.jpg">
  102. </div>
  103.  
  104. <div id="box">
  105. <div style="height: 100%; overflow-y: hidden;">
  106. <a name="one"></a>
  107. <div style="width:100%; height: 100%; overflow: auto; " align="center">
  108.  
  109.  
  110. </div>
  111.  
  112.  
  113. <a name="two"></a>
  114. <div style="width:100%; height: 100%; overflow: auto; " align="left">
  115. <center><h1>Who?</h1>
  116. Name: Yasha Lyre<br>
  117. Age: 23 years old<br>
  118. Race: Viis<br>
  119. Gender: Female<br>
  120. Height: 6'4"<br>
  121. Weight: 195 lbs.<br>
  122. Occupation: Wandering Monk<br>
  123.  
  124. </center>
  125.  
  126.  
  127. </div>
  128.  
  129. <a name="three"></a>
  130. <div style="width:100%; height: 100%; overflow: auto; " align="left">
  131. <center><h1>History</h1></center>
  132.  
  133. </ol>
  134. </div>
  135.  
  136. <a name="four"></a>
  137. <div style="width:100%; height: 100%; overflow: auto; " align="left">
  138. <center><h1>Headcanons and Notes</h1></center>
  139.  
  140. <li></li>
  141. </ol>
  142. </div>
  143.  
  144. <a name="five"></a>
  145. <div style="width:100%; height: 100%; overflow: auto; " align="left">
  146. <center><h1>Out of Character</h1></center>
  147. <ol>
  148. <li>FFXIV Original Character.</li>
  149. <li>Code is mine. Don't steal.</li>
  150. <li>Eastern Standard Time.</li>
  151. <li>University Student. Likely going to be AFK half the time.</li>
  152. <li>OOC does not equate to IC.</li>
  153. <li>The info on Yasha is a biiiig work in progress.</li>
  154. </ol>
  155. </div>
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162. </div>
  163. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement