Advertisement
MegsnToast

Untitled

Jun 18th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.39 KB | None | 0 0
  1. $(document).ready(function(){
  2. $("#topimage").click(function(){
  3. $("#topimage").animate({left:'-412px'},900);
  4. $("#topimage").fadeOut(200);
  5. });
  6. });
  7.  
  8.  
  9. body { background:none; }
  10. #scroller { padding: 35px 0; box-sizing: border-box; }
  11. #profile-container { width:750px;background:#333; }
  12. #profile-container { background: none; }
  13. .pfor {display: none; visibility: hidden;}
  14.  
  15. a:active, a:link, a:visited {
  16. color:#668877;
  17. text-decoration:none; }
  18.  
  19. a:hover {
  20. cursor:help;
  21. color:#fff;
  22. text-decoration: line-through; }
  23.  
  24. ::-webkit-scrollbar {width: 3px;}
  25. ::-webkit-scrollbar-thumb:vertical {
  26. height: 10px;background-color: #666;}
  27.  
  28. body, a, a:hover { cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur830.cur), auto; }
  29.  
  30. body{background:#000;}
  31.  
  32. @font-face{font-family: Raleway;src: url('https://dl.dropboxusercontent.com/s/k3aam9oo52hr0x5/Raleway-Medium.ttf');
  33. }
  34.  
  35. #holder {
  36. position: absolute;
  37. top: 0px;
  38. left: 200px;
  39. bottom:0px;
  40. right:0px;
  41. }
  42.  
  43. strong {
  44. background-color: transparent;
  45. color: #44bbaa;
  46. font-size: 10;
  47. font-family: georgia;
  48. margin-top: -1px;
  49. text-align: right;
  50. text-shadow: #1F0606 0px 0px 5px;
  51. }
  52.  
  53. p.one {
  54. border-left: 5px solid #669999;
  55. border-right: 5px solid #669999;
  56. font-family: Century Gothic;
  57. text-align: center;
  58. letter-spacing: 2px;
  59. font-weight: normal;
  60. font-variant: small-caps;
  61. font-size: 20px;
  62. }
  63.  
  64. p.tabs {
  65. color: #fff;
  66. line-height: 20px;
  67. padding: 5px;
  68. text-align: justify;
  69. font-family:times new roman;
  70. font-size:10px;
  71. letter-spacing:2px;
  72. }
  73.  
  74. p {
  75. color: #668877;
  76. font-family: times new roman;
  77. font-size: 12px;
  78. line-height: 11px;
  79. text-align: center;
  80. letter-spacing: 3px;
  81. }
  82.  
  83. #topimage {
  84. position: absolute;
  85. background-image: url('http://www.wolfworlds.com/wp-content/uploads/Arctic-Wolf_624.jpg');
  86. background-repeat: no-repeat;
  87. background-position:center;
  88. background-size: 100%;
  89. width: 550px;
  90. height: 350px;
  91. top: 100px;
  92. left: 350px;
  93. border: 1px solid #000;
  94. -moz-border-radius: 5px;
  95. z-index: 20;
  96. opacity:1;
  97. }
  98.  
  99. #picture {
  100. position: absolute;
  101. background-image: url('https://i.imgur.com/PgLLYz3.png');
  102. background-repeat: no-repeat;
  103. background-position: top;
  104. background-size: 270%;
  105. width: 200px;
  106. height: 270px;
  107. top: 130px;
  108. left: 185px;
  109. border: 5px solid #bbcccc;
  110. z-index:1;
  111. }
  112.  
  113. #textbox {
  114. position: absolute;
  115. background: #1A1A1A;
  116. width: 500px;
  117. height: 300px;
  118. top: 115px;
  119. left: 175px;
  120. opacity: 0.7;
  121. }
  122.  
  123. #stats {
  124. position: absolute;
  125. top: 30px;
  126. left: 20px;
  127. width: 140px;
  128. height: 15px;
  129. z-index: 1;
  130. opacity:1;
  131. -webkit-transition: all 0.5s ease;
  132. -moz-transition: all 0.5s ease;
  133. -o-transition: all 0.5s ease;
  134. }
  135.  
  136. #stats:hover{
  137. opacity:1;
  138. -webkit-transition: all 0.5s ease;
  139. -moz-transition: all 0.5s ease;
  140. -o-transition: all 0.5s ease;
  141. }
  142.  
  143. #stats div.swap {
  144. font-family: raleway;
  145. font-size: x-small;
  146. text-align: center;
  147. color:#99bbaa;
  148. letter-spacing: 1px;
  149. width: 140px;
  150. height: 15px;
  151. float: left;
  152. padding-top: 1px;
  153. padding-bottom: 2px;
  154. margin-bottom: -1px;
  155. margin-left: 0px;
  156. border: 1px solid #000000;
  157. line-height: 14px;
  158. background:#444444;
  159. display: block;
  160. -webkit-transition: all 0.5s ease;
  161. -moz-transition: all 0.5s ease;
  162. -o-transition: all 0.5s ease;
  163. }
  164.  
  165. #stats div.swap:hover {
  166. width: 140px;
  167. letter-spacing: 1px;
  168. background:#00000c;
  169. color: #44bbaa;
  170. -webkit-transition: all 0.5s ease;
  171. -moz-transition: all 0.5s ease;
  172. -o-transition: all 0.5s ease;
  173. }
  174.  
  175. .swap:hover > .default {
  176. display: none
  177. }
  178. .swap:hover > .hover {
  179. display: inline
  180. }
  181.  
  182. .a {
  183. position: absolute;
  184. top: 140px; left: 200px;
  185. width: 180px;
  186. height: 250px;
  187. background: rgba(255,255,255,.5);
  188. opacity: 0;
  189. z-index:1;
  190. -moz-transition: 0.5s;
  191. -webkit-transition: 0.5s;
  192. -o-transition: 0.5s;
  193. }
  194.  
  195. .a:hover {
  196. opacity: 1;
  197. }
  198.  
  199. #buttons{
  200. list-style:none;
  201. position:absolute;
  202. top:400px;
  203. left:410px;
  204. text-align:center;
  205. font-family: Century Gothic;
  206. text-align: center;
  207. letter-spacing: 2px;
  208. font-weight: normal;
  209. font-variant: small-caps;
  210. font-size: 13px;
  211. }
  212.  
  213. #buttons li{
  214. display:inline-block;
  215. padding:10px;
  216. }
  217.  
  218. #buttons a{
  219. display:inline-block;
  220. padding:20px;
  221. }
  222.  
  223. .section{
  224. position: absolute;
  225. left: 230px;
  226. top: 10px;
  227. width: 250px;
  228. height: 271px;
  229. padding: 5px;
  230. background: #000;
  231. text-align: justify;
  232. overflow: auto;
  233. }
  234.  
  235. .section:target{
  236. opacity: 1;
  237. z-index: 1;
  238. }
  239.  
  240. #pic5 {
  241. position: absolute;
  242. top: 220px;
  243. left: 350px;
  244. width: 10px;
  245. height:10px;
  246. overflow: hidden;
  247. opacity: 5;
  248. background-color:#bbcccc;
  249. border-radius: 50em; }
  250.  
  251. #pic4 {
  252. position: absolute;
  253. top: 200px;
  254. left: 350px;
  255. width: 10px;
  256. height:10px;
  257. overflow: hidden;
  258. opacity: 5;
  259. background-color:#bbcccc;
  260. border-radius: 50em; }
  261.  
  262. #pic3 {
  263. position: absolute;
  264. top: 180px;
  265. left: 350px;
  266. width: 10px;
  267. height:10px;
  268. overflow: hidden;
  269. opacity: 5;
  270. background-color:#bbcccc;
  271. border-radius: 50em; }
  272.  
  273. #pic2 {
  274. position: absolute;
  275. top: 160px;
  276. left: 350px;
  277. width: 10px;
  278. height:10px;
  279. overflow: hidden;
  280. opacity: 5;
  281. background-color:#bbcccc;
  282. border-radius: 50em; }
  283.  
  284. #pic1 {
  285. position: absolute;
  286. top: 140px;
  287. left: 350px;
  288. width: 10px;
  289. height:10px;
  290. overflow: hidden;
  291. opacity: 5;
  292. background-color: #bbcccc;
  293. border-radius: 50em; }
  294.  
  295. #pic0 {
  296. position: absolute;
  297. top: 120px;
  298. left: 350px;
  299. width: 10px;
  300. height:10px;
  301. overflow: hidden;
  302. opacity: 5;
  303. background-color: #bbcccc;
  304. border-radius: 50em; }
  305.  
  306.  
  307. <div id="holder">
  308. <div id="picture"> </div>
  309. <div class="a">
  310. <div id="stats">
  311. <div class="swap"><span class="hover">Fiona <a target="_blank" href="https://youtu.be/Fi3yWK62mnM" target="_blank">Calliopy</a> Jensen</span><span class="default">Name</span></div>
  312. <div class="swap"><span class="hover">Leader Alpha</span><span class="default"></span></div>
  313. <div class="swap"><span class="hover"><a target="_blank" href="https://youtu.be/KrXU-_jrtxY?t=20">Lupine</a></span><span class="default"></span></div>
  314. <div class="swap"><span class="hover">25 years old</span><span class="default"></span></div>
  315. <div class="swap"><span class="hover">5'</span><span class="default"></span></div>
  316. <div class="swap"><span class="hover">110lbs</span><span class="default"></span></div>
  317. <div class="swap"><span class="hover"><a target="_blank" href="http://www.sanguine-lukoi.com/" target="_blank">Northern Abbey</a></span><span class="default"></span></div>
  318. <div class="swap"><span class="hover">Lupa / Former Dancer</span><span class="default"></span></div>
  319. <div class="swap"><span class="hover">Demisexual / <a target="_blank" href="https://roleplay.chat/profile.php?user=Kylan">Him</a></span><span class="default"></span></div>
  320. <div class="swap"><span class="hover"><a target="_blank" href="https://youtu.be/xs8aAaO7OFU" target="_blank">Moondust</a></span><span class="default"></span></div>
  321. </div>
  322. </div>
  323. <div id="textbox">
  324. <div class="section" id="005">
  325. <p class="one">rules and things xoxo</p>
  326. <p class="tabs">My real life comes first.<br>I don't need smut, I've got it.<br>I do not have to RP with you.<br>I do not do private PM rps.<br>Made for Sanguine Lukoi room only.<br>Do not come at me with a post, I will ignore you.<br>Halfway PM friendly, don't be a tool, and I won't be a cunt.</p>
  327. <hr />
  328. </div>
  329. <div class="section" id="004">
  330. <p class="one">friends</p>
  331. <p class="tabs">I might have some.<br>
  332. </div>
  333. <div class="section" id="003">
  334. <p class="one">timeline</p>
  335. <p class="tabs">Stuff will go here.<br>
  336. </div>
  337. <div class="section" id="002">
  338. <p class="one">abilites</p>
  339. <p class="tabs"><strong>Omega Abilities</strong><br /><br /><strong>BEAST SHIFT:</strong> The ability to shift into the form of their species of infection. <br /><br /> <strong>HEIGHTENED SENSES:</strong> All senses will be ten times that of a human. <br /><br /> <strong>HEIGHTENED STRENGTH AND SPEED:</strong> The lycan will have increased speed and more stamina. Their strength will make them resistant to damage. <br /><br /> <strong>SPEED HEALING:</strong> Healing will also be greatly increased. All lycanthropes are susceptible to silver, the injury of a vampire, and the injury of another lycan. which heal at human speed regardless of shifting. <br /><br /> <strong>FAST METABOLISM:</strong> Metabolism is fast for a lycan, helping them to keep from being poisoned or catching diseases. Increased Sense of Body: Even in human form, a lycanthrope can read a body, listening and seeing clues that will let them detect some emotions and if someone is trying to deceive them. <br /><br /> <strong>Beta Abilities:</strong> <br /><br /> <strong>BEAST CONTROL:</strong> After blood, emotion, and sexual training, the Beta lycanthrope is now able to control themselves to keep themselves from shifting in certain situations. However, it is still possible to lose control if there is too much stimuli to the beast. <br /><br /> <strong>ENERGY CONTROL:</strong> After initial Omega training, the Beta is now able to direct their energies to be able to greet others, or interact metaphysically with others. <br /><br /> <strong>DECREASED SHIFT COMA:</strong> As the lycan's body is getting better suited to the lycanthropy, their shift coma time has been decreased down to four hours after shifting back to a human. <br /><br /> <strong>LASHING ENERGIES:</strong> The lycan is able to harness its energies to lash out metaphysically on another, causing metaphysical pain upon the lycan. Note: The real pain will only come to those of your rank and lower. Using this on a rank higher than your lycan will cause very little pain, if any at all. <br /><br /> <strong>SHIELDS:</strong> The lycan is able to shield themselves from lesser lycans, hiding themselves completely metaphysically. Ranks higher than Beta will still be able to sense them through their shields, and break through them if need be. <br /><br /> <strong>Alpha Abilities:</strong> <br /><br /> <strong>BEAST CONTROL:</strong> The Alpha now has more control over their beast, and it would take a very major event in order to cause them to shift against their will. Now, it will most likely be a will to shift, rather than anything beyond their control. <br /><br /> <strong>FORCE SHIFT IN OTHERS:</strong> The Alpha is able to use their metaphysical energies to force the shift of another lycan of their species and of a lower rank than themselves. This isn't always done to hurt the lycan, it can be done in an effort to help a lesser lycan heal from injuries. <br /><br /> <strong>SHIELD II:</strong> The Alpha's shields are stronger now than they were before, able to block out preternaturals of a lesser rank to them. Note: You may only take this ability if you have taken Shields in Beta Powers. <br /><br /> <strong>LASHING ENERGIES II:</strong> The Alpha's lash is far more painful to lesser lycans, packing quite a punch. If used harshly enough and on a rank low enough, it can force a lycan into submission. Resist Rolling: The Alpha is able to look into the eyes of a vampire, and depending on rank, is able to resist the influence of the vampire. The urge, that pull of a vampire will ALWAYS be present, but it's a matter of acknowledging it and being able to resist. Please do not take this ability unless you have a lot of experience with vampires in your lycan's history. <br /><br /> <strong>Leader Alpha Abilities:</strong> <br /><br /> <strong>BEAST CONTROL:</strong> The lycan now has superior control over their own beast, changing only at will and never through the presence of blood or other triggers. This doesn't take away the fact that a lycan will have the urge to change. <br /><br /> <strong>LASHING ENERGIES:</strong> The Leader Alpha is now able to metaphysically lash lesser lycans into submission. The severity of the lash depends on the rank of the lycan. An Omega would instantly submit. A Beta would also submit. However, a stronger Alpha can withstand it, but it will still cause them much pain. <br /><br /> <strong>NO SHIFT COMA:</strong> Leader Alphas no longer have shift comas, and will remain awake after they have shifted back to their human forms. They will also feel no drain on their body's energy whatsoever. <br /><br /> <strong>EASIER SHIFT:</strong> This ability will be a given among Leader Alphas, simply because they would have the experience over the years to make their shifts easier on their bodies. <br /><br /> <strong>SHARE POWER:</strong> The Leader Alpha is able to share their power with their group. It is the gathering of a mass amount of energy within and then dispersing it metaphysically among their group. It is meant to be used as a boost before a battle. <br /><br /> <strong>INTIMIDATION:</strong> The Leader Alpha is able to make themselves look much fiercer and bigger in order to intimidate others. Not only is it physical, but it also is the influence of their metaphysical energies, as a way to maintain their dominance over another. <br /><br /> <strong>REGENERATION:</strong> An ability which allows the lycanthrope to regenerate from massive inflicted wounds without having to go into a full shift to do so. <br /><br /> <strong>SHARING OF BLOOD:</strong> An ability that allows the Leader Alpha to share their blood among their group. Those who drink the blood are given an intense high or rush of energy. This will -not- make them physically stronger, or able to perform in strength past their rank. It is only used as a mental boost prior to battle. This can be used among the entire group, or it can be used on an individual basis.</p>
  340. </div>
  341. <div class="section" id="001">
  342. <p class="one">the past</p>
  343. <p class="tabs">They say that dancing can be one of the most expressive art forms in the world. To watch a person move their body to the beat of the music, is like seeing a piece of their soul come out. But I don't know if that's really true. I've never felt as if my soul was weeping when I danced. Not since ... <br /><br />She was five. She was dancing around the room, and her mother and father were clapping. They were happy. Everybody was happy. Tomorrow was going to be her first big recital. Her father was going to be there. He was going to be filming it with their new camera, the same one that they were using to film her now. Fiona rushed back and forth along the carpet, her pretty sequined dress trailing with her.<br /><br />There was a loud crash. It sounded to Fiona like broken glass, or like something had been thrown through a window. She screamed, and it was shrill and high pitched. Nothing could deafen the sound that came into her ears. When she turned around, her mother was screaming and her father was slumped over on the couch. There was red everywhere. Just, red. Everything was red.<br /><br />He was slack jawed. She remembered that he was sitting there with his mouth hung open. Like the million times he had fallen asleep in his recliner. Sometimes, when she thought she could get away with it, she'd put things in his mouth. But he would wake up and laugh and laugh with her. This time, his mouth was already full of something else: red.<br /><br />Her mom wouldn't stop screaming, or crying. So she did what her father told her to do when something was wrong: she went into the kitchen, pulled down the phone from the wall, and dialed 9-1-1. The lights were bright. She remembered watching them through the window, as she stared at the crystal shattered pieces. They looked so pretty like this, with the nights dew on them. It was sad to think that something so pretty as broken glass could be the cause of something so painful.<br /><br />I joined a dance company in college. I was pretty good at it, too. I played in several plays, mostly the typical ones that people go and see yearly, like the Nutcracker, or the Black Swan. My roles were small for the first few years, but after that I found myself getting the role of main dancer, or understudy, and I even was accepted to do some dance parts into Broadway. Everything was going good for me. I just didn't feel it in my soul. I dance. But not because it's in my soul. I do it because I'm good at it. And it was the last thing my mother can remember before my life changed.<br /><br /><em>It was raining. She loved the rain, because it reminded her that the world was going to change before she knew it. It never stayed dismal for long. He was packing his things and talking to her but she was hardly listening. It must have had something to do with their fight. They always fought. He was always making her feel... <br /><br />"I know that you don't care about anything Calliopy, but you have to. You have to let somebody in. You're like a ray of fucking sunshine, but you just hide behind clouds all Goddamned day." He was mad. He brushed his fingers through his thick blond hair, and grunted at her. She was wetching him through the glare in the window, never turning around. Her arms remained like a prison around her chest, holding all of her pieces in.<br /><br />"Whatever. This is why I can't do this with you anymore. You can't even fucking look at me. Four years of my life were dedicated to you. Four. We could have been married for Christ-sakes. I moved... I moved to be with you. I quit college, to be with you. And you can't even fucking look at me!"<br /><br />He was right. She couldn't. She didn't want him to see the lack of things on her face. The lack of her expression. It was silent. It was just too silent, and when she finally turned to him, all she could say was.. "I thought it might be different this time."<br /> </em></p>
  344. </div>
  345. </div>
  346. </div>
  347. <div id="buttons"><a href="#001" target="_self">history</a><a href="#002" target="_self">abilities</a><a href="#003" target="_self">timeline</a><a href="#004" target="_self">friends</a><a href="#005" target="_self">ooc</a></div>
  348. <div id="for"><a href="pic here pls" target="_blank"> </a></div>
  349. <div style="text-align: center;" id="pic5"><a target="_blank" href="http://i.imgur.com/c97lMEK.gif" target="_blank"> </a></div>
  350. <div style="text-align: center;" id="pic4"><a target="_blank" href="http://i.imgur.com/69VDe8P.gif" target="_blank"> </a></div>
  351. <div style="text-align: center;" id="pic3"><a target="_blank" href="http://i.imgur.com/4uzBMSh.gif" target="_blank"> </a></div>
  352. <div style="text-align: center;" id="pic2"><a target="_blank" href="http://i.imgur.com/xB2COJH.gif" target="_blank"> </a></div>
  353. <div style="text-align: center;" id="pic1"><a target="_blank" href="http://i.imgur.com/XqNBxGv.gif" target="_blank"> </a></div>
  354. <div style="text-align: center;" id="pic0"><a target="_blank" href="http://i.imgur.com/XqNBxGv.gif" target="_blank"> </a></div>
  355. <div style="text-align: center;" id="topimage"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement