Advertisement
Lizellea

For 4

Jul 19th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.25 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(https://fonts.googleapis.com/css?family=Rationale);
  3. @import url(https://fonts.googleapis.com/css?family=Metal+Mania);
  4.  
  5. body {
  6. background-color: #4F3626;
  7. background-size: 100%;}
  8.  
  9. ::-webkit-scrollbar {
  10. width: 3px;
  11. height: 10px;
  12. padding-top: 40px; }
  13.  
  14. ::-webkit-scrollbar-track {
  15. background-color:transparent; }
  16.  
  17. ::-webkit-scrollbar-thumb {
  18. height: 30px;
  19. width: 3px;
  20. background-color: transparent; }
  21.  
  22. ::-webkit-scrollbar-track-piece {
  23. height: 30px;
  24. width: 30px; }
  25.  
  26. ::-moz-selection, ::selection
  27. {background: linen; color: #000000; }
  28.  
  29. ::selection
  30. {background: linen; color: #000000; }
  31.  
  32. h1{
  33. color: #000;
  34. font-family: Metal Mania;
  35. font-size: 20px;
  36. letter-spacing: 0.5vw;
  37. font-weight: normal;
  38. }
  39.  
  40. b {
  41. font-family:'Rationale';
  42. color:#000;
  43. font-size: 16px;
  44. }
  45.  
  46. a {
  47. color: #850404;
  48. font-family: Rationale;
  49. font-size: 16px;
  50. text-decoration: none;
  51. transition: all 0.8s ease-in-out;
  52. -moz-transition: all 0.8s ease-in-out;
  53. -webkit-transition: all 0.8s ease-in-out;}
  54. a:hover {
  55. color: #B07957;
  56. text-decoration: none;
  57. transition: all 0.4s ease-in-out;
  58. -moz-transition: all 0.4s ease-in-out;
  59. -webkit-transition: all 0.4s ease-in-out;}
  60.  
  61. #picture {
  62. position:fixed;
  63. left: 2%;
  64. bottom: 0%;
  65. width: 35%;
  66. height: 100%;
  67. background-image: url('http://i.imgur.com/UfXSa1c.jpg');
  68. background-size:100% 100%;
  69. background-repeat:no-repeat;
  70. background-position:center;
  71. background-attachment:absolute;
  72. background-color:transparent;
  73. border: 1px solid #;
  74. border-radius:0px;
  75. -webkit-transition: all 2s ease-in-out;
  76. -moz-transition: all 2s ease-in-out;
  77. -o-transition: all 2s ease-in-out;
  78. -ms-transition: all 2s ease-in-out;
  79. transition: all 2s ease-in-out;
  80. }
  81.  
  82. #picture:hover {
  83. background-image: url('http://i.imgur.com/3pQDdkm.jpg');
  84. background-size:100% 100%;
  85. background-repeat:no-repeat;
  86. background-position:center;
  87. background-attachment:absolute;
  88. background-color:transparent;
  89. -webkit-transition: all 2s ease-in-out;
  90. -moz-transition: all 2s ease-in-out;
  91. -o-transition: all 2s ease-in-out;
  92. -ms-transition: all 2s ease-in-out;
  93. transition: all 2s ease-in-out;}
  94.  
  95.  
  96. DIV.MainBox{
  97. position:fixed;left:40%;top:13%;
  98. width:400;
  99. height:550;
  100. font-family:'Rationale';
  101. text-align: center;
  102. font-size: 16px;
  103. color:#ccc;
  104. background-color:#543838;
  105. overflow:auto;
  106. border:3px solid #91483b;
  107. border-radius: 0%;
  108. box-shadow: 15px 15px 10px #000;
  109. -webkit-transition: all 0.5s ease-in-out;
  110. -moz-transition: all 0.5s ease-in-out;
  111. -o-transition: all 0.5s ease-in-out;
  112. -ms-transition: all 0.5s ease-in-out;
  113. transition: all 0.5s ease-in-out;
  114.  
  115. }
  116.  
  117. DIV.MainBox2{
  118. position:fixed;left:66%;top:13%;
  119. width:200;
  120. height:250;
  121. font-family:'Rationale';
  122. text-align: center;
  123. font-size: 16px;
  124. color:#ccc;
  125. background-color:#543838;
  126. overflow:auto;
  127. border:3px solid #91483b;
  128. border-radius: 0%;
  129. box-shadow: 15px 15px 10px #000;
  130. -webkit-transition: all 0.5s ease-in-out;
  131. -moz-transition: all 0.5s ease-in-out;
  132. -o-transition: all 0.5s ease-in-out;
  133. -ms-transition: all 0.5s ease-in-out;
  134. transition: all 0.5s ease-in-out;
  135.  
  136. }
  137.  
  138. DIV.MainBox3{
  139. position:fixed;left:66%;top:49.5%;
  140. width:200;
  141. height:250;
  142. font-family:'Rationale';
  143. text-align: center;
  144. font-size: 13px;
  145. color:#ccc;
  146. background-color:#543838;
  147. overflow:auto;
  148. border:3px solid #91483b;
  149. border-radius: 0%;
  150. box-shadow: 15px 15px 10px #000;
  151. -webkit-transition: all 0.5s ease-in-out;
  152. -moz-transition: all 0.5s ease-in-out;
  153. -o-transition: all 0.5s ease-in-out;
  154. -ms-transition: all 0.5s ease-in-out;
  155. transition: all 0.5s ease-in-out;
  156.  
  157. }
  158.  
  159. .circle{
  160. border-radius:50%;
  161. -webkit-transition: all 0.8s ease-out;
  162. -moz-transition: all 0.8s ease-out;
  163. -o-transition: all 0.8s ease-out;
  164. }
  165.  
  166. .circle:hover{
  167. border-radius:0px;
  168. -webkit-transition: all 0.8s ease-out;
  169. -moz-transition: all 0.8s ease-out;
  170. -o-transition: all 0.8s ease-out;
  171. -webkit-transform: rotate(0deg);
  172. -moz-transform: rotate(0deg);
  173. -ms-transform: rotate(0deg);
  174. -o-transform: rotate(-360deg);}
  175.  
  176. #pic{
  177. position: fixed;
  178. height: 120%;
  179. width: 100%;
  180. bottom: -110%;
  181. right: 0%;
  182. opacity: 2;
  183. -webkit-transition: all 0.7s ease-in-out;}
  184.  
  185. #pic:hover{
  186. position: fixed;
  187. bottom: 0%;
  188. right: 0%;
  189. opacity: 1;
  190. -webkit-transition: all 0.7s ease-in-out;}
  191. </style>
  192.  
  193. <img src="http://i.imgur.com/1vzSz1b.png" height="100%" style="position:fixed; bottom:0%; left: 0%;">
  194.  
  195.  
  196.  
  197. <div class="MainBox">
  198. <br>
  199. <b>So, any haters of the song, "Literally I Can't?", well this tale is sort of for you!"</b><br>
  200. Look...I'm tryna get your fine ass on the dance flo<br>
  201. Girl I wanna see you get low<br>
  202. Go ahead and bring it up slow<br>
  203. You're booty in my hand is my new motto<br>
  204. Got the face of a model<br>
  205. Put your lips on my bottle<br>
  206. Let me see you take it to the head<br>
  207. Girl I know that you can<br>
  208. I don't wanna hear no<br>
  209. Girl have you heard of my new super friends?"<br>
  210. <br>
  211. Well, literally, she couldn't!<br>
  212. <br>
  213. A shot of vodka?<br>
  214. I can't<br>
  215. Tequila?<br>
  216. I can't<br>
  217. After party?<br>
  218. I can't<br>
  219. Literally, I can't. (EW)<br>
  220. Literally, I can't. (EW)<br>
  221. Literally, I can't. (EW)<br>
  222. Literally, I can't. (EW)<br>
  223. Literally, I can't<br>
  224. Wanna dance?<br>
  225. I can't<br>
  226. Where your friend?<br>
  227. I can't<br>
  228. Girl on girl?<br>
  229. I can't<br>
  230. Literally, (EW) I can't<br>
  231. Literally, (EW) I can't<br>
  232. Literally, (EW) I can't<br>
  233. Literally, (EW) I can't<br>
  234. OMG, STFU!<br>
  235. SHUT THE FUCK UP!<br>
  236. <br>
  237. The gal, came from a strict law family, with the father working for a law firm, mother being the damned perfect picture of everything. College came up, and she damned sure didn't want the course, that was going to lead her down the same plastic perfection of her parents. She wanted to get into being a veterinarian, of all things. She wanted to deal with real people, but increasingly alcohol, entered the equation for the quick feel good, as did the parties, in really getting the hell out. She made it through a year, before her parents stopped her funding, with her barely keeping her grades.<br>
  238. <br>
  239. A night out at the bar, changed everything. <br>
  240. <br>
  241. Imagine this with me for a second if you will. There's a bar open all night, about three miles from the college, where there's metal music coming out, through the juke box. Some of the coolest motorcycle's you've ever seen are sitting there in front of the bar. They're custom fat boys, the classics, and about everything in between. Its really the same for cars. You wind up, seeing people your age, decked out in leather and other party gear. There's almost a pulse in the night, and something off to the side you just can't place. You head inside, and the people are about as rustic as they are goregous. After trying to cram for an exam, do you think you're gonna pass this up? You're behind on your classes, and suddenly you don't care. Half the people in the bar's eyes really are hypnotic. You get invited to dance, with the guys definitely having their attention on you! Some head off to the bathroom, but no, not you. You're a bit more drawn to dancing, but after winding up feeling seriously, light headed, you wind up heading over for a seat. Owe! Your neck, has a little trickle of blood running down it. How'd that happen? The guy, who's playing pool, stops over and asks you about your day, and offers you a drink, and he happens, to have, that dark rum you're craving in that shot glass. After that shotglass, oops it all goes black. Game Over...<br>
  242. <br>
  243. Gangrels, brujahs, and all and all, the World Of Darkness, she found out, after having her world fucked up righteously, that she was now a vampire, and part of a pack, that got displaced under a purge, and temporarily got stuck with a wolf pack, until they could decide what to do with her, for being a fledgling and willing to help the wolf pack, escaping the purge<br>
  244. <br>
  245. Jayne is a Gangrel Dead Wolf, bloodline -- Requiem The Deadwolves, are out of Mexico, and are sort of what happens when the Gangrel line and the Uratha meet for a blood exchange, out of Mexico. Some traits are similar, such as the weakness to silver, and the feeling of the calling of the moon. They do feel a bit of a connection to the Uratha still, with them being a truly wolf blooded line, in sharing the wolf blood vitae, as well as the kindred aspect of it.<br>
  246. </div>
  247.  
  248. <div class="MainBox2">
  249. <br>
  250. Tetris!<br>
  251. <br>
  252. Jayne Smidt<br>
  253. Age 27<br>
  254. Height 5'8<br>
  255. Weight 150<br>
  256. <br><br>
  257. </div>
  258.  
  259. <div class="MainBox3">
  260. <h1>Abilities</h1>
  261. Protean: Shapeshifting to the Deadwolf: sucker's 14 foot tall, and has about 25 tons worth of force, in violent mode, Aspect Of The Predator, this is a fun one that leaves her blissfully unaware of another's blood potency effects, which can be fun, if she oversteps her bounds around an elder, but their presence isn't going to freak her out, as it feels equal to hers. (Which is not always the case!)<br>
  262. Animalism: The ability to control another's inner beast and animals, as well as (Feral Whispers-- she has to make eye contact to do this)<br>
  263. Resilience: Resilience is the Discipline that endows Kindred with toughness. Practitioners of Resilience are capable of walking through a hail of bullets, shrugging off even the most punishing blows, and even resisting the deadly kiss of sun and flame. (There's only one dot there, but dun get mad, if she walks off more then what she should)
  264. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement