Advertisement
ChaZayari

Kensai

Dec 15th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 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: url(https://i.imgur.com/WZCb8FF.jpg);
  11. background-size: cover;
  12. background-position: center;
  13. }
  14.  
  15.  
  16. #box{
  17. position: fixed;
  18. border: 1.5vh #374531 solid;
  19. background: #5d6958;
  20. width: 70vw;
  21. left: 15vw;
  22. height: 55vh;
  23. bottom: 17.5vh;
  24. box-shadow: 0 1vh 1vh #000;
  25. }
  26.  
  27. #title{
  28. position: fixed;
  29. text-align: right;
  30. width: 30vw;
  31. height: 20vh;
  32. top: 10vh;
  33. right: 13vw;
  34. font-family: 'Channel';
  35. font-size: 10vh;
  36. color: #edfce6;
  37. text-shadow: 0 1vh 1vh #000;
  38. z-index: 6;
  39. }
  40.  
  41. #image{
  42. position: fixed;
  43. bottom: 14vh;
  44. left: 20vw;
  45. z-index: 5;
  46. }
  47.  
  48. #image img{
  49. height: 75vh;
  50. }
  51.  
  52.  
  53. #info{
  54. position: fixed;
  55. text-align: center;
  56. z-index: 5;
  57. padding: 1%;
  58. width: 25vw;
  59. height: 35vh;
  60. border: 1vh #394f2f solid;
  61. right: 22vw;
  62. bottom: 23vh;
  63. box-shadow: 0 1vh 1vh #000;
  64. font-family: 'Ancient';
  65. font-size: 2.5vh;
  66. color: #edfce6;
  67. text-shadow: 0 1vh 2vh #000;
  68. }
  69.  
  70. #nav1, #nav2, #nav3{
  71. position: fixed;
  72. right: 16.5vw;
  73. z-index: 5;
  74. filter:drop-shadow(0 0 1vh #000);
  75. }
  76.  
  77. #nav1{transition: 0.5s;top: 40vh;}
  78. #nav1 img{height: 7vh;}
  79. #nav1:hover{transform:rotate(360deg);transition: 0.5s;}
  80. #nav2{transition: 0.5s;top: 52vh;}
  81. #nav2 img{height: 7vh;}
  82. #nav2:hover{transform:rotate(360deg);transition: 0.5s;}
  83. #nav3{transition: 0.5s;top: 64vh;}
  84. #nav3 img{height: 7vh;}
  85. #nav3:hover{transform:rotate(360deg);transition: 0.5s;}
  86.  
  87. </style>
  88.  
  89. <div id="image"><img src="https://i.imgur.com/6FWtpb9.png"></div>
  90.  
  91. <div id="nav1"><a href="#one"><img src="https://i.imgur.com/KuQEt30.png"></a></div>
  92. <div id="nav2"><a href="#two"><img src="https://i.imgur.com/KuQEt30.png"></a></div>
  93. <div id="nav3"><a href="#three"><img src="https://i.imgur.com/KuQEt30.png"></a></div>
  94.  
  95.  
  96. <div id="title">Kensai</div>
  97. <div id="box"></div>
  98. <div id="info">
  99.  
  100. <div style="height: 100%; overflow-y: hidden;">
  101. <a name="one"></a>
  102. <div style="width:100%; height: 100%; overflow: auto; " align="center">
  103. <h1>Header</h1>
  104. <p>
  105. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Odio pellentesque diam volutpat commodo sed egestas egestas fringilla phasellus. Mauris a diam maecenas sed. Fermentum et sollicitudin ac orci phasellus egestas. Viverra nibh cras pulvinar mattis nunc.</p>
  106.  
  107. </div>
  108.  
  109.  
  110. <a name="two"></a>
  111. <div style="width:100%; height: 100%; overflow: auto; " align="center">
  112. <h1>Stats</h1>
  113. Name: Stat<br>
  114. Race:Stat<br>
  115. Age: Stat<br>
  116. Gender: Stat<br>
  117. Occupation: Stat<br>
  118. Height: Stat<br>
  119.  
  120.  
  121. </div>
  122.  
  123. <a name="three"></a>
  124. <div style="width:100%; height: 100%; overflow: auto; " align="center">
  125. <h1>OOC</h1>
  126. <li>OOCOOCOOCOOCOOCOOCOOCOOC</li>
  127.  
  128. </div>
  129. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement