thisisnotras

Edge profile w/ background 4

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