thisisnotras

Edge Profile (New) Complete 3/10/16

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