thisisnotras

code fixer

Apr 1st, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.24 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. ::-webkit-scrollbar {
  22. width: 4px;
  23. background-color: #D2C0C1;
  24. }
  25.  
  26.  
  27. ::-webkit-scrollbar-thumb {
  28. border-radius: 0px;
  29. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  30. background-color: #111111;
  31. }
  32.  
  33. #whole2{
  34. position: absolute;
  35. top: 0px;
  36. left: -5px;
  37. right: 0px;
  38. bottom: 0px;
  39. overflow: hidden;
  40. -moz-transform: scaleY(-1);
  41. -o-transform: scaleY(-1);
  42. -webkit-transform: scaleY(-1);
  43. transform: scaleY(-1);
  44. filter: FlipV;
  45. -ms-filter: "FlipV";
  46. background-position: bottom left;
  47. background-image: url(http://i68.tinypic.com/8zkw9i.jpg);
  48. background-size: auto 120%;
  49. background-repeat: no-repeat;
  50. background-color: #111111;}
  51.  
  52. @font-face {
  53. src: url(https://dl.dropboxusercontent.com/u/4556289/narrow_rectangle-7.ttf);
  54. font-family: 'buttonfont';
  55. }
  56.  
  57. * {
  58. box-sizing: border-box;
  59. }
  60.  
  61. #startbar {
  62. position: absolute;
  63. bottom: 0px;
  64. left: 0px;
  65. right: 0px;
  66. height: 50px;
  67. background: blue;
  68. }
  69.  
  70. #backgroundfiller {
  71. position: absolute;
  72. top: 50px;
  73. left: 0px;
  74. right: 0px;
  75. bottom: 0px;
  76. opacity: .7;
  77. box-shadow: -10px 10px 10px 65px #0082FE;
  78. box-sizing: border-box;
  79. }
  80.  
  81. #startbutton {
  82. position: absolute;
  83. top: 7px;
  84. left: 20px;
  85. height: 30px;
  86. width: 100px;
  87. border-radius: 90px 90px 90px 90px;
  88. background: white;
  89. box-sizing: border-box;
  90. box-shadow: 0px 0px 4px 2px black;
  91. background: #111111;
  92. -webkit-transition: all .4s;
  93. transition: all .4s;
  94. }
  95.  
  96. #startbutton:hover {
  97. box-shadow: 0px 0px 4px 0px black;
  98. -webkit-transition: all .2s;
  99. transition: all .2s;
  100. }
  101.  
  102. #startbutton .additional {
  103. color: white;
  104. text-decotation: none;
  105. font-style: none;
  106. font-size: 9pt;
  107. text-align: center;
  108. float: left;
  109. margin-top: 8px;
  110. margin-left: 23px;
  111. letter-spacing: 6px;
  112. font-family: Arial;
  113. font-weight: 600;
  114. text-shadow: 1px 1px -1px white;
  115. -webkit-transition: all .5s;
  116. transition: all .5s;
  117. }
  118.  
  119. #startbutton:hover .additional {
  120. -webkit-transition: all .1s;
  121. transition: all .1s;
  122. text-shadow: 1px 1px 5px white;
  123. }
  124.  
  125. #startmenu {
  126. position: absolute;
  127. left: 0px;
  128. bottom: -45px;
  129. height: 450px;
  130. width: 260px;
  131. border: 0px solid black;
  132. z-index: -10;
  133. -webkit-transition: all 1s 10s;
  134. transition: all 1s 10s;
  135. }
  136.  
  137. #startbutton:active #startmenu {
  138. -webkit-transition: all 0s 0s;
  139. transition: all 0s 0s;
  140. z-index: 1;
  141. }
  142.  
  143. #startmenu:hover {
  144. -webkit-transition: all 0s 0s;
  145. transition: all 0s 0s;
  146. z-index: 2;
  147. }
  148.  
  149. #option1 {
  150. position: absolute;
  151. height: 50px;
  152. width: 160px;
  153. border: 1px solid red;
  154. }
  155.  
  156. #option2 {
  157. position: absolute;
  158. height: 50px;
  159. width: 160px;
  160. border: 1px solid red;
  161. }
  162.  
  163. #option3 {
  164. position: absolute;
  165. height: 50px;
  166. width: 160px;
  167. border: 1px solid red;
  168. }
  169.  
  170. #option4 {
  171. position: absolute;
  172. height: 50px;
  173. width: 160px;
  174. border: 1px solid red;
  175. }
  176.  
  177. #option1,
  178. #option2,
  179. #option3,
  180. #option4 {
  181. border-radius: 10px 10px 10px 10px;
  182. border: 0px solid white;
  183. opacity: 0;
  184. z-index: -10;
  185. margin-top: 10px;
  186. color: black;
  187. bottom: 0px;
  188. -webkit-transition: all 0s 10s, opacity 1s 9s, bottom 1s 9s;
  189. transition: all 0s 10s, opacity 1s 9s, bottom 1s 9s;
  190. }
  191.  
  192. #startmenu:hover #option1,
  193. #startmenu:hover #option2,
  194. #startmenu:hover #option3,
  195. #startmenu:hover #option4 {
  196. -webkit-transition: all 0s .5s, opacity 1s 0s, bottom 1s 0s;
  197. transition: all 0s .5s, opacity 1s 0s, bottom 1s 0s;
  198. opacity: 1;
  199. z-index: 0;
  200. margin-top: 0px;
  201. }
  202.  
  203. #startmenu:hover #option1 {
  204. bottom: 295px
  205. }
  206.  
  207. #startmenu:hover #option2 {
  208. bottom: 240px
  209. }
  210.  
  211. #startmenu:hover #option3 {
  212. bottom: 185px
  213. }
  214.  
  215. #startmenu:hover #option4 {
  216. bottom: 130px;
  217. }
  218.  
  219. #titlesign {
  220. position: absolute;
  221. height: 100%;
  222. width: 89px;
  223. border: 0px solid white;
  224. z-index: 1;
  225. font-family: ;
  226. font-size: 25pt;
  227. letter-spacing: -1px;
  228. font-family: 'buttonfont';
  229. text-align: center;
  230. padding-top: 5px;
  231. margin-left: 40px;
  232. }
  233.  
  234. #emblemsign {
  235. position: absolute;
  236. height: 100%;
  237. width: 50px;
  238. border: 0px solid white;
  239. z-index: 1;
  240. background-image: url();
  241. background-repeat: no-repeat;
  242. background-size: 100% 100%;
  243. margin-left: 0px;
  244. }
  245.  
  246. #arrowsign {
  247. position: absolute;
  248. margin-left: 135px;
  249. height: 100%;
  250. width: 24px;
  251. border-left: 2px dashed black;
  252. background-image: url(http://i65.tinypic.com/1534qhy.jpg);
  253. background-repeat: no-repeat;
  254. background-size: 100% 100%;
  255. z-index: 10;
  256. background-color: transparent;
  257. }
  258.  
  259. #backgroundfiller2 {
  260. box-shadow: 0px 0px 0px;
  261. background: white;
  262. position: absolute;
  263. top: 0px;
  264. left: 0px;
  265. right: 0px;
  266. bottom: 0px;
  267. z-index: 0;
  268. opacity: .7;
  269. }
  270.  
  271. #optioncontainer:hover #backgroundfiller2{
  272. background-color: #005AFE;
  273. background-color: #3281CC;
  274. }
  275.  
  276. #optioncontainer {
  277. position: absolute;
  278. left: 0px;
  279. top: 0px;
  280. height: 100%;
  281. width: 100%;
  282. z-index: 1;
  283. border-radius: 10px 10px 10px 10px;
  284. }
  285.  
  286. #optioncontainer{
  287. overflow: hidden;
  288. }
  289.  
  290. #dropmenu {
  291. position: absolute;
  292. height: 50px;
  293. width: 220px;
  294. border: 0px solid black;
  295. margin-left: 3070px;
  296. -webkit-transition: all 2s 1.1s, opacity .5s 1s ;
  297. transition: all 2s 1.1s, opacity .5s 1s;
  298. opacity: 0;
  299. z-index: -10;
  300. padding-top: 13px;
  301. }
  302.  
  303. #option1:active #dropmenu,
  304. #option2:active #dropmenu,
  305. #dropmenu:hover {
  306. -webkit-transition: all 0s;
  307. transition: all 0s;
  308. opacity: 1;
  309. z-index: 1;
  310. margin-left: 170px;
  311. }
  312.  
  313. #optioncontainer2{
  314. position: absolute;
  315. overflow: none;
  316. border-radius: 0px 0px 0px 0px;
  317. top: 0px;
  318. left: 0px;
  319. width: 100%;
  320. height: 100%;
  321. z-index: 1;
  322. }
  323.  
  324. #selectionmenu{
  325. float: left;
  326. width: 60px;
  327. height: 25px;
  328. text-align: center;
  329. font-family:'buttonfont';
  330. letter-spacing: 2px;
  331. font-size:10pt;
  332. font-weight: 600;
  333. border-bottom:2px solid black;
  334. -webkit-transition: all .5s;
  335. transition: all .5s;
  336. margin-left: 10px;
  337. border-radius: 5px 5px 5px 5px;
  338. background-color: grey;
  339. padding-top: 2px;
  340. }
  341.  
  342. #selectionmenu:hover{
  343. background: #005AFE;
  344. }
  345.  
  346. #selectionmenu:active + #notepaddiv
  347. {
  348. opacity: 1;
  349. -webkit-transition: all 0s 0s;
  350. transition: all 0s 0s;
  351. z-index: 10;
  352. top: 100px;
  353. left: 400px;
  354. }
  355.  
  356. #selectionmenu:active + #notepaddiv2{
  357. top:130px; left:435px;
  358. opacity: 1;
  359. -webkit-transition: all 0s 0s;
  360. transition: all 0s 0s;
  361. z-index: 10;
  362.  
  363. }
  364.  
  365. #selectionmenu:active + #notepaddiv3{
  366. top:160px; left: 480px;
  367. opacity: 1;
  368. -webkit-transition: all 0s 0s;
  369. transition: all 0s 0s;
  370. z-index: 10;
  371.  
  372. }
  373.  
  374. #notepaddiv, #notepaddiv2, #notepaddiv3{
  375. position: fixed;
  376. top: -300px;
  377. left: -400px;
  378. height: 250px;
  379. width: 300px;
  380. overflow: hidden;
  381. background: transparent;
  382. border-radius: 30px 30px 30px 30px;
  383. z-index: -10;
  384. opacity: 0;
  385. -webkit-transition: all 0s 2s, z-index 0s 0s;
  386. transition: all 0s 2s, z-index 0s 0s;
  387. }
  388.  
  389. #notepaddiv:hover{
  390. z-index: 120;
  391. opacity: 1;
  392. top: 100px;
  393. left: 400px;
  394. }
  395.  
  396. #notepaddiv2:hover{
  397. z-index: 120;
  398. opacity: 1;
  399. top:130px; left:435px;
  400. }
  401. #notepaddiv3:hover{
  402. z-index: 120;
  403. opacity: 1;
  404. top:160px; left: 480px;
  405. }
  406.  
  407. #notebar{
  408. position: absolute;
  409. left: 0px;
  410. right: 0px;
  411. top: 0px;
  412. height: 30px;
  413. border-bottom: 2px solid black;
  414. z-index: 1;
  415. font-family:'buttonfont';
  416. text-align: center;
  417. font-size: 15pt;
  418. }
  419.  
  420. #notebody{
  421. position: absolute;
  422. top: 32px;
  423. left: 2px;
  424. right: 2px;
  425. bottom: 2px;
  426. background: gray;
  427. z-index: 1;
  428. font-family:'buttonfont';
  429. font-size: 15pt;
  430. text-align: left;
  431. padding-left: 2px;
  432. padding-top: 5px;
  433. border-radius: 0px 0px 30px 30px;
  434. overflow: auto;
  435. padding-bottom: 20px;
  436. }
  437.  
  438. #musicplayer{
  439. position: fixed;
  440. right: 0px;
  441. bottom: 220px;
  442. height: 220px;
  443. width: 200px;
  444. border: 0px solid white;
  445. overflow: hidden;
  446. padding-top: 2px;
  447. -webkit-transition: all 1s;
  448. transition: all 1s;
  449. z-index: 0;
  450. opacity: 0;
  451. }
  452.  
  453.  
  454. #songselect{
  455. float: left;
  456. height: 30px;
  457. width: 100%;
  458. border-radius: 5px 5px 5px 5px;
  459. border: 0px solid red;
  460. margin-bottom: 4px;
  461. overflow: hidden;
  462. font-family:'buttonfont';
  463. font-size: 12pt;
  464. padding-top: 4px;
  465. letter-spacing: 5px;
  466. text-align: center;
  467. background: gray;
  468. -webkit-transition: all 1s;
  469. transition: all 1s;
  470. }
  471.  
  472. #songselect:hover{
  473. background: #0082FE;
  474. }
  475.  
  476.  
  477. #playlist{
  478. position: fixed;
  479. right: 100px;
  480. bottom: 100px;
  481. height: 100px;
  482. width: 200px;
  483. border: 0px solid white;
  484. overflow: hidden;
  485. z-index: 0;
  486. opacity: 0;
  487. -webkit-transition: all 1s;
  488. transition: all 1s;
  489. }
  490.  
  491. #nowplaying1A,#nowplaying1B,
  492. #nowplaying1C,#nowplaying1D,
  493. #nowplaying1E{
  494. position: absolute;
  495. height: 98px;
  496. width: 198px;
  497. border: 0px solid red;
  498. z-index: -2;
  499. opacity: 0;
  500. color: black;
  501. -webkit-transition: all 1s;
  502. transition: all 1s;
  503. border-radius: 70px 70px 70px 70px;
  504. overflow: hidden;
  505. font-family: 'buttonfont';
  506. text-align: center;
  507. }
  508.  
  509. #nowplayingtitle{
  510. position: absolute;
  511. top: 0px;
  512. left: 0px;
  513. right: 0px;
  514. height: 25px;
  515. border-bottom: 2px solid black;
  516. padding-top: 1px;
  517. letter-spacing: 5px;
  518. z-index: 1;
  519. }
  520.  
  521. #nowplayingmarquee{
  522. position: absolute;
  523. top: 25px;
  524. left: 0px;
  525. right: 0px;
  526. height: 40px;
  527. width: 100%;
  528. padding-top: 5px;
  529. z-index: 1;
  530. font-size: 20pt;
  531. }
  532.  
  533. #nowplayingartist{
  534. position: absolute;
  535. top: 65px;
  536. height: 35px;
  537. width: 100%;
  538. border-top: 2px solid black;
  539. padding-top: 5px;
  540. z-index: 1;
  541. }
  542.  
  543. #backgroundfill{
  544. position: absolute;
  545. z-index: 0;
  546. top: 0px;
  547. left: 0px;
  548. height: 100%;
  549. width: 100%;
  550. opacity: .4;
  551. background: #0082FE;
  552. }
  553.  
  554. #list1:target #musicplayer,
  555. #list1A:target #musicplayer,
  556. #list1B:target #musicplayer,
  557. #list1C:target #musicplayer,
  558. #list1D:target #musicplayer,
  559. #list1E:target #musicplayer{
  560. z-index:1;
  561. opacity: 1;
  562. right: 100px;
  563. }
  564.  
  565. #list1A:target #nowplaying1A,
  566. #list1B:target #nowplaying1B,
  567. #list1C:target #nowplaying1C,
  568. #list1D:target #nowplaying1D,
  569. #list1E:target #nowplaying1E
  570. {opacity: 1;
  571. -webkit-transition: z-index 0s, opacity 1s .2s;
  572. transition: z-index 0s, opacity 1s .2s;
  573. z-index: 1;}
  574.  
  575. #list1A:target #playlist,
  576. #list1B:target #playlist,
  577. #list1C:target #playlist,
  578. #list1D:target #playlist,
  579. #list1E:target #playlist
  580. {z-index:1;
  581. opacity: 1;}
  582.  
  583. #song1A, #song1B, #song1C, #song1D, #song1E{
  584. position: fixed;
  585. opacity: 0;
  586. top: -300px;
  587. display: none;
  588. }
  589.  
  590. #list1A:target #song1A,
  591. #list1B:target #song1B,
  592. #list1C:target #song1C,
  593. #list1D:target #song1D,
  594. #list1E:target #song1E{
  595. display: block;
  596. }
  597.  
  598.  
  599.  
  600.  
  601. /* HELP MENU START */
  602.  
  603. #helpcover{
  604. position: fixed;
  605. top: 10px;
  606. right: 0px;
  607. border: 0px solid white;
  608. height: 130px;
  609. width: 400px;
  610. }
  611.  
  612. #helpmenu{
  613. position: absolute;
  614. top: 40px;
  615. right: 40px;
  616. height: 50px;
  617. width: 50px;
  618. border-radius: 90px 90px 90px 90px;
  619. border: 0px solid black;
  620. box-shadow: 0px 0px 0px 0px black;
  621. -webkit-animation: pulsering 3s 0s infinite;
  622. animation: pulsering 3s 0s infinite;
  623. }
  624.  
  625. #animatedring1{
  626. position: absolute;
  627. top: -10px;
  628. left: -10px;
  629. height: 70px;
  630. width: 69px;
  631. border-radius: 90px 90px 90px 90px;
  632. border: 0px solid red;
  633. box-shadow: 0px 0px 0px 0px black;
  634. -webkit-animation: pulsering 3s 1s infinite;
  635. animation: pulsering 3s 1s infinite;
  636. }
  637.  
  638. #animatedring2{
  639. position: absolute;
  640. top: -20px;
  641. left: -20px;
  642. height: 90px;
  643. width: 88px;
  644. border-radius: 90px 90px 90px 90px;
  645. box-shadow: 0px 0px 0px 0px black;
  646. -webkit-animation: pulsering 3s 2s infinite;
  647. animation: pulsering 3s 2s infinite;
  648. }
  649.  
  650. @-webkit-keyframes pulsering{
  651. 0%{box-shadow:0px 0px 0px 0px #3281cc;}
  652. 50%{box-shadow:0px 0px 10px 1px #3281cc;}
  653. 100%{box-shadow:0px 0px 0px 0px #3281cc;}
  654. }
  655.  
  656. @keyframes pulsering{
  657. 0%{box-shadow:0px 0px 0px 0px #3281cc;}
  658. 50%{box-shadow:0px 0px 10px 1px #3281cc;}
  659. 100%{box-shadow:0px 0px 0px 0px #3281cc;}
  660. }
  661.  
  662.  
  663. #questionmark{
  664. position: absolute;
  665. top: 0px;
  666. left: 0px;
  667. height: 50px;
  668. width: 50px;
  669. border-radius: 90px 90px 90px 90px;
  670. border: 0px solid red;
  671. font-family:'buttonfont';
  672. font-size: 30pt;
  673. color: #3281cc;
  674. box-sizing: border-box;
  675. text-align: center;
  676. padding-top: 2px;
  677. padding-left: 2px;
  678. -webkit-transition: all 1s;
  679. transition: all 1s;
  680. text-shadow: 0px 0px 0px transparent;
  681. }
  682.  
  683. #helpdisplay{
  684. position: absolute;
  685. top: 0px;
  686. bottom: 0px;
  687. right: 120px;
  688. margin: auto;
  689. border-radius: 5px 5px 5px 5px;
  690. height: 30px;
  691. width: 0px;
  692. border: 0px solid green;
  693. overflow: hidden;
  694. -webkit-transition: all 1s;
  695. transition: all 1s;
  696. }
  697.  
  698. #helptext{
  699. left: 0px;
  700. top: 0px;
  701. position: absolute;
  702. font-family:'buttonfont';
  703. text-align: center;
  704. height: 100%;
  705. width: 260px;
  706. font-size: 13pt;
  707. box-sizing: border-box;
  708. padding-top: 3px;
  709. color: black;
  710. background: #3281cc;
  711. }
  712.  
  713. .hoverlink{
  714. text-decoration: underline;
  715. color: black;
  716. font-weight: 400;
  717. -webkit-transition: all 1s;
  718. transition: all 1s;
  719. }
  720.  
  721. .hoverlink:hover{
  722. font-weight: 600;
  723. }
  724.  
  725. #helpcover:hover #questionmark{
  726. color: white;
  727. text-shadow: 0px 1px 18px white;
  728. }
  729.  
  730. #helpcover:hover #helpdisplay{
  731. width: 260px;
  732. right: 65px;
  733. }
  734.  
  735. #explaintab{
  736. position: fixed;
  737. margin-top: 20px;
  738. margin-left: 0px;
  739. height: 0px;
  740. width: 0px;
  741. border: 0px solid white;
  742. border-radius: 30px;
  743. overflow: hidden;
  744. background: #3281cc;
  745. font-family: 'buttonfont';
  746. font-size: 13pt;
  747. text-align: left;
  748. color: black;
  749. box-sizing: border-box;
  750. padding-top: 10px;
  751. padding-left: 10px;
  752. padding-right: 6px;
  753. -webkit-transition: opacity .5s 0s, all .3s 0s;
  754. opacity: 0;
  755. }
  756.  
  757. .hoverlink:hover + #explaintab{
  758. opacity: .8;
  759. -webkit-transition: opacity .5s 0s, all 0s 0s;
  760. height: 200px;
  761. width: 200px;
  762. }
  763.  
  764.  
  765. /* HELP MENU END */
  766.  
  767.  
  768.  
  769.  
  770. </style>
  771.  
  772. <div id="whole2">
  773. </div>
  774.  
  775. <div id="whole">
  776.  
  777. <div id="startbar">
  778. <div id="backgroundfiller" style="background: blue;">
  779. </div>
  780. <div id="startbutton">
  781. <a class="additional">
  782. start</a>
  783. <div id="startmenu">
  784.  
  785. <div id="option1">
  786.  
  787. <div id="optioncontainer">
  788. <div id="emblemsign" style="background-image:url(http://i67.tinypic.com/dyup92.jpg);">
  789. </div>
  790. <div id="titlesign">notes
  791. </div>
  792. <div id="arrowsign">
  793. </div>
  794. <div id="backgroundfiller2">
  795. </div>
  796. </div>
  797.  
  798. <div id="dropmenu">
  799. <div id="selectionmenu">coding
  800. </div>
  801.  
  802. <div id="notepaddiv">
  803. <div id="notebar">
  804. coding.
  805. </div>
  806. <div id="notebody">
  807. <font style="font-size:12pt;">Currently taking commissions for custom profiles. Willing to do code for individual elements, layout skeletons or entirely customized and themed layouts with prices varying accordingly.<br><br>
  808. Currently working on general layouts, if interested please send a PM or mail describing what would interest you.
  809. </font>
  810. </div>
  811. <div id="backgroundfiller2">
  812. </div>
  813. </div>
  814.  
  815. <div id="selectionmenu">fixing
  816. </div>
  817.  
  818.  
  819. <div id="notepaddiv2">
  820. <div id="notebar">
  821. fixing.
  822. </div>
  823. <div id="notebody">
  824. I <strike>will</strike> may fix your code.
  825. <br><br>
  826. <font style="font-size:12pt;">This is highly dependent on what I'm doing at the moment. If I'm busy, I may simply not have time to help. However, if I'm on this name then I'm likely willing to at least put some time and effort into it. The main key is to just to <u>ask me</u>. </font>
  827. </div>
  828. <div id="backgroundfiller2">
  829. </div>
  830. </div>
  831.  
  832. <div id="selectionmenu">ooc
  833. </div>
  834.  
  835. <div id="notepaddiv3">
  836. <div id="notebar">
  837. ooc.
  838. </div>
  839. <div id="notebody">
  840. Please ask nicely.
  841. <br>I'm an <b>amateur</b> coder. Very sloppy.
  842. <br> Profile is WIP.
  843. <br>All code used here is my own.<br><br>
  844. If I'm asleep or away, just leave any requests via PM or RPC mail,<br>
  845. I live in the Eastern US (GMT -5).<br><br>
  846. YES, this is the profile for the <b>code fixer</b> profile. This isn't a temp.
  847. </div>
  848. <div id="backgroundfiller2">
  849. </div>
  850. </div>
  851.  
  852.  
  853. </div>
  854. </div>
  855.  
  856. <div id="option2">
  857. <div id="optioncontainer">
  858.  
  859. <div id="emblemsign" style="background-image:url(http://i63.tinypic.com/fbgihd.jpg);">
  860. </div>
  861. <div id="titlesign">music
  862. </div>
  863. <div id="arrowsign">
  864. </div>
  865. <div id="backgroundfiller2">
  866. </div>
  867. </div>
  868.  
  869. <div id="dropmenu">
  870. <a href=#list1>
  871. <div id="selectionmenu">list 1
  872. </div>
  873. </a>
  874. <div id="selectionmenu"><strike>list 2</strike>
  875. </div>
  876. <div id="selectionmenu"><strike>list 3</strike>
  877. </div>
  878.  
  879.  
  880. </div>
  881.  
  882. </div>
  883.  
  884. <div id="option3">
  885. <div id="optioncontainer">
  886. <div id="backgroundfiller2">
  887. </div>
  888.  
  889. </div>
  890. </div>
  891.  
  892. <div id="option4">
  893. <div id="optioncontainer">
  894. <div id="backgroundfiller2">
  895. </div>
  896. </div>
  897. </div>
  898.  
  899. </div>
  900. </div>
  901. </div>
  902.  
  903. <div id="list1">
  904. <div id="list1A">
  905. <div id="list1B">
  906. <div id="list1C">
  907. <div id="list1D">
  908. <div id="list1E">
  909.  
  910. <div id="song1A">
  911. <embed src="https://dl.dropboxusercontent.com/u/4556289/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/nd475uchysfy4a5/01%20Go%20Straight.mp3?dl=1&t0=&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  912. </div>
  913.  
  914.  
  915. <div id="song1B">
  916. <embed src="https://dl.dropboxusercontent.com/u/4556289/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/46au6c92bpbzf1x/01-Ruthless.mp3?dl=1&t0=&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  917. </div>
  918.  
  919. <div id="song1C">
  920. <embed src="https://dl.dropboxusercontent.com/u/4556289/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/vqp3zwltan8hxle/1-02%20Turn%20It%20Down%20%28with%20Rebecca%20%26%20Fi.mp3?dl=1&t0=&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  921. </div>
  922.  
  923. <div id="song1D">
  924. <embed src="https://dl.dropboxusercontent.com/u/4556289/billy.swf?autoplay=true&f0=https://www.dropbox.com/s/s3kbnokw4zt33oq/102%20-%20AIM%20TO%20WIN%20%28Character%20Select%29.mp3?dl=1&t0=&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  925. </div>
  926.  
  927.  
  928. <div id="song1E">
  929. <embed src="https://dl.dropboxusercontent.com/u/4556289/billy.swf?autoplay=true&f0=https://dl.dropboxusercontent.com/u/4556289/Prefuse%2073%20-%20Drum%20Machine%2C%20Cello%2C%20Headwrap.mp3&t0=&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  930. </div>
  931.  
  932.  
  933. <div id="musicplayer">
  934. <a href=#list1A>
  935. <div id="songselect">
  936. go straight
  937.  
  938. </div>
  939. </a>
  940. <a href=#list1B>
  941. <div id="songselect">
  942. ruthless
  943. </div>
  944. </a>
  945. <a href=#list1C>
  946. <div id="songselect">
  947. turn it down
  948. </div>
  949. </a>
  950. <a href=#list1D>
  951. <div id="songselect">
  952. aim to win
  953. </div>
  954. </a>
  955. <a href=#list1E>
  956. <div id="songselect" style="letter-spacing: 0px;">
  957. drum machine, cello, headwrap
  958. </div>
  959. </a>
  960. <a href=#cancel>
  961. <div id="songselect">
  962. (CANCEL)
  963. </div>
  964. </a>
  965.  
  966.  
  967.  
  968. </div>
  969. <div id="playlist">
  970. <div id="nowplaying1A">
  971. <div id="nowplayingtitle">now playing
  972. </div>
  973. <div id="nowplayingmarquee">
  974.  
  975. <marquee direction="left" scrollamount="3">
  976. GO STRAIGHT (STREETS OF RAGE 2)
  977. </marquee>
  978.  
  979. </div>
  980. <div id="nowplayingartist">yuzo koshiro
  981. </div>
  982. <div id="backgroundfill">
  983. </div>
  984.  
  985. </div>
  986. <div id="nowplaying1B">
  987.  
  988. <div id="nowplayingtitle">
  989. now playing
  990. </div>
  991. <div id="nowplayingmarquee">
  992.  
  993. <marquee direction="left" scrollamount="3">
  994. RUTHLESS (MAX ANARCHY)
  995. </marquee>
  996.  
  997. </div>
  998. <div id="nowplayingartist">tre-dot
  999. </div>
  1000. <div id="backgroundfill">
  1001. </div>
  1002. </div>
  1003.  
  1004. <div id="nowplaying1C">
  1005. <div id="nowplayingtitle">now playing
  1006. </div>
  1007. <div id="nowplayingmarquee">
  1008.  
  1009. <marquee direction="left" scrollamount="3">
  1010. TURN IT DOWN (with Rebecca & Fiona) / FIRE & ICE
  1011. </marquee>
  1012.  
  1013. </div>
  1014. <div id="nowplayingartist">kaskade
  1015. </div>
  1016. <div id="backgroundfill">
  1017. </div>
  1018. </div>
  1019.  
  1020.  
  1021. <div id="nowplaying1D">
  1022. <div id="nowplayingtitle">now playing
  1023. </div>
  1024. <div id="nowplayingmarquee">
  1025. <marquee direction="left" scrollamount="3">
  1026. AIM TO WIN (character select) / tekken tag tournament 2
  1027. </marquee>
  1028.  
  1029. </div>
  1030. <div id="nowplayingartist">akitaka tohyama
  1031. </div>
  1032. <div id="backgroundfill">
  1033. </div>
  1034. </div>
  1035.  
  1036.  
  1037. <div id="nowplaying1E">
  1038. <div id="nowplayingtitle">now playing
  1039. </div>
  1040. <div id="nowplayingmarquee">
  1041. <marquee direction="left" scrollamount="3">
  1042. DRUM MACHINE, CELLO, HEADWRAP / EXTINGUISHED:OUTTAKES
  1043. </marquee>
  1044.  
  1045. </div>
  1046. <div id="nowplayingartist">prefuse 73
  1047. </div>
  1048. <div id="backgroundfill">
  1049. </div>
  1050. </div>
  1051. </div>
  1052.  
  1053. </div>
  1054. </div>
  1055. </div>
  1056. </div>
  1057. </div>
  1058.  
  1059.  
  1060. <div id="helpcover">
  1061. <div id="helpmenu">
  1062. <div id="animatedring1">
  1063. </div>
  1064. <div id="animatedring2">
  1065. </div>
  1066. <div id="questionmark">?
  1067. </div>
  1068. <div id="helpdisplay">
  1069. <div id="helptext">
  1070. hover for explanation: <a title="" class="hoverlink">notes</a>
  1071. <div id="explaintab">
  1072. After clicking each note, the window is available for a short time.
  1073. To extend the duration, simply hover on the note to keep it available.
  1074. After 2-3 seconds without hovering, the note will naturally vanish on its own.
  1075. </div>
  1076. / <a title="" class="hoverlink">music</a>
  1077. <div id="explaintab">
  1078. After launching a music list, simply click any song to play it.
  1079. In order to switch to a different song, select it from the list as well.
  1080. When you wish to stop the music altogether, simply click 'CANCEL' or switch to a different music list.
  1081. </div>
  1082. </div>
  1083. </div>
  1084. </div>
  1085.  
  1086. </div>
  1087.  
  1088.  
  1089. </div>
Advertisement
Add Comment
Please, Sign In to add comment