Advertisement
ChaZayari

Annika

Aug 5th, 2020
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 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. body{
  9. background: #B1ADC6;
  10. }
  11.  
  12. #image{
  13. position: fixed;
  14. bottom: 0vh;
  15. right: 10vw;
  16. }
  17.  
  18. #image img{
  19. height: 70vh;
  20. }
  21.  
  22.  
  23. #info, #ooc{
  24. position: fixed;
  25. border: .75vh rgb(51, 38, 75) solid;;
  26. background: rgb(200, 182, 211);
  27. padding: .5%;
  28. font-family: 'Whitney';
  29. font-size: 1.75vh;
  30. color:rgb(51, 38, 75)
  31. }
  32.  
  33. #info{
  34. height: 40vh;
  35. width: 15vw;
  36. bottom: 10vh;
  37. left: 14.5vw;
  38. }
  39.  
  40. #ooc{
  41. height: 20vh;
  42. width: 15vw;
  43. bottom: 30vh;
  44. left: 32vw;
  45. }
  46.  
  47. #nav1, #nav2, #nav3, #nav4{
  48. position: fixed;
  49. background:rgb(51, 38, 75);
  50. width: 2.5vw;
  51. height: 17vh;
  52. bottom: 10vh;
  53. padding: .5%;
  54. transition: 0.6s;
  55. overflow: hidden;
  56. }
  57.  
  58. #nav1{z-index: 1;left: 32vw;}
  59. #nav1:hover{transition: 0.6s;z-index: 5;width:15.75vw;}
  60. #nav1:hover .navtext{opacity: 1;transition-delay: .55s;}
  61. #nav2{z-index: 2;left: 36.4vw;}
  62. #nav2:hover{transition: 0.6s;z-index: 5;left:32vw;width:15.75vw;}
  63. #nav2:hover .navtext{opacity: 1;transition-delay: .55s;}
  64. #nav3{z-index: 3;left: 40.8vw;}
  65. #nav3:hover{transition: 0.6s;z-index: 5;left:32vw;width:15.75vw;}
  66. #nav3:hover .navtext{opacity: 1;transition-delay: .55s;}
  67. #nav4{z-index: 4;left: 45.2vw;}
  68. #nav4:hover{transition: 0.6s;z-index: 5;left:32vw;width:15.75vw;}
  69. #nav4:hover .navtext{opacity: 1;transition-delay: .55s;}
  70.  
  71.  
  72. .navtext{
  73. opacity: 0;
  74. color:rgb(200, 182, 211);
  75. text-align: center;
  76. font-family: 'Gotham';
  77. font-size: 5vh;
  78. transition: 0.4s;
  79. }
  80.  
  81.  
  82. #title{
  83. position: fixed;
  84. z-index: 6;
  85. height: 15vh;
  86. width: 35vw;
  87. left: 14.5vw;
  88. top: 35vh;
  89. font-family: 'Ambar Pearl';
  90. font-size: 10vh;
  91. color:rgb(51, 38, 75);
  92. }
  93.  
  94.  
  95.  
  96. #credit {
  97. z-index:1;
  98. position:fixed;
  99. height:10vh;
  100. right:1%;
  101. bottom:1%;
  102. border-radius:5px;
  103. filter: drop-shadow(0 0 0 1vh #fff;
  104. }
  105.  
  106.  
  107.  
  108.  
  109. </style>
  110.  
  111.  
  112. <div id="image"><img src="https://i.imgur.com/7EpRGND.png"></div>
  113.  
  114. <a href="#one"><div id="nav1"><br><br><div class="navtext">Story</div></div></a>
  115. <a href="#two"><div id="nav2"><br><br><div class="navtext">Stats</div></div></a>
  116. <a href="#three"><div id="nav3"><br><br><div class="navtext">Notes</div></div></a>
  117. <a href="#four"><div id="nav4"><br><br><div class="navtext">Extras</div></div></a>
  118.  
  119. <div id="title">Annika</div>
  120.  
  121. <div id="info">
  122. <div style="height: 100%; overflow-y: hidden;">
  123. <a name="one"></a>
  124. <div style="width:100%; height: 100%; overflow: auto; " text-align="left">
  125. <h1>The Story</h1>
  126. <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>
  127. </div>
  128.  
  129. <a name="two"></a>
  130. <div style="width:100%; height: 100%; overflow: auto; " text-align="left">
  131. <h1>The Stats</h1>
  132. Name: Annika Earhart<br>
  133. Age: 24 Years<br>
  134. Gender: Female<br>
  135. Race: Human<br>
  136. Ethnicity: Hispanic American<br>
  137. <br>
  138. Height: 5'6"<br>
  139. Weight: 143 lbs.<br>
  140. Eyes: Chocolate Brown<br>
  141. Hair: Auburn with blonde highlights<br>
  142. <br>
  143. Orientation: Bicurious<br>
  144. Occupation: Part-time Waitress<br>
  145. Marital: Single<br>
  146. Status: Content.
  147. </div>
  148.  
  149. <a name="three"></a>
  150. <div style="width:100%; height: 100%; overflow: auto; " text-align="left">
  151. <h1>The Notes</h1>
  152. <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>
  153. </div>
  154.  
  155. <a name="four"></a>
  156. <div style="width:100%; height: 100%; overflow: auto; " text-align="left">
  157. <h1>The Extras</h1>
  158. <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>
  159. </div>
  160. </div>
  161.  
  162.  
  163.  
  164. <div id="ooc">
  165. <h1>O.O.C.</h1>
  166. <ol>
  167. <li>Artwork isn't mine.</li>
  168. <li>In-Room Approach is Mandatory</li>
  169. <li>Don't be a dick.</li>
  170. <li>Don't DM me with a starter post.</li>
  171. <li>Eastern Standard Time</li>
  172. </ol>
  173. </div>
  174.  
  175.  
  176.  
  177. <a target="_blank" href="https://roleplay.chat/profile.php?user=From+Shadows+Codes" target="_blank" title="Thanks for using this layout! Please inform me of issues.">
  178. <img src="https://i.imgur.com/A9wLMgS.png" id="credit"/>
  179. </a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement