Advertisement
ChaZayari

Rope

Apr 12th, 2020
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Amarante|Bellefair|Cormorant+Upright|David+Libre|Goudy+Bookletter+1911|Meddon|Sarabun&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. #background{
  8. position: fixed;
  9. background: url(https://i.imgur.com/usyy9RJ.png);
  10. background-size: cover;
  11. background-position: center;
  12. filter: blur(15px);
  13. z-index: -1;
  14. height: 110vh;
  15. width: 110vw;
  16. top: -5vh;
  17. left: -5vw;
  18. }
  19.  
  20. #image{
  21. position: fixed;
  22. bottom: 5vh;
  23. left: 10vw;
  24. box-shadow: -1vh 1vh 1vh #000;
  25. z-index: 3;
  26. }
  27.  
  28. #image img{
  29. height: 90vh;
  30. }
  31.  
  32. #bar{
  33. position: fixed;
  34. z-index: 1;
  35. bottom: 25vh;
  36. width: 100vw;
  37. left: 0vw;
  38. height: 50vh;
  39. background: rgba(78, 68, 89, 0.6);
  40. }
  41.  
  42. #info1, #info2, #info3, #info4{
  43. position: fixed;
  44. height: 45vh;
  45. width: 40vw;
  46. bottom: 27.5vh;
  47. right: 9vw;
  48. font-family: 'Cormorant Upright';
  49. font-size: 2.5vh;
  50. color: #fff;
  51. overflow: auto;
  52. }
  53.  
  54. h1{
  55. Font-family: 'Amarante';
  56. font-size: 5vh;
  57. font-weight: lighter;
  58. }
  59.  
  60. #title{
  61. position: fixed;
  62. z-index: 4;
  63. text-align: center;
  64. height: 15vh;
  65. top: 12vh;
  66. width: 40vw;
  67. right: 9.75vw;
  68. font-family: 'Meddon';
  69. font-size: 13vh;
  70. color: #ab91c7;
  71. text-shadow: 1vh 1vh 2vh #000;
  72. }
  73.  
  74. #nav1, #nav2, #nav3, #nav4, #nav5{
  75. position: fixed;
  76. z-index: 2;
  77. background: #564766;
  78. clip-path: polygon(0 100%, 0 0, 100% 45%);
  79. height: 10vh;
  80. width: 5vw;
  81. left: 39vw;
  82. transition: 0.5s;
  83. }
  84.  
  85. #nav1{bottom: 65vh;}
  86. #nav1:hover{background: #b071f5;width: 7vw;}
  87. #nav2{bottom: 55vh;}
  88. #nav2:hover{background: #b071f5;width: 7vw;}
  89. #nav3{bottom: 45vh;}
  90. #nav3:hover{background: #b071f5;width: 7vw;}
  91. #nav4{bottom: 35vh;}
  92. #nav4:hover{background: #b071f5;width: 7vw;}
  93. #nav5{bottom: 25vh;}
  94. #nav5:hover{background: #b071f5;width: 7vw;}
  95.  
  96.  
  97. a{
  98. color: #fff;
  99. transition: 0.4s;
  100. }
  101. a:hover{
  102. transition: 0.4s;
  103. color:#dcbdff;
  104. text-shadow: 0 0 1vh #dcbdff;
  105. }
  106.  
  107. .appear{opacity: 0; z-index: 3; transition: 2s;overflow: auto;}
  108. .appear:target{opacity: 1; z-index: 6; transition: 2s;}
  109.  
  110. .r{float:right;}
  111.  
  112.  
  113. </style>
  114.  
  115. <div id="background"></div>
  116. <div id="bar"></div>
  117. <a target="_blank" href="https://imgur.com/a/RI22DMa"><div id="image"><img src="https://i.imgur.com/a7sTATi.png"></div></a>
  118.  
  119. <div id="title">Rope</div>
  120.  
  121. <a href="#info1"><div id="nav1"></div></a>
  122. <a href="#info2"><div id="nav2"></div></a>
  123. <a href="#info3"><div id="nav3"></div></a>
  124. <a href="#info4"><div id="nav4"></div></a>
  125. <a href="#info5"><div id="nav5"></div></a>
  126.  
  127. <div id="info1" class="appear">
  128. <center>
  129. <h1>A Sneaky Rabbit</h1>
  130. <p>Rope is a cat burglar from the slums of Lungmen, who got caught during a botched caper. Sent to Rhodes Island on a special recommendation from Madam Ch'en after Lungmen formed a partnership with the island. Responsible for intelligence gathering. Uses a rope and grappling hook in combat to disorient the enemy.</p>
  131.  
  132. <p>A coy thief. She smiles at everyone, but it's a polite, distant smile. Pilfering is second nature to her. She will sometimes pickpocket someone without even realizing it. At least she knows to give it back now.</p>
  133. </p>
  134. </div>
  135.  
  136. <div id="info2" class="appear">
  137. <center>
  138. <h1>Profile</h1>
  139. </center>
  140. Codename<div class="r">Rope</div><br>
  141. Age<div class="r">22</div><br>
  142. Gender<div class="r">Female</div><br>
  143. Race<div class="r">Cautus</div><br>
  144. Height<div class="r">155cm</div><br>
  145. Birthday<div class="r">April 4</div><br>
  146. Place of Birth<div class="r">Rim Billiton</div><br>
  147. Class<div class="r">Specialist</div><br>
  148. </div>
  149.  
  150. <div id="info3" class="appear">
  151. <center>
  152. <h1>Page Three</h1>
  153. <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></div>
  154.  
  155. <div id="info4" class="appear">
  156. <center>
  157. <h1>OOC</h1>
  158. </center>
  159. <ol>
  160. <li>Character is from the mobile video game, Arknights.</li>
  161. <li>Shitpost - Multi-Para</li>
  162. <li>Don't be a dick.</li>
  163. <li>In-Room approach is appreciated.</li>
  164. <li>Profile was made by <a target="_blank" href="https://roleplay.chat/profile.php?user=From+Shadows+Codes">From Shadows</a> for Earthspirit's use, as well as her alts. Please do not steal or appropriate.</li></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement