Advertisement
ChaZayari

Mina Han

Sep 1st, 2020
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.02 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. #background{
  9. position: fixed;
  10. z-index: 1;
  11. height: 100vh;
  12. width: 100vw;
  13. bottom: 0vh;
  14. left: 0vw;
  15. }
  16.  
  17. .backgroundanimation{
  18. background: url("https://i.imgur.com/BVnHlJw.jpg");
  19. background-repeat: repeat;
  20. top: 0vh;
  21. width: 5000px;
  22. height:5000px;
  23. animation: slide 100s linear infinite;
  24. }
  25.  
  26.  
  27. @keyframes slide{
  28. 0%{
  29. transform: translate3d(0, 0, 0);
  30. }
  31. 100%{
  32. transform: translate3d(-1692px, 0px, 0px);
  33. }
  34. }
  35.  
  36.  
  37. #image{
  38. position: fixed;
  39. bottom: 0vh;
  40. left: 10vw;
  41. z-index: 5;
  42. }
  43.  
  44. #image img{
  45. height: 90vh;
  46. }
  47.  
  48.  
  49. #white{
  50. position: fixed;
  51. z-index: 2;
  52. height: 100vh;
  53. width: 40vw;
  54. left: 4vw;
  55. top: 0vh;
  56. background: linear-gradient(90deg, transparent, #fff, transparent);
  57. }
  58.  
  59. #title{
  60. position:fixed;
  61. z-index: 4;
  62. bottom: 25vh;
  63. right: 7vw;
  64. filter: drop-shadow(0 0 .5vh rgb(245, 197, 39))
  65. }
  66.  
  67. #title img{
  68. height: 60vh;
  69. }
  70.  
  71. #nav1, #nav2, #nav3, #nav4{
  72. position: fixed;
  73. z-index: 5;
  74. transition: .2s;
  75. }
  76.  
  77. #nav1{
  78. background: url(https://i.imgur.com/sHCC6oK.png);
  79. background-position: center;
  80. background-size: cover;
  81. top: 30vh;
  82. right: 47vw;
  83. height: 8vh;
  84. width: 8vh;
  85. }
  86. #nav1:hover{top:29vh;height:10vh;width: 10vh;right:46.5vw;filter: drop-shadow(0 0 1vh rgb(245, 197, 39))}
  87.  
  88. #nav2{
  89. background: url(https://i.imgur.com/4nZOR9p.png);
  90. background-position: center;
  91. background-size: cover;
  92. top: 42vh;
  93. right: 47vw;
  94. height: 8vh;
  95. width: 8vh;
  96. }
  97. #nav2:hover{top:41vh;height:10vh;width: 10vh;right:46.5vw;filter: drop-shadow(0 0 1vh rgb(245, 197, 39))}
  98.  
  99. #nav3{
  100. background: url(https://i.imgur.com/6KF84o0.png);
  101. background-position: center;
  102. background-size: cover;
  103. top: 54vh;
  104. right: 47vw;
  105. height: 8vh;
  106. width: 8vh;
  107. }
  108. #nav3:hover{top:53vh;height:10vh;width: 10vh;right:46.5vw;filter: drop-shadow(0 0 1vh rgb(245, 197, 39))}
  109.  
  110. #nav4{
  111. background: url(https://i.imgur.com/wKkjhEN.png);
  112. background-position: center;
  113. background-size: cover;
  114. top: 66vh;
  115. right: 47vw;
  116. height: 8vh;
  117. width: 8vh;
  118. }
  119. #nav4:hover{top:65vh;height:10vh;width: 10vh;right:46.5vw;filter: drop-shadow(0 0 1vh rgb(245, 197, 39))}
  120.  
  121.  
  122.  
  123. .appear{opacity: 0; z-index: 6; transition: 2s;overflow: auto;}
  124. .appear:target{opacity: 1; z-index: 7; transition: 2s;}
  125.  
  126.  
  127.  
  128.  
  129.  
  130. .box{
  131. position: fixed;
  132. background: #000;
  133. border-top: .25vh rgb(245, 197, 39) solid;
  134. border-bottom: .25vh rgb(245, 197, 39) solid;
  135. height: 30vh;
  136. width: 25vw;
  137. bottom: 34vh;
  138. right: 12.75vw;
  139. overflow: auto;
  140. font-family: 'Helvetica';
  141. font-size: 2vh;
  142. color: #fff;
  143. }
  144.  
  145. .triangle1{
  146. position: fixed;
  147. background: #000;
  148. height: 21.35vh;
  149. width: 21.35vh;
  150. border-left: .25vh rgb(245, 197, 39) solid;
  151. border-bottom: .25vh rgb(245, 197, 39) solid;
  152. transform: rotate(45deg);
  153. right: 32.5vw;
  154. bottom: 38.35vh;
  155. }
  156.  
  157. .triangle2{
  158. position: fixed;
  159. background: #000;
  160. height: 21.35vh;
  161. width: 21.35vh;
  162. border-right: .25vh rgb(245, 197, 39) solid;
  163. border-top: .25vh rgb(245, 197, 39) solid;
  164. transform: rotate(45deg);
  165. right: 7.5vw;
  166. bottom: 38.35vh;
  167. }
  168.  
  169. #info1, #info2, #info3, #info4{
  170. position: fixed;
  171. height: 30vh;
  172. width: 35vw;
  173. right: 7.75vw;
  174. bottom: 34vh;
  175. }
  176.  
  177. h1{
  178. font-family: 'Big Noodle Titling';
  179. font-size: 5vh;
  180. font-weight: bolder;
  181. text-align: center;
  182. }
  183.  
  184. .r{float: right;}
  185.  
  186. a{
  187. color: #fff;
  188. transition: 0.3s;
  189. }
  190.  
  191. a:hover{
  192. color: rgb(245, 197, 39);
  193. transition: 0.3s;
  194. text-shadow: 0 0 1vh rgb(245, 197, 39);
  195. }
  196.  
  197.  
  198. </style>
  199. <div id="background"><div class="backgroundanimation"></div></div>
  200. <div id="white"></div>
  201. <div id="image"><img src="https://i.imgur.com/tCmPfsM.png"></div>
  202.  
  203. <div id="title"><img src="https://i.imgur.com/mEC6ilX.png"></div>
  204.  
  205. <a href="#info1"><div id="nav1"></div></a>
  206. <a href="#info2"><div id="nav2"></div></a>
  207. <a href="#info3"><div id="nav3"></div></a>
  208. <a href="#info4"><div id="nav4"></div></a>
  209.  
  210.  
  211. <div id="info1" class="appear">
  212. <div class="triangle1"></div>
  213. <div class="triangle2"></div>
  214. <div class="box">
  215. <h1>Mina Han</h1>
  216. <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>
  217. </div>
  218. </div>
  219.  
  220. <div id="info2" class="appear">
  221. <div class="triangle1"></div>
  222. <div class="triangle2"></div>
  223. <div class="box">
  224. <h1>Stats</h1>
  225. Name:<div class="r">Mina Han</div><br>
  226. Race:<div class="r">Human</div><br>
  227. Gender:<div class="r">Female</div><br>
  228. Age:<div class="r">Twenty-one</div><br>
  229. <br>
  230. Height:<div class="r">5'5"</div><br>
  231. Weight:<div class="r">125 lbs</div><br>
  232. Eyes:<div class="r">Onyx</div><br>
  233. Hair:<div class="r">Raven Black</div><br>
  234. <br>
  235. Occupation:<div class="r">Battle Chef</div><br>
  236. Orientation:<div class="r">Bisexual</div><br>
  237. Marital:<div class="r">Single</div><br>
  238. Status:<div class="r">Relaxed</div><br>
  239. </div>
  240. </div>
  241.  
  242. <div id="info3" class="appear">
  243. <div class="triangle1"></div>
  244. <div class="triangle2"></div>
  245. <div class="box">
  246. <h1>Header 1</h1>
  247. Something'll go here eventually!
  248. </div>
  249. </div>
  250.  
  251. <div id="info4" class="appear">
  252. <div class="triangle1"></div>
  253. <div class="triangle2"></div>
  254. <div class="box">
  255. <h1>Out of Utensils</h1>
  256. <ol>
  257. <li>This layout is mine, please don't steal it.</li>
  258. <li>If it wasn't already obvious, this character is from a game called Battle Chef Brigade. Very fun, highly recommended.</li>
  259. <li>I'm in Eastern Standard Time, with a very screwy sleep schedule.</li>
  260. <li>Shitpost to multi-paragraph posts.</li>
  261. <li>I would really rather you interact with me in-room before DMing me.</li>
  262. </ol>
  263. </div>
  264. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement