Advertisement
ChaZayari

Annika

May 20th, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.15 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="MAIN IMAGE HERE"></div>
  113.  
  114. <a href="#one"><div id="nav1"><br><br><div class="navtext">Page 1</div></div></a>
  115. <a href="#two"><div id="nav2"><br><br><div class="navtext">Page 2</div></div></a>
  116. <a href="#three"><div id="nav3"><br><br><div class="navtext">Page 3</div></div></a>
  117. <a href="#four"><div id="nav4"><br><br><div class="navtext">Page 4</div></div></a>
  118.  
  119. <div id="title">Main Title</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>Page One</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>Page Two</h1>
  132. <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>
  133. </div>
  134.  
  135. <a name="three"></a>
  136. <div style="width:100%; height: 100%; overflow: auto; " text-align="left">
  137. <h1>Page Three</h1>
  138. <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>
  139. </div>
  140.  
  141. <a name="four"></a>
  142. <div style="width:100%; height: 100%; overflow: auto; " text-align="left">
  143. <h1>Page Four</h1>
  144. <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>
  145. </div>
  146. </div>
  147.  
  148.  
  149.  
  150. <div id="ooc">
  151. <h1>O.O.C.</h1>
  152. <ol>
  153. <li>OOC</li>
  154. <li>OOC</li>
  155. <li>OOC</li>
  156. <li>OOC</li>
  157. <li>OOC</li>
  158. </ol>
  159. </div>
  160.  
  161.  
  162.  
  163. <a target="_blank" href="https://pastebin.com/u/AltimaeDTM" target="_blank" title="Thanks for using this layout! Please inform me of issues.">
  164. <img src="https://i.imgur.com/A9wLMgS.png" id="credit"/>
  165. </a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement