Advertisement
Guest User

Untitled

a guest
May 16th, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.81 KB | None | 0 0
  1. <style>
  2. @import 'https://fonts.googleapis.com/css?family=Cinzel+Decorative|Crimson+Text';
  3. ::-webkit-scrollbar { width: 0.8vw; height: 0.8vw;}
  4. ::-webkit-scrollbar-track { border-radius: 0px; background-color: #1414AF;}
  5. ::-webkit-scrollbar-thumb { border: 0.4vh solid #311B44; border-radius:0px; background-color: #FFFFFF;}
  6.  
  7.  
  8. body{
  9. background-color: #000;
  10. background-image:url('https://i.imgur.com/W3SHdzY.jpg');
  11. background-size: cover;
  12. }
  13.  
  14. #infobox{
  15. position: fixed;
  16. left: 33vw;
  17. top: 10vh;
  18. height: 80vh;
  19. width: 32vw;
  20. border: 2vh double #940912;
  21. overflow: hidden;
  22. color: #FFFFFF;
  23. background: rgba(0,0,0,0.9);
  24. text-shadow: #000000 0.3vh 0.3vh 0.3vh;
  25. box-shadow: #000000 0.3vh 0.3vh 0.3vh;
  26. font-size: 2.5vh;
  27. font-family: Crimson Text;
  28. opacity: 0;
  29.  
  30. -webkit-animation:infoin 0.5s 1;
  31. animation:infoin 0.5s 1;
  32. animation-delay:4.5s;
  33. animation-fill-mode:forwards;
  34. -webkit-animation-delay:4.5s;
  35. -webkit-animation-fill-mode:forwards;
  36. }
  37.  
  38. #infobox img{
  39. width: 100%;
  40. }
  41.  
  42. @keyframes infoin{
  43. from{opacity:0; top: -80vh;}
  44. to{opacity:1; top: 10vh;}
  45. }
  46. @-webkit-keyframes infoin{
  47. from{opacity:0; top -80vh;}
  48. to{opacity:1; top: 10vh;}
  49. }
  50.  
  51. #player{
  52. position: absolute;
  53. top:12vh;
  54. left:30vw;
  55. border-radius: 50%;
  56. box-shadow: #FFFFFF 0vh 0vh 1vh;
  57. width: 34px;
  58. overflow: hidden;
  59. background-color: #FFFFFF;
  60. opacity: 0;
  61.  
  62. -webkit-animation:playerin 0.5s 1;
  63. animation:playerin 0.5s 1;
  64. animation-delay:4.5s;
  65. animation-fill-mode:forwards;
  66. -webkit-animation-delay:4.5s;
  67. -webkit-animation-fill-mode:forwards;
  68. }
  69.  
  70. @keyframes playerin{
  71. from{opacity:0; top: -5vh;}
  72. to{opacity:1; top: 12vh;}
  73. }
  74. @-webkit-keyframes playerin{
  75. from{opacity:0; top -5vh;}
  76. to{opacity:1; top: 12vh;}
  77. }
  78.  
  79. #name{
  80. position: fixed;
  81. z-index:1;
  82. left: 34.5vw;
  83. top: 0vh;
  84. color: #FFF;
  85. text-shadow: #FFF 0vh 0vh 1vh;
  86. font-family: Cinzel Decorative;
  87. font-size: 10vh;
  88. opacity: 0;
  89.  
  90. -webkit-animation:namein 0.3s 1;
  91. animation:namein 0.3s 1;
  92. animation-delay:4.9s;
  93. animation-fill-mode:forwards;
  94. -webkit-animation-delay:4.9s;
  95. -webkit-animation-fill-mode:forwards;
  96. }
  97.  
  98. @keyframes namein{
  99. from{opacity:0; top: -10vh;}
  100. to{opacity:1; top: 0vh;}
  101. }
  102. @-webkit-keyframes namein{
  103. from{opacity:0; top: -10vh;}
  104. to{opacity:1; top: 0vh;}
  105. }
  106.  
  107. #credit{
  108. position: fixed;
  109. z-index: 10;
  110. right: 0.3vh;
  111. bottom: 0.3vh;
  112. background: rgba(0,0,0,0.9);
  113. border: 0.3vh solid #940912;
  114. color: #FFFFFF;
  115. text-shadow: #000000 0.3vh 0.3vh 0.3vh;
  116. font-family: Crimson Text;
  117. font-size: 2vh;
  118. padding: 0.5vh;
  119. }
  120.  
  121. a{
  122. color: #FFFFFF;
  123. text-decoration: none;
  124. transition: 0.5s;
  125. }
  126. a:hover{
  127. color: #940912;
  128. }
  129.  
  130. #introQuote{
  131. position: fixed;
  132. left: 0vw;
  133. top: 0vh;
  134. width: 100vw;
  135. height: 100vh;
  136. background: rgba(0,0,0,0.9);
  137. opacity: 1;
  138. z-index: 10;
  139. font-family: Cinzel Decorative;
  140. font-size: 10vh;
  141. color: #000000;
  142. text-shadow: #FFFFFF 0vh 0vh 1vh;
  143.  
  144. -webkit-animation:picturein 2s 1;
  145. animation:picturein 2s 1;
  146. animation-delay:3s;
  147. animation-fill-mode:forwards;
  148. -webkit-animation-delay:3s;
  149. -webkit-animation-fill-mode:forwards;
  150. }
  151.  
  152. @keyframes picturein{
  153. from{opacity:1;}
  154. to{opacity:0; left: 100vw;}
  155. }
  156. @-webkit-keyframes picturein{
  157. from{opacity:1;}
  158. to{opacity:0; left: 100vw;}
  159. }
  160.  
  161. #buttons {
  162. list-style-type: none;
  163. margin: 0vh;
  164. padding: 0vh;
  165. height: auto;
  166. background: #940912;
  167. border: 0.4vh solid #940912;
  168. position: absolute;
  169. z-index:3;
  170. top: 90vh;
  171. left: 33vw;
  172. overflow: hidden;
  173. box-shadow: #000000 0.3vh 0.3vh 0.3vh;
  174. font-family: Cinzel Decorative;
  175. opacity: 0;
  176.  
  177. -webkit-animation:buttonsin 0.5s 1;
  178. animation:buttonsin 0.5s 1;
  179. animation-delay:4.2s;
  180. animation-fill-mode:forwards;
  181. -webkit-animation-delay:4.2s;
  182. -webkit-animation-fill-mode:forwards;
  183. }
  184. #buttons a {
  185. transition: all 0.3s ease-in-out;
  186. -moz-transition: all 0.3s ease-in-out;
  187. -webkit-transition: all 0.3s ease-in-out;
  188. display: inline;
  189. color:#FFFFFF;
  190. text-shadow: #000000 0.3vh 0.3vh 0.3vh;
  191. font-size: 2.4vh;
  192. padding: 0.5vh 0.5vh 0.5vh 0.5vh;
  193. text-decoration: none;
  194. }
  195. #buttons a:hover{
  196. background-color: #000000;
  197. color:#940912;
  198. text-shadow: #940912 0vh 0vh 1vh;
  199. }
  200.  
  201. @keyframes buttonsin{
  202. from{opacity:0; top: -1vh;}
  203. to{opacity:1; top: 90vh;}
  204. }
  205. @-webkit-keyframes buttonsin{
  206. from{opacity:0; top -1vh;}
  207. to{opacity:1; top: 90vh;}
  208. }
  209.  
  210. h1{
  211. color: #940912;
  212. text-shadow: 0.3vh 0.3vh 0.3vh #000;
  213. font-family: Play;
  214. font-size: 3vh;
  215. }
  216.  
  217. hr{
  218. border-color: #940912;
  219. box-shadow: 0.3vh 0.3vh 0.3vh #000;
  220. width: 85%;
  221. }
  222.  
  223. .clouds {
  224. position:absolute;
  225. left:0;
  226. bottom:0;
  227. width:100%;
  228. height:50%;
  229. display:block;
  230. overflow: visible;
  231. pointer-events: none;
  232. opacity: 0.5;
  233. background:transparent url('http://i.imgur.com/nptVSPv.png') repeat top center;
  234. z-index:1;
  235. -moz-animation:move-scrolling-front 150s linear infinite;
  236. -ms-animation:move-scrolling-front 150s linear infinite;
  237. -o-animation:move-scrolling-front 150s linear infinite;
  238. -webkit-animation:move-scrolling-front 150s linear infinite;
  239. animation:move-scrolling-front 150s linear infinite;
  240. }
  241.  
  242. @keyframes move-scrolling-front{
  243. from{background-position:0% 0%}
  244. to{background-position:300% 0%}
  245. }
  246. @-webkit-keyframes move-scrolling-front{
  247. from{background-position:0% 0%}
  248. to{background-position:300% 0%}
  249. }
  250. @-moz-keyframes move-scrolling-front{
  251. from{background-position:0% 0%}
  252. to{background-position:300% 0%}
  253. }
  254. @-ms-keyframes move-scrolling-front{
  255. from{background-position:0% 0%}
  256. to{background-position:200% 0%}
  257. }
  258.  
  259. </style>
  260.  
  261.  
  262. <div class="clouds">
  263. </div>
  264.  
  265. <div id="credit">
  266. Code by Aishurel<br>
  267. <a href="http://pastebin.com/khvm8x8g" target="new">Please steal!</a>
  268. </div>
  269.  
  270. <div id="introQuote">
  271. <div style="width:100%; height: 70%; overflow: hidden;" align="center">
  272. <br><br>
  273. "Always follow your inner wolf, It will lead you to where you truly belong."
  274. </div>
  275. </div>
  276.  
  277. <div id="buttons">
  278. <center>
  279. <a href="#one">Home</a>
  280. <a href="#two">Stats</a>
  281. <a href="#three">Details</a>
  282. <a href="#four">OOC</a>
  283. </center>
  284. </div>
  285.  
  286. <div id="name">
  287. Jasmine
  288. </div>
  289.  
  290. <center>
  291. <div id="infobox">
  292. <div style="height: 100%; overflow-y: hidden;">
  293.  
  294.  
  295. <a name="one"></a>
  296. <div style="width:100%; height: 100%; overflow: hidden; " align="center">
  297.  
  298. <img src="https://s-media-cache-ak0.pinimg.com/736x/f8/f1/4f/f8f14f366ea860a71a54a87bdb966626.jpg"style="width:425px;height:525px;">
  299. </div>
  300.  
  301. <a name="two"></a>
  302. <div style="width:90%; height: 100%; overflow: auto;" align="center">
  303.  
  304. <h1>Stats</h1>
  305. <hr>
  306. <p align = "left">
  307. <i>
  308. Name: Jasmine Hartwell<br>
  309. Gender: Female<br>
  310. Apparent Age: 22<br>
  311. Height: 5'10"<br>
  312. Orientation: Heterosexual<br>
  313. Relationship: Single/Un-Mated<br>
  314. Occupation: Delta in Dark Howls Pack
  315. </i>
  316. </p>
  317.  
  318. <h1>Powers</h1>
  319. <hr>
  320. <p align = "left">
  321. <i>
  322. Ability one: possess smell, hearing, and sight that are superior to humans, can even sense others of her kind as well as Vampires.<br>
  323. Ability two: Display inhuman physical strength, speed, reflexes, endurance and agility even when in human form.<br>
  324. Ability three: Can shapeshift with little to no pain at all and only the very first shift requires a full moon.<br>
  325. Ability four: Heals faster than a normal human being.
  326. </i>
  327. </p>
  328.  
  329. <h1>Likes&Dislikes</h1>
  330. <hr>
  331. <p align = "left">
  332. <i>
  333. Likes: Writing in her journal, Running in both her human form and her wolf form, Cooking and learning new recipes, Dancing either by herself or with others.<br>
  334. Dislikes: Rude People that think there stuff don't stink, Bullies that pick on someone weaker than them, Being snuck up on, brings up bad memories make sure you announce yourself or you may get hit.<br>
  335. Bad Habits: Tends to curse a lot when she is angry. Used to smoke weed when she was a teen.
  336. </i>
  337. </p>
  338. </div>
  339.  
  340. <a name="four"></a>
  341. <div style="width:90%; height: 100%; overflow: auto;" align="center">
  342. <h1>OOC</h1>
  343. <hr>
  344. <p align = "left">
  345. <i>
  346. <font color = "#940912">•</font>Code belongs to Aishurel. Click the credit to steal it
  347. <br>
  348. <font color = "#940912">•</font>Real Life may Interfere with Rp Please don't get mad
  349. <br>
  350. <font color = "#940912">•</font>Story preferred over smut
  351. <br>
  352. <font color = "#940912">•</font>Will Not Give Out Personal Info
  353. <br>
  354. <font color = "#940912">•</font>Pm Friendly(No smut in my pm unless its part of the Rp we are doing)
  355. <br>
  356. <font color = "#940912">•</font>In Character(in main rooms and Pms unless text is in brackets)
  357. <br>
  358. <font color = "#940912">•</font>Smut is allowed as story progresses
  359. <br>
  360. <font color = "#940912">•</font>No oneliners. Please be at lease Semi-lit if you wish to Rp with me
  361. <br>
  362. </i>
  363. </p>
  364. </div>
  365.  
  366. <a name="three"></a>
  367. <div style="width:90%; height: 100%; top: 100px; overflow: auto;" align="center">
  368.  
  369. <h1>About</h1>
  370.  
  371. <p align = "left">
  372. <i>
  373. <p>
  374. Jaz wasn't born a Lycan, she was bitten at 13 in a werewolf attack on her family home. She only had her brother and she had to watch him die trying to protect her before she was dragged away to some facility deep in the mountains. There she spent most of her time strapped to a bed while unknown chemicals were pumped into her body. She was the human experiment and the torture never ended. At least till the first full moon she had, she was so angry she shifted mid being strapped down and attacked everyone that had attacked her. Once they were all dead Jaz took off and ran through the woods. Constantly on the move so she never got captured again. Her body covered in scars and bruises that took a while to heal. Now she is weary around others of her kind and well others in general though she trys to make friends. Her Lycan form is a black wolf with golden eyes. Only shows temper when provoked other wise she is calm and quiet.
  375. <h2>Present Time</h2>
  376. <p>
  377. Jasmine found her self in a quiet little town called Fenster Falls. She Befriended another Wolf by the Name of Rosabella who let Jaz move into her house and stay there. After a small trip back to her home she was able to get all her family affairs in order and obtain the money her parents set aside for her. She went back to Fenster Falls with possession of her brothers Jeep and things that belonged to her parents. She has met many people in Fenster and would like to meet many more. She has started to consider the quiet town her new forever home.
  378. </p>
  379. <h2>On The Road Again</h2>
  380. <p>
  381. As much as Jaz liked Fenster, It was slowly becoming apparent to her that she needed to be with her own kind. So she packed her bags and was on the road again. She would miss her friends in Fenster Falls but she would visit some time.
  382. </p>
  383. <h2>New Home</h2>
  384. <p>
  385. During her traveling she came across a territory that was owned by the Dark Howls Pack. After speaking with the Alpha she went through an Initiation and became the newest Delta in the pack. She now has her own room in the pack manor and a new family that will help her and teach her. A new life has started for the young wolf and it can only get better from here.
  386. </i>
  387. </p>
  388. </div>
  389.  
  390.  
  391. </div>
  392. </div>
  393. </center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement