Advertisement
ChaZayari

Burnt

May 18th, 2020
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 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=Arizonia|Niconne|Norican|Yellowtail|Yesteryear|Zhi+Mang+Xing&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.  
  9. body{
  10. background: #E6E0C8;
  11. }
  12.  
  13.  
  14. #image{
  15. position: fixed;
  16. top: 0vh;
  17. right: 10vw;
  18. }
  19.  
  20. #image img{
  21. height: 100vh;
  22. }
  23.  
  24. #box{
  25. position: fixed;
  26. padding: 1%;
  27. overflow: auto;
  28. z-index: 5;
  29. text-align: center;
  30. background: #ffad42;
  31. box-shadow: -1vh 1vh 1vh #000;
  32. height: 38vh;
  33. width: 32vw;
  34. left: 12vw;
  35. bottom: 32vh;
  36. font-family: 'Gotham';
  37. font-size: 2.5vh;
  38. color: #542370;
  39. text-shadow: 0 0 1vh #000;
  40. }
  41.  
  42. #title{
  43. position: fixed;
  44. z-index: 6;
  45. height: 20vh;
  46. width: 45vw;
  47. left: 10vw;
  48. bottom: 65vh;
  49. font-family: 'Yesteryear';
  50. font-size: 15vh;
  51. color: #ffd480;
  52. text-shadow: -.5vh .5vh .75vh #000;
  53. }
  54.  
  55. h1{
  56. font-family: 'Arizonia';
  57. font-size: 4vh;
  58. color: #d8a6ff;
  59. }
  60.  
  61.  
  62. #nav1, #nav2, #nav3{
  63. position: fixed;
  64. z-index: 3;
  65. background: #ffad42;
  66. box-shadow: -1vh 1vh 1vh #000;
  67. height: 5vh;
  68. width: 10vw;
  69. bottom: 60vh;
  70. transition: .5s;
  71. }
  72.  
  73. #nav1{left: 12.75vw;transition: .5s;}
  74. body:hover #nav1{bottom: 25vh;}
  75. #nav1:hover{#d8a6ff;}
  76.  
  77. #nav2{left: 23.75vw;transition: .5s;transition-delay: .1s;}
  78. body:hover #nav2{bottom: 25vh;}
  79. #nav2:hover{#d8a6ff;}
  80.  
  81. #nav3{left: 34.75vw;transition: .5s;transition-delay: .2s;}
  82. body:hover #nav3{bottom: 25vh;}
  83. #nav3:hover{#d8a6ff;}
  84.  
  85.  
  86. </style>
  87.  
  88. <div id="image">
  89. <img src="https://i.imgur.com/1MpBeRf.jpg">
  90. </div>
  91.  
  92. <div id="title">Yang Xiao Long</div>
  93.  
  94. <a href="#one"><div id="nav1"></div></a>
  95. <a href="#two"><div id="nav2"></div></a>
  96. <a href="#three"><div id="nav3"></div></a>
  97.  
  98. <div id="box">
  99. <div style="height: 100%; overflow-y: hidden;">
  100. <a name="one"></a>
  101. <div style="width:100%; height: 100%; overflow: auto; " align="center">
  102. <br>
  103. <h1>What if.</h1>
  104. <i>
  105. <p>What if many things. What if bread had never been invented? What if the world had split in half? What if...</p>
  106. <p>What if the Fall of Beacon never happened?</p>
  107. <p>What if instead, team RWBY attended Beacon all the way up to graduation, graduated from the academy, and became huntresses as per the original plan?</p>
  108. <p>Well, Alternate Universes are wonderful things.</p></i>
  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: Yang Xiao Long<br>
  117. Age: 23 years old<br>
  118. Gender: Female<br>
  119. Height: 5'8"<br>
  120. Weight: 143 lbs.<br>
  121. Status: <a target="_blank" href="https://roleplay.chat/profile.php?user=Schnee">Chill.</a><br>
  122. Occupation(s): Huntress. Dabbles in baking, and has started learning to play the drums.<br>
  123. </center>
  124.  
  125.  
  126. </div>
  127.  
  128. <a name="three"></a>
  129. <div style="width:100%; height: 100%; overflow: auto; " align="left">
  130. <center><h1>Out of Character</h1></center>
  131. <ol>
  132. <li>Tendency to be busy on the regular. If I hop on, it's more than likely to shitpost, or do a one-off.</li>
  133. <li>Code was put together by <a target="_blank" href="https://roleplay.chat/profile.php?user=From+Shadows+Codes">From Shadows</a> for Burnt's use. Please do not steal this code.</li>
  134. <li>Smut is okay, but I don't prefer it.</li>
  135. <li>I prefer talking with people who have some sense of literacy, and who have some semblance of a profile.</li>
  136. </ol>
  137. </div>
  138.  
  139.  
  140.  
  141.  
  142. </div>
  143. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement