Advertisement
ChaZayari

Frostnova

May 18th, 2020
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 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.  
  9. body{
  10. background: rgb(138, 169, 170);
  11. overflow: hidden;
  12. }
  13.  
  14. #background{
  15. position: fixed;
  16. background: url(https://i.imgur.com/ohX4nlB.jpg);
  17. background-size: cover;
  18. background-position: center;
  19. z-index: -1;
  20. filter: blur(15px);
  21. height: 110vh;
  22. width: 110vw;
  23. top: -5vh;
  24. left: -5vw;
  25. }
  26.  
  27.  
  28. #nav1, #nav2, #nav3, #nav4, #nav5, #nav6{
  29. position: fixed;
  30. box-shadow: 0 0 3vh #000;
  31. height: 70vh;
  32. width: 5vh;
  33. bottom: 5vh;
  34. transition: left .75s, width .75s, z-index .75s .75s;
  35. }
  36.  
  37. #nav1{
  38. background: url(https://i.imgur.com/imy2RRs.png);
  39. background-position: center;
  40. background-size: auto 70vh;
  41. left: 42vw;
  42. z-index: 4;
  43. }
  44.  
  45. #nav1:hover{z-index: 10;width: 36.25vh;transition: left .75s, width .75s, z-index .75s -.75s;}
  46.  
  47. #nav2{
  48. background: url(https://i.imgur.com/XNIfJ7J.png);
  49. background-position: center;
  50. background-size: auto 70vh;
  51. left: 45vw;
  52. z-index: 5;
  53. }
  54.  
  55. #nav2:hover{z-index: 10;left: 42vw;width: 36.25vh;transition: left .75s, width .75s, z-index .75s -.75s;}
  56.  
  57. #nav3{
  58. background: url(https://i.imgur.com/ZonQpAX.jpg);
  59. background-position: center;
  60. background-size: auto 70vh;
  61. left: 48vw;
  62. z-index: 6;
  63. }
  64.  
  65. #nav3:hover{z-index: 10;left: 42vw;width: 36.25vh;transition: left .75s, width .75s, z-index .75s -.75s;}
  66.  
  67. #nav4{
  68. background: url(https://i.imgur.com/akyeblZ.jpg);
  69. background-position: center;
  70. background-size: auto 70vh;
  71. left: 51vw;
  72. z-index: 7;
  73. }
  74.  
  75. #nav4:hover{z-index: 10;left: 42vw;width: 36.25vh;transition: left .75s, width .75s, z-index .75s -.75s;}
  76.  
  77. #nav5{
  78. background: url(https://i.imgur.com/GGglCWF.jpg);
  79. background-position: center;
  80. background-size: auto 70vh;
  81. left: 54vw;
  82. z-index: 8;
  83. }
  84.  
  85. #nav5:hover{z-index: 10;left: 42vw;width: 36.25vh;transition: left .75s, width .75s, z-index .75s -.75s;}
  86.  
  87. #nav6{
  88. background: url(https://i.imgur.com/6tXyS9w.jpg);
  89. background-position: center;
  90. background-size: auto 70vh;
  91. left: 57vw;
  92. z-index: 9;
  93. }
  94.  
  95. #nav6:hover{z-index: 10;left: 42vw;width: 36.25vh;transition: left .75s, width .75s, z-index .75s -.75s;}
  96.  
  97.  
  98. .info{
  99. position: absolute;
  100. padding: .5%;
  101. height: 88%;
  102. width: 88%;
  103. bottom: 5%;
  104. left: 5%;
  105. background: rgba(0, 0, 0, 0.5);
  106. opacity: 0;
  107. transition: opacity 0.75s;
  108. overflow: auto;
  109. font-family: 'Helvetica';
  110. font-size: 1.75vh;
  111. color: #fff;
  112. transition: opacity 0.75s;
  113. }
  114.  
  115. .info:hover{opacity: 1;transition: opacity 0.75s 0.75s;}
  116.  
  117. .r{float: right;}
  118.  
  119. #title{
  120. position: fixed;
  121. z-index: 11;
  122. text-align: center;
  123. padding: 1%;
  124. height: 20vh;
  125. width: 50vw;
  126. top: 5vh;
  127. right: 25vw;
  128. }
  129.  
  130.  
  131.  
  132. t{
  133. font-family:'Ailerons';
  134. font-size: 20vh;
  135. background: url(https://i.imgur.com/qHRLdBJ.gif);
  136. background-size: 110%;
  137. background-position: left;
  138. -webkit-background-clip: text;
  139. -webkit-text-fill-color: transparent;
  140. filter: drop-shadow(0 0 1vh #e8fbff);
  141. }
  142.  
  143. h1{
  144. font-family: 'Calligraphy Dry';
  145. font-size: 8vh;
  146. font-weight: lighter;
  147. }
  148.  
  149. a{
  150. text-decoration: underline;
  151. transition: 0.4s;
  152. color: #fff;
  153. }
  154.  
  155. a:hover{
  156. transition: 0.4s;
  157. color:#3d4727;
  158. }
  159.  
  160. </style>
  161.  
  162. <div id="background"></div>
  163. <div id="title"><t>Frostnova</t></div>
  164. <div id="nav1"><div class="info">
  165. <center><h1>Through the Ice</h1></center>
  166. <p>A Caster, originally one of Reunion's squad leaders, who has defected from Reunion to join Rhodes' Island. Little is known about FrostNova other than that she was a member of Reunion who led the Yeti Squadron. Her Originium Arts power is noted to be similar to that of Talulah, though she uses ice-based powers instead of fire, and her cold, ruthless persona gave her the nickname "Yeti".</p>
  167. </div></div>
  168.  
  169.  
  170. <div id="nav2"><div class="info">
  171.  
  172. <center><h1>Dossier</h1></center>
  173. Name:<div class="r">Frostnova</div><br>
  174. Race:<div class="r">Cautus</div><br>
  175. Gender:<div class="r">Female</div><br>
  176. Age:<div class="r">Late Teens</div><br>
  177. <br>
  178. Height:<div class="r">161cm</div><br>
  179. Weight:<div class="r">49kg</div><br>
  180. Hair:<div class="r">Snow White</div><br>
  181. Eyes:<div class="r">Silver Grey</div><br>
  182. <br>
  183. Class:<div class="r">Caster</div><br>
  184. Orientation:<div class="r">Unsure</div><br>
  185. Marital:<div class="r">Singular</div><br>
  186. Status:<div class="r">Standby.</div><br>
  187.  
  188. </div></div>
  189.  
  190.  
  191. <div id="nav3"><div class="info"></div></div>
  192.  
  193.  
  194. <div id="nav4"><div class="info"></div></div>
  195.  
  196.  
  197. <div id="nav5"><div class="info"></div></div>
  198.  
  199.  
  200. <div id="nav6"><div class="info">
  201. <h1>Out of Character</h1>
  202. <ol>
  203. <li>IC =/= OOC</li>
  204. <li>Don't randomly DM</li>
  205. <li>Story before Smut.</li>
  206. <li>Don't be a dick.</li>
  207. <li>Golden Rule.</li>
  208. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement