Advertisement
thisisnotras

Rico Update

Nov 6th, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.73 KB | None | 0 0
  1. <style>
  2.  
  3. #whole{
  4. position: fixed;
  5. top: 0px;
  6. left: 0px;
  7. right: 0px;
  8. bottom: 0px;
  9. background-image:url(http://i64.tinypic.com/2ppc809.jpg);
  10. background-size: auto 50%;
  11. background-color: #111317;
  12. }
  13.  
  14. @font-face{
  15. font-family:'font1';
  16. src:url(https://dl.dropboxusercontent.com/s/t9at4dycupzi76a/Pixel%20Countdown.ttf?dl=0);
  17. }
  18.  
  19. @font-face{
  20. font-family:'font2';
  21. src:url(https://dl.dropboxusercontent.com/s/94hr6y0cm4un4at/secuencia.ttf?dl=0);
  22. }
  23.  
  24. @font-face{
  25. font-family:'font3';
  26. src:url(https://dl.dropboxusercontent.com/s/y5k1xc915u885x0/alarm%20clock.ttf?dl=0);
  27. }
  28.  
  29. #centerhost{
  30. position: absolute;
  31. height: 610px;
  32. width: 310px;
  33. border: 0px solid white;
  34. top: 0px;
  35. left: 0px;
  36. right: 0px;
  37. bottom: 0px;
  38. margin: auto;
  39. overflow: hidden;
  40. -webkit-transition: all 2s;
  41. transition: all 2s;
  42. }
  43.  
  44.  
  45. .centerimage{
  46. position: absolute;
  47. left: 5px;
  48. top: 5px;
  49. height: 600px;
  50. width: 300px;
  51. background: gray;
  52. border-radius: 160px 160px 160px 160px;
  53. box-shadow: 3px 3px 6px 3px black;
  54. border: 1px solid pink;
  55. overflow: hidden;
  56. -webkit-transition: all 2s;
  57. transition: all 2s;
  58. z-index: 5;
  59. }
  60.  
  61. #visfilter{
  62. position: absolute;
  63. top: -500px;
  64. left: -500px;
  65. right: -500px;
  66. bottom: -500px;
  67. background-image:url(http://i65.tinypic.com/298z6o.jpg);
  68. -webkit-transform:rotate(45deg);
  69. transform:rotate(45deg);
  70. opacity: .3;
  71. -webkit-animation: visanim .03s infinite;
  72. animation: visanim .03s infinite;
  73. }
  74.  
  75. @-webkit-keyframes visanim{
  76. 0%{opacity:.6;}
  77. 100%{opacity:1;}
  78. }
  79.  
  80. @keyframes visanim{
  81. 0%{opacity:.6;}
  82. 100%{opacity:1;}
  83. }
  84.  
  85. #selection1:target #visfilter,
  86. #selection2:target #visfilter,
  87. #selection3:target #visfilter,
  88. #selection4:target #visfilter{
  89. -webkit-animation: none;
  90. animation: none;
  91. opacity: .5 !important;}
  92.  
  93. #pictureinpicture{
  94. position: absolute;
  95. top: 0px;
  96. left: -100px;
  97. right: -100px;
  98. bottom: -100px;
  99. background-image:url(http://i67.tinypic.com/11ug6td.jpg);
  100. background-repeat: no-repeat;
  101. background-size: 600px auto;
  102. background-position: center top;
  103. -webkit-transition: all 2s;
  104. transition: all 2s;
  105. }
  106.  
  107. #selection1:target #centerhost,
  108. #selection2:target #centerhost,
  109. #selection3:target #centerhost,
  110. #selection4:target #centerhost{
  111. -webkit-transition: all 2s;
  112. transition: all 2s;
  113. height: 700px;
  114. width: 700px;
  115. }
  116.  
  117. #selection1:target .centerimage,
  118. #selection2:target .centerimage,
  119. #selection3:target .centerimage,
  120. #selection4:target .centerimage{
  121. -webkit-transition: all 2s, width 2s 1s ease-in;
  122. transition: all 2s, width 2s 1s ease-in;
  123. border-radius: 0px 0px 0px 0px;
  124. width: 500px;
  125. height: 100px;
  126. top: 200px;
  127. left: 100px;
  128. }
  129.  
  130. #selection1:target .centerimage #pictureinpicture,
  131. #selection2:target .centerimage #pictureinpicture,
  132. #selection3:target .centerimage #pictureinpicture,
  133. #selection4:target .centerimage #pictureinpicture{
  134. left: -200px;
  135. top: -100px;
  136. -webkit-transition: all 2s, left 2s 1s ease-in;
  137. transition: all 2s, left 2s 1s ease-in;
  138. }
  139.  
  140. #selectionmenu{
  141. position: absolute;
  142. top: 330px;
  143. left: 30px;
  144. height: 30px;
  145. width: 650px;
  146. text-align: center;
  147. border: 0px solid white;
  148. letter-spacing: 3px;
  149. word-spacing: 10px;
  150. color: white;
  151. box-sizing: border-box;
  152. padding-top:5px;
  153. color: pink;
  154. opacity: 0;
  155. -webkit-transition: all .5s;
  156. transition: all .5s;}
  157.  
  158. #selectionmenu a{
  159. height: 30px;
  160. letter-spacing: 2px;
  161. font-size: 10pt;
  162. font-family: 'font1', 'Times', Arial;
  163. background: #AE6573;
  164. box-sizing: border-box;
  165. padding-left: 20px;
  166. padding-right: 20px;
  167. color: black;
  168. text-decoration: none;
  169. font-weight: 600;
  170. -webkit-transition: all 1s;
  171. transition: all 1s;
  172. border: 2px solid transparent;
  173. -webkit-transition: all 1s;
  174. transition: all 1s;
  175. opacity: 1;
  176. }
  177.  
  178. #selectionmenu a:hover,
  179. #selection1:target #selectionmenu :nth-child(1),
  180. #selection2:target #selectionmenu a:nth-child(2),
  181. #selection3:target #selectionmenu a:nth-child(3),
  182. #selection4:target #selectionmenu a:nth-child(4){
  183. background: transparent;
  184. color: #AE6573;
  185. border: 2px solid pink;
  186. -webkit-transition: all 1s;
  187. transition: all 1s;
  188. }
  189.  
  190. #selection1:target #selectionmenu,
  191. #selection2:target #selectionmenu,
  192. #selection3:target #selectionmenu,
  193. #selection4:target #selectionmenu{
  194. -webkit-transition: all 1s 1.3s;
  195. transition: all 1s 1.3s;
  196. opacity: 1;
  197. }
  198.  
  199. #contentarea,
  200. #contentarea2,
  201. #contentarea3,
  202. #contentarea4{
  203. position: absolute;
  204. top: 380px;
  205. left: 100px;
  206. width: 500px;
  207. height: 0px;
  208. border: 0px solid white;
  209. opacity: 0;
  210. -webkit-transition: all .5s;
  211. transition: all .5s;
  212.  
  213. }
  214.  
  215. ::-webkit-scrollbar {
  216. width: 4px;
  217. background-color: transparent;
  218. }
  219.  
  220.  
  221. ::-webkit-scrollbar-thumb {
  222. border-radius: 0px;
  223. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  224. background-color: pink;
  225. }
  226.  
  227.  
  228. #selection1:target #contentarea,
  229. #selection2:target #contentarea2,
  230. #selection3:target #contentarea3,
  231. #selection4:target #contentarea4{
  232. -webkit-transition: all 1s 1s;
  233. transition: all 1s 1s;
  234. opacity: 1;
  235. height: 150px;
  236. }
  237.  
  238. #contentarea:before,
  239. #contentarea2:before,
  240. #contentarea3:before,
  241. #contentarea4:before{
  242. content:'';
  243. position:absolute;
  244. top: 0px;
  245. left: 0px;
  246. right: 0px;
  247. bottom: 0px;
  248. background: #AE6573;
  249. opacity: .8;
  250. z-index: -1;
  251. }
  252.  
  253. .contents{
  254. position: absolute;
  255. top: 0px;
  256. left: 0px;
  257. right: 0px;
  258. bottom: 0px;
  259. color: black;
  260. text-align: left;
  261. font-family: 'font2', 'Times', Arial ;
  262. font-size: 12pt;
  263. letter-spacing: 1px;
  264. box-sizing: border-box;
  265. padding: 5px;
  266. overflow: auto;
  267. }
  268.  
  269.  
  270. /* HEXAGON */
  271.  
  272. .hexagon {
  273. position: fixed;
  274. top: 20px;
  275. right: 20px;
  276. width: 50px;
  277. height: 28.87px;
  278. background-color: #B07395;
  279. margin: 14.43px 0;
  280. -webkit-animation: hexanimation 6s infinite;
  281. animation: hexanimation 6s infinite;
  282. }
  283.  
  284. .hexagon:before,
  285. .hexagon:after {
  286. content: "";
  287. position: absolute;
  288. width: 0;
  289. border-left: 25px solid transparent;
  290. border-right: 25px solid transparent;
  291. }
  292.  
  293. .hexagon:before {
  294. bottom: 100%;
  295. border-bottom: 14.43px solid #B07395;
  296. }
  297.  
  298. .hexagon:after {
  299. top: 100%;
  300. width: 0;
  301. border-top: 14.43px solid #B07395;
  302. }
  303.  
  304. @-webkit-keyframes hexanimation{
  305. 0%{transform:rotate(0deg);
  306. -webkit-transform:rotate(0deg);}
  307. 25%{transform:rotate(90deg);
  308. -webkit-transform:rotate(90deg);}
  309. 50%{transform:rotate(180deg);
  310. -webkit-transform:rotate(180deg);}
  311. 75%{transform:rotate(270deg);
  312. -webkit-transform:rotate(270deg);}
  313. 100%{transform:rotate(360deg);
  314. -webkit-transform:rotate(360deg);}
  315. }
  316.  
  317. @keyframes hexanimation{
  318. 0%{transform:rotate(0deg);
  319. -webkit-transform:rotate(0deg);}
  320. 25%{transform:rotate(90deg);
  321. -webkit-transform:rotate(90deg);}
  322. 50%{transform:rotate(180deg);
  323. -webkit-transform:rotate(180deg);}
  324. 75%{transform:rotate(270deg);
  325. -webkit-transform:rotate(270deg);}
  326. 100%{transform:rotate(360deg);
  327. -webkit-transform:rotate(360deg);}
  328. }
  329.  
  330. #audiohold{
  331. position: fixed;
  332. top: 10px;
  333. right: 10px;
  334. z-index: 2;
  335. height: 70px;
  336. width: 70px;
  337. border: 0px solid white;
  338. overflow: hidden;
  339. }
  340. #audiohold *{
  341. position: relative;
  342. zoom:320%;
  343. opacity: 0;
  344. left: -5px;
  345. top: -4px;
  346. }
  347.  
  348. #audiodrop{
  349. position: fixed;
  350. height: 25px;
  351. width: 0px;
  352. background: transparent;
  353. top: 85px;
  354. right: 10px;
  355. -webkit-transition: all 1s;
  356. transition: all 1s;
  357. overflow: hidden;
  358. opacity: 0;
  359. color: #AE6573;
  360. border-top: 1px solid transparent;
  361. border-bottom: 1px solid transparent;
  362. font-family: 'font3', 'Times', Arial;
  363. text-align: center;
  364. font-size: 10pt;
  365. }
  366.  
  367. #audiodrop b{
  368. position: absolute;
  369. width: 200px;
  370. left: 0px;
  371. top: 10px;
  372. }
  373.  
  374. #audiohold:hover ~ #audiodrop{
  375. opacity: 1;
  376. width: 200px;
  377. border-color: pink;
  378. }
  379.  
  380. #titlediv{
  381. position: absolute;
  382. top: 161px;
  383. height: 51px;
  384. width: 500px;
  385. left: 130px;
  386. font-family: 'font3', 'Times', Arial;
  387. border: 0px solid white;
  388. z-index: 6;
  389. color: pink;
  390. text-align: right;
  391. text-shadow: 2px 2px 4px black;
  392. font-size: 30pt;
  393. z-index: 0;
  394. opacity: 0;
  395. -webkit-transition: all 1s .2s, opacity .3s;
  396. -webkit-transition: all 1s .2s, opacity .3s;
  397. text-transform: uppercase;
  398. }
  399.  
  400. #selection1:target #titlediv,
  401. #selection2:target #titlediv,
  402. #selection3:target #titlediv,
  403. #selection4:target #titlediv{
  404. -webkit-transition: all 1s 1s, opacity 1s 1.5s;
  405. transition: all 1s 1s, opacity 1s 1.5s;
  406. opacity: 1;
  407. z-index: 6;
  408. }
  409.  
  410. @-webkit-keyframes letvanish{
  411. 0%{
  412. opacity:0;
  413. }
  414. 50%{
  415. opacity: 1;
  416. }
  417. 100%{
  418. opacity:0;
  419. }
  420. }
  421.  
  422. @keyframes letvanish{
  423. 0%{
  424. opacity:0;
  425. }
  426. 50%{
  427. opacity: 1;
  428. }
  429. 100%{
  430. opacity:0;
  431. }
  432. }
  433.  
  434. #titlediv a{
  435. -webkit-animation: letvanish 2s infinite;
  436. animation: letvanish 2s infinite;
  437. text-decoration: none;
  438. color: white;
  439. }
  440.  
  441. /* HEXAGON -- END */
  442.  
  443. #centerhost{
  444. -webkit-filter:grayscale(80%);
  445. filter:grayscale(80%);
  446. right: 400px;
  447. }
  448.  
  449. #introdiv{
  450. position: absolute;
  451. left: 250px;
  452. top: 40px;
  453. bottom: 0px;
  454. right: 0px;
  455. margin: auto;
  456. height: 400px;
  457. width: 300px;
  458. border: 0px solid white;
  459. text-align: left;
  460. box-sizing: border-box;
  461. color: pink;
  462. font-family:'font3', 'Times', Arial;
  463. font-size: 15pt;
  464. text-transform: uppercase;
  465. line-height: 30px;
  466. -webkit-transition: all 1s 2s;
  467. transition: all 1s 2s;
  468. }
  469.  
  470. #introdiv a{
  471. font-weight: 600;
  472. color: pink;
  473. text-decoration: none;
  474. }
  475.  
  476. #whole:hover #introdiv a{
  477. -webkit-animation: letvanish 1s infinite;
  478. animation: letvanish 1s infinite;
  479. }
  480.  
  481. #introdiv a:hover{
  482. text-decoration: underline;
  483. }
  484.  
  485. #selection1:target #introdiv,
  486. #selection2:target #introdiv,
  487. #selection3:target #introdiv,
  488. #selection4:target #introdiv{
  489. -webkit-transition: all .5s;
  490. transition: all .5s;
  491. opacity: 0;
  492. }
  493.  
  494. #selection1:target #centerhost,
  495. #selection2:target #centerhost,
  496. #selection3:target #centerhost,
  497. #selection4:target #centerhost{
  498. -webkit-filter:grayscale(0%);
  499. filter:grayscale(0%);
  500. right: 0px;
  501. z-index: 2;
  502. }
  503.  
  504. .contents a{
  505. font-weight:600;
  506. text-decoration: none;
  507. color: black;
  508. -webkit-animation: letvanish 1s infinite;
  509. animation: letvanish 1s infinite;
  510. }
  511.  
  512. .contents a:hover{
  513. text-decoration: underline;
  514. }
  515.  
  516. </style>
  517.  
  518. <div id="whole">
  519.  
  520. <div id="selection1">
  521. <div id="selection2">
  522. <div id="selection3">
  523. <div id="selection4">
  524. <div id="centerhost">
  525.  
  526. <div id="titlediv">
  527. DOSSIER: RICOCHET<a href=#none>_</a>
  528. </div>
  529.  
  530. <div class="centerimage">
  531. <div id="pictureinpicture">
  532. <div id="visfilter">
  533. </div>
  534. </div>
  535. </div>
  536. <div id="selectionmenu">
  537. |
  538. <a href="#selection1">Vitals</a> |
  539. <a href="#selection2">Bio</a> |
  540. <a href="#selection3">Gear</a> |
  541. <a href="#selection4">ooc</a> |
  542. </div>
  543.  
  544. <div id="contentarea">
  545. <div class="contents">
  546. <b>Handle</b>: Ricochet<br>
  547. <b>AKA</b>: Rico<br>
  548. <b>Profession</b>: Mercenary<br>
  549. <b>Job Specialty</b>: Assassination - Infiltration - Espionage - Interrogation<br>
  550. <b>Job Knowledge</b>: Demolition - Hacking - Abduction - Escort<br>
  551. <b>Price</b>: Negotiable<br>
  552. <b>Payment</b>: 50% Up front, 50% upon completion<br>
  553. <center><hr color="#000000"><br>
  554. <b>OFF THE RECORD</b></center><br><br>
  555. <b>Proper name</b>: Roxanne<br>
  556. <b>Age</b>: 27<br>
  557. <b>Gender</b>: Female<br>
  558. <b>Height</b>: 5'7<br>
  559. <b>Species</b>: Lapine (possible hybrid)<br>
  560. <b>Orientation</b>: Whatever the job calls for<br>
  561. </div>
  562. </div>
  563.  
  564. <div id="contentarea2">
  565. <div class="contents">
  566. Ricochet specializes in covert operations, or in more specific terms, missions where she is not meant to directly engage hostile forces. She much prefers viewing targets through the scope of her rifle, or from the deeply shadowed corner of an unlit room. She does not have any formal combat training, but what she lacks in this she more than makes up for it in her ingenuity in coming up with escape plans.<br><br>
  567. Potential employers will find Ricochet quite easy to work with, as she is quite personable when talking business. She also works well in team situations, as her skill set allows her to provide reconnaissance for others, as well as suppression and cover fire.<br>
  568. <center><hr color="#000000"><br>
  569. <b>OFF THE RECORD</b></center><br><br>
  570. Ricochet, born Roxanne, is a woman who prides herself on her own strength and independence. She is, after all, a mercenary for hire, typically working outside the law in cases where the law itself is being used for wrongdoing. Sometimes, however, it's just a job to make money to ensure she has some way of living. What she never speaks about is WHY she chose to go into this line of work, and how much her attitude and job are mostly just to cover up her own insecurities and weaknesses.<br><br>
  571. Roxanne, because of the strange mutation that caused her to grow horns, was thought to be illegitimate by her father, and to make amends for the assumed infidelity of her mother, was sold off into slavery. It was never discovered who her true father was, and to this day she doesn't know why she has those horns. All she knows is that her early life was miserable, and while she is so ashamed of it, she can't fully separate herself from the mindset it gave her. She does not see herself as strong, or powerful, and in truth she doesn't believe she is making an impact on the world, all because she was made to feel she was weak and worthless, just to keep her obedient. In a way, by becoming a mercenary, she is maintaining her obedience to whoever hires her, only now, at least she gets paid for it.<br><br>
  572. She was fortunate to eventually be bought by someone not looking to exploit her, and instead began teaching her more useful life skills. From there, she began to work her way into her new life. She started a rumor that her father was a demon in order to explain the horns. After all, what known species has females with horns that large? She may have subconscious doubts about herself, but she will rarely let it show.
  573. </div>
  574. </div>
  575.  
  576. <div id="contentarea3">
  577. <div class="contents">
  578. <b>Ocular Implant</b>: This augment is for quickly identifying targets, threats, and other items of significance. It can view multiple spectrums, including infrared, ultraviolet, magnetic fields, and more. One eye is left natural to ensure she isn't entirely blinded in the event of an EMP.<br><br>
  579. <b>Tactical Rifle</b>: Mainly used as a sniping weapon, it is outfitted with a long range scope, various forms of target acquisition, options for sound and heat suppression to maintain stealth, as well as the capability of being modified for a wide variety of rounds, from standard bullets, energy based ammunition, and even darts for non-lethal threat suppression.<br><br>
  580. <b>Energy Baton</b>: Basic close-range armament for emergency situations. Designed to quickly incapacitate enemies to allow escape, but can also be used to overload electrical equipment. Comprised of two chargeable wands which can be extended into a staff, or separated into two short batons.<br><br>
  581. <b>Augment Suit</b>: Designed as a low profile exo-skeleton for the purpose of increasing physical abilities, such as running speed, jumping height, lifting power, etc. Also allows for various armor attachments. Powered by liquid energy cells, and is used to power other equipment when needed.
  582. </div>
  583. </div>
  584.  
  585. <div id="contentarea4">
  586. <div class="contents">﴾●﴿ Code by <a target="_blank" href="http://roleplay.chat/profile.php?user=Digital" target=_blank>only the most awesome dude and friend ever!</a><br>
  587. ﴾●﴿ Seeking serious story driven RP, anything naughty should be earned within the context therein.<br>
  588. ﴾●﴿ All RP is mood dependent.<br>
  589. ﴾●﴿ <br>
  590.  
  591.  
  592. </div>
  593. </div>
  594.  
  595. </div>
  596.  
  597.  
  598. <div id="introdiv">
  599. USERNAME: XXXXX _<br><br>
  600.  
  601. PASSWORD: XXXXX _<br><br>
  602. ACCESS GRANTED<br><br>
  603. ENTER PARAMETERS: MERCENARY _<br><br>
  604. SEARCHING . . .<br><br>
  605. TOP RESULT: <a href="#selection1">RICOCHET</a> _
  606. </div>
  607.  
  608.  
  609. <div class="hexagon">
  610. </div>
  611. <div id="audiohold">
  612. <audio controls src="http://k003.kiwi6.com/hotlink/656wyj6z6b/09_Scorpions_VOLUME.mp3" loop=3>
  613. </audio>
  614. </div>
  615.  
  616. <div id="audiodrop">
  617. <b> SCORPIONS - NERO</b>
  618. </div>
  619.  
  620. </div>
  621. </div>
  622. </div>
  623. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement