thisisnotras

Edge Profile with SFX.

Apr 15th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.69 KB | None | 0 0
  1. <div id="profile"><style onload="try { document.title = '[ 𝐸𝒹𝑔𝑒 ]'; } catch (e) { }">
  2.  
  3. @import url(//fonts.googleapis.com/css?family=Poiret+One|Herr+Von+Muellerhoff|Audiowide);
  4.  
  5. body {
  6. font-family: "Ubuntu", "Lucida Grande", "Lucida Sans", Tahoma, sans-serif;
  7. color: #999999;
  8. background-color: #101010;
  9. }
  10.  
  11. #profile {
  12. border: 1px solid #333333;
  13. width: 600px;
  14. display: table;
  15. padding: .5em;
  16. background: #000000;
  17. }
  18.  
  19. .pfor{display: none;}
  20. #profile{background: transparent;
  21. border: 0px;}
  22.  
  23. body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-7/cur641.cur), progress !important;}
  24.  
  25. /* A65646 */
  26.  
  27. #whole{
  28. position: absolute;
  29. top: 0px;
  30. left: 0px;
  31. right: 0px;
  32. bottom: 0px;
  33. background-image:
  34. url(http://i63.tinypic.com/so1kyr.jpg);
  35.  
  36. /* DARKER COLOR
  37. background-color: #121215;
  38. */
  39.  
  40. background-color:#4D4D54;
  41. overflow: hidden;
  42. }
  43.  
  44. a, a:hover{text-decoration: none;}
  45.  
  46. #edgeimage{
  47. position: absolute;
  48. top: 0px;
  49. bottom: 0px;
  50. left: 0px;
  51. width: 800px;
  52. background-image:
  53. url(http://i68.tinypic.com/hupufs.jpg);
  54. background-repeat: no-repeat;
  55. background-size: auto 130%;
  56. border-right: 0px solid black;
  57. background-position: top left;
  58. }
  59.  
  60.  
  61. #linkholder{
  62. position: absolute;
  63. left: 550px;
  64. top: 200px;
  65. height: 200px;
  66. width: 300px;
  67. border: 0px solid white;
  68. }
  69.  
  70.  
  71. .floatlink{
  72. float: right;
  73. border: 1px solid white;
  74. height: 50px;
  75. width: 50px;
  76. transform:rotate(45deg);
  77. -webkit-trandform:rotate(45deg);
  78. transition: all 1s;
  79. -webkit-transition: all 1s;
  80. z-index: 1;
  81. box-shadow: 0px 0px 10px gray;
  82. margin-left: -10px;
  83. }
  84.  
  85. #whole:hover .floatlink:nth-child(4){
  86. background: #ED8722;
  87. }
  88.  
  89. #whole:hover .floatlink:nth-child(3){
  90. background: #575757;
  91. }
  92.  
  93. #whole:hover .floatlink:nth-child(2){
  94. background: #EAEAEA;
  95. }
  96.  
  97. #whole:hover .floatlink:nth-child(1){
  98. background: #2C2C2C;
  99. }
  100.  
  101. .floatlink:hover{
  102. z-index: 2;
  103. margin-left: 24px;
  104. margin-right: 35px;
  105. box-shadow: 0px 0px 10px orange;
  106. border: 1px solid #2C2C2C;
  107. }
  108.  
  109. .numberlink{
  110. transform:rotate(-45deg);
  111. -webkit-transform:rotate(-45deg);
  112. color: black;
  113. font-weight: 800;
  114. height: 100%;
  115. width: 100%;
  116. text-align: right;
  117. box-sizing: border-box;
  118. padding-right: 10px;
  119. padding-top: 10px;
  120. font-size: 15pt;
  121. font-family:'Audiowide';
  122. transition: all 1s;
  123. -webkit-transition: all 1s;
  124. opacity: 0;
  125. }
  126.  
  127. #whole:hover .numberlink{
  128. opacity: 1;
  129. -webkit-transition: all 1s;
  130. transition: all 1s;
  131. }
  132.  
  133. .floatlink:hover .numberlink{
  134. padding-right: 13px;
  135. }
  136.  
  137. .hfirst, .hsecond, .hthird, .hfourth{
  138. position: absolute;
  139. transform:rotate(45deg);
  140. -webkit-transform:rotate(45deg);
  141. height: 100px;
  142. width: 100px;
  143. border: 0px dashed black;
  144. overflow: hidden;
  145. background: #21232A;
  146. top: 100px;
  147. webkit-transition: all 1s;
  148. transition: all 1s;
  149. opacity: 0;
  150. }
  151. .hfirst{
  152. left: 100px;
  153. }
  154. .hsecond{
  155. left: 142px;
  156. }
  157. .hthird{
  158. left: 184px;
  159. }
  160. .hfourth{
  161. left: 226px;
  162. }
  163.  
  164.  
  165.  
  166. .floatlink:nth-child(4):hover ~ .hfirst,
  167. .floatlink:nth-child(3):hover ~ .hsecond,
  168. .floatlink:nth-child(2):hover ~ .hthird,
  169. .floatlink:nth-child(1):hover ~ .hfourth{
  170. top: 52px;
  171. opacity: 1;
  172. transition: all 2s, opacity 2s .5s;
  173. -webkit-transition: all 2s, opacity 2s .5s;
  174. }
  175.  
  176. .highlightcenter{
  177. position: absolute;
  178. left: -15px;
  179. top: 35px;
  180. width: 130px;
  181. height: 30px;
  182. border: 0px solid black;
  183. transform:rotate(-45deg);
  184. -webkit-transform:rotate(-45deg);
  185. overflow: hidden;
  186. box-sizing: border-box;
  187. text-align: center;
  188. font-family: 'Audiowide';
  189. color: orange;
  190. font-size: 12pt;
  191. text-transform:uppercase;
  192. letter-spacing: 5px;
  193. padding-top: 3px;
  194. -webkit-transition: all 1s;
  195. transition: all 1s;
  196. }
  197.  
  198. .highlightcenter .vanisher{
  199. opacity: 0;
  200. font-size: 1px;
  201. letter-spacing: -10px;
  202. -webkit-transition: all 2s;
  203. transition: all 2s;}
  204.  
  205. #firstdiv:target,
  206. #seconddiv:target,
  207. #thirddiv:target,
  208. #fourthdiv:target{
  209. transform:rotate(0deg);
  210. -webkit-transform:rotate(0deg);
  211. opacity: 1;
  212. top: 200px;
  213. left: 200px;
  214. height: 200px; width: 300px;
  215. }
  216.  
  217. #firstdiv:target .highlightcenter,
  218. #seconddiv:target .highlightcenter,
  219. #thirddiv:target .highlightcenter,
  220. #fourthdiv:target .highlightcenter{
  221. transform:rotate(0deg);
  222. -webkit-transform:rotate(0deg);
  223. top: 5px;
  224. left: 5px;
  225. -webkit-transition: all 2s;
  226. transition: all 2s;
  227. }
  228.  
  229. #firstdiv:target .vanisher,
  230. #seconddiv:target .vanisher,
  231. #thirddiv:target .vanisher,
  232. #fourthdiv:target .vanisher {
  233. letter-spacing: 15px;}
  234.  
  235. #contentbox{
  236. opacity: 0;
  237. width: 300px;
  238. height: 157px;
  239. position: absolute;
  240. overflow: auto;
  241. top: 35px;
  242. left: 0px;
  243. border: 0px solid black;
  244. box-sizing: border-box;
  245. webkit-transition: all 1s;
  246. transition: 1s;
  247. padding-top: 0px;
  248. padding-left: 5px;
  249. padding-right: 5px;
  250. text-align: left;
  251. color: #B7B4B4;
  252. font-weight: 400;
  253. font-family:'contentfont';
  254. letter-spacing: 2px;
  255. }
  256.  
  257. ::-webkit-scrollbar {
  258. width: 4px;
  259. background-color: transparent;
  260. }
  261.  
  262.  
  263. ::-webkit-scrollbar-thumb {
  264. border-radius: 0px;
  265. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  266. background-color: #111111;
  267. }
  268.  
  269.  
  270. @font-face{
  271. font-family: 'contentfont';
  272. src:url(https://dl.dropboxusercontent.com/u/4556289/Saniretro.ttf);
  273. }
  274.  
  275. #firstdiv:target #contentbox,
  276. #seconddiv:target #contentbox,
  277. #thirddiv:target #contentbox,
  278. #fourthdiv:target #contentbox{
  279. opacity: 1;
  280. -webkit-transition: all 1s 1s;
  281. transition: all 1s 1s;
  282. }
  283.  
  284. #contentbox a, a:hover{
  285. text-decoration: none;
  286. color: #B7B4B4;
  287. font-weight: 800;
  288. }
  289.  
  290. #contentbox a:hover{
  291. text-decoration: underline;
  292. }
  293.  
  294. .bellamydiv, .bellamydiv:hover{
  295. position: absolute;
  296. top: 100px;
  297. left: 600px;
  298. font-size: 45px;
  299. font-family: audiowide;
  300. font-style:italic;
  301. color: #EAEAEA;
  302. text-shadow:-8px 8px 5px #000;
  303. z-index:3;
  304. -webkit-transition: all 1s;
  305. transition: all 1s;
  306. letter-spacing: 10px;
  307. font-weight: 400;
  308. }
  309.  
  310. /* MUSIC PLAYER */
  311.  
  312. #musiccontainer{
  313. position: absolute;
  314. bottom: 10px;
  315. left: 10px;
  316. height: 24px;
  317. width: 23px;
  318. border: 0px solid black;
  319. background: #ED8722;
  320. -webkit-transition: all 1s;
  321. transition: all 1s;
  322. overflow: hidden;
  323. border-radius: 3px 3px 3px 3px;
  324. opacity: .8;
  325. }
  326.  
  327. #musiccontainer:hover{
  328. width: 200px;}
  329.  
  330. #playerhold{
  331. position: absolute;
  332. left: 0px;
  333. top: 0px;
  334. height: 24px;
  335. width: 200px;
  336. border: 0px solid black;
  337. overflow: hidden;
  338. }
  339.  
  340. #playerholdzoom{
  341. position: absolute;
  342. height: 115%;
  343. width: 35px;
  344. border: 0px solid red;
  345. overflow: hidden;
  346. margin-left: -12px;
  347. margin-top: -3px;
  348. }
  349.  
  350. #detailshold{
  351. position: absolute;
  352. left: 22px;
  353. top: 0px;
  354. height: 20px;
  355. width: 180px;
  356. font-family: 'Audiowide';
  357. font-size: 11pt;
  358. letter-spacing: 3px;
  359. color: black;
  360. box-sizing: border-box;
  361. padding-left: 2px;
  362. padding-top: 2px;
  363. color: #21232A;
  364. overflow: hidden;
  365. text-transform: uppercase;
  366. }
  367.  
  368. #detailshold b{
  369. color: black; }
  370.  
  371.  
  372. /* STAT SECTION START */
  373. #statcontainer{
  374. float:left;
  375. border: 0px solid black;
  376. width: 100%;
  377. }
  378.  
  379. .statcategory{
  380. float: left;
  381. height: 15px;
  382. width: 150px;
  383. border: 0px solid white;
  384. font-family: 'Audiowide';
  385. color: white;
  386. font-size: 10pt;
  387. text-align: left;
  388. margin-top: 7px;
  389. }
  390.  
  391. .statopen{
  392. float: right;
  393. height: 15px;
  394. width: 65px;
  395. border: 0px solid white;
  396. font-family: 'Audiowide';
  397. font-size: 8pt;
  398. text-align: center;
  399. box-sizing: border-box;
  400. padding-top: 9px;
  401. text-shadow: 0px 0px 0px white;
  402. -webkit-transition:all .5s;
  403. transition: all .5s;
  404. }
  405.  
  406. .statclose{
  407. float: right;
  408. height: 15px;
  409. width: 65px;
  410. border: 0px solid white;
  411. font-family: 'Audiowide';
  412. font-size: 8pt;
  413. text-align: center;
  414. box-sizing: border-box;
  415. padding-top: 9px;
  416. text-shadow: 0px 0px 0px white;
  417. -webkit-transition:all .5s;
  418. transition: all .5s;
  419. }
  420.  
  421. .statopen:hover, .statclose:hover{
  422. text-shadow: 0px 0px 4px white;
  423. }
  424.  
  425. .statpop{
  426. float: right;
  427. width:100%;
  428. height: 0.1px;
  429. border-top: 1px solid white;
  430. border-bottom: 1px solid white;
  431. overflow: auto;
  432. -webkit-transition: all 1s 9999s;
  433. transition: all 1s 9999s;
  434. margin-top: 2px;
  435. box-sizing: border-box;
  436. padding-top: 1px;
  437. line-height: 16px;
  438. }
  439.  
  440. .statopen:active ~ .statpop{
  441. height: 100px;
  442. -webkit-transition: all 0s;
  443. transition: all 0s;
  444. }
  445.  
  446. .statclose:active ~ .statpop{
  447. height: 0px !important;
  448. -webkit-transition: all 0s;
  449. transition: all 0s;
  450. }
  451.  
  452. .leftstat{
  453. float: left;
  454. width: 80px;
  455. border: 0px solid red;
  456. text-align: left;
  457. font-size: 10pt;
  458. text-shadow: 1px 1px 1px black;
  459. color: white;
  460. }
  461.  
  462. .rightstat{
  463. float: left;
  464. width: 200px;
  465. border: 0px solid green;
  466. text-align: right;
  467. font-size: 10pt;
  468. text-shadow: 1px 1px 1px black;
  469. }
  470.  
  471. .centerstat{
  472. float: left;
  473. width: 280px;
  474. text-align: left;
  475. font-size: 10pt;
  476. text-shadow: 1px 1px 1px black;
  477. margin-bottom: 5px;
  478. }
  479.  
  480. .centerstat b{
  481. font-weight: 400;
  482. color: white;
  483. }
  484.  
  485.  
  486. /* SOCIAL SECTION -- START */
  487.  
  488. #thirddiv #contentbox{
  489. overflow: hidden;
  490. }
  491.  
  492. .socialholder{
  493. margin-left: 4px;
  494. position: absolute;
  495. top: 0px;
  496. height: 155px;
  497. width: 50px;
  498. border: 0px solid black;
  499. overflow: hidden;
  500. -webkit-transition: all 1s;
  501. transition: all 1s;
  502. -webkit-transition: all 1s;
  503. z-index: 1;
  504. }
  505.  
  506. #firstsocial #imagepart{
  507. background-image:
  508. url(http://i63.tinypic.com/2d2i3c7.jpg);
  509. }
  510. #secondsocial #imagepart{
  511. background-image:url(http://i64.tinypic.com/33clqo9.jpg);
  512. }
  513. #thirdsocial #imagepart{
  514. background-image:url(http://i66.tinypic.com/vreb2p.jpg);
  515. }
  516. #fourthsocial #imagepart{
  517. background-image:url( http://i64.tinypic.com/e8k2fk.jpg);
  518. }
  519. #fifthsocial #imagepart{
  520. background-image:url( http://i64.tinypic.com/e8k2fk.jpg);
  521. }
  522. #sixthsocial #imagepart{
  523. background-image:url( http://i64.tinypic.com/e8k2fk.jpg);
  524. }
  525.  
  526. #firstsocial{
  527. left: 0px;
  528. }
  529.  
  530. #secondsocial{
  531. left: 49px;
  532. }
  533.  
  534. #thirdsocial{
  535. left: 98px;
  536. }
  537.  
  538. #fourthsocial{
  539. left: 147px;
  540. }
  541.  
  542. #fifthsocial{
  543. left: 196px;
  544. }
  545.  
  546. #sixthsocial{
  547. left: 245px;
  548. }
  549.  
  550. #social1:target .socialholder,
  551. #social2:target .socialholder,
  552. #social3:target .socialholder,
  553. #social4:target .socialholder,
  554. #social5:target .socialholder,
  555. #social6:target .socialholder{
  556. opacity: 0;
  557. }
  558.  
  559. #social1:target #firstsocial,
  560. #social2:target #secondsocial,
  561. #social3:target #thirdsocial,
  562. #social4:target #fourthsocial,
  563. #social5:target #fifthsocial,
  564. #social6:target #sixthsocial{
  565. transform:rotate(90deg);
  566. -webkit-transform:rotate(90deg);
  567. z-index: 2;
  568. left: 66px;
  569. top: -68px;
  570. width: 155px;
  571. height: 291px;
  572. opacity: 1;
  573. }
  574.  
  575. #social1:target #thirddiv #contentbox,
  576. #social2:target #thirddiv #contentbox,
  577. #social3:target #thirddiv #contentbox,
  578. #social4:target #thirddiv #contentbox,
  579. #social5:target #thirddiv #contentbox,
  580. #social6:target #thirddiv #contentbox{
  581. opacity: 1;
  582. -webkit-transition: all 1s 1s;
  583. transition: all 1s 1s;
  584. }
  585.  
  586. #social1:target #thirddiv .highlightcenter,
  587. #social2:target #thirddiv .highlightcenter,
  588. #social3:target #thirddiv .highlightcenter,
  589. #social4:target #thirddiv .highlightcenter,
  590. #social5:target #thirddiv .highlightcenter,
  591. #social6:target #thirddiv .highlightcenter{
  592. transform:rotate(0deg);
  593. -webkit-transform:rotate(0deg);
  594. top: 5px;
  595. left: 5px;
  596. -webkit-transition: all 2s;
  597. transition: all 2s;
  598. }
  599.  
  600. #social1:target #thirddiv .vanisher,
  601. #social2:target #thirddiv .vanisher,
  602. #social3:target #thirddiv .vanisher,
  603. #social4:target #thirddiv .vanisher,
  604. #social5:target #thirddiv .vanisher,
  605. #social6:target #thirddiv .vanisher {
  606. letter-spacing: 15px;}
  607.  
  608. #social1:target #thirddiv,
  609. #social2:target #thirddiv,
  610. #social3:target #thirddiv,
  611. #social4:target #thirddiv,
  612. #social5:target #thirddiv,
  613. #social6:target #thirddiv{
  614. transform:rotate(0deg);
  615. -webkit-transform:rotate(0deg);
  616. opacity: 1;
  617. top: 200px;
  618. left: 200px;
  619. height: 200px; width: 300px;
  620. }
  621.  
  622. #social1:target #firstsocial #holster,
  623. #social2:target #secondsocial #holster,
  624. #social3:target #thirdsocial #holster,
  625. #social4:target #fourthsocial #holster,
  626. #social5:target #fifthsocial #holster,
  627. #social6:target #sixthsocial #holster{
  628. width: 291px;
  629. height: 153px;
  630. top: 68px;
  631. left: -68px;
  632. }
  633.  
  634. #social1:target #firstsocial #switch1,
  635. #social2:target #secondsocial #switch1,
  636. #social3:target #thirdsocial #switch1,
  637. #social4:target #fourthsocial #switch1,
  638. #social5:target #fifthsocial #switch1,
  639. #social6:target #sixthsocial #switch1{
  640. opacity: 0;
  641. z-index: 1;
  642. -webkit-transition: all 1s;
  643. transition: all 1s;
  644. }
  645.  
  646. #social1:target #firstsocial #switch2,
  647. #social2:target #secondsocial #switch2,
  648. #social3:target #thirdsocial #switch2,
  649. #social4:target #fourthsocial #switch2,
  650. #social5:target #fifthsocial #switch2,
  651. #social6:target #sixthsocial #switch2{
  652. opacity: 1;
  653. z-index: 2;
  654. -webkit-transition: all 1s .5s;
  655. transition: all 1s .5s;
  656. }
  657.  
  658. #social1:target #firstsocial #descriptionpart,
  659. #social2:target #secondsocial #descriptionpart,
  660. #social3:target #thirdsocial #descriptionpart,
  661. #social4:target #fourthsocial #descriptionpart,
  662. #social5:target #fifthsocial #descriptionpart,
  663. #social6:target #sixthsocial #descriptionpart{
  664. opacity: 1;
  665. transition: all 1s .8s;
  666. -webkit-transition: all 1s .8s;
  667. }
  668.  
  669. #holster{
  670. position: absolute;
  671. transform:rotate(-90deg);
  672. -webkit-transform:rotate(-90deg);
  673. height: 50px;
  674. width: 155px;
  675. border: 0px solid red;
  676. left: -55px;
  677. top: 55px;
  678. overflow: hidden;
  679. -webkit-transition: all 1s;
  680. transition: all 1s;
  681. }
  682.  
  683. #imagepart{
  684. position: absolute;
  685. left: 0px;
  686. top: 0px;
  687. height: 50px;
  688. right: 30px;
  689. border: 0px solid green;
  690. background-size: 100% 100%;
  691. }
  692.  
  693. #numberpart{
  694. position: absolute;
  695. right: 0px;
  696. top: 0px;
  697. height: 50px;
  698. width: 25px;
  699. border: 0px solid blue;
  700. font-family: 'Audiowide';
  701. }
  702.  
  703. #numberpart a, #numberpart a:hover{
  704. text-decoration: none;
  705. }
  706.  
  707. #switch1{
  708. position: absolute;
  709. left: 0px;
  710. top: 0px;
  711. height: 100%;
  712. width: 100%;
  713. border: 0px solid green;
  714. box-sizing: border-box;
  715. opacity: 1;
  716. z-index: 1;
  717. background-color: #21232A;
  718. -webkit-transition: all 1s .5s;
  719. transition: all 1s .5s;
  720. border-left: 2px solid gray;
  721. letter-spacing: 1px;
  722. padding-top: 3px;
  723. }
  724.  
  725. #switch1:hover{
  726. letter-spacing: 2px;
  727. color: white;
  728. padding-top: 0px;
  729. -webkit-transition: all 1s;
  730. transition: all 1s;
  731. }
  732.  
  733. #switch1 .fontss{
  734. margin-top: 22px;
  735. margin-left: -8px;
  736. transform:rotate(90deg);
  737. -webkit-transform:rotate(90deg);
  738. width: 42px;
  739. font-size: 10pt;
  740. text-align: left;
  741. }
  742.  
  743. #switch2{
  744. position: absolute;
  745. left: 0px;
  746. top: 0px;
  747. height: 100%;
  748. width: 100%;
  749. border: 0px solid black;
  750. box-sizing: border-box;
  751. width: 30px;
  752. font-size: 10pt;
  753. text-align: left;
  754. opacity: 0;
  755. background-color: #21232A;
  756. z-index: 0;
  757. -webkit-transition: all 1s;
  758. transition: all 1s;
  759. border-bottom: 2px solid gray;
  760. padding-left: 0px;
  761. }
  762.  
  763. #switch2:hover{
  764. color: white;
  765. }
  766.  
  767. #switch2 .fontss{
  768. margin-top: 15px;
  769. margin-left: 1px;
  770. width: 42px;
  771. font-size: 9pt;
  772. text-align: left;
  773. letter-spacing: -1px;
  774. }
  775.  
  776. #descriptionpart{
  777. position: absolute;
  778. left: 0px;
  779. top: 50px;
  780. border: 0px solid black;
  781. height: 100px;
  782. width: 287px;
  783. opacity: 0;
  784. -webkit-transition: all .8s;
  785. transition: all .8s;
  786. }
  787.  
  788.  
  789.  
  790. .socialname{
  791. float: left;
  792. width: 120px;
  793. height: 20px;
  794. text-align: left;
  795. border: 0px solid red;
  796. overflow: hidden;
  797. color: white !important;
  798. box-sizing: border-box;
  799. padding-top: 3px;
  800. }
  801.  
  802. .socialrelation{
  803. float: left;
  804. width: 140px;
  805. height: 20px;
  806. text-align: right;
  807. border: 0px solid red;
  808. overflow: hidden;
  809. color: white;
  810. box-sizing: border-box;
  811. padding-top: 3px;
  812. }
  813.  
  814. .socialdescription{
  815. float: left;
  816. width: 265px;
  817. height: 80px;
  818. text-align: left;
  819. border: 0px solid red;
  820. box-sizing: border-box;
  821. font-size: 9pt;
  822. padding-top: 5px;
  823. }
  824.  
  825. /* SOCIAL SECTION -- END */
  826.  
  827.  
  828. </style>
  829.  
  830.  
  831. <div id="social1">
  832. <div id="social2">
  833. <div id="social3">
  834. <div id="social4">
  835. <div id="social5">
  836. <div id="social6">
  837.  
  838.  
  839. <div id="whole">
  840. <div id="edgeimage">
  841. </div>
  842.  
  843. <div id="linkholder">
  844. <a class="floatlink" href="#fourthdiv" onmouseover="document.getElementById('SF2Switch').play()" onclick="document.getElementById('SF2Select').play()">
  845. <div class="numberlink">4.</div>
  846. </a>
  847. <a class="floatlink" href="#thirddiv" onmouseover="document.getElementById('SF2Switch2').play()" onclick="document.getElementById('SF2Select2').play()">
  848. <div class="numberlink">3.</div>
  849. </a>
  850. <a class="floatlink" href="#seconddiv" onmouseover="document.getElementById('SF2Switch').play()" onclick="document.getElementById('SF2Select').play()">
  851. <div class="numberlink">2.</div>
  852. </a>
  853. <a class="floatlink" href="#firstdiv" onmouseover="document.getElementById('SF2Switch2').play()" onclick="document.getElementById('SF2Select2').play()">
  854. <div class="numberlink">1.</div>
  855. </a>
  856.  
  857. <div class="hfirst" id="firstdiv">
  858. <div class="highlightcenter">
  859. stats<font class="vanisher">--</font>
  860. </div>
  861. <div id="contentbox" style="overflow-y: scroll;">
  862. <div id="statcontainer">
  863. <div class="statcategory">
  864. personal stats
  865. </div>
  866. <div class="statclose">
  867. - X -
  868. </div>
  869. <div class="statopen">
  870. - O -
  871. </div>
  872. <div class="statpop">
  873. <div class="leftstat">
  874. Name
  875. </div>
  876. <div class="rightstat" style="text-align: right;">
  877. Edge Crafton
  878. </div>
  879.  
  880. <div class="leftstat">
  881. Hometown
  882. </div>
  883. <div class="rightstat">
  884. Driftwood Valley
  885. </div>
  886.  
  887. <div class="leftstat">
  888. Education
  889. </div>
  890. <div class="rightstat">
  891. Some College
  892. </div>
  893.  
  894. <div class="leftstat">
  895. Family
  896. </div>
  897. <div class="rightstat">
  898. St. Joseph's Children's Home
  899. </div>
  900.  
  901. <div class="leftstat">
  902. Status
  903. </div>
  904. <div class="rightstat">
  905. Single (sort of)
  906. </div>
  907.  
  908. <div class="leftstat">
  909. Occupation
  910. </div>
  911. <div class="rightstat">
  912. NEET
  913. </div>
  914.  
  915. <div class="leftstat">
  916. Personality
  917. </div>
  918. <div class="rightstat">
  919. Lazy, Amused, Aroused
  920. </div>
  921.  
  922. <div class="leftstat">
  923. Dress Style
  924. </div>
  925. <div class="rightstat">
  926. Casual, Cosplay
  927. </div>
  928.  
  929. <div class="leftstat">
  930. Hobbies
  931. </div>
  932. <div class="rightstat">
  933. Fighting games, Anime
  934. </div>
  935.  
  936. <div class="leftstat">
  937. Likes
  938. </div>
  939. <div class="rightstat">
  940. Living, pizza, sexiness.
  941. </div>
  942.  
  943. <div class="leftstat">
  944. Dislikes
  945. </div>
  946. <div class="rightstat">
  947. Assholes, losing his soul.
  948. </div>
  949.  
  950. </div>
  951. </div>
  952.  
  953. <div id="statcontainer">
  954. <div class="statcategory">
  955. physical stats
  956. </div>
  957. <div class="statclose">
  958. - X -
  959. </div>
  960. <div class="statopen">
  961. - O -
  962. </div>
  963. <div class="statpop">
  964.  
  965. <div class="leftstat">
  966. Species
  967. </div>
  968. <div class="rightstat">
  969. <a title="Since selling his soul, his body has been changed on a genetic level. No longer primarily identifies with any known species."> Hallowed Canine*</a>
  970. </div>
  971.  
  972. <div class="leftstat">
  973. Gender
  974. </div>
  975. <div class="rightstat">
  976. Male
  977. </div>
  978.  
  979. <div class="leftstat">
  980. Age
  981. </div>
  982. <div class="rightstat">
  983. Thirty-four
  984. </div>
  985.  
  986. <div class="leftstat">
  987. Height
  988. </div>
  989. <div class="rightstat">
  990. 7'8"
  991. </div>
  992.  
  993. <div class="leftstat">
  994. Build
  995. </div>
  996. <div class="rightstat">
  997. Light-Middleweight
  998. </div>
  999.  
  1000. <div class="leftstat">
  1001. 'Length'
  1002. </div>
  1003. <div class="rightstat">
  1004. 16"
  1005. </div>
  1006.  
  1007. <div class="leftstat">
  1008. 'Girth'
  1009. </div>
  1010. <div class="rightstat">
  1011. 6" (diameter)
  1012. </div>
  1013.  
  1014. </div>
  1015. </div>
  1016.  
  1017. <div id="statcontainer">
  1018. <div class="statcategory">
  1019. abilities
  1020. </div>
  1021. <div class="statclose">
  1022. - X -
  1023. </div>
  1024. <div class="statopen">
  1025. - O -
  1026. </div>
  1027. <div class="statpop">
  1028. <div class="centerstat">
  1029. <b>- Spark -</b>
  1030. <br> When focusing, Edge channels the energies of hell into his mind to increase his mental and physical capabilities. More agile and able to think more tactically, it gives him a strong edge against any random he happens across
  1031. online.
  1032. </div>
  1033.  
  1034. <div class="centerstat">
  1035. <b>- Surge -</b>
  1036. <br> If Edge concentrates <b>Spark</b> for too long or too strongly, there is a resulting physical transformation of his body as he's infused with hell's power. His muscle mass and the size of his limbs increase while his mind
  1037. becomes more primal, temporarily leaving him extremely focused but less coherent.
  1038. </div>
  1039. </div>
  1040. </div>
  1041.  
  1042. <div id="statcontainer">
  1043. <div class="statcategory">
  1044. gaming stats
  1045. </div>
  1046. <div class="statclose">
  1047. - X -
  1048. </div>
  1049. <div class="statopen">
  1050. - O -
  1051. </div>
  1052. <div class="statpop">
  1053. <div class="leftstat">
  1054. Main Genres
  1055. </div>
  1056. <div class="rightstat">
  1057. Fighting, FPS/TPS
  1058. </div>
  1059.  
  1060. <div class="leftstat">
  1061. Main Game
  1062. </div>
  1063. <div class="rightstat">
  1064. Street Fighter V, Destiny
  1065. </div>
  1066.  
  1067. <div class="leftstat">
  1068. Main Chars
  1069. </div>
  1070. <div class="rightstat">
  1071. Charlie, R. Mika
  1072. </div>
  1073.  
  1074. <div class="leftstat">
  1075. XBL ID
  1076. </div>
  1077. <div class="rightstat">
  1078. Riot Trigger
  1079. </div>
  1080.  
  1081. <div class="leftstat">
  1082. PSN ID
  1083. </div>
  1084. <div class="rightstat">
  1085. Riot_Z32
  1086. </div>
  1087.  
  1088. </div>
  1089. </div>
  1090.  
  1091. </div>
  1092. </div>
  1093. <div class="hsecond" id="seconddiv">
  1094. <div class="highlightcenter">
  1095. history
  1096. </div>
  1097. <div id="contentbox">
  1098. Pretty simple story. Edge made a deal with hell in exchange for 'the tools' to make him the best fighting gamer of all time. <br><br> A foster child that never landed a foster home and eventually aged out of his orphanage, he's never
  1099. taken anything but games very seriously.<br><br>Managing to eke out a living with a combination of short-term minimum wage manual labor jobs and the occasional fast-food stint, the canine decided he'd struck gold when he happened across a
  1100. 'devil of the crossroads' at a Payless Shoe Store and managed to get both a pair of pretty nice sneaks and a very good deal for his soul.
  1101. </div>
  1102. </div>
  1103. <div class="hthird" id="thirddiv">
  1104. <div class="highlightcenter">
  1105. social<font class="vanisher">-</font>
  1106. </div>
  1107. <div id="contentbox">
  1108.  
  1109. <div class="socialholder" id="firstsocial">
  1110. <div id="holster">
  1111. <div id="imagepart">
  1112. </div>
  1113. <div id="numberpart">
  1114. <a id="switch1" href="#social1" onclick="document.getElementById('SF2Startup').play()">
  1115. <div class="fontss">.1.</div>
  1116. </a>
  1117. <a id="switch2" href="#thirddiv">
  1118. <div class="fontss">. x .</div>
  1119. </a>
  1120. </div>
  1121. <div id="descriptionpart">
  1122. <a class="socialname" href="http://roleplay.chat/profile.php?user=Bellamy" target=_blank>
  1123. Bellamy Dame
  1124. </a>
  1125. <div class="socialrelation">
  1126. Hell's Concierge
  1127. </div>
  1128. <div class="socialdescription">
  1129. Shortly after Edge sold his soul, Bellamy appeared and introduced herself as his contract custodian. Apparently she's there to make sure his wish goes exactly as it's supposed to.
  1130. </div>
  1131. </div>
  1132. </div>
  1133. </div>
  1134.  
  1135. <div class="socialholder" id="secondsocial">
  1136. <div id="holster">
  1137. <div id="imagepart">
  1138. </div>
  1139. <div id="numberpart">
  1140. <a id="switch1" href="#social2" onclick="document.getElementById('SF2Startup').play()">
  1141. <div class="fontss">.2.</div>
  1142. </a>
  1143. <a id="switch2" href="#thirddiv">
  1144. <div class="fontss">. x .</div>
  1145. </a>
  1146. </div>
  1147. <div id="descriptionpart">
  1148. <a class="socialname" href="http://roleplay.chat/profile.php?user=Ristelle" target=_blank style="letter-spacing: 1px;">
  1149. Ristelle Alfeida
  1150. </a>
  1151. <div class="socialrelation">
  1152. Grumpy Midget
  1153. </div>
  1154. <div class="socialdescription">
  1155. Grumpy and a midget, but still a very nice person.
  1156. Genuinely good peoples and a very fine person to call a friend.
  1157. </div>
  1158. </div>
  1159. </div>
  1160. </div>
  1161.  
  1162.  
  1163. <div class="socialholder" id="thirdsocial">
  1164. <div id="holster">
  1165. <div id="imagepart">
  1166. </div>
  1167. <div id="numberpart">
  1168. <a id="switch1" href="#social3" onclick="document.getElementById('SF2Startup').play()">
  1169. <div class="fontss">.3.</div>
  1170. </a>
  1171. <a id="switch2" href="#thirddiv">
  1172. <div class="fontss">. x .</div>
  1173. </a>
  1174. </div>
  1175. <div id="descriptionpart">
  1176. <a class="socialname" href="http://roleplay.chat/profile.php?user=Moo+Moo" target=_blank style="letter-spacing: 1px;">
  1177. Momo Du Fleuve
  1178. </a>
  1179. <div class="socialrelation">
  1180. Mooster
  1181. </div>
  1182. <div class="socialdescription">
  1183. Fellow fighter that I game with a lot; really knows what he's doing with Rainbow Mika.
  1184. Really cool jokester, too! Don't run into this kinda quality every day.
  1185. </div>
  1186. </div>
  1187. </div>
  1188. </div>
  1189.  
  1190.  
  1191. <div class="socialholder" id="fourthsocial">
  1192. <div id="holster">
  1193. <div id="imagepart">
  1194. </div>
  1195. <div id="numberpart">
  1196. <a id="switch1" href="#social4" onclick="document.getElementById('SF2Startup').play()">
  1197. <div class="fontss">.4.</div>
  1198. </a>
  1199. <a id="switch2" href="#thirddiv">
  1200. <div class="fontss">. x .</div>
  1201. </a>
  1202. </div>
  1203. <div id="descriptionpart">
  1204. <a class="socialname" href="http://roleplay.chat/profile.php?user=Edge" target=_blank>
  1205. Edge Crafton
  1206. </a>
  1207. <div class="socialrelation">
  1208. Me, Myself & I
  1209. </div>
  1210. <div class="socialdescription">
  1211. The best there is... eventually.<br>
  1212. The best there was... maybe<br>
  1213. The best there ever will be... potentially.
  1214. </div>
  1215. </div>
  1216. </div>
  1217. </div>
  1218.  
  1219. <div class="socialholder" id="fifthsocial">
  1220. <div id="holster">
  1221. <div id="imagepart">
  1222. </div>
  1223. <div id="numberpart">
  1224. <a id="switch1" href="#social5" onclick="document.getElementById('SF2Startup').play()">
  1225. <div class="fontss">.5.</div>
  1226. </a>
  1227. <a id="switch2" href="#thirddiv">
  1228. <div class="fontss">. x .</div>
  1229. </a>
  1230. </div>
  1231. <div id="descriptionpart">
  1232. <a class="socialname" href="http://roleplay.chat/profile.php?user=Edge" target=_blank>
  1233. Edge Crafton
  1234. </a>
  1235. <div class="socialrelation">
  1236. Me, Myself & I
  1237. </div>
  1238. <div class="socialdescription">
  1239. The best there is... eventually.<br>
  1240. The best there was... maybe<br>
  1241. The best there ever will be... potentially.
  1242. </div>
  1243. </div>
  1244. </div>
  1245. </div>
  1246.  
  1247. <div class="socialholder" id="sixthsocial">
  1248. <div id="holster">
  1249. <div id="imagepart">
  1250. </div>
  1251. <div id="numberpart">
  1252. <a id="switch1" href="#social6" onclick="document.getElementById('SF2Startup').play()">
  1253. <div class="fontss">.6.</div>
  1254. </a>
  1255. <a id="switch2" href="#thirddiv">
  1256. <div class="fontss">. x .</div>
  1257. </a>
  1258. </div>
  1259. <div id="descriptionpart">
  1260. <a class="socialname" href="http://roleplay.chat/profile.php?user=Edge" target=_blank>
  1261. Edge Crafton
  1262. </a>
  1263. <div class="socialrelation">
  1264. Me, Myself & I
  1265. </div>
  1266. <div class="socialdescription">
  1267. The best there is... eventually.<br>
  1268. The best there was... maybe<br>
  1269. The best there ever will be... potentially.
  1270. </div>
  1271. </div>
  1272. </div>
  1273. </div>
  1274.  
  1275. </div>
  1276. </div>
  1277. <div class="hfourth" id="fourthdiv">
  1278. <div class="highlightcenter">
  1279. ooc<font class="vanisher">----</font>
  1280. </div>
  1281. <div id="contentbox">
  1282. Code is <a href="http://roleplay.chat/profile.php?user=code+fixer" title="By which I mean I designed every aspect of it myself using tools I acquired on the internet.
  1283. No piece of this profile is borrowed from any other person's profile and I'm pretty damn proud of that.">my own</a>, don't touch.<br> Character art is owned by me.<br>Artists : <br>
  1284. - <a href="http://furaffinity.net/user/spearfrost" target="_blank">spearfrost</a><br>
  1285. - <a href="http://furaffinity.net/user/repteil" target="_blank">repteil</a>
  1286. <br><br>
  1287. All click/hover SFV are from Street Fighter 2.<br><br>
  1288. <br> If you have <a href="http://shoryuken.com" target="_blank">SFV</a>, I love playing. Inv?<br><br>
  1289. I don't usually just add people to the social area. If you want to be added, just bring it up.
  1290. </div>
  1291. </div>
  1292. </div>
  1293.  
  1294. <a class="bellamydiv" href="#blank">
  1295. ⌞ <font style="color:#ED8722;">E</font> d g e ⌝
  1296. </a>
  1297.  
  1298. <div id="musiccontainer">
  1299. <div id="playerhold">
  1300. <div id="playerholdzoom">
  1301.  
  1302. <audio controls src="http://puu.sh/oazkV/9307ef4180.mp3" id="edgesong">
  1303. </audio>
  1304.  
  1305. <audio src="http://puu.sh/ofuq7/a21c5207b3.mp3" id="SF2Startup">
  1306. </audio>
  1307. <audio src="http://puu.sh/ofurB/77deac04b8.mp3" id="SF2Switch">
  1308. </audio>
  1309. <audio src="http://puu.sh/ofurB/77deac04b8.mp3" id="SF2Switch2">
  1310. </audio>
  1311. <audio src="http://puu.sh/ofush/bf38c7799d.mp3" id="SF2Select">
  1312. </audio>
  1313. <audio src="http://puu.sh/ofush/bf38c7799d.mp3" id="SF2Select2">
  1314. </audio>
  1315.  
  1316. </div>
  1317. </div>
  1318. <div id="detailshold">
  1319. <div id="marqueeholder">
  1320. <marquee direction="left" scrollamount="5">
  1321. <b>S</b>treet <b>F</b>ighter <b>T</b>hree: 3RD Strike // <b>FIGHT FOR THE FUTURE</b>
  1322. </marquee>
  1323.  
  1324. </div>
  1325. </div>
  1326.  
  1327. </div>
  1328.  
  1329. </div>
  1330.  
  1331. </div>
  1332. </div>
  1333. </div>
  1334. </div>
  1335. </div>
  1336.  
  1337.  
  1338.  
  1339.  
  1340.  
  1341.  
  1342. </div>
Advertisement
Add Comment
Please, Sign In to add comment