Advertisement
ChaZayari

From Shadows, 2021

Oct 8th, 2021
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.04 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. @import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700&display=swap');
  5.  
  6. ::-webkit-scrollbar{width:0.5vh;height:0.1vh;}
  7. ::-webkit-scrollbar-track{border-radius:0;background:transparent;}
  8. ::-webkit-scrollbar-thumb{border-radius:0;background:transparent;}
  9.  
  10.  
  11. #background{
  12. background-image: url(https://i.imgur.com/VeRI7Pw.jpg);
  13. background-size: cover;
  14. background-position: center;
  15. position: fixed;
  16. height: 110vh;
  17. width: 110vw;
  18. top: -5vh;
  19. left: -5vw;
  20. filter: blur(20px);
  21. }
  22.  
  23. #image{
  24. position: fixed;
  25. z-index: 5;
  26. top: 0vh;
  27. right: 5vw;
  28. filter: drop-shadow(0 0 2vh #fff);
  29. }
  30.  
  31. #image img{
  32. height: 100vh;
  33. }
  34.  
  35. #bar{
  36. position: fixed;
  37. background: #0d071a;
  38. box-shadow: 0 0 1vh #000;
  39. z-index: 2;
  40. height: 30vh;
  41. width: 100vw;
  42. bottom: 20vh;
  43. left: 0vh;
  44. }
  45.  
  46.  
  47. #box{
  48. position: fixed;
  49. background: rgba(91, 72, 133, 0.5);
  50. box-shadow: 0 0 1vh #5b4885;
  51. z-index: 2;
  52. height: 45.5vh;
  53. width: 40vw;
  54. bottom: 25vh;
  55. left: 10vw;
  56. }
  57.  
  58. #blake, #belladonna{
  59. position: fixed;
  60. z-index: 5;
  61. height: 15vh;
  62. font-family: 'Cinzel Decorative';
  63. font-size: 9.5vh;
  64. color: #0e061f;
  65. transition: 0.4s;
  66. text-shadow: 0 0 1vh #0e061f;
  67. }
  68.  
  69. #blake{
  70. top: 28.5vh;
  71. text-align: left;
  72. left: 10vw;
  73. width: 18vw;
  74. }
  75. #blake:hover{
  76. color: #fff;
  77. text-shadow: 0 0 1vh #fff;
  78. transition: 0.4s;
  79. }
  80. #belladonna{
  81. bottom: 19.5vh;
  82. text-align: right;
  83. left: 15vw;
  84. width: 35vw;
  85. }
  86. #belladonna:hover{
  87. color: #fff;
  88. text-shadow: 0 0 1vh #fff;
  89. transition: 0.4s;
  90. }
  91.  
  92. #nav1, #nav2, #nav3, #nav4, #nav5{
  93. position: fixed;
  94. background: #0e061f;
  95. box-shadow: 0 0 1vh #0e061f;
  96. z-index: 6;
  97. height: 4vh;
  98. width: 4vh;
  99. top: 30.5vh;
  100. transition: 0.5s;
  101. transform: rotate(45deg);
  102. }
  103.  
  104. #nav1{
  105. left: 35.5vw;
  106. }
  107. #nav1:hover{
  108. background: #fff;
  109. box-shadow: 0 0 1vh #fff;
  110. }
  111.  
  112. #nav2{
  113. left: 38.5vw;
  114. }
  115. #nav2:hover{
  116. background: #fff;
  117. box-shadow: 0 0 1vh #fff;
  118. }
  119.  
  120. #nav3{
  121. left: 41.5vw;
  122. }
  123. #nav3:hover{
  124. background: #fff;
  125. box-shadow: 0 0 1vh #fff;
  126. }
  127.  
  128. #nav4{
  129. left: 44.5vw;
  130. }
  131. #nav4:hover{
  132. background: #fff;
  133. box-shadow: 0 0 1vh #fff;
  134. }
  135.  
  136. #nav5{
  137. left: 47.5vw;
  138. }
  139. #nav5:hover{
  140. background: #fff;
  141. box-shadow: 0 0 1vh #fff;
  142. }
  143.  
  144.  
  145.  
  146. #musicslice{
  147. position: fixed;
  148. z-index: 6;
  149. height: 10vh;
  150. width: 10vh;
  151. bottom: 25.5vh;
  152. left: 10.5vw;
  153. overflow: hidden;
  154. -webkit-transition: all 1s;
  155. transition: all 0s;
  156. opacity: .8;
  157. z-index: 10;
  158. zoom: 100%;
  159. filter: drop-shadow( 0 0 1vh #000);
  160. }
  161.  
  162. #musicslice:active{
  163. -webkit-transition: all 0s;
  164. transition: all 0s;
  165. box-shadow: 0px 0px 0px transparent;}
  166.  
  167. #emblem{
  168. position: absolute;
  169. position: fixed;
  170. z-index: 6;
  171. height: 10vh;
  172. width: 10vh;
  173. bottom: 25.5vh;
  174. left: 10.25vw;
  175. background-image:url(https://i.imgur.com/XIN0LsS.png);
  176. background-size: auto 100%;
  177. background-repeat: no-repeat;
  178. background-position: center bottom -2px;
  179. background-color: transparent;
  180. }
  181.  
  182. #emblem:hover{
  183. transition: 0.4s;
  184. filter: drop-shadow( 0 0 1vh #fff);
  185. }
  186.  
  187.  
  188. #page1, #page2, #page3, #page4{
  189. position: fixed;
  190. border: .25vh #000 solid;
  191. box-shadow: 0 0 1vh #000;
  192. padding: .5%;
  193. height: 22.5vh;
  194. width: 34vw;
  195. left: 12.5vw;
  196. bottom: 35.5vh;
  197. font-family: 'Open Sans';
  198. font-size: 1.75vh;
  199. color: #fff;
  200. text-shadow: 0 0 1vh #fff;
  201. overflow: auto;
  202. }
  203.  
  204.  
  205. .appear{opacity: 0;z-index: 3; transition: 1s;}
  206. .appear:target{opacity: 1;z-index: 7;transition: 1s;}
  207. .r{float:right;}
  208.  
  209. h1{
  210. font-family: 'Dynalight';
  211. font-size: 4vh;
  212. font-weight: lighter;
  213. text-align: center;
  214. }
  215.  
  216. o{
  217. filter: blur(5px);
  218. }
  219.  
  220. a{
  221. color: #fff;
  222. text-decoration: underline;
  223. transition: 0.3s;
  224. }
  225. a:hover{
  226. transition: 0.3s;
  227. color: #3e2e4f;
  228. text-shadow: 0 0 1vh #3e2e4f;
  229. }
  230.  
  231.  
  232. #img1, #img2, #img3, #img4, #img5, #imgetc{
  233. position: fixed;
  234. background: #000;
  235. z-index: 1;
  236. top: 78vh;
  237. height: 6vh;
  238. width: 5vw;
  239. animation: image 2s 1;
  240. animation-fill-mode: both;
  241. transition: 0.5s;
  242. }
  243.  
  244. #img1{
  245. background: #0d071a;
  246. box-shadow: 0 0 1vh #000;
  247. left: 12vw;
  248. transition: 0.5s;
  249. animation-delay: 3s;
  250. }
  251. #img1:hover{
  252. background: url(https://i.imgur.com/NiK2DK0.jpg);
  253. background-size: cover;
  254. background-position: top;
  255. transition: 0.5s;
  256. box-shadow: 0 0 1vh #fff;
  257. height: 12vh;
  258. }
  259.  
  260. #img2{
  261. background: #0d071a;
  262. box-shadow: 0 0 1vh #000;
  263. left: 18vw;
  264. transition: 0.5s;
  265. animation-delay: 3.2s;
  266. }
  267. #img2:hover{
  268. background: url(https://i.imgur.com/4gT82pr.jpg);
  269. background-size: cover;
  270. background-position: top;
  271. box-shadow: 0 0 1vh #fff;
  272. height: 12vh;
  273. }
  274.  
  275. #img3{
  276. background: #0d071a;
  277. box-shadow: 0 0 1vh #000;
  278. left: 24vw;
  279. transition: 0.5s;
  280. animation-delay: 3.4s;
  281. }
  282. #img3:hover{
  283. background: url(https://i.imgur.com/muBvPXL.jpg);
  284. background-size: cover;
  285. background-position: top;
  286. transition: 0.5s;
  287. box-shadow: 0 0 1vh #fff;
  288. height: 12vh;
  289. }
  290.  
  291. #img4{
  292. background: #0d071a;
  293. box-shadow: 0 0 1vh #000;
  294. left: 30vw;
  295. transition: 0.5s;
  296. animation-delay: 3.6s;
  297. }
  298. #img4:hover{
  299. background: url(https://i.imgur.com/4TJKBe5.png);
  300. background-size: cover;
  301. background-position: top;
  302. transition: 0.5s;
  303. box-shadow: 0 0 1vh #fff;
  304. height: 12vh;
  305. }
  306.  
  307. #img5{
  308. background: #0d071a;
  309. box-shadow: 0 0 1vh #000;
  310. left: 36vw;
  311. transition: 0.5s;
  312. animation-delay: 3.8s;
  313. }
  314. #img5:hover{
  315. background: url(https://i.imgur.com/tRxjYaS.jpg);
  316. background-size: cover;
  317. background-position: top;
  318. transition: 0.5s;
  319. box-shadow: 0 0 1vh #fff;
  320. height: 12vh;
  321. }
  322.  
  323. #imgetc{
  324. background: #0d071a;
  325. box-shadow: 0 0 1vh #000;
  326. left: 42vw;
  327. transition: 0.5s;
  328. animation-delay: 4s;
  329. }
  330. #imgetc:hover{
  331. background: url(https://i.imgur.com/eVpWZTp.png);
  332. background-color: #291d3b;
  333. background-size: 25%;
  334. background-repeat: no-repeat;
  335. background-position: center;
  336. transition: 0.5s;
  337. box-shadow: 0 0 1vh #fff;
  338. height: 12vh;
  339. }
  340.  
  341. </style>
  342. </div>
  343. </div>
  344. <div id="background"></div>
  345. <div id="bar"></div>
  346. <div id="image"><img src="https://i.imgur.com/yAeyipj.png"></div>
  347. <a target="_blank" href="https://www.youtube.com/watch?v=Pn2-oY1cX7Y"><div id="emblem"></div></a>
  348. <div id="box"></div>
  349. <div id="blake">Blake</div>
  350. <div id="belladonna">Belladonna</div>
  351. <a href="#page1"><div id="nav1"></div></a>
  352. <a href="#page2"><div id="nav2"></div></a>
  353. <a href="#page3"><div id="nav3"></div></a>
  354. <a href="#page4"><div id="nav4"></div></a>
  355. <a href="#page5"><div id="nav5"></div></a>
  356.  
  357.  
  358. <a target="_blank" href="https://i.imgur.com/NiK2DK0.jpg"><div id="img1"></div></a>
  359. <a target="_blank" href="https://i.imgur.com/4gT82pr.jpg"><div id="img2"></div></a>
  360. <a target="_blank" href="https://i.imgur.com/muBvPXL.jpg"><div id="img3"></div></a>
  361. <a target="_blank" href="https://i.imgur.com/4TJKBe5.png"><div id="img4"></div></a>
  362. <a target="_blank" href="https://i.imgur.com/tRxjYaS.jpg"><div id="img5"></div></a>
  363. <a target="_blank" href="https://imgur.com/a/9J2xJfh"><div id="imgetc"></div></a>
  364.  
  365.  
  366. <div id="page1" class="appear">
  367. <h1>My name is Blake Belladonna.</h1>
  368.  
  369. <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>
  370. <p>After studying at the academy with my team for four years, I graduated from my class with flying colors, was granted a Huntress's license, and was 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>
  371. <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>
  372. </div>
  373.  
  374. <div id="page2" class="appear">
  375. <h1>Dossier</h1>
  376. Name:<div class="r"> Blake Belladonna</div><br>
  377. Age:<div class="r"> Twenty-five years old</div><br>
  378. Gender:<div class="r">Female</div><br>
  379. Race:<div class="r"> Feline Faunus</div><br>
  380. Height:<div class="r"> Five feet, seven inches tall</div><br>
  381. <br>
  382. Occupation(s):<div class="r"> Huntress, Musician</div><br>
  383. Orientation:<div class="r">Homosexual</div><br>
  384. Status:<div class="r"> Going it solo once more.</div><br>
  385. Preference:<div class="r"> Competence.</div><br>
  386. <br>
  387. </div>
  388.  
  389. <div id="page3" class="appear">
  390. <h1>Notes and Headcanons</h1>
  391. <li>Hair style tends to vary from the typical Volume 1-6 Waist-Length to the Volume 7/8 shoulder-length cut.</li>
  392. <br>
  393. <li>Chill demeanor unless you're doing something ridiculously stupid, or morally sour.</li><br>
  394.  
  395. <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>
  396.  
  397. <li>Has been through some shit. Don't give her any more.</li>
  398. </div>
  399.  
  400. <div id="page4" class="appear">
  401. <h1>OOC</h1>
  402. <ol>
  403. <li>I made this code.</li>
  404. <li>In-Room Approach is <u>mandatory.</u> 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>
  405. <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>
  406. <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>
  407. <li>Thanks so much for taking a look at my profile.</li>
  408. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement