thisisnotras

Edge Temp Profile. 4/15/16

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