Advertisement
ChaZayari

Axis Cat

Apr 10th, 2020
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 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. body{
  8. background: #1D140F ;
  9. }
  10.  
  11. #image{
  12. position: fixed;
  13. bottom: 20vh;
  14. right: 20vw;
  15. z-index: 5;
  16. }
  17.  
  18. #image img{
  19. height: 60vh;
  20. }
  21.  
  22.  
  23. #box1, #box2, #info2, #info3, #info4, #info5{
  24. position: fixed;
  25. background: #221912;
  26. border: .5vh #000 solid;
  27. padding: .5%;
  28. font-family: 'Gotham';
  29. font-size: 1.75vh;
  30. color: #fff;
  31. overflow: auto;
  32. }
  33.  
  34. #box1, #info2, #info3, #info4, #info5{
  35. top: 20vh;
  36. left: 38.5vw;
  37. z-index: 5;
  38. height: 26.25vh;
  39. width: 16.5vw;
  40. }
  41.  
  42. #box2{
  43. bottom: 20vh;
  44. left: 20vw;
  45. height: 26.25vh;
  46. width: 35vw;
  47. }
  48.  
  49. #nav1, #nav2, #nav3, #nav4, #nav5{
  50. position: fixed;
  51. padding: .5%;
  52. border: .5vh #000 solid;
  53. left: 20vw;
  54. height: 2.5vh;
  55. width: 16.5vw;
  56. transition: top .75s, height .75s, z-index .75s .75s;
  57. }
  58.  
  59. #nav1{
  60. background: url(https://i.imgur.com/ee11Wnj.png);
  61. background-position: top center;
  62. background-size: cover;
  63. top: 20vh;
  64. z-index: 5;
  65. }
  66.  
  67. #nav1:hover{
  68. height: 26.25vh;
  69. z-index: 10;
  70. transition: height .75s, z-index .75s -.75s
  71. }
  72.  
  73.  
  74. #nav2{
  75. background: url(https://i.imgur.com/eF0TXIt.jpg);
  76. background-position: top center;
  77. background-size: cover;
  78. top: 25.95vh;
  79. z-index: 6;
  80. }
  81.  
  82. #nav2:hover{
  83. height: 26.25vh;
  84. top: 20vh;
  85. z-index: 10;
  86. transition: top .75s, height .75s, z-index .75s -.75s
  87. }
  88.  
  89.  
  90. #nav3{
  91. background: url(https://i.imgur.com/TVJ9PaK.jpg);
  92. background-position: top center;
  93. background-size: cover;
  94. top: 31.9vh;
  95. z-index: 7;
  96. }
  97.  
  98. #nav3:hover{
  99. height: 26.25vh;
  100. top: 20vh;
  101. z-index: 10;
  102. transition: top .75s, height .75s, z-index .75s -.75s
  103. }
  104.  
  105.  
  106. #nav4{
  107. background: url(https://i.imgur.com/Zh4Yhun.jpg);
  108. background-position: center;
  109. background-size: cover;
  110. top: 37.85vh;
  111. z-index: 8;
  112. }
  113.  
  114. #nav4:hover{
  115. height: 26.25vh;
  116. top: 20vh;
  117. z-index: 10;
  118. transition: top .75s, height .75s, z-index .75s -.75s
  119. }
  120.  
  121.  
  122. #nav5{
  123. background: url(https://i.imgur.com/xFD5Jsi.jpg);
  124. background-position: top center;
  125. background-size: cover;
  126. top: 43.8vh;
  127. z-index: 9;
  128. }
  129.  
  130. #nav5:hover{
  131. height: 26.25vh;
  132. top: 20vh;
  133. z-index: 10;
  134. transition: top .75s, height .75s, z-index .75s -.75s
  135. }
  136.  
  137.  
  138. .navigation{
  139. position: absolute;
  140. background: rgba(0, 0, 0, 0.5);
  141. opacity: 0;
  142. padding: 1%;
  143. height: 88%;
  144. width: 88%;
  145. top: 5%;
  146. left:5%;
  147. text-align: center;
  148. font-family: 'Black Nemesis';
  149. font-size: 7.5vh;
  150. color: #fff;
  151. transition: 0.5s;
  152. }
  153.  
  154. .navigation:hover{
  155. opacity:1;
  156. transition: 0.5s;
  157. }
  158.  
  159.  
  160.  
  161.  
  162.  
  163. .r{float:right;}
  164.  
  165. .appear{opacity: 0; z-index: 5; transition: 2s;}
  166. .appear:target{opacity: 1; z-index: 7; transition: .5s;}
  167.  
  168.  
  169. h1{
  170. font-family: 'Black Nemesis';
  171. font-size: 4vh;
  172. font-weight: lighter;
  173. }
  174.  
  175. </style>
  176.  
  177. <div id="image"><img src="https://i.imgur.com/V6lh9b6.png"></div>
  178.  
  179. <div id="nav1"><a href="#info1"><div class="navigation"><br>Tab One</div></a></div>
  180. <div id="nav2"><a href="#info2"><div class="navigation"><br>Tab Two</div></a></div>
  181. <div id="nav3"><a href="#info3"><div class="navigation"><br>Tab Three</div></a></div>
  182. <div id="nav4"><a href="#info4"><div class="navigation"><br>Tab Four</div></a></div>
  183. <div id="nav5"><a href="#info5"><div class="navigation"><br>Tab Five</div></a></div>
  184.  
  185.  
  186. <div id="box1">
  187. <h1>OOC</h1>
  188. <ol>
  189. <li></li>
  190. <li></li>
  191. <li></li>
  192. <li></li>
  193. <li></li>
  194. <li>Layout built by <a href="https://roleplay.chat/profile.php?user=From+Shadows+Codes">From Shadows</a> for Axis Cat's use. Do not steal or appropriate.</li>
  195. </ol>
  196. </div>
  197.  
  198. <div id="info2" class="appear"><h1>tab two</h1></div>
  199. <div id="info3" class="appear"><h1>tab three</h1></div>
  200. <div id="info4" class="appear"><h1>tab four</h1></div>
  201. <div id="info5" class="appear"><h1>tab five</h1></div>
  202.  
  203.  
  204.  
  205. <div id="box2">
  206. <h1>Header One</h1>
  207. <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.
  208. </p>
  209. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement