Advertisement
ChaZayari

Astolfo

Apr 9th, 2020
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.50 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: linear-gradient(-35deg, #678460, #A2B59F, #678460);
  11. overflow: hidden;
  12. }
  13.  
  14. #background{
  15. position: fixed;
  16. background: url(https://i.imgur.com/Bz0wMdf.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/ZvkqM5U.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/R84dAPy.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/stdTmyH.png);
  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/WYqCtLB.png);
  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/u7va3ec.png);
  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/brv0x0B.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: 24vw;
  128. }
  129.  
  130.  
  131.  
  132. t{
  133. font-family:'Graceland';
  134. font-size: 18vh;
  135. background: url(https://i.imgur.com/s3zX0Pb.gif);
  136. background-size: cover;
  137. background-position: center;
  138. -webkit-background-clip: text;
  139. -webkit-text-fill-color: transparent;
  140. filter: drop-shadow(0 0 1vh #f0cbff);
  141. }
  142.  
  143. h1{
  144. font-family: 'Athena';
  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:#c74de6;
  158. }
  159.  
  160. </style>
  161.  
  162. <div id="background"></div>
  163. <div id="title"><t>Astolfo</t></div>
  164. <div id="nav1"><div class="info">
  165. <center><h1>Paladin of Charlemagne</h1></center>
  166. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Nibh tellus molestie nunc non blandit massa enim. Fringilla urna porttitor rhoncus dolor purus. Ut sem nulla pharetra diam sit. Arcu non odio euismod lacinia. Amet luctus venenatis lectus magna. Vestibulum lorem sed risus ultricies tristique nulla aliquet. Amet commodo nulla facilisi nullam vehicula ipsum. Massa id neque aliquam vestibulum morbi blandit cursus risus at. Massa tincidunt dui ut ornare lectus sit amet. Enim eu turpis egestas pretium aenean pharetra magna ac placerat.</p>
  167.  
  168. <p>Sapien eget mi proin sed. Rutrum tellus pellentesque eu tincidunt tortor aliquam nulla. Sagittis orci a scelerisque purus semper eget. Semper feugiat nibh sed pulvinar proin gravida hendrerit lectus a. Quis hendrerit dolor magna eget est. Tortor posuere ac ut consequat semper. Ornare lectus sit amet est placerat in egestas. Molestie ac feugiat sed lectus vestibulum. Lobortis elementum nibh tellus molestie nunc non blandit massa. Amet massa vitae tortor condimentum lacinia quis vel. Odio ut enim blandit volutpat maecenas. Fringilla phasellus faucibus scelerisque eleifend donec pretium vulputate sapien. Augue lacus viverra vitae congue eu consequat ac felis donec.</p>
  169.  
  170. <p>At volutpat diam ut venenatis tellus in metus vulputate. Duis ultricies lacus sed turpis. Aliquam purus sit amet luctus venenatis lectus. Cras fermentum odio eu feugiat pretium nibh ipsum. Eget magna fermentum iaculis eu non diam phasellus. Ultrices eros in cursus turpis. Ornare arcu odio ut sem nulla. Scelerisque viverra mauris in aliquam sem fringilla ut morbi. Vestibulum mattis ullamcorper velit sed ullamcorper. Dapibus ultrices in iaculis nunc sed augue. Faucibus interdum posuere lorem ipsum dolor sit. Justo laoreet sit amet cursus sit amet dictum sit. Quam adipiscing vitae proin sagittis nisl. Volutpat lacus laoreet non curabitur gravida arcu. Nibh tortor id aliquet lectus proin nibh nisl condimentum id.</p>
  171. </div></div>
  172.  
  173.  
  174. <div id="nav2"><div class="info">
  175.  
  176. <center><h1>Stats</h1></center>
  177. Name:<div class="r">Stat</div><br>
  178. Also Known As:<div class="r">Stat</div><br>
  179. Race:<div class="r">Stat</div><br>
  180. Gender:<div class="r">Stat</div><br>
  181. Origin:<div class="r">Stat</div><br>
  182. Master:<div class="r">Stat</div><br>
  183. <br>
  184. Height:<div class="r">Stat</div><br>
  185. Weight:<div class="r">Stat</div><br>
  186. Hair:<div class="r">Stat</div><br>
  187. Eyes:<div class="r">Stat</div><br>
  188. <br>
  189. Class:<div class="r">Stat</div><br>
  190. Likes:<div class="r">Stat</div><br>
  191. Dislikes:<div class="r">Stat</div><br>
  192. Orientation:<div class="r">Stat</div><br>
  193. Marital:<div class="r">Stat</div><br>
  194. Status:<div class="r">Stat</div><br>
  195.  
  196. </div></div>
  197.  
  198.  
  199. <div id="nav3"><div class="info"></div></div>
  200.  
  201.  
  202. <div id="nav4"><div class="info"></div></div>
  203.  
  204.  
  205. <div id="nav5"><div class="info"></div></div>
  206.  
  207.  
  208. <div id="nav6"><div class="info">
  209. <h1>Out of Character</h1>
  210. <ol>
  211. <li></li>
  212. <li></li>
  213. <li></li>
  214. <li></li>
  215. <li></li>
  216. <li></li>
  217. <li>Profile was made by <a href="https://roleplay.chat/profile.php?user=Archer+of+Red">Atalanta,</a> and is being used by Astolfo with her permission.</li>
  218. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement