thisisnotras

Apathy post-fall

May 6th, 2018
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.08 KB | None | 0 0
  1. <style>
  2.  
  3.  
  4. body{
  5. background: gray;
  6. background-image:url(http://i.imgur.com/gD841Nx.png);
  7. overflow: hidden;
  8. }
  9.  
  10. @font-face{
  11. src: url(https://dl.dropboxusercontent.com/s/d9ihnqs25298288/somepx.ttf?dl=0);
  12. font-family: 'bodyfont';
  13. }
  14.  
  15. @font-face{
  16. src:url(https://dl.dropboxusercontent.com/s/94hr6y0cm4un4at/secuencia.ttf?dl=0);
  17. font-family:'bodyfont2';}
  18.  
  19. ::-webkit-scrollbar {
  20. width: 4px;
  21. background-color: gray;
  22. }
  23.  
  24.  
  25. ::-webkit-scrollbar-thumb {
  26. border-radius: 0px;
  27. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  28. background-color: white;
  29. }
  30.  
  31. #whole{
  32. position: absolute;
  33. top: 0px;
  34. left: 0px;
  35. right: 0px;
  36. bottom: 0px;
  37. background-repeat: no-repeat;
  38. background-size: auto 110%;
  39. background-position: bottom right 10%;
  40. background-image: url(http://i.imgur.com/a3zTV5I.png);
  41. }
  42.  
  43. #straightline{
  44. position: absolute;
  45. top: 0px;
  46. bottom: 0px;
  47. width: 100%;
  48. left: 0px;
  49. margin: auto;
  50. height:40px;
  51. border-top: 5px solid #403535;
  52. border-bottom: 5px solid #403535;
  53. box-sizing: border-box;
  54. background: rgba(0, 0, 0, 0.61);
  55. z-index: 5;
  56. }
  57.  
  58. #infocontent{
  59. position: absolute;
  60. left: 20%;
  61. top: 0px;
  62. height: 30px;
  63. width: 185px;
  64. overflow: hidden;
  65. font-family: 'bodyfont2';
  66. font-size: 16pt;
  67. color: white;
  68. box-sizing: border-box;
  69. text-align: center;
  70. border-radius: 0px;
  71. background: transparent;
  72. padding-left: 10px;
  73. -webkit-transition: all 1s;
  74. transition: all 1s;
  75. }
  76.  
  77. #floatspread{
  78. float: left;
  79. height: 30px;
  80. border-size: border-box;
  81. padding-top: 3px;
  82. overflow: hidden;
  83. text-align: left;
  84. }
  85.  
  86. #floatspread b{
  87. font-weight: 400;
  88. opacity: 0;
  89. -webkit-transition: all 1s;
  90. transition: all 1s;
  91. }
  92.  
  93. .spread1, .spread2, .spread3, .spread4, .spread5, .spread6, .spread7, .spread8{
  94. width: 20px;
  95. letter-spacing: 4px;
  96. -webkit-transition: all 1s;
  97. transition: all 1s;
  98. }
  99.  
  100. #whole:hover #infocontent,
  101. #div1:target ~ #whole #infocontent{
  102. width: 700px;
  103. -webkit-transition: all 2s, background 2s 2s, border-radius 1s 2s;
  104. transition: all 2s background 2s 2s, border-radius 1s 2s;
  105. background: rgba(0, 0, 0, 0.75);
  106. border-radius: 5px;
  107. }
  108.  
  109. #whole:hover #floatspread b,
  110. #div1:target ~ #whole #floatspread b{
  111. -webkit-transition: all 1s 2s;
  112. transition: all 1s 2s;
  113. opacity: .5;
  114. }
  115.  
  116. #whole:hover .spread1,
  117. #div1:target ~ #whole .spread1{
  118. width: 120px;
  119. -webkit-transition: all 2s;
  120. transition: all 2s;
  121. }
  122.  
  123. #whole:hover .spread2,
  124. #div1:target ~ #whole .spread2{
  125. width: 95px;
  126. -webkit-transition: all 2s;
  127. transition: all 2s;
  128. }
  129.  
  130. #whole:hover .spread4,
  131. #div1:target ~ #whole .spread4{
  132. width: 110px;
  133. -webkit-transition: all 2s;
  134. transition: all 2s;
  135. }
  136.  
  137. #whole:hover .spread5,
  138. #div1:target ~ #whole .spread5{
  139. width: 110px;
  140. -webkit-transition: all 2s;
  141. transition: all 2s;
  142. }
  143.  
  144. #whole:hover .spread6,
  145. #div1:target ~ #whole .spread6{
  146. width: 140px;
  147. -webkit-transition: all 2s;
  148. transition: all 2s;
  149. }
  150.  
  151. #whole:hover .spread7,
  152. #div1:target ~ #whole .spread7{
  153. width: 60px;
  154. -webkit-transition: all 1.5s 1s;
  155. transition: all 1.5s 1s;
  156. }
  157.  
  158. #whole:hover .spread8,
  159. #div1:target ~ #whole .spread8{
  160. width: 13px;
  161. -webkit-transition: all 2s;
  162. transition: all 2s;
  163. }
  164.  
  165. #whole:hover .spread9,
  166. #div1:target ~ #whole .spread9{
  167. width: 10px;
  168. -webkit-transition: all 2s;
  169. transition: all 2s;
  170. }
  171.  
  172. #dropdown{
  173. position: absolute;
  174. left: 20%;
  175. margin-left: 3px;
  176. width: 30px;
  177. top: 40px;
  178. height: 10px;
  179. background: black;
  180. box-sizing: border-box;
  181. border-radius: 1px;
  182. -webkit-transition: all 1s;
  183. transition: all 1s;
  184. overflow: hidden;
  185. opacity: .4;
  186. color: white;
  187. line-height: 40px;
  188. letter-spacing: 0px;
  189. font-family: 'bodyfont2';
  190. text-align: left;
  191. padding-left: 4px;
  192. font-size: 11pt;
  193. }
  194.  
  195. #whole:hover #dropdown{
  196. opacity: .9;
  197. }
  198.  
  199. #div1:target ~ #whole #dropdown{
  200. -webkit-transition: all 1s 1s, height 1.5s, opacity 1s;
  201. transition: all 1s 1s, height 1.5s, opacity 1s;
  202. border-radius: 5px;
  203. height: 195px;
  204. opacity: .9;
  205. }
  206.  
  207. #dropdown a{
  208. text-decoration: none;
  209. opacity: .8;
  210. -webkit-transition: all 1s;
  211. transition: all 1s;
  212. }
  213.  
  214. #dropdown a:hover{
  215. text-decoration: underline;
  216. opacity: 1;
  217. -webkit-transition: all 1s;
  218. transition: all 1s;
  219. }
  220.  
  221. #switch1,#switch2,#switch3,#switch4, #switch5{
  222. opacity: 0;
  223. }
  224.  
  225. #switch1:checked ~ #whole .switcher1,
  226. #switch2:checked ~ #whole .switcher2,
  227. #switch3:checked ~ #whole .switcher3,
  228. #switch4:checked ~ #whole .switcher4{
  229. text-decoration: underline;
  230. opacity: 1;
  231. }
  232.  
  233. #contentarea{
  234. position: absolute;
  235. top: 40px;
  236. left: 20%;
  237. margin-left: 48px;
  238. height: 10px;
  239. width: 10px;
  240. background: rgba(0,0,0,.85);
  241. -webkit-transition: all 2s;
  242. transition: all 2s;
  243. opacity: .5;
  244. }
  245.  
  246. #div1:target ~ #whole #contentarea{
  247. -webkit-transition: all 1.5s, border-radius 1s 1s;
  248. transition: all 1.5s, border-radius 1s 1s;
  249. height: 195px;
  250. border-radius: 2px;
  251. opacity: 1;
  252. overflow: hidden;
  253. }
  254.  
  255. #switch1:checked ~ #whole #contentarea,
  256. #switch2:checked ~ #whole #contentarea,
  257. #switch3:checked ~ #whole #contentarea,
  258. #switch4:checked ~ #whole #contentarea{
  259. height: 195px;
  260. border-radius: 5px;
  261. opacity: 1;
  262. width: 556px;
  263. }
  264.  
  265. .contentfill{
  266. position: absolute;
  267. left: 10px;
  268. top: 10px;
  269. bottom: 10px;
  270. right: 10px;
  271. background: black;
  272. -webkit-transition: all 1s;
  273. transition: all 1s;
  274. opacity: 0;
  275. z-index: 0;
  276. text-align: left;
  277. font-family:'bodyfont';
  278. font-size: 17pt;
  279. color: gray;
  280. overflow: auto;
  281. box-sizing: border-box;
  282. }
  283.  
  284. #switch1:checked ~ #whole #content1,
  285. #switch2:checked ~ #whole #content2,
  286. #switch3:checked ~ #whole #content3,
  287. #switch4:checked ~ #whole #content4{
  288. -webkit-transition: all 2s .9s;
  289. transition: all 2s .9s;
  290. opacity: 1;
  291. z-index: 1;
  292. }
  293.  
  294. .contentfill h1{
  295. position: absolute;
  296. font-family:'bodyfont2';
  297. font-size: 16pt;
  298. text-decoration: underline;
  299. text-transform: lowercade;
  300. top: 5px;
  301. left: 5px;
  302. margin-top: 0px;
  303. margin-bottom: 0px;
  304. }
  305.  
  306. .contentfill .contentfill{
  307. opacity: 1;
  308. z-index: 1;
  309. background: transparent;
  310. top: 35px;
  311. bottom: 0px;
  312. right: 0px;
  313. }
  314.  
  315. .contentfill a, .contentfill a:visited{
  316. color: white;
  317. font-weight: 400;
  318. text-decoration: none;
  319. -webkit-transition: all 1s;
  320. transition: all 1s;
  321. }
  322.  
  323. .contentfill a:hover{
  324. text-decoration: underline;
  325. }
  326.  
  327. .statfill{
  328. float: left;
  329. height: 130px;
  330. box-sizing: border-box;
  331. width: 110px;
  332. overflow: auto;
  333. overflow-x: hidden;
  334. line-height: 15px;
  335. margin-right: 15px;
  336. padding-right: 2px;
  337. text-align: left;
  338. word-spacing: 3px;
  339. }
  340.  
  341. .statfill ::-webkit-scrollbar {
  342. width: 2px;
  343. background-color: gray;
  344. }
  345.  
  346.  
  347. .statfill ::-webkit-scrollbar-thumb {
  348. border-radius: 0px;
  349. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  350. background-color: white;
  351. }
  352.  
  353.  
  354. .statfill:nth-child(last){
  355. margin-right: 0px;
  356. }
  357.  
  358. .statfill b{
  359. font-family:'bodyfont2';
  360. font-size: 12pt;
  361. font-style: italic;
  362. }
  363.  
  364. .statfill i{
  365. font-family:'bodyfont';
  366. font-size: 14pt;
  367. }
  368.  
  369. .gallfill{
  370. float: left;
  371. filter:grayscale(90%);
  372. -webkit-filter:grayscale(90%);
  373. -webkit-transition: all 1s;
  374. transition: all 1s;
  375. height: 130px;
  376. box-sizing: border-box;
  377. width: 110px;
  378. text-align: left;
  379. overflow: hidden;
  380. background-color: gray;
  381. margin-right: 5px;
  382. }
  383.  
  384. .gallfill:hover{
  385. filter:grayscale(0%);
  386. -webkit-filter:grayscale(0%);
  387. }
  388.  
  389. .gallfill img{
  390. height: 170%;
  391. overflow: hidden;
  392. }
  393.  
  394. #musiccontainer{
  395. opacity: 0;
  396. -webkit-transition: all 1s;
  397. transition: all 1s;
  398. }
  399.  
  400. #whole:hover #musiccontainer,
  401. #div1:target ~ #whole #musiccontainer{
  402. opacity: 1;
  403. -webkit-transition: all 2 .5ss;
  404. transition: all 2s .5s;
  405. }
  406.  
  407. #musicbar{
  408. position: absolute;
  409. bottom: 40px;
  410. left: 20%;
  411. height: 15px;
  412. width: 281px;
  413. background: rgba(0, 0, 0, 0.61);
  414. box-shadow: 0px 0px 2px black;
  415. z-index: 1;
  416. border-radius: 2px;
  417. -webkit-transition: all .2s;
  418. transition: all .2s;
  419. overflow: hidden;
  420. }
  421.  
  422. #musicbar:active{
  423. background-color: #4E0000 !important; }
  424.  
  425. #musicbar:hover{
  426. background: rgba(0, 0, 0, 0.91);
  427. }
  428.  
  429. #musicbar audio{
  430. zoom: 1000%;
  431. opacity: 0;
  432. margin-top: -13px;
  433. margin-left: -2px;
  434. }
  435.  
  436. #musicmarquee{
  437. position: absolute;
  438. top: 0px;
  439. left: 0px;
  440. right: 0px;
  441. bottom: 0px;
  442. border: 0px solid red;
  443. z-index: -1;
  444. text-align: center;
  445. color: white;
  446. font-family: 'bodyfont', Times, Arial;
  447. font-size: 17pt;
  448. box-sizing: border-box;
  449. margin-top: -5px;
  450. }
  451.  
  452. #songselect{
  453. position: absolute;
  454. bottom: 35px;
  455. left: 20%;
  456. margin-left: 300px;
  457. height: 20px;
  458. width: 100px;
  459. border: 0px solid black;
  460. box-sizing: border-box;
  461. }
  462.  
  463. .songss{
  464. float: left;
  465. height: 15px;
  466. width: 15px;
  467. background: black;
  468. border-radius: 0px;
  469. box-sizing: border-box;
  470. box-shadow: 0px 0px 0px 0px black;
  471. margin-right: 10px;
  472. -webkit-transition: all 1s;
  473. transition: all 1s;
  474. }
  475.  
  476. .songss:nth-child(4){
  477. margin-right: 0px;
  478. }
  479.  
  480. .songss:hover{
  481. box-shadow: 0px 0px 2px 1px black;
  482. background: transparent;
  483. border-radius: 3px;
  484. }
  485.  
  486. .songtitle{
  487. position: absolute;
  488. bottom: 27px;
  489. left: 0px;
  490. z-index: -1;
  491. height: 20px;
  492. width: 100px;
  493. box-sizing: border-box;
  494. background: transparent;
  495. -webkit-transition: all .5s;
  496. transition: all .5s;
  497. opacity: 0;
  498. box-shadow: 0px 0px 3px black;
  499. font-family:'bodyfont';
  500. font-size: 15pt;
  501. color: black;
  502. border-radius: 2px;
  503. font-weight: 600;
  504. letter-spacing: -1px;
  505. text-align: center;
  506. }
  507.  
  508. #leak1:hover ~ #song1,
  509. #leak2:hover ~ #song2,
  510. #leak3:hover ~ #song3,
  511. #leak4:hover ~ #song4{
  512. opacity: 1;
  513. z-index: 1;
  514. }
  515.  
  516. #track1, #track2, #track3, #track4{
  517. opacity: 0;
  518. }
  519.  
  520. .songdrop #musicbar{
  521. -webkit-transition: margin 1s, opacity 1s;
  522. transition: margin 1s, opacity 1s;
  523. }
  524.  
  525. #drop2 #musicbar,
  526. #drop3 #musicbar,
  527. #drop4 #musicbar{
  528. margin-bottom: 30px;
  529. opacity: 0;
  530. }
  531.  
  532. #drop1 #musicbar{
  533. opacity: 1;
  534. margin-bottom: 0px;
  535. }
  536.  
  537. #track2:checked ~ #whole #drop2 #musicbar,
  538. #track3:checked ~ #whole #drop3 #musicbar,
  539. #track4:checked ~ #whole #drop4 #musicbar{
  540. margin-bottom: 0px;
  541. opacity: 1;
  542. }
  543.  
  544. #track2:checked ~ #whole #drop1 #musicbar,
  545. #track3:checked ~ #whole #drop1 #musicbar,
  546. #track4:checked ~ #whole #drop1 #musicbar{
  547. opacity: 0;
  548. margin-bottom: 30px;
  549. }
  550.  
  551. /* Fall Version
  552.  
  553. #fallbg{
  554. position: fixed;
  555. top: 0px;
  556. right: 0px;
  557. left: 50vw;
  558. bottom: 0px;
  559. background-image:url(https://i.imgur.com/1mR9504.png);
  560. background-position: 30% 50%;
  561. background-size: auto 120%;
  562. }
  563.  
  564. #fallbg:before{
  565. content:'';
  566. position: absolute;
  567. left: -1vw;
  568. width: 5%;
  569. background: #4B312C;
  570. top: -4vh;
  571. bottom: -4vh;
  572. z-index: 3;
  573. -webkit-filter:blur(5px);
  574. }
  575.  
  576. body{
  577. background-image:url(https://i.imgur.com/7mqTPLs.png);
  578. background-color: #A7361B ;
  579. }
  580.  
  581. #straightline{
  582. border-top-color: #4b312c;
  583. border-bottom-color: #4b312c;
  584. background: rgba(166, 78, 57, 0.55);
  585. }
  586.  
  587. #dropdown{
  588. background: #29120c;}
  589.  
  590. */
  591.  
  592. /* End Of Fall */
  593.  
  594. /* Start of Winter version. */
  595.  
  596. body{
  597. background-image:url(https://www.transparenttextures.com/patterns/connected.png);
  598. background-color: #272931;
  599. }
  600.  
  601. #straightline{
  602. border-top-color: #9e9e9e;
  603. border-bottom-color: #9e9e9e;
  604. background: rgba(19, 25, 53, .75);
  605. }
  606.  
  607. #dropdown{
  608. background: rgba(19, 25, 53, 1);}
  609.  
  610. /* End of Winter */
  611.  
  612. </style>
  613.  
  614. <div id="div1">
  615. </div>
  616.  
  617. <input type="radio" name="divswitch" id="switch1">
  618. <input type="radio" name="divswitch" id="switch2">
  619. <input type="radio" name="divswitch" id="switch3">
  620. <input type="radio" name="divswitch" id="switch4">
  621. <input type="radio" name="divswitch" id="switch5">
  622.  
  623. <input type="radio" name="songswitch" id="track1">
  624. <input type="radio" name="songswitch" id="track2">
  625. <input type="radio" name="songswitch" id="track3">
  626. <input type="radio" name="songswitch" id="track4">
  627.  
  628. <div id="whole">
  629.  
  630. <div id="fallbg">
  631. </div>
  632.  
  633. <div id="straightline">
  634. <a id="infocontent" href="#div1">
  635.  
  636. <div id="floatspread" class="spread1">A<b>rtificial</b>
  637. </div>
  638.  
  639. <div id="floatspread" class="spread2">P<b>artner</b>
  640. </div>
  641.  
  642. <div id="floatspread" class="spread3">:
  643. </div>
  644.  
  645. <div id="floatspread" class="spread4">A<b>nalyze,</b>
  646. </div>
  647.  
  648. <div id="floatspread" class="spread5">T<b>heorize,</b>
  649. </div>
  650.  
  651. <div id="floatspread" class="spread6">H<b>omogenize</b>
  652. </div>
  653.  
  654. <div id="floatspread" class="spread7">(<b>ver.</b>
  655. </div>
  656.  
  657. <div id="floatspread" class="spread8">Y
  658. </div>
  659.  
  660. <div id="floatspread" class="spread9">)</div>
  661.  
  662. </a>
  663.  
  664. <div id="dropdown">
  665. <label for="switch1" class="switcher1"><a>v. 1</a></label><br>
  666. <label for="switch2" class="switcher2"><a>v. 2</a></label><br>
  667. <label for="switch3" class="switcher3"><a>v. 3</a></label><br>
  668. <label for="switch4" class="switcher4"><a>v. 4</a></label><br>
  669. <label for="switch5" class="switcher5"><a>[ x ]</a></label>
  670.  
  671. </div>
  672.  
  673. <div id="contentarea">
  674. <div class="contentfill" id="content1">
  675. <h1>info</h1>
  676. <div class="contentfill">
  677.  
  678. <div class="statfill">
  679.  
  680. <b>species</b><br>
  681. <i>jackalope-type synthesite created for emulating diverse behaviors and cultures.</i>
  682. </div>
  683.  
  684. <div class="statfill">
  685. <b>selection</b><br>
  686. <i>APATHY identifies as male and is equipped with a male reproductive organ</i>
  687. </div>
  688.  
  689. <div class="statfill">
  690. <b>personality</b><br>
  691. <i>a malfunctioning synthesite, APATHY has been shown to be careless and aggressive.
  692. </div>
  693.  
  694. <div class="statfill">
  695. <b>stats</b><br>
  696. <i>height - 6'1"<br>
  697. build - average<br>
  698. equip. - 13"<br>
  699. rating - mature<br>
  700. orient. - <a target="_blank" href="http://www.thiscrush.com/~jackadope" target=_blank>all</a><br>
  701.  
  702. </i>
  703. </div>
  704.  
  705.  
  706. </div>
  707. </div>
  708.  
  709. <div class="contentfill" id="content2">
  710. <h1>history</h1>
  711. <div class="contentfill">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
  712. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with
  713. desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
  714. </div>
  715. </div>
  716.  
  717. <div class="contentfill" id="content3">
  718. <h1>gallery</h1>
  719. <div class="contentfill">
  720. <a target="_blank" href="http://i.imgur.com/4rL90kb.png" class="gallfill" target=_blank>
  721. <img src="http://i.imgur.com/4rL90kb.png" /></a>
  722.  
  723. <a target="_blank" href="http://i.imgur.com/eR8vSsI.png" class="gallfill" target=_blank>
  724. <img src="http://i.imgur.com/eR8vSsI.png" /></a>
  725.  
  726. <a target="_blank" href="http://i.imgur.com/kU4Lx4O.png" class="gallfill" target=_blank>
  727. <img src="http://i.imgur.com/kU4Lx4O.png" /></a>
  728.  
  729. <a target="_blank" href="http://i.imgur.com/yma3CaF.png" class="gallfill" target=_blank>
  730. <img src="http://i.imgur.com/yma3CaF.png"></a>
  731.  
  732. </div>
  733. </div>
  734.  
  735. <div class="contentfill" id="content4">
  736. <h1>ooc</h1>
  737. <div class="contentfill">
  738. code is <a target="_blank" href="http://roleplay.chat/profile.php?user=Digital" target=_blank>mine</a>.<br> still a work in progress.<br> artwork by <a target="_blank" href="http://furaffinity.net/user/puccaruu" target=_blank>@puccaruu</a> and others, owned by myself.<br>
  739. </div>
  740. </div>
  741.  
  742. </div>
  743.  
  744. <div class="songdrop" id="drop3">
  745. <div id="musiccontainer">
  746. <div id="musicbar">
  747. <div id="musicmarquee">
  748. <marquee direction="left" scrollamount="3">
  749.  
  750. ADIAN COKER - BLUE COLLAR
  751. </marquee>
  752. </div>
  753. <audio controls src="http://k003.kiwi6.com/hotlink/wliln9k4er/Adian_Coker_-_Blue_Collar_-_Kitsun_Hot_Stream_VOL.mp3" loop=3>
  754. </audio>
  755. </div>
  756. </div>
  757. </div>
  758.  
  759.  
  760. <div class="songdrop" id="drop2">
  761. <div id="musiccontainer">
  762. <div id="musicbar">
  763. <div id="musicmarquee">
  764. <marquee direction="left" scrollamount="3">
  765.  
  766. HIGH KLASSIFIED - 1250
  767. </marquee>
  768. </div>
  769. <audio controls src="http://k003.kiwi6.com/hotlink/90linpzes2/High_Klassified_1250.mp3" loop=3>
  770. </audio>
  771. </div>
  772. </div>
  773. </div>
  774.  
  775.  
  776. <div class="songdrop" id="drop1">
  777. <div id="musiccontainer">
  778. <div id="musicbar">
  779. <div id="musicmarquee">
  780. <marquee direction="left" scrollamount="3">
  781.  
  782. VASSER - RETRACT
  783. </marquee>
  784. </div>
  785. <audio controls src="http://k003.kiwi6.com/hotlink/p52j8nx6rr/Vasser_-_Retract-_VOL.mp3" loop=3>
  786. </audio>
  787. </div>
  788. </div>
  789. </div>
  790.  
  791.  
  792. <div class="songdrop" id="drop4">
  793. <div id="musiccontainer">
  794. <div id="musicbar">
  795. <div id="musicmarquee">
  796. <marquee direction="left" scrollamount="3">
  797.  
  798. METAFIVE - LUV U TOKIO
  799. </marquee>
  800. </div>
  801. <audio controls src="http://k003.kiwi6.com/hotlink/s35rip1ufy/METAFIVE_-_Luv_U_Tokio_-Video_Edit-VOL.mp3" loop=3>
  802. </audio>
  803. </div>
  804. </div>
  805. </div>
  806.  
  807.  
  808. <div id="musiccontainer">
  809. <div id="songselect">
  810.  
  811. <label for="track3"><div class="songss" id="leak1">
  812. </div>
  813. <div class="songtitle" id="song1">
  814. blue collar
  815. </div>
  816. </label>
  817.  
  818. <label for="track2"><div class="songss" id="leak2">
  819. </div>
  820. <div class="songtitle" id="song2">
  821. 1250
  822. </div>
  823. </label>
  824.  
  825. <label for="track1"><div class="songss" id="leak3">
  826. </div>
  827. <div class="songtitle" id="song3">
  828. retract
  829. </div>
  830. </label>
  831.  
  832. <label for="track4"><div class="songss" id="leak4">
  833. </div>
  834. <div class="songtitle" id="song4">luv u tokio
  835. </div>
  836. </label>
  837.  
  838. <div class="songtitle" id="song4">
  839. </div>
  840. </div>
  841.  
  842. </div>
  843.  
  844. </div>
  845.  
  846. </div>
Advertisement
Add Comment
Please, Sign In to add comment