ChaZayari

Minamoto Raikou

Aug 5th, 2020
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.89 KB | None | 0 0
  1. <style>
  2. @import url('https://www.themonster.xyz/styles/fancy-fonts.css');
  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. body{
  8. background: url(https://i.imgur.com/NcLaQ5g.png);
  9. background-size: cover;
  10. background-position: center;
  11. }
  12.  
  13. @keyframes image{
  14. from{filter: blur(10px);opacity:0;}
  15. to{filter:blur(0px);opacity: 1;}
  16. }
  17.  
  18.  
  19. @keyframes barmove{
  20. from{left:-100vw;}
  21. to{left:0vw;}
  22. }
  23.  
  24. @keyframes infomove{
  25. from{left:-100vw;}
  26. to{left:10vw;}
  27. }
  28.  
  29. @keyframes titlemove{
  30. from{left:-100vw;}
  31. to{left:8vw;}
  32. }
  33.  
  34. @keyframes nav1{
  35. from{top:-62.5vh;}
  36. to{transform: rotate(720deg);top:29.5vh;}
  37. }
  38.  
  39. @keyframes nav2{
  40. from{top:-51.5vh;}
  41. to{transform: rotate(720deg);top:40.5vh;}
  42. }
  43.  
  44. @keyframes nav3{
  45. from{top:-40.5vh;}
  46. to{transform: rotate(720deg);top:51.5vh;}
  47. }
  48.  
  49. @keyframes nav4{
  50. from{top:-29.5vh;}
  51. to{transform: rotate(720deg);top:62.5vh;}
  52. }
  53.  
  54. #image{
  55. position: fixed;
  56. bottom: 5vh;
  57. right: 10vw;
  58. box-shadow: 0 0 2vh #000;
  59. z-index: 5;
  60. animation: image 2s 1;
  61. animation-fill-mode: both;
  62. }
  63.  
  64. #image img{
  65. height: 90vh;
  66. }
  67.  
  68. #bar{
  69. position: fixed;
  70. background: rgba(93, 61, 107, 0.7);
  71. box-shadow: 0 0 2vh #000;
  72. height: 60vh;
  73. z-index: 2;
  74. width: 100vw;
  75. bottom: 20vh;
  76. left:-100vw;
  77. animation: barmove 2s 1;
  78. animation-fill-mode: both;
  79. animation-delay: 1s;
  80. }
  81.  
  82. #box{
  83. position: fixed;
  84. background: #784e8a;
  85. box-shadow: 0 0 1vh #000;
  86. padding: 1%;
  87. z-index: 4;
  88. overflow: auto;
  89. text-align: center;
  90. height: 45vh;
  91. bottom: 26vh;
  92. width: 40vw;
  93. color: #fff;
  94. text-shadow: 0 1vh 2vh #000;
  95. font-family: 'Whitney';
  96. font-size: 2.25vh;
  97. animation: infomove 2s 1;
  98. animation-fill-mode: both;
  99. animation-delay: 1.25s;
  100. }
  101.  
  102. h1{
  103. font-family: 'Angel tears';
  104. font-size: 6vh;
  105. font-weight: lighter;
  106. }
  107.  
  108. a{
  109. text-decoration: underline;
  110. color: #fff;
  111. transition: 0.5s;
  112. }
  113. a:hover{
  114. transition: 0.5s;
  115. color: #d6b1e6;
  116. text-shadow: 0 0 1vh #d6b1e6;
  117. }
  118.  
  119. #title{
  120. position: fixed;
  121. z-index: 5;
  122. height: 20vh;
  123. width: 60vw;
  124. top: 9vh;
  125. text-align: left;
  126. font-family: 'Bantham';
  127. font-size: 17vh;
  128. color: #fff;
  129. text-shadow: 0 0 1vh #fff;
  130. animation: titlemove 2s 1;
  131. animation-fill-mode: both;
  132. animation-delay: 1.5s;
  133. }
  134.  
  135. #nav1, #nav2, #nav3, #nav4{
  136. position: fixed;
  137. z-index: 6;
  138. left: 55vw;
  139. }
  140.  
  141. #nav1{transition: 0.5s; top: 29.5vh;animation: nav1 2s 1;animation-fill-mode: both;animation-delay: 2.5s;}
  142. #nav1 img{height: 7vh;}
  143. #nav1:hover{transition: 0.5s;filter:drop-shadow(0 0 1vh #fff);}
  144.  
  145. #nav2{transition: 0.5s; top: 40.5vh;animation: nav2 2s 1;animation-fill-mode: both;animation-delay: 2.25s;}
  146. #nav2 img{height: 7vh;}
  147. #nav2:hover{transition: 0.5s;filter:drop-shadow(0 0 1vh #fff);}
  148.  
  149. #nav3{transition: 0.5s; top: 51.5vh;animation: nav3 2s 1;animation-fill-mode: both;animation-delay: 2s;}
  150. #nav3 img{height: 7vh;}
  151. #nav3:hover{transition: 0.5s;filter:drop-shadow(0 0 1vh #fff);}
  152.  
  153. #nav4{transition: 0.5s; top: 62.5vh;animation: nav4 2s 1;animation-fill-mode: both;animation-delay: 1.75s;}
  154. #nav4 img{height: 7vh;}
  155. #nav4:hover{transition: 0.5s;filter:drop-shadow(0 0 1vh #fff);}
  156.  
  157.  
  158. #img1, #img2, #img3, #img4, #imgetc{
  159. position: fixed;
  160. z-index: 3;
  161. top: 72vh;
  162. height: 7vh;
  163. width: 6vw;
  164. animation: image 2s 1;
  165. animation-fill-mode: both;
  166. }
  167.  
  168. #img1{
  169. background: url(https://i.imgur.com/udx4ViS.png);
  170. background-size: cover;
  171. background-position: top;
  172. left: 12vw;
  173. transition: 0.5s;
  174. animation-delay: 3s;
  175. }
  176. #img1:hover{
  177. transition: 0.5s;
  178. box-shadow: 0 0 1vh #fff;
  179. height: 12vh;
  180. }
  181.  
  182. #img2{
  183. background: url(https://i.imgur.com/YkrxHO3.png);
  184. background-size: cover;
  185. background-position: top;
  186. left: 20vw;
  187. transition: 0.5s;
  188. animation-delay: 3.2s;
  189. }
  190. #img2:hover{
  191. transition: 0.5s;
  192. box-shadow: 0 0 1vh #fff;
  193. height: 12vh;
  194. }
  195.  
  196. #img3{
  197. background: url(https://i.imgur.com/PrkRcjF.png);
  198. background-size: cover;
  199. background-position: top;
  200. left: 28vw;
  201. transition: 0.5s;
  202. animation-delay: 3.4s;
  203. }
  204. #img3:hover{
  205. transition: 0.5s;
  206. box-shadow: 0 0 1vh #fff;
  207. height: 12vh;
  208. }
  209.  
  210. #img4{
  211. background: url(https://i.imgur.com/jYAcux6.png);
  212. background-size: cover;
  213. background-position: top;
  214. left: 36vw;
  215. transition: 0.5s;
  216. animation-delay: 3.6s;
  217. }
  218. #img4:hover{
  219. transition: 0.5s;
  220. box-shadow: 0 0 1vh #fff;
  221. height: 12vh;
  222. }
  223.  
  224. #imgetc{
  225. background: url(https://i.imgur.com/eVpWZTp.png);
  226. background-color: #8735ab;
  227. background-size: 25%;
  228. background-repeat: no-repeat;
  229. background-position: center;
  230. left: 44vw;
  231. transition: 0.5s;
  232. animation-delay: 3.8s;
  233. }
  234. #imgetc:hover{
  235. transition: 0.5s;
  236. box-shadow: 0 0 1vh #fff;
  237. height: 12vh;
  238. }
  239.  
  240.  
  241.  
  242. </style>
  243.  
  244. <div id="nav1"><a href="#one"><img src="https://i.imgur.com/xDYp9wA.png"></a></div>
  245. <div id="nav2"><a href="#two"><img src="https://i.imgur.com/xDYp9wA.png"></a></div>
  246. <div id="nav3"><a href="#three"><img src="https://i.imgur.com/xDYp9wA.png"></a></div>
  247. <div id="nav4"><a href="#four"><img src="https://i.imgur.com/xDYp9wA.png"></a></div>
  248.  
  249.  
  250. <a target="_blank" href="https://i.imgur.com/udx4ViS.png"><div id="img1"></div></a>
  251. <a target="_blank" href="https://i.imgur.com/YkrxHO3.png"><div id="img2"></div></a>
  252. <a target="_blank" href="https://i.imgur.com/PrkRcjF.png"><div id="img3"></div></a>
  253. <a target="_blank" href="https://i.imgur.com/jYAcux6.png"><div id="img4"></div></a>
  254. <a target="_blank" href="https://imgur.com/a/bH11oL6"><div id="imgetc"></div></a>
  255.  
  256. <div id="image">
  257. <img src="https://i.imgur.com/No8uXWF.png">
  258. </div>
  259. <div id="title">Minamoto no Raikou</div>
  260. <div id="bar"></div>
  261. <div id="box">
  262. <div style="height: 100%; overflow-y: hidden;">
  263.  
  264. <a name="one"></a>
  265. <div style="width:100%; height: 100%; overflow: auto; " align="center">
  266. <h1>Berserker of Yorimitsu</h1>
  267. <p>Berserker's True Name is Minamoto no Raikou, also known as Minamoto no Yorimitsu, a person of the 10th~11th Century. Born as the eldest son of the Minamoto clan, he is a figure who contributed to the development of the entire Seiwa Genji line as the founder of the Settsu Genji branch. He is also the strongest Mystery Slayer of the Heian period who destroyed many monstrosities, such as “Shuten-douji of Mount Ooe”, the “Giant Spider of the Imperial Capital”, and "Ushi-Oni of Sensou-ji”. Leading her subordinates, Raikou's Four Heavenly Kings – Watanabe Tsuna, Sakata Kintoki, Urabe Suetake and Usui Sadamitsu – she continued to protect the peace of the capital. Naturally, he is a male in historical fact.As for the reason why she is a woman, it seems to be related to the secret of her birth.</p>
  268. <p>Unbeknownst to most, Raikou was born as Ushi-Gozen, a descendant of Gozu Tennou , and was thus abandoned and imprisoned by her father. However, realizing she is an indisputable genius, her father reinvited her back to the family under the guise of a newborn son as Minamoto no Raikou. The defeat of Ushi-Oni was actually an act to separate and seal away her Oni part.</p>
  269. </div>
  270.  
  271. <a name="two"></a>
  272. <div style="width:100%; height: 100%; overflow: auto; " align="center">
  273. <h1>Stats</h1>
  274. Name: Minamoto no Raikou<br>
  275. Also Known As: Minamoto no Yorimitsu, Ushi-Gozen<br>
  276. Class: Berserker<br>
  277. Origin: Japanese History<br>
  278. Race: Heroic Spirit / Servant<br>
  279. Gender: Female<br>
  280. <br>
  281. Height: 175cm<br>
  282. Weight: Unmeasured<br>
  283. Status: Content<br>
  284. Master: <a target="_blank" href="https://roleplay.chat/profile.php?user=Yokai">Kensai.</a>
  285. <br><br><br><br><br>
  286.  
  287. </div>
  288.  
  289. <a name="three"></a>
  290. <div style="width:100%; height: 100%; overflow: auto; " align="center">
  291. <h1>Notes and Headcanons</h1>
  292. <li>Raikou is a diligent career soldier, but she becomes a doting crybaby prone to worrying when concerning matters related to Kintoki. As a matter of fact, she is passive and introverted. Although she is seen as a person with a good sense to make peace pleasant for everyone, because her true nature (a nature mixed with Divinity) is inhuman, she grasps everything in an overlooking manner, as well as in a big-picture perspective. On the other hand, her affection towards those she came to like is strong, becoming the embodiment of maternal love that “makes the world her enemy if it is for the sake of her child.” For her, a “lover” is equal to “her own child”. The person herself does not really notice how out of sync that way of perceiving things is.</li>
  293. <br>
  294. <li>Raikou, since birth, has continually suffered for she had thought of herself as something “close to a demon”, even if she has the blood of a god. Below her devotions, such as responding to the expectations of her father, and defending the Imperial Capital, she is constantly bearing a viewpoint that “I am not a human being.” She cannot live as a human being, and she also cannot live as a demonic being.</li><br>
  295.  
  296. <li>As far as Raikou is concerned, the Master who became her contractor is an earnest salvation that had appeared in the darkness. She sees the Master as a person she was fated to meet, who accepted and contracted with her as a demonic being. Speaking of that doting, it is as fierce as it can be. However, given that she has a strong desire to monopolize him or her, she will press a question with a sick look as if she had suffered from one being unfaithful to her, and she will cry immediately if she sees the Master averting his or her gaze. Speaking of her maternal love, it gives off an impression of thoughtfulness, but her maternal love goes way too far, becoming “a conversion of the child into her own possession, and snatching away all of his or her freedom and future.” Although Raikou’s affections are at the stage of insanity, Raikou’s own high intelligence and strong sense of reason does not make this aspect be noticed as such (even to the people in the vicinity, as well as to Raikou herself).</li>
  297.  
  298. <li><a target="_blank" href="https://typemoon.fandom.com/wiki/Ox-King_Storm_Call_-_The_Inescapable_Net_of_Heaven">Ox-King Storm Call - The Inescapable Net of Heaven</a> is the Noble Phantasm of Minamoto no Yorimitsu. Gozu Tennou , who is the source of Raikou's demonic nature/strange form, has his divine messenger, the ox, temporarily summoned by her, and she eradicates the enemy camp together with this being. The armaments that materializes by means of thunder are the weapons that symbolizes the souls of her subordinates, the Four Heavenly Kings. Each of the said weapons are wielded by clones created by Raikou. By taking in the sublimation of Raikou’s episode where she exterminated the Ushi-Oni, the destructive power of the divine messenger also rises above its original strength.</li>
  299. </div>
  300.  
  301. <a name="four"></a>
  302. <div style="width:100%; height: 100%; overflow: auto; " align="center">
  303. <h1>OOC</h1>
  304. <ol>
  305. <li>Fate™ Universe.</li>
  306. <li>In-Room Approach is preferred.</li>
  307. <li>I prefer story over smut. Even if the roleplay is predominantly lewd, there must be some kind of story behind it.</li>
  308. <li>Do not approach unless you have a profile.</li>
  309. <li>I will not play anyone other than Raikou whilst on this profile. Please understand and accept this.</li>
  310.  
  311. </ol>
  312. </div></div>
Add Comment
Please, Sign In to add comment