thisisnotras

Edge Winter before mod.

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