Advertisement
thisisnotras

BEFORE XMAS

Dec 13th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.49 KB | None | 0 0
  1. ---- STYLE -----
  2.  
  3. *{cursor:url(http://www.rw-designer.com/cursor-extern.php?id=1675), default;
  4. }
  5.  
  6. label, a{cursor:url(http://www.rw-designer.com/cursor-extern.php?id=1676), default !important;
  7. }
  8.  
  9. @font-face{
  10. src: url(https://dl.dropboxusercontent.com/s/d9ihnqs25298288/somepx.ttf?dl=0);
  11. font-family: 'bodyfont';
  12. }
  13.  
  14. @font-face{
  15. src:url(https://dl.dropboxusercontent.com/s/94hr6y0cm4un4at/secuencia.ttf?dl=0);
  16. font-family:'bodyfont2';}
  17.  
  18. #whole{
  19. position: fixed;
  20. top: 0px;
  21. left: 0px;
  22. right: 0px;
  23. bottom: 0px;
  24. background: white;
  25. background-image:url(https://www.transparenttextures.com/patterns/noise-pattern-with-subtle-cross-lines.png);
  26. }
  27.  
  28. ::-webkit-scrollbar {
  29. width: 4px;
  30. background-color: transparent;
  31. }
  32.  
  33.  
  34. ::-webkit-scrollbar-thumb {
  35. border-radius: 0px;
  36. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  37. background-color: black;
  38. }
  39.  
  40. #centerhost{
  41. position: absolute;
  42. top: 50px;
  43. left: 0px;
  44. right: 0px;
  45. bottom: 0px;
  46. margin: auto;
  47. height: 480px;
  48. width: 430px;
  49. border: 0px solid black;
  50. -webkit-transition: all 2s;
  51. transition: all 2s;
  52. }
  53.  
  54. .glasspanes{
  55. position: absolute;
  56. top: 0px;
  57. left: 0px;
  58. right: 50px;
  59. bottom: 50px;
  60. margin: auto;
  61. height: 400px;
  62. width: 300px;
  63. box-shadow: 1px 1px 3px black;
  64. z-index: 3;
  65. -webkit-transition: all 1s;
  66. opacity: 1;
  67. background: transparent;
  68. }
  69.  
  70. .glasspanes:before{
  71. content:'';
  72. position: absolute;
  73. top: 0px;
  74. left: 0px;
  75. right: 0px;
  76. bottom: 0px;
  77. background: white;
  78. z-index: -1;
  79. opacity: .9;
  80. }
  81.  
  82. .glasspanes:after{
  83. content:'';
  84. position: absolute;
  85. top: 0px;
  86. left: 0px;
  87. right: -25px;
  88. bottom: -25px;
  89. border: 0px solid red;
  90. z-index: -1;
  91. }
  92.  
  93. .glasspanes:nth-child(2){
  94. z-index: 2;
  95. right: 25px;
  96. bottom: 25px;
  97. opacity: .5;
  98. }
  99.  
  100. .glasspanes:nth-child(3){
  101. z-index: 1;
  102. right: 0px;
  103. bottom: 0px;
  104. opacity: .2;
  105. }
  106.  
  107. .glasspanes:nth-child(2) .exitlink,
  108. .glasspanes:nth-child(3) .exitlink{
  109. opacity: 0;
  110. }
  111.  
  112. #div1:target ~ #centerhost .glasspanes:nth-child(1),
  113. #div2:target ~ #centerhost .glasspanes:nth-child(2),
  114. #div3:target ~ #centerhost .glasspanes:nth-child(3){
  115. right:50px;
  116. bottom: 50px;
  117. z-index: 3;
  118. opacity: 1;
  119. -webkit-transition: all 1s .5s, opacity 1s;
  120. transition: all 1s .5s, opacity 1s;
  121. }
  122.  
  123. #div1:target ~ #centerhost .glasspanes:nth-child(1) #contentss,
  124. #div2:target ~ #centerhost .glasspanes:nth-child(2) #contentss,
  125. #div3:target ~ #centerhost .glasspanes:nth-child(3) #contentss{
  126. -webkit-transition: all 1s;
  127. transition: all 1s;
  128. opacity: 1;
  129. }
  130.  
  131. #div1:target ~ #centerhost .glasspanes:nth-child(1) .exitlink,
  132. #div2:target ~ #centerhost .glasspanes:nth-child(2) .exitlink,
  133. #div3:target ~ #centerhost .glasspanes:nth-child(3) .exitlink{
  134. -webkit-transition: all 1s .5s;
  135. transition: all 1s .5s;
  136. opacity: 1;
  137. }
  138.  
  139. #div1:target ~ #centerhost .glasspanes:nth-child(2),
  140. #div2:target ~ #centerhost .glasspanes:nth-child(3),
  141. #div3:target ~ #centerhost .glasspanes:nth-child(1){
  142. right: 25px;
  143. bottom: 25px;
  144. opacity: .5;
  145. -webkit-transition: all 1s .5s, opacity 1s;
  146. transition: all 1s .5s, opacity 1s;
  147. z-index: 2;
  148. }
  149.  
  150. #div1:target ~ #centerhost .glasspanes:nth-child(2) #contentss,
  151. #div2:target ~ #centerhost .glasspanes:nth-child(3) #contentss,
  152. #div3:target ~ #centerhost .glasspanes:nth-child(1) #contentss{
  153. -webkit-transition: all 1s;
  154. transition: all 1s;
  155. opacity: 0;
  156. }
  157.  
  158. #div1:target ~ #centerhost .glasspanes:nth-child(2) .exitlink,
  159. #div2:target ~ #centerhost .glasspanes:nth-child(3) .exitlink,
  160. #div3:target ~ #centerhost .glasspanes:nth-child(1) .exitlink{
  161. -webkit-transition: all 1s;
  162. transition: all 1s;
  163. opacity: 0;
  164. }
  165.  
  166. #div1:target ~ #centerhost .glasspanes:nth-child(3),
  167. #div2:target ~ #centerhost .glasspanes:nth-child(1),
  168. #div3:target ~ #centerhost .glasspanes:nth-child(2){
  169. right:0px;
  170. bottom:0px;
  171. opacity: .3;
  172. -webkit-transition: all 1s .5s, opacity 1s;
  173. transition: all 1s .5s, opacity 1s;
  174. z-index: 1;
  175. }
  176.  
  177. #div1:target ~ #centerhost .glasspanes:nth-child(3) #contentss,
  178. #div2:target ~ #centerhost .glasspanes:nth-child(1) #contentss,
  179. #div3:target ~ #centerhost .glasspanes:nth-child(2) #contentss{
  180. -webkit-transition: all 1s;
  181. transition: all 1s;
  182. opacity: 0;
  183. }
  184.  
  185. #div1:target ~ #centerhost .glasspanes:nth-child(3) .exitlink,
  186. #div2:target ~ #centerhost .glasspanes:nth-child(1) .exitlink,
  187. #div3:target ~ #centerhost .glasspanes:nth-child(2) .exitlink{
  188. -webkit-transition: all 1s;
  189. transition: all 1s;
  190. opacity: 0;
  191. }
  192.  
  193. #contentss{
  194. position: absolute;
  195. top: 0px;
  196. left: 0px;
  197. right: 0px;
  198. bottom: 20px;
  199. overflow: auto;
  200. box-sizing: border-box;
  201. padding: 10px;
  202. padding-right: 10px;
  203. text-align: justify;
  204. font-family:'bodyfont2', Times;
  205. font-size: 15pt;
  206. opacity: 0;
  207. -webkit-transition: all 1s;
  208. transition: all 1s;
  209. color: black;
  210. }
  211.  
  212. #contentss a{
  213. color: #013F63;
  214. text-decoration: none;
  215. font-weight: 800;}
  216.  
  217. #contentss a:hover{
  218. text-decoration: underline;}
  219.  
  220. .exitlink{
  221. position: absolute;
  222. bottom: 0px;
  223. right: 0px;
  224. width: 20px;
  225. height: 20px;
  226. background-color: gray;
  227. background-image:url(http://i68.tinypic.com/2jbwnjp.jpg);
  228. background-repeat: repeat;
  229. background-size: auto 20%;
  230. }
  231.  
  232. .coverpage{
  233. display: block;
  234. position: absolute;
  235. top: 0px;
  236. left: -10px;
  237. right: 20px;
  238. bottom: 0px;
  239. margin: auto;
  240. height: 500px;
  241. width: 350px;
  242. background-image:url(http://i67.tinypic.com/2yo5mar.jpg);
  243. background-image:url(https://i.imgur.com/cDB0TT1.png);
  244. background-repeat: no-repeat;
  245. background-size: auto 105%;
  246. background-position: center top -5px;
  247. z-index:5;
  248. box-shadow: 1px 1px 5px transparent;
  249. background-color: white;
  250. -webkit-transition: all 1s;
  251. transition: all 1s;
  252. }
  253.  
  254. .coverpage:hover{
  255. box-shadow: 1px 1px 5px black;
  256. }
  257.  
  258.  
  259. #div1:target ~ .coverpage,
  260. #div2:target ~ .coverpage,
  261. #div3:target ~ .coverpage{
  262. -webkit-transition: all 2s;
  263. transition: all 2s;
  264. left: -400px;
  265. box-shadow: 1px 1px 5px black;
  266. }
  267.  
  268.  
  269. #div1:target ~ #centerhost,
  270. #div2:target ~ #centerhost,
  271. #div3:target ~ #centerhost{
  272. left: 450px;
  273. }
  274.  
  275. #titlediv{
  276. position: absolute;
  277. top: -15px;
  278. left: 42px;
  279. font-family:'bodyfont';
  280. font-size: 20pt;
  281. height: 20px;
  282. width: 150px;
  283. border: 0px solid black;
  284. opacity: 0;
  285. -webkit-transition: all 1s;
  286. transition: all 1s;
  287. z-index: 0;
  288. text-align: left;
  289. box-shadow: -1px 1px 2px black;
  290. box-sizing: border-box;
  291. padding-left: 2px;
  292. color: #013F63;
  293. }
  294.  
  295. #titlediv:before{
  296. content:'';
  297. position: absolute;
  298. top: 0px;
  299. left: 0px;
  300. right: 0px;
  301. bottom: 0px;
  302. background: white;
  303. opacity: .8;}
  304.  
  305. #lifter{
  306. position: absolute;
  307. bottom: -2px;
  308. left: 2px;
  309. }
  310.  
  311. #div1:target ~ #centerhost #titlediv:nth-child(4),
  312. #div2:target ~ #centerhost #titlediv:nth-child(5),
  313. #div3:target ~ #centerhost #titlediv:nth-child(6){
  314. -webkit-transition: all 1s 1.3s;
  315. transition: all 1s 1.3s;
  316. opacity: 1;
  317. z-index: 1;
  318. }
  319.  
  320. #musicplayer{
  321. position: fixed;
  322. top: 10px;
  323. height: 30px;
  324. width: 270px;
  325. border: 0px solid black;
  326. box-shadow: 1px 1px 2px transparent;
  327. -webkit-transition: all 1s 1s;
  328. transition: all 1s 1s;
  329. right: 25%;
  330. opacity: 0;
  331. }
  332.  
  333. #musicplayer:hover{
  334. box-shadow: 1px 1px 2px #013F63;
  335. -webkit-transition: all 1s;
  336. transition: all 1s;}
  337.  
  338. #musicplayer:before{
  339. content:'';
  340. position: absolute;
  341. top: 0px;
  342. left: 0px;
  343. right: 0px;
  344. bottom: 0px;
  345. background: white;
  346. opacity: 0;
  347. z-index: -1;}
  348.  
  349. #audiocontain{
  350. position: absolute;
  351. left: 3px;
  352. bottom: 0px;
  353. width: 20px;
  354. height: 20px;
  355. overflow: hidden;
  356. border: 0px solid black;
  357. }
  358.  
  359. .audiocontain2{
  360. position: absolute;
  361. margin-left: -10px;
  362. margin-top: -18px;
  363. zoom: 82%;
  364. }
  365.  
  366. .textcontain{
  367. position: absolute;
  368. left: 24px;
  369. bottom: 0px;
  370. text-align: left;
  371. border: 0px solid black;
  372. height: 28px;
  373. width: 250px;
  374. color: #013F63;
  375. font-family:'bodyfont';
  376. font-size: 16pt;
  377. box-sizing: border-box;
  378. padding-top: 4px;
  379. text-transform: uppercase;
  380. }
  381.  
  382. #totaltitle{
  383. position: absolute;
  384. font-size: 60pt;
  385. height: 82px;
  386. width: 100%;
  387. right: 0%;
  388. border: 0px solid black;
  389. bottom: 2%;
  390. color: #013F63;
  391. font-style: italic;
  392. font-family:'bodyfont', 'Times';
  393. zoom: 150%;
  394. overflow: hidden;
  395. z-index: 6;
  396. }
  397.  
  398. #statfloat1{
  399. float: left;
  400. height: 20px;
  401. width: 200px;
  402. text-align: left;
  403. border: 0px solid black;
  404. letter-spacing: 1px;
  405. font-size: 15pt;
  406. margin-left: 10px;
  407. color: #013F63;
  408. margin-bottom: 4px;}
  409.  
  410. #statfloat2{
  411. float: left;
  412. height: 20px;
  413. width: 160px;
  414. margin-left: 80px;
  415. border: 0px solid black;
  416. margin-bottom: 7px;
  417. font-size: 13pt;
  418. color: black;}
  419.  
  420. #statfloat2:before{
  421. position: absolute;
  422. margin-left: -20px;
  423. font-weight: 800;
  424. content:'|';
  425. color: #013F63; }
  426.  
  427. #statfloat2:last-child{
  428. margin-bottom: 0px;}
  429.  
  430. #song2, #song3, #song4{
  431. opacity: 0;
  432. }
  433.  
  434. #song11{
  435. opacity: 1;
  436. z-index: 2;
  437. -webkit-transition: all 1s;
  438. transition: all 1s;}
  439. #song22,
  440. #song33,
  441. #song44{
  442. opacity: 0;
  443. z-index: 0;
  444. -webkit-transition: all .5s;
  445. transition: all .5s;}
  446.  
  447. #song2:checked ~ #whole #song11,
  448. #song3:checked ~ #whole #song11,
  449. #song4:checked ~ #whole #song11{
  450. z-index: 0;
  451. opacity: 0;
  452. -webkit-transition: all .5s;
  453. transition: all .5s;}
  454.  
  455. #song2:checked ~ #whole #song22,
  456. #song3:checked ~ #whole #song33,
  457. #song4:checked ~ #whole #song44{
  458. opacity: 1;
  459. z-index: 2;
  460. -webkit-transition: all 1s;
  461. transition: all 1s;}
  462.  
  463. #songuu{
  464. position: fixed;
  465. top: 45px;
  466. width: 200px;
  467. height: 30px;
  468. z-index: 20;
  469. border: 0px solid black;
  470. box-sizing: border-box;
  471. padding-top: 5px;
  472. right: 27%;
  473. opacity: 0;
  474. }
  475.  
  476. .songselect{
  477. float: left;
  478. height: 15px;
  479. width: 15px;
  480. box-shadow: 0px 0px 3px #bbbfd3;
  481. background: transparent;
  482. margin-right: 20px;
  483. opacity: .8;
  484. -webkit-transition: all 1s;
  485. transition: all 1s;}
  486.  
  487. .songselect:hover{
  488. background:#013F63;}
  489.  
  490. #songselect1{
  491. background: #013F63;
  492. -webkit-animation: songspin 3s infinite linear;
  493. animation: songspin 3s infinite linear;}
  494.  
  495. #song2:checked ~ #whole #songselect1,
  496. #song3:checked ~ #whole #songselect1,
  497. #song4:checked ~ #whole #songselect1{
  498. background: transparent;
  499. -webkit-animation: none;
  500. animation: none;}
  501.  
  502. #song2:checked ~ #whole #songselect2,
  503. #song3:checked ~ #whole #songselect3,
  504. #song4:checked ~ #whole #songselect4{
  505. background: #013F63;
  506. -webkit-animation: songspin 3s infinite linear;
  507. animation: songspin 3s infinite linear;}
  508.  
  509. @-webkit-keyframes songspin{
  510. 0%{-webkit-transform:rotate(0deg);
  511. transform:rotate(0deg);}
  512. 100%{-webkit-transform:rotate(360deg);
  513. transform:rotate(360deg);}
  514. }
  515.  
  516. @keyframes songspin{
  517. 0%{-webkit-transform:rotate(0deg);
  518. transform:rotate(0deg);}
  519. 100%{-webkit-transform:rotate(360deg);
  520. transform:rotate(360deg);}
  521. }
  522.  
  523. /* ADDITIONAL COVER */
  524.  
  525. #musicplayer{
  526. -webkit-transition: all 1s;
  527. transition: all 1s;
  528. }
  529.  
  530. #selector{
  531. position: fixed;
  532. bottom: 15%;
  533. left: 0px;
  534. right: 0px;
  535. margin: auto;
  536. width: 200px;
  537. height: 3px;
  538. background: #013F62;
  539. border-radius: 3px 3px 3px 3px;
  540. -webkit-transition: all 1s;
  541. transition: all 1s;
  542. z-index: 9;
  543. box-shadow: 0px 0px 7px #8c64e9;
  544. -webkit-animation: boxpush2 1s linear infinite;
  545. animation: boxpush2 1s linear infinite;}
  546.  
  547. #songuu{
  548. z-index: 7;}
  549.  
  550. #musicplayer{
  551. position: fixed;
  552. z-index: 7;}
  553.  
  554. #selector:before{
  555. position: absolute;
  556. content:'';
  557. top: -10px;
  558. left: -10px;
  559. right: -10px;
  560. bottom: -10px;}
  561.  
  562. #whole2{
  563. position: absolute;
  564. top: 0px;
  565. left: 0px;
  566. right: 0px;
  567. bottom: 0px;
  568. background-image:url(https://i.imgur.com/upJIrz1.png);
  569. background-repeat: no-repeat;
  570. background-size: auto 100%;
  571. background-position: top right;
  572. background-color: black;
  573. -webkit-transition: all 1s, opacity 1s .5s;
  574. transition: all 1s, opacity 1s .5s;
  575. z-index: 7;
  576. opacity: 1;
  577. }
  578.  
  579. #baseswitch{
  580. opacity: 0;}
  581.  
  582. #base1:checked ~ #whole #selector{
  583. box-shadow: 0px 0px 7px black;
  584. -webkit-animation: boxpush 1s linear infinite;
  585. animation: boxpush 1s linear infinite;
  586. }
  587.  
  588. #base1:checked ~ #whole #whole2{
  589. -webkit-transition: all 1s 1s, opacity 2s;
  590. transition: all 1s 1s, opacity 2s;
  591.  
  592. z-index: 0;
  593. opacity: 0;}
  594.  
  595. #base1:checked ~ #whole #totaltitle{
  596. width: 201px;
  597. text-align: center;
  598. right: 2%;
  599. }
  600.  
  601. #base1:checked ~ #whole #musicplayer:before{
  602. opacity: .8;}
  603.  
  604. #base1:checked ~ #whole #musicplayer{
  605. right: 10px;
  606. opacity: 1;
  607. -webkit-transition: all 2s, opacity 2s .5s;
  608. transition: all 2s, opacity 2s .5s;}
  609.  
  610. #songuu, #musicplayer, #musicplayer:before{
  611. -webkit-transition: all 2s;
  612. transition: all 2s;}
  613.  
  614. #base1:checked ~ #whole #songuu{
  615. right: 50px;
  616. opacity: 1;}
  617.  
  618. #base1:checked ~ #whole #songuu .songselect{
  619. box-shadow: 0px 0px 3px black;}
  620.  
  621. #totaltitle{
  622. -webkit-transition: all 2s;
  623. transition: all 2s;
  624. z-index: 7;
  625. position: fixed;
  626. text-align: center;}
  627.  
  628. @-webkit-keyframes boxpush{
  629. 0%{box-shadow: 0px 0px 0px;}
  630. 50%{box-shadow: 0px 0px 6px;}
  631. 100%{box-shadow: 0px 0px 0px;}
  632. }
  633.  
  634. @keyframes boxpush{
  635. 0%{box-shadow: 0px 0px 0px;}
  636. 50%{box-shadow: 0px 0px 6px;}
  637. 100%{box-shadow: 0px 0px 0px;}
  638. }
  639.  
  640.  
  641. @-webkit-keyframes boxpush2{
  642. 0%{box-shadow: 0px 0px 0px #8c64e9;}
  643. 50%{box-shadow: 0px 0px 6px #8c64e9;}
  644. 100%{box-shadow: 0px 0px 0px #8c64e9;}
  645. }
  646.  
  647. @keyframes boxpush2{
  648. 0%{box-shadow: 0px 0px 0px #8c64e9;}
  649. 50%{box-shadow: 0px 0px 6px #8c64e9;}
  650. 100%{box-shadow: 0px 0px 0px #8c64e9;}
  651. }
  652.  
  653.  
  654.  
  655. #base1:checked ~ #whole .coverpage{
  656. box-shadow: 1px 1px 5px black;
  657. -webkit-transition: all 2s, box-shadow 1s 1.5s;
  658. transition: all 2s, box-shadow 1s 1.5s;
  659. }
  660.  
  661. ---- HTML -----
  662.  
  663.  
  664. <input type="radio" name="songswitch" id="song1">
  665. <input type="radio" name="songswitch" id="song2">
  666. <input type="radio" name="songswitch" id="song3">
  667. <input type="radio" name="songswitch" id="song4">
  668. <input type="checkbox" name="baseswitch" id="base1">
  669.  
  670. <div id="whole">
  671.  
  672. <div id="whole2">
  673. </div>
  674.  
  675.  
  676. <div id="div1"></div>
  677. <div id="div2"></div>
  678. <div id="div3"></div>
  679.  
  680. <label for="base1"><div id="selector" onclick="document.getElementById('TheMusic').play()">
  681. </div></label>
  682.  
  683.  
  684.  
  685. <a class="coverpage" href="#div1">
  686. </a>
  687.  
  688. <div id="centerhost">
  689.  
  690. <div class="glasspanes">
  691. <div id="contentss">
  692. <div id="statfloat1">name</div>
  693. <div id="statfloat2">N/A (none)</div>
  694. <div id="statfloat1">alias</div>
  695. <div id="statfloat2">DiGiTaL</div>
  696. <div id="statfloat1">eyes</div>
  697. <div id="statfloat2">blue (hexagonal)</div>
  698. <div id="statfloat1">hair and fur</div>
  699. <div id="statfloat2">blonde and blue</div>
  700. <div id="statfloat1">height</div>
  701. <div id="statfloat2">5'9"</div>
  702. <div id="statfloat1">gender</div>
  703. <div id="statfloat2">male</div>
  704. <div id="statfloat1">age (physical approx)</div>
  705. <div id="statfloat2">early 20's</div>
  706. </div>
  707. <a class="exitlink" href="#div2">
  708. </a>
  709. </div>
  710.  
  711. <div class="glasspanes">
  712. <div id="contentss">
  713. <b>On his origins...</b><br>
  714. Digital is an intelligent consciousness capable of transferring between and interacting with various electrical devices. In his comparatively short acknowledged history, he has been witnessed moving along various forms of wireless signals and frequencies to occasionally occupy a variety of computers, including cell phones, gaming consoles and laptops. The source of his life energy and the composition of his actual presence is unknown.<br><br>
  715.  
  716. <b>On his personality...</b><br>
  717. Lively and often extroverted, the way he behaved is mostly a facade. Digital's feelings are very easily hurt, as his primary goal is to be seen as 'normal but very cool', a goal that he often touts as having been achieved despite how much he internally struggles with the definition of these things. When his qualifications as a 'real person' are questioned, his response is usually to respond in some offhand and comedic way - rarely permitting any look at the pain such comments cause. However, all of this is turned into a hard drive towards accomplishing his goals... to become unquestionably 'real.'<br><br>
  718.  
  719. <b>On his body...</b><br>
  720. In the past, Digital has created a visual body out of 'hard light', particles discovered within any light source that occupies physical space and can be manipulated to apply various forces, primarily kinetic. While not usually visible, this can be paired precisely with holographic technology to construct convincing structures that appear physical. After quite a bit of research into cutting-edge technologies and theoretical works in various fields, including breakthroughs in fields like cloning and nanotechnology-based fleshweaving, Digital created a physical homunculus body for himself that he currently occupies. Outwardly almost indistinguishable from any other person visibly, this form is a meshwork of all those learnings and contains his presence and personality through a network of nanites that circulate throughout it.<br><br>
  721. <b>On his social life...</b><br>
  722. Fortunate enough to have found a person willing (with some coercion) to let him occupy her computer and eventually her house, Jynx was not only a roommate but Digital's real tether to the social structure of the world and his way of making sense of most things. The two have since lost touch, though he's named his A.I. after her as a thanks and reminder for the help she'd provided him. Since taking on a real body, he's found that lots of things were quite a bit different from what he originally expected... and it helps him to have someone to rely on to make sense of it all.<br><br>
  723. Focusing on the Digicade, a project that serves both for research and entertainment, he's fallen away a little from normal social interaction. This changed when he eventually came to meet <a target="_blank" href="http://roleplay.chat/profile.php?user=Tashyra" target=_blank>Tashyra</a> while hanging at the Redwood Lodge. The two had a fair amount in common and became fast friends, usually playing games or planning future DJing shows for Tash.<br><br>
  724. Tashyra has come to mean far more to him than he'd ever casually admit.
  725.  
  726. <br><br>
  727. <b>On recent events...</b><br>
  728. Living in the Digicade.
  729. </div>
  730. <a class="exitlink" href="#div3">
  731. </a>
  732. </div>
  733.  
  734. <div class="glasspanes">
  735. <div id="contentss">
  736. Profile is mostly a WIP.<br>
  737. Code is mine.<br>
  738. Character and art are owned.<br>
  739. Artist is <a target="_blank" href="http://furaffinity.net/user/mafyprime" target=_blank>mafyprime</a>.<br>
  740. Music is <a target="_blank" href="https://youtu.be/So5J1CNa0GA" target=_blank>Infected Mushroom</a>.
  741. </div>
  742. <a class="exitlink" href="#div1">
  743. </a>
  744. </div>
  745.  
  746. <div id="titlediv">
  747. <div id="lifter">Stats.</div>
  748. </div>
  749.  
  750. <div id="titlediv">
  751. <div id="lifter">Details.</div>
  752. </div>
  753.  
  754. <div id="titlediv">
  755. <div id="lifter">ooc.</div>
  756. </div>
  757.  
  758. </div>
  759.  
  760. <div id="musicplayer">
  761. <div id="audiocontain">
  762.  
  763. <div class="audiocontain2" id="song11">
  764. <audio controls src="https://puu.sh/rDC2U/aac14d9e83.mp3">
  765. </audio>
  766. </div>
  767.  
  768. <div class="audiocontain2" id="song22">
  769. <audio controls src="https://puu.sh/s1tyH/acf3871f68.mp3">
  770. </audio>
  771. </div>
  772.  
  773. <div class="audiocontain2" id="song33">
  774. <audio controls src="https://puu.sh/s1tzo/b8c78179e8.mp3">
  775. </audio>
  776. </div>
  777.  
  778. <div class="audiocontain2" id="song44">
  779. <audio controls src="https://puu.sh/s1tA1/7a28cc9e9d.mp3">
  780. </audio>
  781. </div>
  782.  
  783. </div>
  784. <div class="textcontain" id="song11">
  785. Infected Mushroom - See Me Now
  786. </div>
  787.  
  788. <div class="textcontain" id="song22">
  789. Tron Legacy:Re* - Son of Flynn
  790. </div>
  791.  
  792. <div class="textcontain" id="song33">
  793. M83 - Midnight City
  794. </div>
  795.  
  796. <div class="textcontain" id="song44">
  797. MEGADRIVE - NARC
  798. </div>
  799. </div>
  800.  
  801.  
  802. <div id="totaltitle">
  803. <u>D</u>i<u>G</u>i<u>TAL</u>
  804. </div>
  805.  
  806. <div id="songuu">
  807. <label for="song1" class="songselect" id="songselect1"></label>
  808.  
  809. <label for="song2" class="songselect" id="songselect2"></label>
  810.  
  811. <label for="song3" class="songselect" id="songselect3"></label>
  812.  
  813. <label for="song4" class="songselect" id="songselect4"></label>
  814.  
  815. </div>
  816.  
  817. </div>
  818.  
  819. <audio src="http://k003.kiwi6.com/hotlink/cvum77ccd6/362241_lalazzylee1_game-wizard-sound-rpg-game.mp3" id="TheMusic">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement