ChaZayari

Skyfire

May 12th, 2020
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.92 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Almendra|Almendra+SC|Bellefair|Junge|Lustria|Neuton:200|Qwigley|Ruthie|Scheherazade&display=swap');
  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. #image{
  8. position: fixed;
  9. background: url(https://i.imgur.com/3mFOMsw.png);
  10. background-size: cover;
  11. background-position: center;
  12. background-repeat: no-repeat;
  13. height: 100vh;
  14. bottom: 0vh;
  15. left: 15vw;
  16. width: 30vw;
  17. transition: 1s;
  18. }
  19.  
  20. #image:hover{
  21. transition: 1s;
  22. background: url(https://i.imgur.com/IsN14a6.png);
  23. background-size: cover;
  24. background-position: center;
  25. background-repeat: no-repeat;
  26. }
  27.  
  28. #titlebar{
  29. position: fixed;
  30. background: #d63200;
  31. z-index: 1;
  32. height: 4vh;
  33. width: 35vw;
  34. top: 30vh;
  35. right: 15vw;
  36. box-shadow: .5vh .5vh 1vh #000;
  37. }
  38.  
  39. #title{
  40. position: fixed;
  41. z-index: 2;
  42. text-align: center;
  43. height: 12vh;
  44. width: 35vw;
  45. top: 16vh;
  46. right:15vw;
  47. font-family: 'Ruthie';
  48. font-size: 20vh;
  49. color:#ff7300;
  50. text-shadow: 0vh 1vh 2vh #000;
  51. }
  52.  
  53. #box{
  54. position: fixed;
  55. z-index: 0;
  56. background: rgba(61, 36, 15, 0.7);
  57. height: 45vh;
  58. width: 27vw;
  59. top: 32vh;
  60. right: 22vw;
  61. box-shadow: .5vh .5vh 1vh #000;
  62. }
  63.  
  64. #info1, #info2, #info3, #info4{
  65. position: fixed;
  66. height: 40vh;
  67. width: 26vw;
  68. top: 35vh;
  69. right: 22.5vw;
  70. font-family: 'Almendra';
  71. font-size: 2.25vh;
  72. color: #fff;
  73. text-shadow: 0 1vh 2vh #000;
  74. }
  75.  
  76. .appear{opacity: 0; z-index: 3; transition: 2s;overflow: auto;}
  77. .appear:target{opacity: 1; z-index: 6; transition: 2s;}
  78.  
  79. #nav{
  80. position: fixed;
  81. z-index: 0;
  82. background: rgba(61, 36, 15, 0.7);
  83. height: 25vh;
  84. width: 5vw;
  85. top: 32vh;
  86. right: 16vw;
  87. box-shadow: .5vh .5vh 1vh #000;
  88. }
  89.  
  90. #nav1, #nav2, #nav3, #nav4{
  91. position: fixed;
  92. text-align: center;
  93. font-family: 'Almendra SC';
  94. font-size: 1.75vh;
  95. color: #fff;
  96. height: 2.5vh;
  97. width: 5vw;
  98. right: 16vw;
  99. transition: 0.5s;
  100. }
  101.  
  102. #nav1{top: 38vh;}
  103. #nav1:hover{transition:0.5s;background: #fff;color:#000;font-weight: bolder;}
  104. #nav2{top: 42vh;}
  105. #nav2:hover{transition:0.5s;background: #fff;color:#000;font-weight: bolder;}
  106. #nav3{top: 46vh;}
  107. #nav3:hover{transition:0.5s;background: #fff;color:#000;font-weight: bolder;}
  108. #nav4{top: 50vh;}
  109. #nav4:hover{transition:0.5s;background: #fff;color:#000;font-weight: bolder;}
  110.  
  111. h1{
  112. font-family: 'Qwigley';
  113. font-size: 6vh;
  114. font-weight: lighter;
  115. }
  116.  
  117. h2{
  118. font-family: 'Neuton';
  119. font-size: 3vh;
  120. font-weight: lighter;
  121. border-bottom: 2px #fff solid;
  122. }
  123.  
  124. #credit {
  125. z-index:1;
  126. position:fixed;
  127. height:20vh;
  128. bottom:0%;
  129. right: 1vw;
  130. animation: credit 1s 1;
  131. animation-fill-mode: both;
  132. animation-delay: 2s;
  133. }
  134.  
  135. a{
  136. color: #fff;
  137. transition: 0.4s;
  138. }
  139.  
  140. a:hover{
  141. color: ##ffa6a6;
  142. transition: 0.4s;
  143. text-shadow: 0 0 1vh #ffa6a6;
  144. }
  145.  
  146. </style>
  147.  
  148. <a target="_blank" href="https://imgur.com/a/g7XdwSP"><div id="image"></div></a>
  149.  
  150. <div id="titlebar"></div>
  151. <div id="title">Skyfire</div>
  152. <div id="nav"></div>
  153. <div id="box"></div>
  154.  
  155.  
  156. <a href="#info1"><div id="nav1">Dossier</div></a>
  157. <a href="#info2"><div id="nav2">Description</div></a>
  158. <a href="#info3"><div id="nav3">Notes</div></a>
  159. <a href="#info4"><div id="nav4">OOC</div></a>
  160.  
  161.  
  162. <div id="info1" class="appear"><center>
  163. <h1>Dossier</h1>
  164. Designation Codename "Skyfire".<br>
  165. Female, Feline, Born in Victoria on June 1st.<br>
  166. Aged approximately 25 years.<br>
  167. <br>
  168. 162 cm. in height.<br>
  169. 52 kg in weight.<br>
  170. Hair is chestnut brown.<br>
  171. Eyes are a dark amber.<br>
  172. <br>
  173. She is an Operator of the Casting class.<br>
  174. On standby.<br>
  175. <br>
  176. Found herself in love with <a target="_blank" href="profile.php?user=Siege">Siege.</a></div>
  177.  
  178.  
  179. <div id="info2" class="appear">
  180. <center><h1>Description</h1></center>
  181. <h2>Profile</h2>
  182. <p>Skyfire is affiliated with King's Wand, the central organ of Foxtail, an Originium power research institute. A tech specialist from Victoria, she holds degrees in geology and Originium geology, and is respected in fields of Originium study both practical and theoretical.
  183. Currently the Chief Caster stationed at Rhodes Island on loan from the King's Wand, Skyfire's mission is to jointly research Originium while providing combat mission assistance.
  184. </p>
  185. <h2>Clinical Analysis</h2>
  186. <p>Imaging test for this Operator showed clear outlines of internal organs without any unusual dark signs. No unusual traces of Originium particles present in her system, no signs of infection, confirming her as Non-infected.</p>
  187. <p>"That's a sure sign of a diva who hasn't seen much of the real world, if you ask me. She needs a lesson in the grim reality of war and just how hard the Infected have it. Skyfire should be given more hands-on combat missions to knock some sense into her."<br>
  188. โ€”Medic Operator Gavial</p>
  189. <p>"A reminder, Gavial, that all physical examinations are public record."<br>
  190. โ€”Dr. Kal'tsit</p>
  191. <h2>Archive 1</h2>
  192. <p>Operator Skyfire's Originium ability far exceeds that of peers of her age. She excels at pulling fire into a huge mass and incinerating clustered targets with it.
  193. In the process, the flame also disintegrates her outfit, even setting her hair ablaze, but never damages her.
  194. With intense heat a brilliant glow, her power manifests like the sun itself, hence her codename.
  195. With such immense power, the talented yet inexperienced Skyfire still cannot fully control it.
  196. Listen for the fire alarm anywhere Skyfire may be present.</p>
  197.  
  198. </div>
  199.  
  200.  
  201. <div id="info3" class="appear">
  202. <center><h1>Notes and Headcanons</h1>
  203.  
  204. </div>
  205.  
  206.  
  207. <div id="info4" class="appear">
  208. <center><h1>Out of Character</h1>
  209. IC =/= OOC<br>
  210. <br>
  211. Character is from Arknights.<br>
  212. <br>
  213. Golden Rule.<br>
  214. <br>
  215. Smut or Story. Either is fine.<br>
  216. <br>
  217. In-Room Approach is preferred.
  218. </div>
  219.  
  220.  
  221. <a target="_blank" href="https://roleplay.chat/profile.php?user=From+Shadows+Codes" target="_blank" title="Thanks so much for using this layout! Please inform me of any issues.">
  222. <img src="https://i.imgur.com/A9wLMgS.png" id="credit"/>
  223. </a>
Add Comment
Please, Sign In to add comment