Advertisement
ChaZayari

Jeanne

Sep 30th, 2020
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.08 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Allura|Euphoria+Script|Italianno|Parisienne&display=swap');
  3. @import url('https://fonts.googleapis.com/css?family=Alex+Brush|Great+Vibes&display=swap');
  4. @import url('https://fonts.googleapis.com/css?family=Cormorant|Cormorant+SC&display=swap');
  5. ::-webkit-scrollbar{width:0.5vh;height:0.1vh;}
  6. ::-webkit-scrollbar-track{border-radius:0;background:transparent;}
  7. ::-webkit-scrollbar-thumb{border-radius:0;background:transparent;}
  8.  
  9.  
  10. body{
  11. background: linear-gradient(#121d3d, #19123d, #28123d);
  12. }
  13.  
  14.  
  15. #intro{
  16. position: fixed;
  17. background: #000;
  18. z-index: 0;
  19. height: 100vh;
  20. width: 100vw;
  21. top: 0vh;
  22. left: 0vw;
  23. animation: intro 5s 1;
  24. animation-delay: 12s;
  25. animation-fill-mode: both;
  26. }
  27.  
  28. @keyframes quote{
  29. 0%{opacity: 0;}
  30. 50%{opacity: 1;}
  31. 70%{opacity: 1;}
  32. 90%{opacity: 0;}
  33. 100%{opacity: 0;}
  34. }
  35.  
  36. @keyframes intro{
  37. from{opacity: 1;}
  38. to{opacity:0;}
  39. }
  40.  
  41. #introquote1, #introquote2, #introquote3, #introquote4{
  42. position: fixed;
  43. text-align: center;
  44. opacity: 0;
  45. z-index: 1;
  46. height: 15vh;
  47. width: 50vw;
  48. font-family: 'Allura';
  49. font-size: 3.5vh;
  50. color: #fff;
  51. text-shadow: 0vh 0vh 1vh #fff;
  52. animation: quote 6s 1;
  53. }
  54.  
  55. #introquote1{
  56. top: 20vh;
  57. left: 10vw;
  58. }
  59. #introquote2{
  60. top: 35vh;
  61. left: 25vw;
  62. animation-delay: 4s;
  63. }
  64. #introquote3{
  65. top: 50vh;
  66. left: 40vw;
  67. animation-delay: 8s;
  68. }
  69. #introquote4{
  70. top: 60vh;
  71. left: 50vw;
  72. animation-delay: 10s;
  73. }
  74.  
  75.  
  76. @keyframes image{
  77. from{left: -50vw;}
  78. to{left: 5vw;}
  79. }
  80.  
  81. #image{
  82. position: fixed;
  83. bottom: 1.5vh;
  84. z-index: 10;
  85. filter: drop-shadow(0 0 1vh #fff);
  86. animation: image 3s 1;
  87. animation-delay: 14s;
  88. animation-fill-mode: both;
  89. }
  90.  
  91. #image img{
  92. height: 100vh;
  93. }
  94.  
  95. @keyframes info{
  96. from{right: -75vw;}
  97. to{right: 5vw;}
  98. }
  99.  
  100.  
  101. #info1, #info2, #info3{
  102. position: fixed;
  103. z-index: 10;
  104. padding: .5%;
  105. background: #202d69;
  106. border: .25vh #FADF9C solid;
  107. font-family: 'Coromorant';
  108. font-size: 1.75vh;
  109. color: #fff;
  110. animation: info 3s 1;
  111. animation-delay: 14s;
  112. animation-fill-mode: both;
  113. overflow: auto;
  114. }
  115.  
  116. h1{
  117. font-family: 'Cormorant SC';
  118. font-size: 4vh;
  119. font-weight: lighter;
  120. border-bottom: .15vh #fff solid;
  121. }
  122.  
  123. h2{
  124. font-family: 'Cormorant SC';
  125. font-size: 2.75vh;
  126. font-weight: lighter;
  127. }
  128.  
  129. #info1, #info2{
  130. height: 19vh;
  131. width: 25vw;
  132. }
  133.  
  134. #info1{bottom: 55vh;}
  135. #info2{bottom: 32.5vh;}
  136.  
  137. #info3{
  138. height: 19vh;
  139. width: 45vw;
  140. bottom: 10vh;
  141. }
  142.  
  143. @keyframes gif{
  144. from{right: -48.5vw;}
  145. to{right: 31.5vw;}
  146. }
  147.  
  148. #gif1, #gif2, #gif3{
  149. position: fixed;
  150. z-index: 10;
  151. padding: .5%;
  152. border: .25vh #FADF9C solid;
  153. height: 11.5vh;
  154. width: 18.5vw;
  155. animation: gif 3s 1;
  156. animation-delay: 14s;
  157. animation-fill-mode: both;
  158. }
  159.  
  160. #gif1{
  161. position: fixed;
  162. background: url(https://i.imgur.com/acRPNSZ.gif);
  163. background-size: cover;
  164. background-position: center;
  165. bottom: 32.5vh;
  166. }
  167.  
  168. #gif2{
  169. position: fixed;
  170. background: url(https://i.imgur.com/SocDKM4.gif);
  171. background-size: cover;
  172. background-position: center;
  173. bottom: 47.6vh;
  174. }
  175.  
  176. #gif3{
  177. position: fixed;
  178. background: url(https://i.imgur.com/yTQ0OJM.gif);
  179. background-size: cover;
  180. background-position: center;
  181. bottom: 62.5vh;
  182. }
  183.  
  184.  
  185. #title{
  186. position: fixed;
  187. height: 15vh;
  188. top: 4vw;
  189. text-align: right;
  190. z-index: 11;
  191. width: 55vw;
  192. animation: info 3s 1;
  193. animation-delay: 14s;
  194. animation-fill-mode: both;
  195. }
  196. t{
  197. font-family:'Alex brush';
  198. font-size:18vh;
  199. background: url(https://i.imgur.com/L0rJSJQ.gif);
  200. -webkit-background-clip: text;
  201. -webkit-text-fill-color: transparent;
  202. filter: drop-shadow(0 0 1vh #fff);
  203. }
  204.  
  205. .r{float: right;}
  206.  
  207. a{
  208. color: #fff;
  209. transiton; 0.3s;}
  210. a:hover{
  211. transition: 0.3s;
  212. text-shadow: 0 0 1vh #fff;
  213. }
  214.  
  215.  
  216.  
  217. </style>
  218. <div id="intro"></div>
  219. <div id="introquote1">One life is all we have, and we live it as we believe in living it.</div>
  220. <div id="introquote2">But to sacrifice what you are, and to live without belief....</div>
  221. <div id="introquote3">...That is a fate worse than death.</div>
  222. <div id="introquote4"> - Jeanne d'Arc</div>
  223.  
  224. <div id="image"><img src="https://i.imgur.com/8w3bJTm.png"></div>
  225. <div id="gif1"></div>
  226. <div id="gif2"></div>
  227. <div id="gif3"></div>
  228.  
  229. <div id="title"><t>Jeanne d'Arc</t></div>
  230. <div id="info1">
  231. <h1>Dossier</h1>
  232. True Name:<div class="r">Jeanne d'Arc</div><br>
  233. Also Known As:<div class="r">La Pucelle, Holy Maiden Savior</div><br>
  234. Gender:<div class="r">Female</div><br>
  235. Race:<div class="r">Heroic Spirit</div><br>
  236. Class:<div class="r">Ruler</div><br>
  237. Origin:<div class="r">French History</div><br>
  238. Servant(s):<div class="r"><a target="_blank" href="https://roleplay.chat/profile.php?user=.Knight+of+Red">Saber</a></div><br>
  239. <br>
  240. Height:<div class="r">159 cm</div><br>
  241. Weight:<div class="r">44 kg</div><br>
  242. Preference:<div class="r">Nonpreferential</div><br>
  243. Marital:<div class="r"><a target="_blank" href="https://roleplay.chat/profile.php?user=.Knight+of+Red">Knight in Shining Armor.</a></div><br>
  244. Status:<div class="r">On Standby</div><br>
  245. </div>
  246.  
  247. <div id="info2">
  248. <h1>Description</h1>
  249. Ruler's True Name is Jeanne d'Arc, the Saint of Orleans. A Catholic saint born in Domrémy, France, and the heroine of France who liberated Orléans in the Hundred Years' War.
  250. <h2>Life</h2>
  251. <p>Jeanne d'Arc was a common farmer's daughter. She claims she had received the command of God to fight. She heard the Lord’s lament that the world changed straight into hell. The Lord wept into sorrow as no one could stop it and people were not even allowed to live simply, and were compelled to become either beasts or food. Conflict never ended, and blood continued to rain incessantly and soak the land. She received a revelation from the Lord, the voice contained no glory or victory, no obligation or sense of purpose but only the Lord laments. She caught his small, feeble murmurs that everyone else failed to hear.</p>
  252. <p>She responded by throwing away her life as a simple villager and the joy of loving someone and being loved back. Furthermore, there would be no compensation. She knew she would surely be scorned by the masses of both enemies and allies alike, considering their beliefs in the church's guidelines for proper behavior in women. It was a very terrifying thing to contemplate. It was mad for a mere village girl from the countryside to leap onto the battlefield where people’s killing intent swirled about. She would not turn her back on the Lord's cries. She decided to devote her life to oppose this world’s hell to help stop the Lord’s tears and soothe Him. She clad her armour on her body, hung a sword on her waist and carried the flag. She fought alongside with Gilles de Rais.
  253. </p>
  254. <p>Having been born to a peasant family, Jeanne never knew the contents of the many books of prayer. She did try hard to learn them, but it seems she was simply born incapable of reading or writing. The most she ever managed was learning how to sign her name. While she worried about this, in the end, she decided that she needed little more in order to pray to the Lord. As she recalled, one of her comrades whom rode beside her, Gilles, once laughed and promised her that this was more than enough.
  255. </p>
  256. <p>Both Jeanne and Gilles were decorated as saviors and national heroes by King Charles in the cathedral with the Ars Nova melody playing in the background.</p>
  257. <h2>Death</h2>
  258. <p>Jeanne was put to death at Place du Vieux-Marché in Rouen. Scorned by words of damnation as she was led to the pyre and feeling only slightly pained as she endured it, she had already abandoned emotions such as fear, disappointment, and regret from the outset of her battles, so she was able to walk towards her death without faltering in her steps. As she unconsciously reached for the cross that had been at her chest until they took it from her, she felt some sadness as there was nothing to support her heart. Shortly after, she was given a wooden cross fashioned by an Englishman who revered her, thanking him quietly as he knelt and wept. Her hands were tied to a wooden stake behind her, and the priest present completed the recitation of her final judgement before throwing the torch upon the pyre. As they believed that the loss of the flesh was the greatest of fears, it was the cruelest punishment that could be laid upon her.</p>
  259. <p>The flames began to burn her skin, scorch her flesh, and char her bones, all while she spoke the name of the Lord and the Holy Mother against those who denounced her prayers as only a lie. She could only find such thoughts strange, believing that prayers are nothing more than prayers, no matter to whom is prayed, that carry no intrinsic truths or falsehoods. Although she wished to tell them of the thought, she was unable to produce any sound. As she burned, she saw visions of her past, her ordinary family in her rustic village and herself, "the fool who ran away and tossed all of that aside." Having known how her journey would end from the start, she felt that she may have certainly been foolish in her actions, that she may have been able to have lived a regular life, gotten married, and lived together with her husband and child.
  260. </p>
  261. <p>Had she simply shut away the voice and abandoned the lamenting soldiers, she could have had that life, but felt that it was not a mistake to have walked her path due to those she had saved. She knew from the moment she chose to take to battle that she would have such an end, and she felt that she would never come to self-derision for her choices. Her past, impossible futures, and the cruel reality before her were meaningless before her prayers, offering herself that even if all other condemn her that she would not betray herself. Rather than continue to look back on her path or crave for another future, she only wished for a silent rest. Within the savagery, she only kept a single prayer within her heart to the very end, one unblemished by regret and filled with sincerity. As she said her final words, "...O Lord, I give myself to You...", her consciousnesses ended and she was released from her suffering. Although the girl's dream ended there, "the dream of La Pucelle was only just beginning."
  262. </p>
  263. <p>Her death had caused Gilles de Rais to go insane, turn his back on God to practice black magic, and commit atrocities before he was captured and hanged to death.
  264. </p>
  265. <h2>Appearance</h2>
  266. <p>Ruler possesses the body of a French girl named Laeticia whose physical build, spiritual build, personality and Magical Energy were compatible to her. But her bust size alone is just slightly bigger than Jeanne d'Arc. Her eyes were described as amethyst-colored eyes and they were completely pure. She didn’t have the precise and moulded beauty of a homunculus or the kind of cuteness that made one’s heart flutter just by being nearby like Rider of Black. She possessed a wondrous beauty that scarcely felt real. In her battle mode, she can transform into her battle-dress with armour woven from Magical Energy to enclose her. Under her gauntlet, she has Command Spells engraved on her hand, whereas those special to command the Servants during the Great Holy Grail War are printed on her back with a similar shape drawn that of <a target="_blank" href="https://i.imgur.com/61c7S2k.png">an angel.</a></p>
  267. <h2>Personality</h2>
  268. <p>Ruler is described as a taciturn and cool girl when acting as a Servant, but her natural self is a plain and quiet sixteen-year-old girl. She puts order first, and will wield a sword for the sake of the rules, but fundamentally believes "all people and Heroic Spirits participating in the Holy Grail War are important".</p>
  269. <p>Ruler and her host, Laeticia, do not share two personalities in one body, but rather their personalities are merged into one. Due to her faith, Laeticia accepts Ruler into her body completely. While Ruler remains the main dominant conscious, Leticia's consciousness still lingers. In particular, Laeticia serves as the base for Ruler's knowledge that concerns matters outside of the Holy Grail War. She had never been able to read or write while alive, but she gains the ability to do so through Laeticia. Occasionally the possessed Leticia would affect the possessor Ruler. For example, Leticia is bad at handling men so her influence would affect Ruler. Ruler could not interact normally with Sieg when they stayed together in Serge's house unless she maintained a certain distance.
  270. </p>
  271. <p>She has no wish for the Holy Grail but if there were to be one, it would only be that the Greater Grail War be conducted correctly. She doesn't mind if the person wishes a personal desire in front of the Holy Grail. As long as it doesn’t beckon the world’s destruction, she would properly respect the wish.
  272. </p>
  273. <p>She doesn't have a single regret regarding her lifetime. She does not wish revenge or wish to be saved and it was enough for her to know the life that she lived alone.
  274. </p>
  275. <p>She does not believe that God had forsaken her in her last moment but rather that the Lord has never forsaken a single person. There was just nothing he could have done. Praying, giving offerings, everything is an act not for oneself, but for the Lord. She believes prayer will heal the Lord's laments and sorrow. The moment her prayer began, she became separated from the world—removed from the past, the future, and reality itself. She was there not for any particular purpose, but simply to offer a prayer to God. By doing so, the course which she ought to take would come to be fixed. To her, every second of prayer is as important as every breath she takes; a day will not pass where she does not pray. She had a strange habit of comically poking Gilles in the eyes when ever he was least suspecting.
  276. </p>
  277. </div>
  278.  
  279. <div id="info3">
  280. <h1>OOC</h1>
  281. <ol>
  282. <li>This character is from the Fate universe, and I will do my best to play her as accurate as possible. However, expect some natural discrepancies.</li>
  283. <li>Sub-para to multi-para post length.</li>
  284. <li>In-Room Approach preferred.</li>
  285. <li>Please be kind.</li>
  286. <li>For more images, please click <a target="_blank" href="https://imgur.com/a/27Ut9pe">here!</a></li>
  287. <li>This layout was constructed for <a target="_blank" href="https://roleplay.chat/editpro.php?user=Jeanne.">Jeanne d'Arc's</a> use by <a target="_blank" href="https://roleplay.chat/profile.php?user=From%20Shadows%20Codes">From Shadows.</a> Please do not steal or appropriate.</li>
  288. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement