thisisnotras

code fixer 1/31/16 (2)

Jan 31st, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.83 KB | None | 0 0
  1. <style>
  2.  
  3. .pfor {display: none;}
  4. #profile {background: transparent; border: 0px;}
  5.  
  6. a,a:hover{text-decoration: none;
  7. color: black;}
  8.  
  9. body, #whole, a, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-11/cur1054.cur), progress !important }
  10.  
  11. #whole {
  12. position: absolute;
  13. top: 0px;
  14. left: -5px;
  15. right: 0px;
  16. bottom: 0px;
  17.  
  18. overflow: hidden;
  19. }
  20.  
  21. #whole2{
  22. position: absolute;
  23. top: 0px;
  24. left: -5px;
  25. right: 0px;
  26. bottom: 0px;
  27. overflow: hidden;
  28. -moz-transform: scaleY(-1);
  29. -o-transform: scaleY(-1);
  30. -webkit-transform: scaleY(-1);
  31. transform: scaleY(-1);
  32. filter: FlipV;
  33. -ms-filter: "FlipV";
  34. background-position: bottom left;
  35. background-image: url(http://i68.tinypic.com/8zkw9i.jpg);
  36. background-size: auto 120%;
  37. background-repeat: no-repeat;
  38. background-color: #111111;}
  39.  
  40. @font-face {
  41. src: url(https://dl.dropboxusercontent.com/u/4556289/narrow_rectangle-7.ttf);
  42. font-family: 'buttonfont';
  43. }
  44.  
  45. * {
  46. box-sizing: border-box;
  47. }
  48.  
  49. #startbar {
  50. position: absolute;
  51. bottom: 0px;
  52. left: 0px;
  53. right: 0px;
  54. height: 50px;
  55. background: blue;
  56. }
  57.  
  58. #backgroundfiller {
  59. position: absolute;
  60. top: 50px;
  61. left: 0px;
  62. right: 0px;
  63. bottom: 0px;
  64. opacity: .7;
  65. box-shadow: -10px 10px 10px 65px #0082FE;
  66. box-sizing: border-box;
  67. }
  68.  
  69. #startbutton {
  70. position: absolute;
  71. top: 7px;
  72. left: 20px;
  73. height: 30px;
  74. width: 100px;
  75. border-radius: 90px 90px 90px 90px;
  76. background: white;
  77. box-sizing: border-box;
  78. box-shadow: 0px 0px 4px 2px black;
  79. background: #111111;
  80. -webkit-transition: all .4s;
  81. transition: all .4s;
  82. }
  83.  
  84. #startbutton:hover {
  85. box-shadow: 0px 0px 4px 0px black;
  86. -webkit-transition: all .2s;
  87. transition: all .2s;
  88. }
  89.  
  90. #startbutton .additional {
  91. color: white;
  92. text-decotation: none;
  93. font-style: none;
  94. font-size: 9pt;
  95. text-align: center;
  96. float: left;
  97. margin-top: 8px;
  98. margin-left: 23px;
  99. letter-spacing: 6px;
  100. font-family: Arial;
  101. font-weight: 600;
  102. text-shadow: 1px 1px -1px white;
  103. -webkit-transition: all .5s;
  104. transition: all .5s;
  105. }
  106.  
  107. #startbutton:hover .additional {
  108. -webkit-transition: all .1s;
  109. transition: all .1s;
  110. text-shadow: 1px 1px 5px white;
  111. }
  112.  
  113. #startmenu {
  114. position: absolute;
  115. left: 0px;
  116. bottom: -45px;
  117. height: 450px;
  118. width: 260px;
  119. border: 0px solid black;
  120. z-index: -10;
  121. -webkit-transition: all 1s 10s;
  122. transition: all 1s 10s;
  123. }
  124.  
  125. #startbutton:active #startmenu {
  126. -webkit-transition: all 0s 0s;
  127. transition: all 0s 0s;
  128. z-index: 1;
  129. }
  130.  
  131. #startmenu:hover {
  132. -webkit-transition: all 0s 0s;
  133. transition: all 0s 0s;
  134. z-index: 2;
  135. }
  136.  
  137. #option1 {
  138. position: absolute;
  139. height: 50px;
  140. width: 160px;
  141. border: 1px solid red;
  142. }
  143.  
  144. #option2 {
  145. position: absolute;
  146. height: 50px;
  147. width: 160px;
  148. border: 1px solid red;
  149. }
  150.  
  151. #option3 {
  152. position: absolute;
  153. height: 50px;
  154. width: 160px;
  155. border: 1px solid red;
  156. }
  157.  
  158. #option4 {
  159. position: absolute;
  160. height: 50px;
  161. width: 160px;
  162. border: 1px solid red;
  163. }
  164.  
  165. #option1,
  166. #option2,
  167. #option3,
  168. #option4 {
  169. border-radius: 10px 10px 10px 10px;
  170. border: 0px solid white;
  171. opacity: 0;
  172. z-index: -10;
  173. margin-top: 10px;
  174. color: black;
  175. bottom: 0px;
  176. -webkit-transition: all 0s 10s, opacity 1s 9s, bottom 1s 9s;
  177. transition: all 0s 10s, opacity 1s 9s, bottom 1s 9s;
  178. }
  179.  
  180. #startmenu:hover #option1,
  181. #startmenu:hover #option2,
  182. #startmenu:hover #option3,
  183. #startmenu:hover #option4 {
  184. -webkit-transition: all 0s .5s, opacity 1s 0s, bottom 1s 0s;
  185. transition: all 0s .5s, opacity 1s 0s, bottom 1s 0s;
  186. opacity: 1;
  187. z-index: 0;
  188. margin-top: 0px;
  189. }
  190.  
  191. #startmenu:hover #option1 {
  192. bottom: 295px
  193. }
  194.  
  195. #startmenu:hover #option2 {
  196. bottom: 240px
  197. }
  198.  
  199. #startmenu:hover #option3 {
  200. bottom: 185px
  201. }
  202.  
  203. #startmenu:hover #option4 {
  204. bottom: 130px;
  205. }
  206.  
  207. #titlesign {
  208. position: absolute;
  209. height: 100%;
  210. width: 89px;
  211. border: 0px solid white;
  212. z-index: 1;
  213. font-family: ;
  214. font-size: 25pt;
  215. letter-spacing: -1px;
  216. font-family: 'buttonfont';
  217. text-align: center;
  218. padding-top: 5px;
  219. margin-left: 40px;
  220. }
  221.  
  222. #emblemsign {
  223. position: absolute;
  224. height: 100%;
  225. width: 50px;
  226. border: 0px solid white;
  227. z-index: 1;
  228. background-image: url();
  229. background-repeat: no-repeat;
  230. background-size: 100% 100%;
  231. margin-left: 0px;
  232. }
  233.  
  234. #arrowsign {
  235. position: absolute;
  236. margin-left: 135px;
  237. height: 100%;
  238. width: 24px;
  239. border-left: 2px dashed black;
  240. background-image: url(http://i65.tinypic.com/1534qhy.jpg);
  241. background-repeat: no-repeat;
  242. background-size: 100% 100%;
  243. z-index: 10;
  244. background-color: transparent;
  245. }
  246.  
  247. #backgroundfiller2 {
  248. box-shadow: 0px 0px 0px;
  249. background: white;
  250. position: absolute;
  251. top: 0px;
  252. left: 0px;
  253. right: 0px;
  254. bottom: 0px;
  255. z-index: 0;
  256. opacity: .7;
  257. }
  258.  
  259. #optioncontainer:hover #backgroundfiller2{
  260. background-color: #005AFE;
  261. background-color: #3281CC;
  262. }
  263.  
  264. #optioncontainer {
  265. position: absolute;
  266. left: 0px;
  267. top: 0px;
  268. height: 100%;
  269. width: 100%;
  270. z-index: 1;
  271. border-radius: 10px 10px 10px 10px;
  272. }
  273.  
  274. #optioncontainer{
  275. overflow: hidden;
  276. }
  277.  
  278. #dropmenu {
  279. position: absolute;
  280. height: 50px;
  281. width: 220px;
  282. border: 0px solid black;
  283. margin-left: 3070px;
  284. -webkit-transition: all 2s 1.1s, opacity .5s 1s ;
  285. transition: all 2s 1.1s, opacity .5s 1s;
  286. opacity: 0;
  287. z-index: -10;
  288. padding-top: 13px;
  289. }
  290.  
  291. #option1:active #dropmenu,
  292. #option2:active #dropmenu,
  293. #dropmenu:hover {
  294. -webkit-transition: all 0s;
  295. transition: all 0s;
  296. opacity: 1;
  297. z-index: 1;
  298. margin-left: 170px;
  299. }
  300.  
  301. #optioncontainer2{
  302. position: absolute;
  303. overflow: none;
  304. border-radius: 0px 0px 0px 0px;
  305. top: 0px;
  306. left: 0px;
  307. width: 100%;
  308. height: 100%;
  309. z-index: 1;
  310. }
  311.  
  312. #selectionmenu{
  313. float: left;
  314. width: 60px;
  315. height: 25px;
  316. text-align: center;
  317. font-family:'buttonfont';
  318. letter-spacing: 2px;
  319. font-size:10pt;
  320. font-weight: 600;
  321. border-bottom:2px solid black;
  322. -webkit-transition: all .5s;
  323. transition: all .5s;
  324. margin-left: 10px;
  325. border-radius: 5px 5px 5px 5px;
  326. background-color: grey;
  327. padding-top: 2px;
  328. }
  329.  
  330. #selectionmenu:hover{
  331. background: #005AFE;
  332. }
  333.  
  334. #selectionmenu:active + #notepaddiv
  335. {
  336. opacity: 1;
  337. -webkit-transition: all 0s 0s;
  338. transition: all 0s 0s;
  339. z-index: 10;
  340. top: 100px;
  341. left: 400px;
  342. }
  343.  
  344. #selectionmenu:active + #notepaddiv2{
  345. top:130px; left:435px;
  346. opacity: 1;
  347. -webkit-transition: all 0s 0s;
  348. transition: all 0s 0s;
  349. z-index: 10;
  350.  
  351. }
  352.  
  353. #selectionmenu:active + #notepaddiv3{
  354. top:160px; left: 480px;
  355. opacity: 1;
  356. -webkit-transition: all 0s 0s;
  357. transition: all 0s 0s;
  358. z-index: 10;
  359.  
  360. }
  361.  
  362. #notepaddiv, #notepaddiv2, #notepaddiv3{
  363. position: fixed;
  364. top: -300px;
  365. left: -400px;
  366. height: 250px;
  367. width: 300px;
  368. overflow: hidden;
  369. background: transparent;
  370. border-radius: 30px 30px 30px 30px;
  371. z-index: -10;
  372. opacity: 0;
  373. -webkit-transition: all 0s 2s, z-index 0s 0s;
  374. transition: all 0s 2s, z-index 0s 0s;
  375. }
  376.  
  377. #notepaddiv:hover{
  378. z-index: 120;
  379. opacity: 1;
  380. top: 100px;
  381. left: 400px;
  382. }
  383.  
  384. #notepaddiv2:hover{
  385. z-index: 120;
  386. opacity: 1;
  387. top:130px; left:435px;
  388. }
  389. #notepaddiv3:hover{
  390. z-index: 120;
  391. opacity: 1;
  392. top:160px; left: 480px;
  393. }
  394.  
  395. #notebar{
  396. position: absolute;
  397. left: 0px;
  398. right: 0px;
  399. top: 0px;
  400. height: 30px;
  401. border-bottom: 2px solid black;
  402. z-index: 1;
  403. font-family:'buttonfont';
  404. text-align: center;
  405. font-size: 15pt;
  406. }
  407.  
  408. #notebody{
  409. position: absolute;
  410. top: 32px;
  411. left: 2px;
  412. right: 2px;
  413. bottom: 2px;
  414. background: gray;
  415. z-index: 1;
  416. font-family:'buttonfont';
  417. font-size: 15pt;
  418. text-align: left;
  419. padding-left: 2px;
  420. border-radius: 0px 0px 30px 30px;
  421. }
  422.  
  423. #musicplayer{
  424. position: fixed;
  425. right: 0px;
  426. bottom: 220px;
  427. height: 220px;
  428. width: 200px;
  429. border: 0px solid white;
  430. overflow: hidden;
  431. padding-top: 2px;
  432. -webkit-transition: all 1s;
  433. transition: all 1s;
  434. z-index: 0;
  435. opacity: 0;
  436. }
  437.  
  438.  
  439. #songselect{
  440. float: left;
  441. height: 30px;
  442. width: 100%;
  443. border-radius: 5px 5px 5px 5px;
  444. border: 0px solid red;
  445. margin-bottom: 4px;
  446. overflow: hidden;
  447. font-family:'buttonfont';
  448. font-size: 12pt;
  449. padding-top: 4px;
  450. letter-spacing: 5px;
  451. text-align: center;
  452. background: gray;
  453. -webkit-transition: all 1s;
  454. transition: all 1s;
  455. }
  456.  
  457. #songselect:hover{
  458. background: #0082FE;
  459. }
  460.  
  461.  
  462. #playlist{
  463. position: fixed;
  464. right: 100px;
  465. bottom: 100px;
  466. height: 100px;
  467. width: 200px;
  468. border: 0px solid white;
  469. overflow: hidden;
  470. z-index: 0;
  471. opacity: 0;
  472. -webkit-transition: all 1s;
  473. transition: all 1s;
  474. }
  475.  
  476. #nowplaying1A,#nowplaying1B,
  477. #nowplaying1C,#nowplaying1D,
  478. #nowplaying1E{
  479. position: absolute;
  480. height: 98px;
  481. width: 198px;
  482. border: 0px solid red;
  483. z-index: -2;
  484. opacity: 0;
  485. color: black;
  486. -webkit-transition: all 1s;
  487. transition: all 1s;
  488. border-radius: 70px 70px 70px 70px;
  489. overflow: hidden;
  490. font-family: 'buttonfont';
  491. text-align: center;
  492. }
  493.  
  494. #nowplayingtitle{
  495. position: absolute;
  496. top: 0px;
  497. left: 0px;
  498. right: 0px;
  499. height: 25px;
  500. border-bottom: 2px solid black;
  501. padding-top: 1px;
  502. letter-spacing: 5px;
  503. z-index: 1;
  504. }
  505.  
  506. #nowplayingmarquee{
  507. position: absolute;
  508. top: 25px;
  509. left: 0px;
  510. right: 0px;
  511. height: 40px;
  512. width: 100%;
  513. padding-top: 5px;
  514. z-index: 1;
  515. font-size: 20pt;
  516. }
  517.  
  518. #nowplayingartist{
  519. position: absolute;
  520. top: 65px;
  521. height: 35px;
  522. width: 100%;
  523. border-top: 2px solid black;
  524. padding-top: 5px;
  525. z-index: 1;
  526. }
  527.  
  528. #backgroundfill{
  529. position: absolute;
  530. z-index: 0;
  531. top: 0px;
  532. left: 0px;
  533. height: 100%;
  534. width: 100%;
  535. opacity: .4;
  536. background: #0082FE;
  537. }
  538.  
  539. #list1:target #musicplayer,
  540. #list1A:target #musicplayer,
  541. #list1B:target #musicplayer,
  542. #list1C:target #musicplayer,
  543. #list1D:target #musicplayer,
  544. #list1E:target #musicplayer{
  545. z-index:1;
  546. opacity: 1;
  547. right: 100px;
  548. }
  549.  
  550. #list1A:target #nowplaying1A,
  551. #list1B:target #nowplaying1B,
  552. #list1C:target #nowplaying1C,
  553. #list1D:target #nowplaying1D,
  554. #list1E:target #nowplaying1E
  555. {opacity: 1;
  556. -webkit-transition: z-index 0s, opacity 1s .2s;
  557. transition: z-index 0s, opacity 1s .2s;
  558. z-index: 1;}
  559.  
  560. #list1A:target #playlist,
  561. #list1B:target #playlist,
  562. #list1C:target #playlist,
  563. #list1D:target #playlist,
  564. #list1E:target #playlist
  565. {z-index:1;
  566. opacity: 1;}
  567.  
  568. #song1A, #song1B, #song1C, #song1D, #song1E{
  569. position: fixed;
  570. opacity: 0;
  571. top: -300px;
  572. display: none;
  573. }
  574.  
  575. #list1A:target #song1A,
  576. #list1B:target #song1B,
  577. #list1C:target #song1C,
  578. #list1D:target #song1D,
  579. #list1E:target #song1E{
  580. display: block;
  581. }
  582.  
  583.  
  584.  
  585.  
  586. </style>
  587.  
  588. <div id="whole2">
  589. </div>
  590.  
  591. <div id="whole">
  592.  
  593. <div id="startbar">
  594. <div id="backgroundfiller" style="background: blue;">
  595. </div>
  596. <div id="startbutton">
  597. <a class="additional">
  598. start</a>
  599. <div id="startmenu">
  600.  
  601. <div id="option1">
  602.  
  603. <div id="optioncontainer">
  604. <div id="emblemsign" style="background-image:url(http://i67.tinypic.com/dyup92.jpg);">
  605. </div>
  606. <div id="titlesign">notes
  607. </div>
  608. <div id="arrowsign">
  609. </div>
  610. <div id="backgroundfiller2">
  611. </div>
  612. </div>
  613.  
  614. <div id="dropmenu">
  615. <div id="selectionmenu">coding
  616. </div>
  617.  
  618. <div id="notepaddiv">
  619. <div id="notebar">
  620. coding.
  621. </div>
  622. <div id="notebody">
  623. I <s><strike>will</strike></s> may code a profile for you.
  624. </div>
  625. <div id="backgroundfiller2">
  626. </div>
  627. </div>
  628.  
  629. <div id="selectionmenu">fixing
  630. </div>
  631.  
  632.  
  633. <div id="notepaddiv2">
  634. <div id="notebar">
  635. fixing.
  636. </div>
  637. <div id="notebody">
  638. I <s><strike>will</strike></s> may fix your code.
  639. </div>
  640. <div id="backgroundfiller2">
  641. </div>
  642. </div>
  643.  
  644. <div id="selectionmenu">ooc
  645. </div>
  646.  
  647. <div id="notepaddiv3">
  648. <div id="notebar">
  649. ooc.
  650. </div>
  651. <div id="notebody">
  652. Please ask nicely.
  653. <br>I'm an <b>amateur</b> coder. Very sloppy.
  654. <br> Profile is WIP.
  655. <br>Hover on notes to keep them in place.<br><br>
  656. If I'm asleep or away, just leave any requests via PM or RPC mail.
  657. </div>
  658. <div id="backgroundfiller2">
  659. </div>
  660. </div>
  661.  
  662.  
  663. </div>
  664. </div>
  665.  
  666. <div id="option2">
  667. <div id="optioncontainer">
  668.  
  669. <div id="emblemsign" style="background-image:url(http://i63.tinypic.com/fbgihd.jpg);">
  670. </div>
  671. <div id="titlesign">music
  672. </div>
  673. <div id="arrowsign">
  674. </div>
  675. <div id="backgroundfiller2">
  676. </div>
  677. </div>
  678.  
  679. <div id="dropmenu">
  680. <a href=#list1>
  681. <div id="selectionmenu">list 1
  682. </div>
  683. </a>
  684. <div id="selectionmenu">list 2
  685. </div>
  686. <div id="selectionmenu">list 3
  687. </div>
  688.  
  689.  
  690. </div>
  691.  
  692. </div>
  693.  
  694. <div id="option3">
  695. <div id="optioncontainer">
  696. <div id="backgroundfiller2">
  697. </div>
  698.  
  699. </div>
  700. </div>
  701.  
  702. <div id="option4">
  703. <div id="optioncontainer">
  704. <div id="backgroundfiller2">
  705. </div>
  706. </div>
  707. </div>
  708.  
  709. </div>
  710. </div>
  711. </div>
  712.  
  713. <div id="list1">
  714. <div id="list1A">
  715. <div id="list1B">
  716. <div id="list1C">
  717. <div id="list1D">
  718. <div id="list1E">
  719.  
  720. <div id="song1A">
  721. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="129" height="20">
  722. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  723. <param name="wmode" value="transparent" />
  724. <param name="FlashVars" value="mp3=https://www.dropbox.com/s/nd475uchysfy4a5/01%20Go%20Straight.mp3?dl=1&autoplay=1&loop=1&volume=7&bgcolor1=808080&bgcolor2=808080&slidercolor1=000000&slidercolor2=000000&buttoncolor=000000&buttonovercolor=AA220F" />
  725. </object>
  726. </div>
  727.  
  728.  
  729. <div id="song1B">
  730. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="129" height="20">
  731. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  732. <param name="wmode" value="transparent" />
  733. <param name="FlashVars" value="mp3=https://www.dropbox.com/s/46au6c92bpbzf1x/01-Ruthless.mp3?dl=1&autoplay=1&loop=1&volume=7&bgcolor1=808080&bgcolor2=808080&slidercolor1=000000&slidercolor2=000000&buttoncolor=000000&buttonovercolor=AA220F" />
  734. </object>
  735. </div>
  736.  
  737. <div id="song1C">
  738. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="129" height="20">
  739. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  740. <param name="wmode" value="transparent" />
  741. <param name="FlashVars" value="mp3=https://www.dropbox.com/s/vqp3zwltan8hxle/1-02%20Turn%20It%20Down%20%28with%20Rebecca%20%26%20Fi.mp3?dl=1&autoplay=1&loop=1&volume=7&bgcolor1=808080&bgcolor2=808080&slidercolor1=000000&slidercolor2=000000&buttoncolor=000000&buttonovercolor=AA220F" />
  742. </object>
  743. </div>
  744.  
  745. <div id="song1D">
  746. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="129" height="20">
  747. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  748. <param name="wmode" value="transparent" />
  749. <param name="FlashVars" value="mp3=https://www.dropbox.com/s/s3kbnokw4zt33oq/102%20-%20AIM%20TO%20WIN%20%28Character%20Select%29.mp3?dl=1&autoplay=1&loop=1&volume=7&bgcolor1=808080&bgcolor2=808080&slidercolor1=000000&slidercolor2=000000&buttoncolor=000000&buttonovercolor=AA220F" />
  750. </object>
  751. </div>
  752.  
  753.  
  754. <div id="song1E">
  755. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="129" height="20">
  756. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  757. <param name="wmode" value="transparent" />
  758. <param name="FlashVars" value="mp3=https://dl.dropboxusercontent.com/u/4556289/Prefuse%2073%20-%20Drum%20Machine%2C%20Cello%2C%20Headwrap.mp3&autoplay=1&loop=1&volume=7&bgcolor1=808080&bgcolor2=808080&slidercolor1=000000&slidercolor2=000000&buttoncolor=000000&buttonovercolor=AA220F" />
  759. </object>
  760. </div>
  761.  
  762.  
  763. <div id="musicplayer">
  764. <a href=#list1A>
  765. <div id="songselect">
  766. go straight
  767.  
  768. </div>
  769. </a>
  770. <a href=#list1B>
  771. <div id="songselect">
  772. ruthless
  773. </div>
  774. </a>
  775. <a href=#list1C>
  776. <div id="songselect">
  777. turn it down
  778. </div>
  779. </a>
  780. <a href=#list1D>
  781. <div id="songselect">
  782. aim to win
  783. </div>
  784. </a>
  785. <a href=#list1E>
  786. <div id="songselect" style="letter-spacing: 0px;">
  787. drum machine, cello, headwrap
  788. </div>
  789. </a>
  790. <a href=#cancel>
  791. <div id="songselect">
  792. (CANCEL)
  793. </div>
  794. </a>
  795.  
  796.  
  797.  
  798. </div>
  799. <div id="playlist">
  800. <div id="nowplaying1A">
  801. <div id="nowplayingtitle">now playing
  802. </div>
  803. <div id="nowplayingmarquee">
  804.  
  805. <marquee direction="left" scrollamount="3">
  806. GO STRAIGHT (STREETS OF RAGE 2)
  807. </marquee>
  808.  
  809. </div>
  810. <div id="nowplayingartist">yuzo koshiro
  811. </div>
  812. <div id="backgroundfill">
  813. </div>
  814.  
  815. </div>
  816. <div id="nowplaying1B">
  817.  
  818. <div id="nowplayingtitle">
  819. now playing
  820. </div>
  821. <div id="nowplayingmarquee">
  822.  
  823. <marquee direction="left" scrollamount="3">
  824. RUTHLESS (MAX ANARCHY)
  825. </marquee>
  826.  
  827. </div>
  828. <div id="nowplayingartist">tre-dot
  829. </div>
  830. <div id="backgroundfill">
  831. </div>
  832. </div>
  833.  
  834. <div id="nowplaying1C">
  835. <div id="nowplayingtitle">now playing
  836. </div>
  837. <div id="nowplayingmarquee">
  838.  
  839. <marquee direction="left" scrollamount="3">
  840. TURN IT DOWN (with Rebecca & Fiona) / FIRE & ICE
  841. </marquee>
  842.  
  843. </div>
  844. <div id="nowplayingartist">kaskade
  845. </div>
  846. <div id="backgroundfill">
  847. </div>
  848. </div>
  849.  
  850.  
  851. <div id="nowplaying1D">
  852. <div id="nowplayingtitle">now playing
  853. </div>
  854. <div id="nowplayingmarquee">
  855. <marquee direction="left" scrollamount="3">
  856. AIM TO WIN (character select) / tekken tag tournament 2
  857. </marquee>
  858.  
  859. </div>
  860. <div id="nowplayingartist">akitaka tohyama
  861. </div>
  862. <div id="backgroundfill">
  863. </div>
  864. </div>
  865.  
  866.  
  867. <div id="nowplaying1E">
  868. <div id="nowplayingtitle">now playing
  869. </div>
  870. <div id="nowplayingmarquee">
  871. <marquee direction="left" scrollamount="3">
  872. DRUM MACHINE, CELLO, HEADWRAP / EXTINGUISHED:OUTTAKES
  873. </marquee>
  874.  
  875. </div>
  876. <div id="nowplayingartist">prefuse 73
  877. </div>
  878. <div id="backgroundfill">
  879. </div>
  880. </div>
  881. </div>
  882.  
  883. </div>
  884. </div>
  885. </div>
  886. </div>
  887. </div>
  888. </div>
  889.  
  890. </div>
Advertisement
Add Comment
Please, Sign In to add comment