Advertisement
thisisnotras

Edge winter mod.

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