chihi

Elise von Lieven

Aug 6th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.74 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Julius+Sans+One');
  2. @import url('https://fonts.googleapis.com/css?family=Julius+Sans+One|Playfair+Display+SC:900');
  3.  
  4. #profile
  5. {background-color:#ccc; background-position:center; background-repeat:repeat; border-width:0px; cursor: url(http://cur.cursors-4u.net/cursors/cur-6/cur568.cur)}
  6.  
  7. ::-webkit-scrollbar { width:4px; }
  8. ::-webkit-scrollbar-track { background-color:#ffffff; }
  9. ::-webkit-scrollbar-thumb { background-color:#000000;}
  10.  
  11. body
  12. {background-color:#ccc; background-position:center; background-repeat:repeat; cursor: url()}
  13.  
  14. #picture{background-image:url(http://i.picpar.com/uxEc.png); background-position:top; background-repeat:no-repeat; width:694px; height:1102px; position:fixed; left:10px; top:0px; bottom:400px; background-size:91%;transition-delay: 500s;
  15. -moz-transition-delay: 500s;
  16. -webkit-transition-delay: 500s;
  17. -o-transition-delay:500s; opacity:0; }
  18.  
  19. body:hover #picture{background-image:url(http://i.picpar.com/uxEc.png); background-position:top; background-repeat:no-repeat; width:694px; height:1102px; position:fixed; left:10px; top:0px; bottom:400px; background-size:91%;opacity:1; -webkit-transition: all 1s linear;
  20. -moz-transition: all 1s linear;
  21. transition: all 1s linear;transition-delay: 2.5s;}
  22.  
  23. #title{background-color:transparent; height:20px; font-family: 'Playfair Display SC', serif; font-size:50px; width:740px; letter-spacing:2; position:fixed; color:#BBBFC5; top:366px; left:810px;opacity:0;transition-delay: 500s;
  24. -moz-transition-delay: 500s;
  25. -webkit-transition-delay: 500s;
  26. -o-transition-delay:500s;}
  27.  
  28. body:hover #title{background-color:transparent; height:20px; font-family: 'Playfair Display SC', serif; sans-serif;font-size:50px; width:740px; position:fixed; color:#BBBFC5; top:366px; left:810px;opacity:1; -webkit-transition: all 1s linear;
  29. -moz-transition: all 1s linear;
  30. transition: all 1s linear;transition-delay: 2.5s;}
  31.  
  32. #title2{background-color:transparent; position:fixed; top:450px; left:810px; height:60px; width:650px; color:#999; font-family:arial; font-size:20px;opacity:0;transition-delay: 500s;
  33. -moz-transition-delay: 500s;
  34. -webkit-transition-delay: 500s;
  35. -o-transition-delay:500s;
  36. font-size:9px;
  37. text-align:justify;
  38. }
  39.  
  40. body:hover #title2{background-color:transparent; position:fixed; top:450px; left:810px; height:60px; width:650px; color:#999; font-family:arial; font-size:9px; opacity:1; -webkit-transition: all 1s linear;
  41. -moz-transition: all 1s linear;
  42. transition: all 1s linear;transition-delay: 2.5s;}
  43.  
  44. #first {background-color:#BBBFC5; position:fixed;margin:auto; top:420px; left:0px;height:250px; width:0%; -webkit-transition: all 2.5s linear;
  45. -moz-transition: all 2.5s linear;
  46. transition: all 2.5s linear; transition-delay: 500s;
  47. -moz-transition-delay: 500s;
  48. -webkit-transition-delay: 500s;
  49. -o-transition-delay:500s;}
  50. body:hover #first {position:fixed;margin:auto; top:420px; left:0px;height:250px; width:100%;
  51. -webkit-transition: all 2.5s linear;
  52. -moz-transition: all 2.5s linear;
  53. transition: all 2.5s linear;}
  54.  
  55.  
  56. #second {background-color:#BBBFC5; position:fixed; top:0px; left:200px; right:0px; height:0px; width:100px; -webkit-transition: all 2.5s linear;
  57. -moz-transition: all 2.5s linear;
  58. transition: all 2.5s linear;transition-delay: 500s;
  59. -moz-transition-delay: 500s;
  60. -webkit-transition-delay: 500s;
  61. -o-transition-delay:500s; }
  62. body:hover #second {background-color:#BBBFC5; position:fixed; top:0px; left:200px; right:0px; height:450px; width:100px; -webkit-transition: all 2.5s linear;
  63. -moz-transition: all 2.5s linear;
  64. transition: all 2.5s linear; }
  65.  
  66.  
  67.  
  68. h1{background-color:transparent; color:#F2D2C5; font-family:Palatino Linotype; font-size:20px; text-align:center; border-bottom:#AFA6A1 solid 2px; width:200px; height:15px; line-height:25px;}
  69. h2{background-color:transparent; color:#C02719; font-family:Palatino Linotype; font-size:10px; text-align:center; width:180px; height:15px; line-height:25px;}
  70.  
  71. a:hover
  72. {opacity:0.6; color:#952813; background-color:transparent; text-decoration:none;
  73. line-height:0px;}
  74. a:link, a:visited
  75. {color:#952813; background-color:transparent; text-decoration:none; line-height:0px; -webkit-transition: all 2.5s linear;
  76. -moz-transition: all 2.5s linear;
  77. transition: all 2.5s linear;}
  78.  
  79. .pfor {display: none; }
  80.  
  81.  
  82. i {font-family:Bell MT; font-size: 10pt; color:952813;}
  83. b {color:#952813; font-size: 10pt; font-family:Bell MT; }
  84.  
  85. ::selection {background-color: transparent; }
  86. ::-moz-selection {background-color: transparent; }
  87.  
  88.  
  89.  
  90. /*Profile in eternal progress! Waha, waha~*/
  91.  
  92.  
  93. #nav { position:fixed; height:50px; width:30px; background-color:transparent; top:455px; left:780px; }
  94. #nav a{ width:1px; height:35px;display:block; padding:2px; line-height:0px; text-decoration: none; text-align: center; text-transform:uppercase; font-size: 8px; letter-spacing: 0px; background-color:#666; color:#000; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
  95.  
  96. #nav a:hover {width:1px; background-color:#ccc; color:#660000; line-height:5px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; cursor: url(http://i47.tinypic.com/2vbwz.png);}
  97. #visible{width:180px; height:320px; overflow:auto; overflow-x:hidden; overflow-y:auto;}
  98. #hidden{width:180px; height:320px;overflow:hidden; }
  99.  
  100. .musicplayer{
  101. position: fixed;
  102. margin-top:360px;
  103. left:620px;
  104. height: 50px;
  105. width: 50px;
  106. line-height: 50px;
  107. font-size: 50px;
  108. color: E1E8EB;
  109. text-align: center;
  110. padding-left: 5px;
  111. border-radius: 360px;
  112. overflow: hidden;
  113. }
  114.  
  115. .musicplayer:visited {
  116. color: #333;
  117. }
  118.  
  119. .musicplayer:active{
  120. color: #999;
  121. }
  122. .moosic{
  123. float: left;
  124. margin-top: -50px;
  125. margin-left: -2px;
  126. height: 30px;
  127. width: 30px;
  128. overflow: hidden;
  129. opacity: 0;
  130. }
  131.  
  132. #page {
  133. width: 650px;text-align: justify;
  134. height: 200px;
  135. overflow: hidden;
  136. float:left; color:#111111;
  137. font-family: 'Julius Sans One', sans-serif;
  138. background: transparent; padding: 0px;}
  139.  
  140. .page{
  141. width: 650px; float:left; padding: 0px;
  142. height: 210px; text-align: justify;
  143. overflow: auto;
  144. font-family: 'Julius Sans One', sans-serif;}
  145.  
  146. table {
  147. width:300;
  148. height:100%;
  149. margin-left:350px;
  150. border-collapse:separate;
  151. font-family: 'Julius Sans One', sans-serif;
  152. color: #777777;
  153. font-style:bold;
  154. font-size:10px;
  155. letter-spacing: 0px;
  156. border-left:1px solid #952813;
  157. padding:10px;}
  158. td {
  159. padding: 0px;
  160. }
  161. #left{height:10px; text-align: left; }
  162.  
  163. #right {height:10px; text-align: right;}
  164.  
  165. #bio {
  166. background-color:ccc;
  167. width:300;
  168. height:90%;
  169. margin-right:0px;
  170. font-family: 'Julius Sans One', sans-serif;
  171. color: #777777;
  172. float:left;
  173. font-size:10px;
  174. letter-spacing: 0px;
  175. padding:10px;
  176.  
  177. }
  178. .musicplayer{
  179. position: fixed;
  180. bottom: 0px;
  181. left: 0px;
  182. height: 30px;
  183. width: 30px;
  184. line-height: 30px;
  185. font-size: 20px;
  186. color: #541818;
  187. text-align: center;
  188. padding-left: 5px;
  189. margin-left: -5px;
  190. border-radius: 360px;
  191. overflow: hidden;
  192. }
  193.  
  194. .musicplayer:active {
  195. color: #404040;
  196. }
  197. .moosic{
  198. float: left;
  199. margin-top: -30px;
  200. margin-left: -2px;
  201. height: 30px;
  202. width: 30px;
  203. overflow: hidden;
  204. opacity: 0;
  205. }
  206.  
  207. <div id="first">
  208.  
  209.  
  210. <div id="title2">
  211. <div id="page"><a name="1"></a>
  212. <div class="page">
  213. <div id="bio">Elise is someone who fades into the background or blends into crowd, she has always been okay with it. Of all her family, she deems herself the least attractive and the weakest magus - Elise is of self doubt. Social anxiety over the years left her with few words, often leaving her thoughts and intentions to mystery. When given the chance to express herself, Elise is an eloquent speaker and placid by nature. Akin to a doe, though she has grace from her wealthy upbringing - Elise is clumsy,
  214. naive, and curious. Because of her Hemokenesis, Elise loses blood and calories at an alarming rate. This causes her to be a glutton, and she can often be found looking for food or already eating. Despite of her lack of self-confidence, Elise has great potential as a magus and holds compassion for many, even if it is from afar. She yearns to be stronger and distinguish herself from her family's name. </p></div>
  215. <table>
  216. <tr><td id="left">NAME</td> <td id="right">ELISE VON LIEVEN</td></tr>
  217. <tr><td id="left">AGE</td> <td id="right">19</td></tr>
  218. <tr><td id="left">HEIGHT</td> <td id="right">152CM</td></tr>
  219. <tr><td id="left">WEIGHT</td> <td id="right">52KG</td></tr>
  220. <tr><td id="left">RACE</td> <td id="right">HUMAN</td></tr>
  221. <tr><td id="left">OCCUPATION</td> <td id="right">MAGUS</td></tr>
  222. <tr><td id="left">SERVANT</td> <td id="right"><a href="">N/A</a></td></tr>
  223. <tr><td id="left">ORIENTATION</td> <td id="right">BISEXUAL</td></tr>
  224. <tr><td id="left">AFFILIATION</td> <td id="right">CHALDEA</td></tr>
  225. <tr><td id="left">TEMPERAMENT</td> <td id="right">TIMID</td></tr>
  226. </table>
  227.  
  228. </div>
  229.  
  230. <div id="page"><a name="2"></a>
  231. <div class="page">
  232. <p>The House of Lieven has a recessive gene in their long Magus bloodline that gives the ability of <b>Hemokenesis</b>. Elise was born with it, and can manipulate her blood in various ways such as shaping and solidifying it to form constructs such as a sword, needles, or a shield. The density can be strong, most types of metal or even bullets cannot penetrate it. It can also be manipulated into a glutinous, sticky substance that can capture a person like a spider and its' web. Her blood also has corrosive properties when injected into or sprayed onto an opponent. This ability is limited by her body's natural blood volume, too much cannot be taken at once as it would cause severe anemia or death.</p>
  233.  
  234. <p>A type of swordsmanship was also passed down from generation to generation that only they know. Only those who join the bloodline through marriage are the only outsiders that can be taught. It has been this way so that the Lieven family could defend themselves in battle without their offensive movements being predicted as common swordplay. Schattenschritt, or <b>Shade Step</b> is a swordplay with graceful, light footed, yet firm and precise qualities to it. It suggested by that their general way of movement is in arcs and straight lines with a very fast, pivoting foot spin when running through multiple enemies or attacks - akin to a ballerina. The uniqueness of it is the spinning attacks, and trained improvisation of the surroundings.</p>
  235. </div>
  236.  
  237. <div id="page"><a name="3"></a><div class="page">
  238.  
  239. </div>
  240. <div id="page"><a name="4"></a><div class="page">
  241. <center>
  242. <b>✖</b> PM FRIENDLY, BUT NOT FOR SMALL TALK. DON'T ASK HOW I AM DOING, I AM ALWAYS DOING GREAT. <b>✖</b>
  243. <br><b>✖</b> ALWAYS IN CHARACTER TO SOME EXTENT. IF ELISE IS EVER RUDE/PRISSY, DON'T FEEL PERSONALLY ATTACKED. <b>✖</b>
  244. <br><b>✖</b> WILL USE BRACKETS TO SPECIFY THAT THE WRITER IS SPEAKING TO YOU. <b>✖</b>
  245. <br><b>✖</b> FOR THE FATE UNIVERSE, BUT WILLING TO COMPROMISE. <b>✖</b>
  246. <br><b>✖</b> I TEND TO PREFER BUILDING FROM COINCEDENTAL ENCOUNTERS. I FIND IT MORE EXCITING THAN BLUEPRINTING THE ENTIRE PLOT. <b>✖</b>
  247. <br><b>✖</b> THAT BEING SAID, PLEASE DO NOT METAGAME/GOD-MOD/COME ONTO MY CHARACTER WITHOUT LETTING ME KNOW. <b>✖</b>
  248. </center>
  249. </div>
  250. </div>
  251. <div id="second"></div>
  252. <div id="picture"></div>
  253. <div id="title">BLESSING AND A CURSE
  254.  
  255. </div>
  256.  
  257. <div id="nav">
  258. <a href="#1" title="summary." id="links"></a>
  259. <br>
  260. <a href="#2" title="history." id="links"></a>
  261. <br>
  262. <a href="#3" title="abilties." id="links"></a>
  263. <br>
  264. <a href="#4" title="rules." id="links"></a>
  265. </div>
  266. </div>
  267.  
  268. <div class="musicplayer" title="nothing like us.">
  269. <div class="moosic">
  270. <audio controls>
  271. <source src="https://my.mixtape.moe/dafmmz.mp3">
  272. </audio>
  273. </div>
  274. </div>
Advertisement
Add Comment
Please, Sign In to add comment