ChaZayari

Archer of Red

Aug 3rd, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.57 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. }
  12.  
  13. #image{
  14. position: fixed;
  15. bottom: 5vh;
  16. left: 10vw;
  17. box-shadow: 0 0 2vh #000;
  18. }
  19.  
  20. #image img{
  21. height: 90vh;
  22. }
  23.  
  24.  
  25. @keyframes box1{
  26. from{right:-70vw;}
  27. to{right: 12vw;}
  28. }
  29.  
  30. @keyframes title{
  31. from{right:-70vw;}
  32. to{right: -9vw;}
  33. }
  34.  
  35. @keyframes nav{
  36. from{right:-70vw;}
  37. to{right: 45vw;}
  38. }
  39.  
  40. @keyframes credit{
  41. from{right: -70vw;}
  42. to{right: 1vh;}
  43. }
  44.  
  45.  
  46. #nav1{
  47. z-index: 6;
  48. position: fixed;
  49. background: url(https://i.imgur.com/LpHHCOp.gif);
  50. background-size: cover;
  51. height: 12vh;
  52. width: 12vw;
  53. top: 24.5vh;
  54. animation: nav 1s 1;
  55. animation-fill-mode: both;
  56. animation-delay: 1s;
  57. transition: 0.5s;
  58. box-shadow: 0vh 0vh 2vh #1f231b;
  59. }
  60.  
  61. #nav1:hover{
  62. box-shadow: 0vh 0vh 2vh #fff;
  63. transition: 0.5s;
  64. }
  65.  
  66. #nav2{
  67. z-index: 6;
  68. position: fixed;
  69. background: url(https://66.media.tumblr.com/c85540af9c3da683d120869df13e98d0/tumblr_ovgp3m4D021uzwbyjo1_500.gif);
  70. background-size: cover;
  71. height: 12vh;
  72. width: 12vw;
  73. top: 40.5vh;
  74. animation: nav 1s 1;
  75. animation-fill-mode: both;
  76. animation-delay: 1.25s;
  77. transition: 0.5s;
  78. box-shadow: 0vh 0vh 2vh #1f231b;
  79. }
  80.  
  81. #nav2:hover{
  82. box-shadow: 0vh 0vh 2vh #fff;
  83. transition: 0.5s;
  84. }
  85.  
  86.  
  87. #nav3{
  88. z-index: 6;
  89. position: fixed;
  90. background: url(https://i.imgur.com/wyqZuqE.gif);
  91. background-size: cover;
  92. height: 12vh;
  93. width: 12vw;
  94. top: 56.5vh;
  95. animation: nav 1s 1;
  96. animation-fill-mode: both;
  97. animation-delay: 1.5s;
  98. transition: 0.5s;
  99. box-shadow: 0vh 0vh 2vh #1f231b;
  100. }
  101.  
  102.  
  103. #nav3:hover{
  104. box-shadow: 0vh 0vh 2vh #fff;
  105. transition: 0.5s;
  106. }
  107.  
  108. #box{
  109. position: fixed;
  110. z-index: 10;
  111. padding: 1%;
  112. box-shadow: 0vh 0vh 2vh #1f231b;
  113. background: linear-gradient(40deg, #143d2e, #143d1d, #293d14);
  114. height: 50vh;
  115. width: 30vw;
  116. top: 20vh;
  117. right: 6vw;
  118. font-family: 'Odachi';
  119. font-size: 2.8vh;
  120. color: #fff;
  121. text-shadow: .2vh .2vh .2vh #000;
  122. animation: box1 1s 1;
  123. animation-fill-mode: both;
  124. animation-delay: .25s;
  125. }
  126.  
  127. #title{
  128. position: fixed;
  129. z-index: 11;
  130. padding: 1%;
  131. height: 27vh;
  132. width: 50vw;
  133. top: 5vh;
  134. border: 0px #fff solid;
  135. animation: title 1s 1;
  136. animation-fill-mode: both;
  137. animation-delay: .5s;
  138. }
  139.  
  140.  
  141.  
  142. t{
  143. font-family:'Signature';
  144. font-size: 20vh;
  145. background: url(https://vignette.wikia.nocookie.net/typemoon/images/2/20/PhoebusFAAOE.gif/revision/latest?cb=20171213222519);
  146. -webkit-background-clip: text;
  147. -webkit-text-fill-color: transparent;
  148. filter: drop-shadow(0.25vh 0.25vh .5vh #d3e8ce);
  149. }
  150.  
  151.  
  152. h1{
  153. font-family: 'Skytree';
  154. font-size: 5vh;
  155. }
  156.  
  157.  
  158. a{
  159. text-decoration: none;
  160. transition: 0.4s;
  161. color: #bcf442;
  162. }
  163.  
  164. a:hover{
  165. transition: 0.4s;
  166. color:#3d4727;
  167. }
  168.  
  169. #credit {
  170. z-index:1;
  171. position:fixed;
  172. height:20vh;
  173. bottom:0%;
  174. animation: credit 1s 1;
  175. animation-fill-mode: both;
  176. animation-delay: 2s;
  177. }
  178.  
  179. </style>
  180.  
  181. <a href="#one"><div id="nav1"></div></a>
  182. <a href="#two"><div id="nav2"></div></a>
  183. <a href="#three"><div id="nav3"></div></a>
  184.  
  185.  
  186. <div id="image">
  187. <img src="https://i.imgur.com/LzRDlAf.jpg">
  188. </div>
  189.  
  190. <div id="title"><t>Atalanta</t></div>
  191.  
  192. <div id="box">
  193. <div style="height: 100%; overflow-y: hidden;">
  194. <a name="one"></a>
  195. <div style="width:100%; height: 100%; overflow: auto; " align="left">
  196. <h1>Header 1</h1>
  197. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Eu turpis egestas pretium aenean pharetra magna. Volutpat sed cras ornare arcu dui vivamus arcu felis. Nisi porta lorem mollis aliquam ut porttitor. Elementum pulvinar etiam non quam lacus suspendisse. Nibh cras pulvinar mattis nunc sed. Et magnis dis parturient montes nascetur. Amet consectetur adipiscing elit ut aliquam purus sit amet. Id diam vel quam elementum pulvinar. Augue mauris augue neque gravida in fermentum. Convallis aenean et tortor at risus. Ullamcorper malesuada proin libero nunc consequat interdum. Ut tellus elementum sagittis vitae et leo duis ut diam.</p>
  198.  
  199. <p>Dignissim diam quis enim lobortis scelerisque. Sed euismod nisi porta lorem mollis aliquam ut porttitor. Pretium quam vulputate dignissim suspendisse in est ante. Eget arcu dictum varius duis at. In mollis nunc sed id semper risus in hendrerit. Justo donec enim diam vulputate ut pharetra sit amet. Risus ultricies tristique nulla aliquet. Dolor sit amet consectetur adipiscing elit ut aliquam purus. Tempor nec feugiat nisl pretium fusce id velit ut tortor. Purus non enim praesent elementum facilisis leo vel fringilla est. At imperdiet dui accumsan sit amet nulla. Aliquet eget sit amet tellus cras adipiscing enim.</p>
  200.  
  201. <p>Ullamcorper sit amet risus nullam eget. Cum sociis natoque penatibus et magnis dis. Dolor magna eget est lorem ipsum. Faucibus scelerisque eleifend donec pretium vulputate. Pellentesque habitant morbi tristique senectus. Mauris pharetra et ultrices neque ornare aenean. Faucibus turpis in eu mi bibendum neque. Est ultricies integer quis auctor. Pellentesque diam volutpat commodo sed egestas egestas fringilla. Placerat in egestas erat imperdiet sed euismod. Quis risus sed vulputate odio ut enim blandit. Tellus in hac habitasse platea dictumst vestibulum.</p>
  202.  
  203. </div>
  204.  
  205.  
  206. <a name="two"></a>
  207. <div style="width:100%; height: 100%; overflow: auto; " align="left">
  208. <h1>Stats</h1>
  209. Name: Stat<br>
  210. Also Known As: Stat<br>
  211. Race: Stat<br>
  212. Gender: Stat<br>
  213. Age: Stat<br>
  214. <br>
  215. Height: Stat<br>
  216. Weight: Stat<br>
  217. Preference: Stat<br>
  218. Status: Stat
  219.  
  220. </div>
  221.  
  222. <a name="three"></a>
  223. <div style="width:100%; height: 100%; overflow: auto; " align="left">
  224. <h1>Out of Character</h1>
  225. <ol>
  226. <li>OOC</li>
  227. <li>OOC</li>
  228. <li>OOC</li>
  229. <li>OOC</li>
  230. <li>OOC</li>
  231. </ol>
  232. </div>
  233.  
  234.  
  235.  
  236.  
  237. </div>
  238. </div>
  239.  
  240. <a href="https://roleplay.chat/profile.php?user=From+Shadows+Codes" target="_blank" title="Thanks so much for using my layout. Please unform me of any potential issues.">
  241. <img src="https://i.imgur.com/A9wLMgS.png" id="credit"/>
  242. </a>
Add Comment
Please, Sign In to add comment