thisisnotras

Edge code.

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