Advertisement
ChaZayari

Hidden Light

Apr 23rd, 2020
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.04 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Aguafina+Script|Dynalight|Great+Vibes|Italianno|Meie+Script|Parisienne|Petit+Formal+Script|Ruthie&display=swap');
  3. @import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:300|Chathura|Marvel|Open+Sans:300&display=swap');
  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. #background{
  9. position: fixed;
  10. background: url(https://i.imgur.com/7Zltoa8.jpg);
  11. background-size: cover;
  12. background-position: fixed;
  13. filter: blur(10px);
  14. top: -5vh;
  15. left:-5vw;
  16. width: 110vw;
  17. height: 110vh;
  18. z-index: -1vh;
  19. }
  20.  
  21. #image{
  22. position: fixed;
  23. background: url(https://i.imgur.com/4rIeJh3.jpg);
  24. background-size: cover;
  25. background-position: top center;
  26. bottom: 10vh;
  27. right: 7vw;
  28. box-shadow: 0 0 2vh #000;
  29. z-index: 5;
  30. height: 80vh;
  31. width: 80vh;
  32. }
  33.  
  34.  
  35. #box{
  36. position: fixed;
  37. background: rgba(113, 86, 167, 0.5);
  38. box-shadow: 0 0 2vh #000;
  39. z-index: 2;
  40. height: 80vh;
  41. width: 85vh;
  42. bottom: 10vh;
  43. left: 7vw;
  44. }
  45.  
  46. #info{
  47. position: fixed;
  48. background: #7d56b1;
  49. z-index: 3;
  50. padding: 1%;
  51. width: 75.5vh;
  52. bottom: 20vh;
  53. left: 8vw;
  54. height: 50vh;
  55. color: #fff;
  56. text-shadow: 0 .5vh 1vh #000;
  57. font-family: 'Open Sans';
  58. font-size: 2vh;
  59. }
  60.  
  61.  
  62. h1{
  63. font-family: 'Dynalight';
  64. font-size: 4vh;
  65. font-weight: lighter;
  66. }
  67.  
  68. a{
  69. text-decoration: underline;
  70. color: #fff;
  71. transition: 0.5s;
  72. }
  73. a:hover{
  74. transition: 0.5s;
  75. color: #d6b1e6;
  76. text-shadow: 0 0 1vh #d6b1e6;
  77. }
  78.  
  79.  
  80. #nav1, #nav2, #nav3, #nav4{
  81. position: fixed;
  82. z-index: 6;
  83. right: 45vw;
  84. }
  85.  
  86. #nav1{transition: 0.5s; top: 25.5vh;animation: nav1 2s 1;animation-fill-mode: both;animation-delay: 2.5s;}
  87. #nav1 img{height: 12vh;}
  88. #nav1:hover{transition: 0.5s;filter:drop-shadow(0 0 1vh #fff);}
  89.  
  90. #nav2{transition: 0.5s; top: 36.5vh;animation: nav2 2s 1;animation-fill-mode: both;animation-delay: 2.25s;}
  91. #nav2 img{height: 12vh;}
  92. #nav2:hover{transition: 0.5s;filter:drop-shadow(0 0 1vh #fff);}
  93.  
  94. #nav3{transition: 0.5s; top: 47.5vh;animation: nav3 2s 1;animation-fill-mode: both;animation-delay: 2s;}
  95. #nav3 img{height: 12vh;}
  96. #nav3:hover{transition: 0.5s;filter:drop-shadow(0 0 1vh #fff);}
  97.  
  98. #nav4{transition: 0.5s; top: 58.5vh;animation: nav4 2s 1;animation-fill-mode: both;animation-delay: 1.75s;}
  99. #nav4 img{height: 12vh;}
  100. #nav4:hover{transition: 0.5s;filter:drop-shadow(0 0 1vh #fff);}
  101.  
  102. #title{
  103. position: fixed;
  104. z-index: 5;
  105. height: 20vh;
  106. width: 100vh;
  107. top: 9vh;
  108. left: 2.5vw;
  109. padding: 1%;
  110. text-align: center;
  111. font-family: 'Ruthie';
  112. font-size: 19vh;
  113. color: #000;
  114. text-shadow: 0 0 1vh #000;
  115. animation: titlemove 2s 1;
  116. animation-fill-mode: both;
  117. animation-delay: 1.5s;
  118. }
  119.  
  120. #img1, #img2, #img3, #img4, #img5, #imgetc{
  121. position: fixed;
  122. z-index: 3;
  123. top: 78vh;
  124. height: 6vh;
  125. width: 5vw;
  126. animation: image 2s 1;
  127. animation-fill-mode: both;
  128. }
  129.  
  130. #img1{
  131. background: url(https://i.imgur.com/e7HYKin.jpg);
  132. background-size: cover;
  133. background-position: top;
  134. left: 9.35vw;
  135. transition: 0.5s;
  136. animation-delay: 3s;
  137. }
  138. #img1:hover{
  139. transition: 0.5s;
  140. box-shadow: 0 0 1vh #fff;
  141. height: 12vh;
  142. }
  143.  
  144. #img2{
  145. background: url(https://i.imgur.com/ATcYCqY.png);
  146. background-size: cover;
  147. background-position: top;
  148. left: 15.35vw;
  149. transition: 0.5s;
  150. animation-delay: 3.2s;
  151. }
  152. #img2:hover{
  153. transition: 0.5s;
  154. box-shadow: 0 0 1vh #fff;
  155. height: 12vh;
  156. }
  157.  
  158. #img3{
  159. background: url(https://i.imgur.com/EJNroGN.jpg);
  160. background-size: cover;
  161. background-position: top;
  162. left: 21.35vw;
  163. transition: 0.5s;
  164. animation-delay: 3.4s;
  165. }
  166. #img3:hover{
  167. transition: 0.5s;
  168. box-shadow: 0 0 1vh #fff;
  169. height: 12vh;
  170. }
  171.  
  172. #img4{
  173. background: url(https://i.imgur.com/HcL37Ve.png);
  174. background-size: cover;
  175. background-position: top;
  176. left: 27.35vw;
  177. transition: 0.5s;
  178. animation-delay: 3.6s;
  179. }
  180. #img4:hover{
  181. transition: 0.5s;
  182. box-shadow: 0 0 1vh #fff;
  183. height: 12vh;
  184. }
  185.  
  186. #img5{
  187. background: url(https://i.imgur.com/xlobE6Y.jpg);
  188. background-size: cover;
  189. background-position: top;
  190. left: 33.35vw;
  191. transition: 0.5s;
  192. animation-delay: 3.8s;
  193. }
  194. #img5:hover{
  195. transition: 0.5s;
  196. box-shadow: 0 0 1vh #fff;
  197. height: 12vh;
  198. }
  199.  
  200. #imgetc{
  201. background: url(https://i.imgur.com/eVpWZTp.png);
  202. background-color: #ac71dd;
  203. background-size: 25%;
  204. background-repeat: no-repeat;
  205. background-position: center;
  206. left: 39.35vw;
  207. transition: 0.5s;
  208. animation-delay: 4s;
  209. }
  210. #imgetc:hover{
  211. transition: 0.5s;
  212. box-shadow: 0 0 1vh #fff;
  213. height: 12vh;
  214. }
  215.  
  216. o{
  217. filter: blur(5px);
  218. }
  219.  
  220.  
  221. </style>
  222. <div id="nav1"><a href="#one"><img src="https://i.imgur.com/iusALTX.png"></a></div>
  223. <div id="nav2"><a href="#two"><img src="https://i.imgur.com/iusALTX.png"></a></div>
  224. <div id="nav3"><a href="#three"><img src="https://i.imgur.com/iusALTX.png"></a></div>
  225. <div id="nav4"><a href="#four"><img src="https://i.imgur.com/iusALTX.png"></a></div>
  226.  
  227. <a target="_blank" href="https://i.imgur.com/e7HYKin.jpg"><div id="img1"></div></a>
  228. <a target="_blank" href="https://i.imgur.com/ATcYCqY.png"><div id="img2"></div></a>
  229. <a target="_blank" href="https://i.imgur.com/EJNroGN.jpg"><div id="img3"></div></a>
  230. <a target="_blank" href="https://i.imgur.com/HcL37Ve.png"><div id="img4"></div></a>
  231. <a target="_blank" href="https://i.imgur.com/xlobE6Y.jpg"><div id="img5"></div></a>
  232. <a target="_blank" href="https://imgur.com/a/Eg2RLDd"><div id="imgetc"></div></a>
  233.  
  234.  
  235. <div id="background"></div>
  236. <div id="image"></div>
  237. <div id="title">Hidden Light</div>
  238.  
  239.  
  240. <div id="box"></div>
  241. <div id="info">
  242. <div style="height: 100%; overflow-y: hidden;">
  243.  
  244. <a name="one"></a>
  245. <div style="width:100%; height: 100%; overflow: auto; " align="center">
  246. <br>
  247. <h1>My name is Bella.</h1>
  248. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Mi quis hendrerit dolor magna eget est lorem ipsum. Nullam vehicula ipsum a arcu cursus vitae congue. Ut lectus arcu bibendum at varius vel. Elementum curabitur vitae nunc sed velit. Egestas pretium aenean pharetra magna. Amet volutpat consequat mauris nunc congue nisi vitae. Eros donec ac odio tempor orci. Id venenatis a condimentum vitae sapien pellentesque habitant morbi tristique. Pharetra vel turpis nunc eget lorem dolor sed viverra ipsum. Molestie ac feugiat sed lectus vestibulum mattis. At varius vel pharetra vel turpis nunc eget lorem. Adipiscing elit pellentesque habitant morbi tristique senectus et netus et. Velit laoreet id donec ultrices tincidunt arcu non sodales neque. Bibendum ut tristique et egestas quis. Consequat id porta nibh venenatis cras. Donec enim diam vulputate ut pharetra sit amet.</p>
  249.  
  250. <p>Sit amet venenatis urna cursus eget nunc. Donec et odio pellentesque diam volutpat. Quis imperdiet massa tincidunt nunc. Facilisis magna etiam tempor orci eu lobortis elementum nibh. Cursus eget nunc scelerisque viverra mauris in. Tellus orci ac auctor augue mauris augue neque gravida in. Tincidunt arcu non sodales neque sodales ut etiam sit. Eget magna fermentum iaculis eu non. Proin libero nunc consequat interdum varius sit amet. Adipiscing vitae proin sagittis nisl rhoncus mattis rhoncus urna neque. Rhoncus dolor purus non enim praesent elementum facilisis leo. Ultrices gravida dictum fusce ut placerat orci. Etiam sit amet nisl purus in mollis.</p>
  251.  
  252. <p>Libero enim sed faucibus turpis in eu mi. Aliquet porttitor lacus luctus accumsan tortor. Sodales ut etiam sit amet. Aliquet eget sit amet tellus cras adipiscing. Adipiscing tristique risus nec feugiat in fermentum posuere urna. Fermentum iaculis eu non diam phasellus vestibulum lorem sed risus. Sed egestas egestas fringilla phasellus faucibus scelerisque eleifend donec. Amet dictum sit amet justo donec enim diam. Ut morbi tincidunt augue interdum. Lacus sed turpis tincidunt id aliquet risus feugiat in. In metus vulputate eu scelerisque felis. Nunc mattis enim ut tellus elementum sagittis vitae et leo. Maecenas volutpat blandit aliquam etiam erat velit scelerisque. Eu non diam phasellus vestibulum lorem sed risus ultricies. Risus pretium quam vulputate dignissim. Pellentesque eu tincidunt tortor aliquam nulla facilisi cras fermentum odio.</p>
  253. </div>
  254.  
  255. <a name="two"></a>
  256. <div style="width:100%; height: 100%; overflow: auto; " align="center">
  257. <h1>Dossier</h1>
  258. Name: Bella<br>
  259. Age: Stat<br>
  260. Gender: Stat<br>
  261. Race: Stat<br>
  262. Height: Stat<br>
  263. <br>
  264. Occupation(s): Stat<br>
  265. Orientation: Stat<br>
  266. Status: Stat<br>
  267. Preference: Stat<br>
  268. <br><br>
  269.  
  270. </div>
  271.  
  272. <a name="three"></a>
  273. <div style="width:100%; height: 100%; overflow: auto; " align="center">
  274. <h1>Notes and Headcanons</h1>
  275. <li></li>
  276. <br>
  277. <li></li><br>
  278.  
  279. <li></li><br>
  280.  
  281. <li></li>
  282. </div>
  283.  
  284. <a name="four"></a>
  285. <div style="width:100%; height: 100%; overflow: auto; " align="center">
  286. <h1>OOC</h1>
  287. <ol>
  288. <li>This layout was rearranged by <a target="_blank" href="profile.php?user=From+Shadows">From Shadows</a> for Bella's use. Please do not steal or appropriate.</li>
  289. <li></li>
  290. <li></li>
  291. <li></li>
  292. <li></li>
  293. <li></li>
  294.  
  295. </ol>
  296. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement