ChaZayari

Blake 2020

Oct 10th, 2020
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.76 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: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(https://i.imgur.com/9b064LZ.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/rg2NE42.jpg);
  24. background-size: cover;
  25. background-position: top center;
  26. bottom: 10vh;
  27. left: 7vw;
  28. box-shadow: 0 0 2vh #000;
  29. z-index: 5;
  30. height: 80vh;
  31. width: 80vh;
  32. }
  33.  
  34. #image img{
  35. }
  36.  
  37.  
  38. #box{
  39. position: fixed;
  40. background: rgba(17, 5, 41, 0.75);
  41. box-shadow: 0 0 2vh #000;
  42. z-index: 2;
  43. height: 80vh;
  44. width: 85vh;
  45. bottom: 10vh;
  46. right: 7vw;
  47. }
  48.  
  49. #info{
  50. position: fixed;
  51. background: #1b1626;
  52. z-index: 3;
  53. padding: 1%;
  54. width: 75.5vh;
  55. bottom: 20vh;
  56. right: 8vw;
  57. height: 50vh;
  58. color: #fff;
  59. text-shadow: 0 1vh 2vh #000;
  60. font-family: 'Open Sans';
  61. font-size: 2vh;
  62. }
  63.  
  64.  
  65. h1{
  66. font-family: 'Dynalight';
  67. font-size: 4vh;
  68. font-weight: lighter;
  69. }
  70.  
  71. a{
  72. text-decoration: underline;
  73. color: #fff;
  74. transition: 0.5s;
  75. }
  76. a:hover{
  77. transition: 0.5s;
  78. color: #d6b1e6;
  79. text-shadow: 0 0 1vh #d6b1e6;
  80. }
  81.  
  82.  
  83. #nav1, #nav2, #nav3, #nav4{
  84. position: fixed;
  85. z-index: 6;
  86. left: 45vw;
  87. }
  88.  
  89. #nav1{transition: 0.5s; top: 25.5vh;animation: nav1 2s 1;animation-fill-mode: both;animation-delay: 2.5s;}
  90. #nav1 img{height: 12vh;}
  91. #nav1:hover{transition: 0.5s;filter:drop-shadow(0 0 1vh #fff);}
  92.  
  93. #nav2{transition: 0.5s; top: 36.5vh;animation: nav2 2s 1;animation-fill-mode: both;animation-delay: 2.25s;}
  94. #nav2 img{height: 12vh;}
  95. #nav2:hover{transition: 0.5s;filter:drop-shadow(0 0 1vh #fff);}
  96.  
  97. #nav3{transition: 0.5s; top: 47.5vh;animation: nav3 2s 1;animation-fill-mode: both;animation-delay: 2s;}
  98. #nav3 img{height: 12vh;}
  99. #nav3:hover{transition: 0.5s;filter:drop-shadow(0 0 1vh #fff);}
  100.  
  101. #nav4{transition: 0.5s; top: 58.5vh;animation: nav4 2s 1;animation-fill-mode: both;animation-delay: 1.75s;}
  102. #nav4 img{height: 12vh;}
  103. #nav4:hover{transition: 0.5s;filter:drop-shadow(0 0 1vh #fff);}
  104.  
  105. #title{
  106. position: fixed;
  107. z-index: 5;
  108. height: 20vh;
  109. width: 100vh;
  110. top: 9vh;
  111. right: 2.5vw;
  112. padding: 1%;
  113. text-align: center;
  114. font-family: 'Ruthie';
  115. font-size: 19vh;
  116. color: #fff;
  117. text-shadow: 0 0 1vh #fff;
  118. animation: titlemove 2s 1;
  119. animation-fill-mode: both;
  120. animation-delay: 1.5s;
  121. }
  122.  
  123. #img1, #img2, #img3, #img4, #img5, #imgetc{
  124. position: fixed;
  125. z-index: 3;
  126. top: 78vh;
  127. height: 6vh;
  128. width: 5vw;
  129. animation: image 2s 1;
  130. animation-fill-mode: both;
  131. }
  132.  
  133. #img1{
  134. background: url(https://i.imgur.com/NiK2DK0.jpg);
  135. background-size: cover;
  136. background-position: top;
  137. right: 9.35vw;
  138. transition: 0.5s;
  139. animation-delay: 3s;
  140. }
  141. #img1:hover{
  142. transition: 0.5s;
  143. box-shadow: 0 0 1vh #fff;
  144. height: 12vh;
  145. }
  146.  
  147. #img2{
  148. background: url(https://i.imgur.com/4gT82pr.jpg);
  149. background-size: cover;
  150. background-position: top;
  151. right: 15.35vw;
  152. transition: 0.5s;
  153. animation-delay: 3.2s;
  154. }
  155. #img2:hover{
  156. transition: 0.5s;
  157. box-shadow: 0 0 1vh #fff;
  158. height: 12vh;
  159. }
  160.  
  161. #img3{
  162. background: url(https://i.imgur.com/muBvPXL.jpg);
  163. background-size: cover;
  164. background-position: top;
  165. right: 21.35vw;
  166. transition: 0.5s;
  167. animation-delay: 3.4s;
  168. }
  169. #img3:hover{
  170. transition: 0.5s;
  171. box-shadow: 0 0 1vh #fff;
  172. height: 12vh;
  173. }
  174.  
  175. #img4{
  176. background: url(https://i.imgur.com/4TJKBe5.png);
  177. background-size: cover;
  178. background-position: top;
  179. right: 27.35vw;
  180. transition: 0.5s;
  181. animation-delay: 3.6s;
  182. }
  183. #img4:hover{
  184. transition: 0.5s;
  185. box-shadow: 0 0 1vh #fff;
  186. height: 12vh;
  187. }
  188.  
  189. #img5{
  190. background: url(https://i.imgur.com/tRxjYaS.jpg);
  191. background-size: cover;
  192. background-position: top;
  193. right: 33.35vw;
  194. transition: 0.5s;
  195. animation-delay: 3.8s;
  196. }
  197. #img5:hover{
  198. transition: 0.5s;
  199. box-shadow: 0 0 1vh #fff;
  200. height: 12vh;
  201. }
  202.  
  203. #imgetc{
  204. background: url(https://i.imgur.com/eVpWZTp.png);
  205. background-color: #7718c4;
  206. background-size: 25%;
  207. background-repeat: no-repeat;
  208. background-position: center;
  209. right: 39.35vw;
  210. transition: 0.5s;
  211. animation-delay: 4s;
  212. }
  213. #imgetc:hover{
  214. transition: 0.5s;
  215. box-shadow: 0 0 1vh #fff;
  216. height: 12vh;
  217. }
  218.  
  219. o{
  220. filter: blur(5px);
  221. }
  222.  
  223.  
  224. </style>
  225. <div id="nav1"><a href="#one"><img src="https://i.imgur.com/iusALTX.png"></a></div>
  226. <div id="nav2"><a href="#two"><img src="https://i.imgur.com/iusALTX.png"></a></div>
  227. <div id="nav3"><a href="#three"><img src="https://i.imgur.com/iusALTX.png"></a></div>
  228. <div id="nav4"><a href="#four"><img src="https://i.imgur.com/iusALTX.png"></a></div>
  229.  
  230. <a target="_blank" href="https://i.imgur.com/NiK2DK0.jpg"><div id="img1"></div></a>
  231. <a target="_blank" href="https://i.imgur.com/4gT82pr.jpg"><div id="img2"></div></a>
  232. <a target="_blank" href="https://i.imgur.com/muBvPXL.jpg"><div id="img3"></div></a>
  233. <a target="_blank" href="https://i.imgur.com/4TJKBe5.png"><div id="img4"></div></a>
  234. <a target="_blank" href="https://i.imgur.com/tRxjYaS.jpg"><div id="img5"></div></a>
  235. <a target="_blank" href="https://imgur.com/a/9J2xJfh"><div id="imgetc"></div></a>
  236.  
  237.  
  238. <div id="background"></div>
  239. <div id="image"></div>
  240. <div id="title">From Shadows</div>
  241.  
  242.  
  243. <div id="box"></div>
  244. <div id="info">
  245. <div style="height: 100%; overflow-y: hidden;">
  246.  
  247. <a name="one"></a>
  248. <div style="width:100%; height: 100%; overflow: auto; " align="center">
  249. <h1>My name is Blake Belladonna.</h1>
  250. <p>I was born to Kali and Ghira Belladonna, the chief and chieftaness of Menagerie, were I was raised and where I lived for seventeen years. Before entering Beacon Academy to be a huntress, I trained with my father to fight the creatures of Grimm, and he taught me how to use my weapon, Gambol Shroud. Upon entering Beacon Academy, I was assigned to a team known as Team RWBY, with my teammates Ruby Rose, Weiss Schnee, and Yang Xiao Long.</p>
  251. <p>After studying at the academy with my team for four years, I graduated from my class with flying colors, granted a Huntress's license, and sent out into the world. While my main goal at Beacon was to be taught in hunting the creatures of Grimm, I also sought lessons in musicianship, and was taught how to play a multitude of instruments. After my graduation from Beacon, I moved into an apartment in Vale, where I've lived ever since. I am regularly sent on assignments to defend the city from Grimm, and occasionally perform at bars for pocket money.</p>
  252. <p>Lately, though, I've been finding myself gravitating around Casinos and Clubs, meeting new people, and making new friends, and forming new relationships. It's been a bit of an eye-opening experience, but not one that I'd take back.</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: Blake Belladonna<br>
  259. Age: Twenty-four years old<br>
  260. Gender: Female<br>
  261. Race: Feline Faunus<br>
  262. Height: Five feet, seven inches tall<br>
  263. <br>
  264. Occupation(s): Huntress, Musician<br>
  265. Orientation: Homosexual<br>
  266. Status: Unattached, and not seeking.<br>
  267. Preference: Competence.<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>Hair style tends to vary from the typical Volume 1-6 Waist-Length to the Volume 7 shoulder-length cut.</li>
  276. <br>
  277. <li>Chill demeanor unless you're doing something ridiculously stupid, or morally sour.</li><br>
  278.  
  279. <li>Appreciates people having a sense of humor, a sense of decency, and most of all, having common sense. Which, ironically, is not so common any more.</li><br>
  280.  
  281. <li>Has been through some shit. Don't give her any more.</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>I made this code. If you'd like to see more like this, please go to <a target="_blank" href="profile.php?user=From+Shadows+Codes">My Coding Profile.</a></li>
  289. <li>In-Room Approach is mandatory. I'm not going to respond to any random DMs from someone in PM Only. If you aren't going to bother interacting with me in room, don't bother DMing me.</li>
  290. <li>I'm very picky as to who I roleplay with. Have a damn profile, for starters. If I see 'No Profile Yet', I am automatically going to ignore you.</li>
  291. <li>If you have a problem with how I play this Blake, who is part of an <b>Alternate Universe which is not Canon</b>, then take your comments and <o>shove them up your ass.</o></li>
  292. <li>Thanks so much for taking a look at my profile.</li>
  293.  
  294. </ol>
  295. </div></div>
Add Comment
Please, Sign In to add comment