Advertisement
ChaZayari

Sayano Kanshi

Jun 28th, 2020
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. <style>
  2. @import url('https://www.themonster.xyz/styles/fancy-fonts.css');
  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.  
  9. body{
  10. background: #e3c56d;
  11. }
  12.  
  13. #image{
  14. position: fixed;
  15. bottom: 0vh;
  16. right: 14vw;
  17. filter: drop-shadow(-1vh 1vh 0 #000);
  18. }
  19. #image img{
  20. height: 100vh;
  21. }
  22.  
  23. #box{
  24. position: fixed;
  25. background: #947e28;
  26. box-shadow: -1vh 1vh 0vh #000;
  27. height: 75vh;
  28. width: 25vw;
  29. top: 3vh;
  30. left: 25vw;
  31. z-index: 1;
  32. }
  33.  
  34. #nav1, #nav2{
  35. position: fixed;
  36. border-bottom: .75vh #947e28 solid;
  37. bottom: 12vh;
  38. width: 12.5vw;
  39. height: 5vh;
  40. text-align: center;
  41. transition: 0.4s;
  42. font-family: 'Gotham';
  43. text-transform: uppercase;
  44. color: #fff;
  45. font-size: 1.5vh;
  46. font-weight: bold;
  47. letter-spacing: 5px;
  48. }
  49.  
  50. #nav3, #nav4{
  51. position: fixed;
  52. border-top: .75vh #947e28 solid;
  53. bottom: 7vh;
  54. width: 12.5vw;
  55. height: 5vh;
  56. text-align: center;
  57. transition: 0.25s;
  58. font-family: 'Gotham';
  59. text-transform: uppercase;
  60. color: #fff;
  61. font-size: 1.5vh;
  62. font-weight: bold;
  63. letter-spacing: 5px;
  64. }
  65.  
  66. #nav1{left: 25vw;border-right:.5vh #947e28 solid;}
  67. #nav1:hover{background:#fff;color: #947e28;transition: 0.25s;}
  68. #nav2{left: 37.5vw;border-left:.5vh #947e28 solid;}
  69. #nav2:hover{background:#fff;color: #947e28;transition: 0.25s;}
  70. #nav3{left: 25vw;border-right:.5vh #947e28 solid;}
  71. #nav3:hover{background:#fff;color: #947e28;transition: 0.25s;}
  72. #nav4{left: 37.5vw;border-left:.5vh #947e28 solid;}
  73. #nav4:hover{background:#fff;color: #947e28;transition: 0.25s;}
  74.  
  75.  
  76. .appear{opacity: 0; z-index: 3; transition: 1s;}
  77. .appear:target{opacity: 1; z-index: 5; transition: 1s;}
  78.  
  79.  
  80. #info1, #info2, #info3, #info4{
  81. position: fixed;
  82. backgorund: transparent;
  83. height: 73vh;
  84. width: 24vw;
  85. top: 4vh;
  86. left: 25.5vw;
  87. font-family: 'Gotham';
  88. font-size: 2vh;
  89. color: #fff;
  90. text-shadow: 0 .25vh .5vh #000;
  91. overflow: auto;
  92. line-height: 4vh;
  93. }
  94.  
  95. h1{
  96. font-family: 'Helvetica';
  97. font-size: 3.5vh;
  98. border-bottom: 2px #fff solid;
  99. text-transform: uppercase;
  100. letter-spacing: 5px;
  101. }
  102.  
  103. a{
  104. transition: 0.3s;
  105. color: #fff;
  106. }
  107.  
  108. a:hover{
  109. transitioN: 0.3s;
  110. color: #ffcf42;
  111. text-shadow: 0 0 1vh #ffe085;
  112. }
  113.  
  114. .r{float: right}
  115.  
  116. </style>
  117.  
  118. <div id="image"><img src="https://i.imgur.com/N6bMGhv.png"></div>
  119.  
  120. <div id="box"></div>
  121. <a href="#info1"><div id="nav1"><br>Stats</div></a>
  122. <a href="#info2"><div id="nav2"><br>History</div></a>
  123. <a href="#info3"><div id="nav3"><br>Notes</div></a>
  124. <a href="#info4"><div id="nav4"><br>OOC</br></div></a>
  125.  
  126.  
  127. <div id="info1" class="appear">
  128. <center>
  129. <h1>Dossier</h1>
  130. </center>
  131. Name:<div class="r">Sayano Kanshi</div><br>
  132. Age:<div class="r">18</div><br>
  133. Race:<div class="r">Au'ra, Raen</div><br>
  134. Gender:<div class="r">Female</div><br>
  135. Height:<div class="r">5'0"</div><br>
  136. Job:<div class="r">Arcanist</div><br>
  137. Orientation: <div class="r">Homoflexible</div><br>
  138. Status:<div class="r"><a target="_blank" href="https://roleplay.chat/profile.php?user=Sila+Juhbi">Taken!</a></div><br>
  139. </div>
  140.  
  141.  
  142. <div id="info2" class="appear"><center>
  143. <h1>History</h1>
  144. 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.</div>
  145.  
  146.  
  147. <div id="info3" class="appear"><center>
  148. <h1>Notes</h1>
  149. <li></li>
  150. <li></li>
  151. <li></li>
  152. <li></li>
  153. <li></li>
  154. </div>
  155.  
  156. <div id="info4" class="appear"><center>
  157. <h1>OOC</h1>
  158. <ol>
  159. <li>Please don't be rude.</li>
  160. <li>Drama is unappreciated.</li>
  161. <li>In-Room approach first.</li>
  162. <li>FFXIV OC.</li>
  163. <li>Layout made by <a target="_blank" href="https://roleplay.chat/profile.php?user=From+Shadows+Codes">From Shadows.</a> Please do not Steal.</li>
  164. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement