thisisnotras

Mae fix 2

Aug 17th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.09 KB | None | 0 0
  1. <style onload="try {document.title = 'tab title.' ;} catch (e) { }" type="text/css">
  2. @import 'https://fonts.googleapis.com/css?family=Oswald|Rationale';
  3.  
  4. .pfor {display: none; visibility: hidden;}
  5. #profile {background-color:;}
  6. #profile {border:;}
  7. body
  8. {overflow-x:hidden;
  9. background-image:
  10. url('http://i.imgur.com/7aYvCin.png');
  11. background-repeat:repeat;
  12. background-position:;
  13. background-attachment: fixed;
  14. background-color:white;
  15. font: 0px arial;
  16. color: black;}
  17. #profile {background-color: transparent;
  18. border:0px;
  19. }
  20.  
  21. ::-webkit-scrollbar {
  22. width: 5px;
  23. height: 0px;
  24. background:;
  25. }
  26.  
  27. ::-webkit-scrollbar-thumb {
  28. background-color:#ffb3cc;
  29. -webkit-border-radius: 10px;
  30. border-radius: 10px;
  31. }
  32.  
  33. ::selection {
  34. color:#ffb3cc;
  35. background-color: #bae1ff;
  36. }
  37.  
  38. a {color:;
  39. text-decoration: none;
  40. -webkit-transition: all 0.5s ease-in-out;
  41. -moz-transition: all 0.5s ease-in-out;
  42. -o-transition: all 0.5s ease-in-out;
  43. -ms-transition: all 0.5s ease-in-out;
  44. transition: all 0.5s ease-in-out;
  45. }
  46.  
  47. a:hover {color: black;
  48. text-decoration: none;
  49. -webkit-transition: all 0.5s ease-in-out;
  50. -moz-transition: all 0.5s ease-in-out;
  51. -o-transition: all 0.5s ease-in-out;
  52. -ms-transition: all 0.5s ease-in-out;
  53. transition: all 0.5s ease-in-out;
  54. }
  55.  
  56. *{cursor: url('http://www.dolliehost.com/dolliecrave/graphics/cursors-all/finger6.gif'), default;
  57. }
  58.  
  59. b {
  60. background-color:#ffb3cc;
  61. color:#bae1ff;
  62. font-family: 'Oswald', sans-serif;
  63. padding:3px;
  64. }
  65.  
  66. @font-face {font-family: "tinytots";src: url('https://dl.dropboxusercontent.com/s/y0pfz7ndq83n7j7/04B_03_.TTF?dl=1'); format("truetype");}
  67.  
  68. #container {
  69. position: fixed;
  70. width:1600;
  71. left: 450px;
  72. top: 100px;
  73. opacity:1.0;
  74. }
  75.  
  76. #container2 {
  77. position: fixed;
  78. width:1600;
  79. left: 450px;
  80. top: 100px;
  81. opacity:1.0;
  82. }
  83.  
  84. #box {
  85. position:absolute;
  86. background-color:#ffb3cc;
  87. width:200;
  88. height:200;
  89. left:0;
  90. top:0;
  91. }
  92.  
  93. #box2 {
  94. position:absolute;
  95. background-color:#bae1ff;
  96. width:200;
  97. height:200;
  98. left:200;
  99. top:0;
  100. }
  101.  
  102. #box3 {
  103. position:absolute;
  104. background-color:#ffb3cc;
  105. width:200;
  106. height:200;
  107. left:400;
  108. top:0;
  109. }
  110.  
  111. #box4 {
  112. position:absolute;
  113. background-color:#bae1ff;
  114. width:200;
  115. height:200;
  116. left:0;
  117. top:200;
  118. }
  119.  
  120. #box5 {
  121. position:absolute;
  122. background-color:#fe92b6;
  123. width:200;
  124. height:200;
  125. left:200;
  126. top:200;
  127. }
  128.  
  129. #box6 {
  130. position:absolute;
  131. background-color:#bae1ff;
  132. width:200;
  133. height:200;
  134. left:400;
  135. top:200;
  136. }
  137.  
  138. #box7 {
  139. position:absolute;
  140. background-color:#ffb3cc;
  141. width:200;
  142. height:200;
  143. left:0;
  144. top:400;
  145. }
  146.  
  147. #box8 {
  148. position:absolute;
  149. background-color:#bae1ff;
  150. width:200;
  151. height:200;
  152. left:200;
  153. top:400;
  154. }
  155.  
  156. #box9 {
  157. position:absolute;
  158. background-color:#ffb3cc;
  159. width:200;
  160. height:200;
  161. left:400;
  162. top:400;
  163. }
  164.  
  165. #image {
  166. position:absolute;
  167. left:25;
  168. top:25;
  169. }
  170.  
  171. #box-info-bg {
  172. position:absolute;
  173. background-color:#bae1ff;
  174. width:200;
  175. height:200;
  176. right:0;
  177. top:0;
  178. }
  179.  
  180. #box-info {
  181. position:absolute;
  182. color:#ffb3cc;
  183. font-size:14px;
  184. font-family: 'Rationale', sans-serif;
  185. text-transform:uppercase;
  186. text-align:center;
  187. width:150;
  188. height:150;
  189. left:25;
  190. top:25;
  191. overflow:auto;
  192. opacity: 0;
  193. -webkit-transition: all 1s;
  194. transition: all 1s;
  195. }
  196.  
  197. #box-slide{
  198. position: absolute;
  199. width: 400px;
  200. background: #ffb3cc;
  201. height: 200px;
  202. top: 0px;
  203. left: 0px;
  204. -webkit-transition: all 1s;
  205. transition: all 1s;
  206. z-index: 1;
  207. }
  208.  
  209. body:hover #box-slide{
  210. width: 200px;}
  211.  
  212. body:hover #box-info{
  213. opacity: 1;}
  214.  
  215.  
  216. #box-info-bg2 {
  217. position:absolute;
  218. background-color:#ffb3cc;
  219. width:400;
  220. height:200;
  221. margin-left:-200px;
  222. top:0;
  223. }
  224.  
  225. #box-slide2{
  226. position: absolute;
  227. left: 200px;
  228. top: 0px;
  229. height: 200px;
  230. width: 400px;
  231. overflow: hidden;
  232. -webkit-transition: all 1s;
  233. transition: all 1s;
  234. padding: 0px;}
  235.  
  236. body:hover #box-slide2{
  237. padding-left:200px;
  238. }
  239.  
  240.  
  241. #box-info-bg3 {
  242. position:absolute;
  243. background-color: #96d0fc;
  244. background-color: #bae1ff;
  245. width:200;
  246. height:200;
  247. left:0;
  248. top:200;
  249. }
  250.  
  251.  
  252. #box-slide3{
  253. position: absolute;
  254. height: 200px;
  255. width: 200px;
  256. left: 200px;
  257. background-color:#fe92b6;
  258. -webkit-transition: all 1s;
  259. transition: all 1s;
  260. z-index: 1;}
  261.  
  262. body:hover #box-slide3{
  263. -webkit-transition: all 1s;
  264. transition: all 1s;
  265. left: 0px;}
  266.  
  267. #box-slide3 #image{
  268. position: absolute;
  269. top: 0px;
  270. left: 0px;
  271. right: 0px;
  272. bottom: 0px;
  273. margin: auto;
  274. height: 200px;
  275. width: 200px;
  276. -webkit-transition: all 1s .3s;
  277. transition: all 1s .3s;
  278. overflow: hidden;}
  279.  
  280. #box-slide3 #image2{
  281. position: absolute;
  282. top: 0px;
  283. left: 0px;
  284. right: 0px;
  285. bottom: 0px;
  286. margin: auto;
  287. height: 0px;
  288. width: 0px;
  289. -webkit-transition: all .7s;
  290. transition: all .7s;
  291. overflow: hidden;}
  292.  
  293. body:hover #box-slide3 #image{
  294. -webkit-transition: all .7s;
  295. transition: all .7s;
  296. height: 0px;
  297. width: 0px;
  298. z-index: 1;
  299. }
  300.  
  301. body:hover #box-slide3 #image2{
  302. -webkit-transition: all 1s .3s;
  303. transition: all 1s .3s;
  304. height: 200px;
  305. width: 200px;
  306. }
  307.  
  308. #image img, #image2 img{
  309. position: absolute;
  310. top: 0px;
  311. left: 0px;
  312. right: 0px;
  313. bottom: 0px;
  314. margin: auto;}
  315.  
  316.  
  317.  
  318.  
  319.  
  320. #box-info-bg4 {
  321. position:absolute;
  322. background-color: #bae1ff;
  323. width:400;
  324. height:200;
  325. left:200;
  326. top:200;
  327. overflow: hidden;
  328. -webkit-transition: all 1s;
  329. transition: all 1s;
  330. }
  331.  
  332. #box-slide4{
  333. position: absolute;
  334. width: 400px;
  335. height: 200px;
  336. -webkit-transition: all 1s;
  337. transition: all 1s;
  338. left: 200px;
  339. top: 0px;
  340. opacity: 0;}
  341.  
  342. body:hover #box-slide4{
  343. left: 0px;
  344. opacity: 1;}
  345.  
  346. body:hover #box-info-bg4{
  347. background-color:#96d0fc;}
  348.  
  349. #box-info-bg5 {
  350. position:absolute;
  351. background-color:#bae1ff;
  352. width:400;
  353. height:200;
  354. left:0;
  355. top:400;
  356. overflow: hidden;
  357. }
  358.  
  359. #box-slide5{
  360. position: absolute;
  361. left: 400px;
  362. top: 0px;
  363. height: 200px;
  364. width: 400px;
  365. -webkit-transition: all 1s;
  366. transition: all 1s;
  367. }
  368.  
  369. body:hover #box-slide5{
  370. left: 0px;}
  371.  
  372.  
  373. #box-info-bg6 {
  374. position:absolute;
  375. background-color:#ffb3cc;
  376. background-color: transparent;
  377. width:200;
  378. height:200;
  379. top: 0px;
  380. margin-left: 0px;
  381. }
  382.  
  383. #box-slide6{
  384. position: absolute;
  385. background-color: #ffb3cc;
  386. background-color: transparent;
  387. height: 200px;
  388. width: 400px;
  389. top: 400px;
  390. left: 200px;
  391. -webkit-transition: all 1s;
  392. transition: all 1s;
  393. overflow: hidden;
  394. box-sizing: border-box;
  395. }
  396.  
  397. body:hover #box-slide6{
  398. left: 400px;
  399. width: 200px;
  400. }
  401.  
  402. #friends{
  403. opacity: 0;
  404. -webkit-transition: all 1s;
  405. transition: all 1s;}
  406.  
  407. body:hover #friends{
  408. opacity: 1;}
  409.  
  410. #box-slide7{
  411. position: absolute;
  412. z-index: 1;
  413. top: 0px;
  414. left: 0px;
  415. height: 200px;
  416. width: 200px;
  417. -webkit-transition: all 1s;
  418. transition: all 1s;
  419. background:#ffb3cc;}
  420.  
  421. body:hover #box-slide7{
  422. left:-200px;}
  423.  
  424. #pokeball {
  425. position:absolute;
  426. text-align:center;
  427. width:400;
  428. left:0;
  429. top:25;
  430. }
  431.  
  432. #title {
  433. position:absolute;
  434. color:#bae1ff;
  435. font-size:30px;
  436. font-family: 'Oswald', sans-serif;
  437. text-align:center;
  438. text-transform:uppercase;
  439. width:400;
  440. left:0;
  441. top:50;
  442. border-bottom:3px solid #bae1ff;
  443. }
  444.  
  445. #title2 {
  446. position:absolute;
  447. color:#bae1ff;
  448. font-size:14px;
  449. font-family: 'Rationale', sans-serif;
  450. text-align:center;
  451. text-transform:uppercase;
  452. width:400;
  453. left:0;
  454. top:100;
  455. }
  456.  
  457. #title3 {
  458. position:absolute;
  459. color:#ffb3cc;
  460. font-size:30px;
  461. font-family: 'Oswald', sans-serif;
  462. text-align:center;
  463. text-transform:uppercase;
  464. width:400;
  465. left:0;
  466. top:45;
  467. border-bottom:3px solid #ffb3cc;
  468. }
  469.  
  470. #poketeam {
  471. position:absolute;
  472. text-align:center;
  473. width:400;
  474. left:0;
  475. top:120;
  476. }
  477.  
  478. a[data-title]:hover:after {
  479. content: attr(data-title);
  480. padding: 3px;
  481. color:#ffb3cc;
  482. font-size:20px;
  483. font-family: 'Oswald', sans-serif;
  484. text-transform:uppercase;
  485. position: absolute;
  486. left: 20;
  487. top: 33px;
  488. white-space: nowrap;
  489. background-color: #bae1ff;
  490. }
  491.  
  492. #box-info2 {
  493. position:absolute;
  494. color:#fe92b6;
  495. font-family: 'Rationale', sans-serif;
  496. font-size:14px;
  497. text-align:justify;
  498. text-transform:uppercase;
  499. width:355;
  500. height:155;
  501. left:25;
  502. top:25;
  503. overflow:auto;
  504. }
  505.  
  506. #music-gif {
  507. position:absolute;
  508. left:180;
  509. top:0;
  510. }
  511.  
  512. #music-title-title {
  513. position:absolute;
  514. background-color:#ffb3cc;
  515. color:#bae1ff;
  516. font-family: 'Oswald', sans-serif;
  517. font-size:15px;
  518. text-align:center;
  519. text-transform:uppercase;
  520. width:130;
  521. height:15;
  522. line-height:15px;
  523. left:0;
  524. top:100;
  525. }
  526.  
  527. #music-title-artist {
  528. position:absolute;
  529. background-color:#ffb3cc;
  530. color:#bae1ff;
  531. font-family: 'Oswald', sans-serif;
  532. font-size:15px;
  533. text-align:center;
  534. text-transform:uppercase;
  535. width:130;
  536. height:15;
  537. line-height:15px;
  538. left:145;
  539. top:100;
  540. }
  541.  
  542. #music-title-player {
  543. position:absolute;
  544. background-color:#ffb3cc;
  545. color:#bae1ff;
  546. font-family: 'Oswald', sans-serif;
  547. font-size:15px;
  548. text-align:center;
  549. text-transform:uppercase;
  550. width:130;
  551. height:15;
  552. line-height:15px;
  553. left:290;
  554. top:100;
  555. }
  556.  
  557. #music-title {
  558. position:absolute;
  559. background-color:#ffb3cc;
  560. color:#bae1ff;
  561. font-family: 'Rationale', sans-serif;
  562. font-size:15px;
  563. text-align:center;
  564. text-transform:uppercase;
  565. width:130;
  566. height:15;
  567. line-height:15px;
  568. left:0;
  569. top:120;
  570. }
  571.  
  572. #music-title2 {
  573. position:absolute;
  574. background-color:#ffb3cc;
  575. color:#bae1ff;
  576. font-family: 'Rationale', sans-serif;
  577. font-size:15px;
  578. text-align:center;
  579. text-transform:uppercase;
  580. width:130;
  581. height:15;
  582. line-height:15px;
  583. left:0;
  584. top:140;
  585. }
  586.  
  587. #music-title3 {
  588. position:absolute;
  589. background-color:#ffb3cc;
  590. color:#bae1ff;
  591. font-family: 'Rationale', sans-serif;
  592. font-size:15px;
  593. text-align:center;
  594. text-transform:uppercase;
  595. width:130;
  596. height:15;
  597. line-height:15px;
  598. left:0;
  599. top:160;
  600. }
  601.  
  602. #music-title4 {
  603. position:absolute;
  604. background-color:#ffb3cc;
  605. color:#bae1ff;
  606. font-family: 'Rationale', sans-serif;
  607. font-size:15px;
  608. text-align:center;
  609. text-transform:uppercase;
  610. width:130;
  611. height:15;
  612. line-height:15px;
  613. left:0;
  614. top:180;
  615. }
  616.  
  617. #music-artist {
  618. position:absolute;
  619. background-color:#ffb3cc;
  620. color:#bae1ff;
  621. font-family: 'Rationale', sans-serif;
  622. font-size:15px;
  623. text-align:center;
  624. text-transform:uppercase;
  625. width:130;
  626. height:15;
  627. line-height:15px;
  628. left:145;
  629. top:120;
  630. }
  631.  
  632. #music-artist2 {
  633. position:absolute;
  634. background-color:#ffb3cc;
  635. color:#bae1ff;
  636. font-family: 'Rationale', sans-serif;
  637. font-size:15px;
  638. text-align:center;
  639. text-transform:uppercase;
  640. width:130;
  641. height:15;
  642. line-height:15px;
  643. left:145;
  644. top:140;
  645. }
  646.  
  647. #music-artist3 {
  648. position:absolute;
  649. background-color:#ffb3cc;
  650. color:#bae1ff;
  651. font-family: 'Rationale', sans-serif;
  652. font-size:15px;
  653. text-align:center;
  654. text-transform:uppercase;
  655. width:130;
  656. height:15;
  657. line-height:15px;
  658. left:145;
  659. top:160;
  660. }
  661.  
  662. #music-artist4 {
  663. position:absolute;
  664. background-color:#ffb3cc;
  665. color:#bae1ff;
  666. font-family: 'Rationale', sans-serif;
  667. font-size:15px;
  668. text-align:center;
  669. text-transform:uppercase;
  670. width:130;
  671. height:15;
  672. line-height:15px;
  673. left:145;
  674. top:180;
  675. }
  676.  
  677. #music{
  678. position:absolute;
  679. background-image:
  680. url('http://i.imgur.com/XYcnNQf.png');
  681. background-position:center;
  682. background-repeat: no-repeat;
  683. background-size: 15px;
  684. background-color:#ffb3cc;
  685. z-index:99;
  686. width:130;
  687. height:15;
  688. line-height:15px;
  689. left:290;
  690. top:120;
  691. overflow:hidden;
  692. -webkit-transition: all 0.5s ease-in-out;
  693. -moz-transition: all 0.5s ease-in-out;
  694. -o-transition: all 0.5s ease-in-out;
  695. }
  696.  
  697. #music2{
  698. position:absolute;
  699. background-image:
  700. url('http://i.imgur.com/XYcnNQf.png');
  701. background-position:center;
  702. background-repeat: no-repeat;
  703. background-size: 15px;
  704. background-color:#ffb3cc;
  705. z-index:99;
  706. width:130;
  707. height:15;
  708. line-height:15px;
  709. left:290;
  710. top:140;
  711. overflow:hidden;
  712. -webkit-transition: all 0.5s ease-in-out;
  713. -moz-transition: all 0.5s ease-in-out;
  714. -o-transition: all 0.5s ease-in-out;
  715. }
  716.  
  717. #music3{
  718. position:absolute;
  719. background-image:
  720. url('http://i.imgur.com/XYcnNQf.png');
  721. background-position:center;
  722. background-repeat: no-repeat;
  723. background-size: 15px;
  724. background-color:#ffb3cc;
  725. z-index:99;
  726. width:130;
  727. height:15;
  728. line-height:15px;
  729. left:290;
  730. top:160;
  731. overflow:hidden;
  732. -webkit-transition: all 0.5s ease-in-out;
  733. -moz-transition: all 0.5s ease-in-out;
  734. -o-transition: all 0.5s ease-in-out;
  735. }
  736.  
  737. #music4{
  738. position:absolute;
  739. background-image:
  740. url('http://i.imgur.com/XYcnNQf.png');
  741. background-position:center;
  742. background-repeat: no-repeat;
  743. background-size: 15px;
  744. background-color:#ffb3cc;
  745. z-index:99;
  746. width:130;
  747. height:15;
  748. line-height:15px;
  749. left:290;
  750. top:180;
  751. overflow:hidden;
  752. -webkit-transition: all 0.5s ease-in-out;
  753. -moz-transition: all 0.5s ease-in-out;
  754. -o-transition: all 0.5s ease-in-out;
  755. }
  756.  
  757. #friends {
  758. vertical-align: center;
  759. text-align: center;
  760. position: absolute;
  761. width:200;
  762. height:200;
  763. left:0;
  764. top:15;
  765. text-align:center;
  766. letter-spacing:0px;
  767. line-height: 10px;
  768. margin: 1px;
  769. z-index:99;
  770. overflow:hidden;
  771. }
  772.  
  773. #friends a {
  774. padding: 3px;
  775. width: 50px;
  776. font-family: 'Rationale', sans-serif;
  777. font-size:15px;
  778. text-transform:uppercase;
  779. letter-spacing: 1px;
  780. display: inline-block;
  781. text-align: center;
  782. color:#ffb3cc;
  783. background-color: #bae1ff;
  784. -webkit-transition: all 0.5s ease-in-out;
  785. -moz-transition: all 0.5s ease-in-out;
  786. -o-transition: all 0.5s ease-in-out;
  787. -ms-transition: all 0.5s ease-in-out;
  788. transition: all 0.5s ease-in-out;
  789. border: 1px solid #ffb3cc;
  790. }
  791.  
  792. #friends a:hover {
  793. background-color:#ffb3cc;
  794. color:#bae1ff;
  795. -webkit-transition: all 0.5s ease-in-out;
  796. -moz-transition: all 0.5s ease-in-out;
  797. -o-transition: all 0.5s ease-in-out;
  798. -ms-transition: all 0.5s ease-in-out;
  799. transition: all 0.5s ease-in-out;
  800. border: 1px solid #ffb3cc;
  801. }
  802.  
  803. </style>
  804.  
  805. <div id="container">
  806.  
  807. <div id="box">
  808. </div>
  809. <div id="box2">
  810. </div>
  811. <div id="box3">
  812. </div>
  813. <div id="box4">
  814. </div>
  815. <div id="box5">
  816. <div id="image">
  817. <img src="http://i.imgur.com/2aAwiHQ.png" width="150">
  818. </div>
  819. </div>
  820. <div id="box6">
  821. </div>
  822. <div id="box7">
  823. </div>
  824. <div id="box8">
  825. </div>
  826. <div id="box9">
  827. </div>
  828. </div>
  829.  
  830. <div id="container2">
  831.  
  832. <div id="box-slide">
  833. <div id="box-info-bg">
  834. <div id="box-info">
  835.  
  836. <b>name:</b> Mae
  837. <br>
  838. <b>d.o.b:</b> 01-17-94
  839. <br>
  840. <b>alias:</b> The Grumpy Mae
  841. <br>
  842. <b>occupation:</b> ex trainer
  843. <br>
  844. <b>personality:</b> grumpy
  845. <br>
  846. <b>orientation:</b> asexual
  847. <br>
  848. <b>m. status:</b> divorced
  849. <br>
  850.  
  851. </div>
  852. </div>
  853. </div>
  854.  
  855. <div id="box-slide2">
  856. <div id="box-info-bg2">
  857.  
  858. <div id="pokeball">
  859. <img src="http://orig01.deviantart.net/1182/f/2011/331/9/1/pokemon_pokeball_sprite_divider_by_venesauroar-d4hfowo.png">
  860. </div>
  861. <div id="title">
  862. current poketeam:
  863. </div>
  864. <div id="title2">
  865. they're actually my alts.
  866. </div>
  867. <div id="poketeam">
  868.  
  869. <a data-title="Venusaur">
  870. <img src="http://i.imgur.com/CJ27f8H.png">
  871. </a>
  872.  
  873. <a data-title="Alolan Ninetales">
  874. <img src="http://i.imgur.com/basgrxF.png">
  875. </a>
  876.  
  877. <a data-title="Clefairy">
  878. <img src="http://i.imgur.com/1qAWSL8.png">
  879. </a>
  880.  
  881. <a data-title="Salem">
  882. <img src="http://i.imgur.com/2bU4P4E.png">
  883. </a>
  884.  
  885. <a data-title="Luxray">
  886. <img src="http://i.imgur.com/QDKpJJH.png">
  887. </a>
  888.  
  889. <a data-title="Palkia">
  890. <img src="http://i.imgur.com/EUnTqD0.png">
  891. </a>
  892.  
  893. </div>
  894. </div>
  895. </div>
  896.  
  897. <div id="box-info-bg3">
  898. <div id="box-slide3">
  899. <div id="image">
  900. <img src="http://i.imgur.com/ezJSE73.png" width="150">
  901. </div>
  902. <div id="image2">
  903. <img src="http://i.imgur.com/2aAwiHQ.png" width="150">
  904. </div>
  905. </div>
  906. </div>
  907.  
  908. <div id="box-info-bg4">
  909. <div id="box-slide4">
  910. <div id="box-info2">
  911.  
  912. biography to be added.
  913.  
  914. </div>
  915. </div>
  916. </div>
  917.  
  918. <div id="box-info-bg5">
  919. <div id="box-slide5">
  920. <div id="music-gif">
  921. <img src="http://orig03.deviantart.net/c75a/f/2008/293/4/7/pink_stereo___free_use_by_nico_xoxo.gif">
  922. </div>
  923. <div id="title3">
  924. current playlist:
  925. </div>
  926.  
  927. <div id="music-title-title">
  928. song
  929. </div>
  930.  
  931. <div id="music-title-artist">
  932. artist
  933. </div>
  934.  
  935. <div id="music-title-player">
  936. player
  937. </div>
  938.  
  939. <div id="music-title">
  940. music title
  941. </div>
  942. <div id="music-title2">
  943. music title
  944. </div>
  945. <div id="music-title3">
  946. music title
  947. </div>
  948. <div id="music-title4">
  949. music title
  950. </div>
  951.  
  952. <div id="music-artist">
  953. music artist
  954. </div>
  955. <div id="music-artist2">
  956. music artist
  957. </div>
  958. <div id="music-artist3">
  959. music artist
  960. </div>
  961. <div id="music-artist4">
  962. music artist
  963. </div>
  964.  
  965. <div id="music">
  966. <Div style="margin-top:4px;">
  967. <audio controls style="opacity: 0;">
  968.  
  969. <source src="MP3 KIWI6 HOTLINK URL HERE.">
  970.  
  971. </audio>
  972. </div>
  973. </div>
  974. <div id="music2">
  975. <Div style="margin-top:4px;">
  976. <audio controls style="opacity: 0;">
  977.  
  978. <source src="MP3 KIWI6 HOTLINK URL HERE.">
  979.  
  980. </audio>
  981. </div>
  982. </div>
  983. <div id="music3">
  984. <Div style="margin-top:4px;">
  985. <audio controls style="opacity: 0;">
  986.  
  987. <source src="MP3 KIWI6 HOTLINK URL HERE.">
  988.  
  989. </audio>
  990. </div>
  991. </div>
  992. <div id="music4">
  993. <Div style="margin-top:4px;">
  994. <audio controls style="opacity: 0;">
  995.  
  996. <source src="MP3 KIWI6 HOTLINK URL HERE.">
  997.  
  998. </audio>
  999. </div>
  1000. </div>
  1001. </div>
  1002. <div id="box-slide7">
  1003. </div>
  1004. </div>
  1005.  
  1006. <div id="box-slide6">
  1007. <div id="box-info-bg6">
  1008.  
  1009. <div id="friends">
  1010.  
  1011. <a href="" target="_blank">friend</a>
  1012. <a href="" target="_blank">friend</a>
  1013. <a href="" target="_blank">friend</a>
  1014. <br>
  1015. <a href="" target="_blank">friend</a>
  1016. <a href="" target="_blank">friend</a>
  1017. <a href="" target="_blank">friend</a>
  1018. <br>
  1019. <a href="" target="_blank">friend</a>
  1020. <a href="" target="_blank">friend</a>
  1021. <a href="" target="_blank">friend</a>
  1022. <br>
  1023. <a href="" target="_blank">friend</a>
  1024. <a href="" target="_blank">friend</a>
  1025. <a href="" target="_blank">friend</a>
  1026. <br>
  1027. <a href="" target="_blank">friend</a>
  1028. <a href="" target="_blank">friend</a>
  1029. <a href="" target="_blank">friend</a>
  1030. <br>
  1031. <a href="" target="_blank">friend</a>
  1032. <a href="" target="_blank">friend</a>
  1033. <a href="" target="_blank">friend</a>
  1034. <br>
  1035. <a href="" target="_blank">friend</a>
  1036. <a href="" target="_blank">friend</a>
  1037. <a href="" target="_blank">friend</a>
  1038. <br>
  1039. <a href="" target="_blank">friend</a>
  1040. <a href="" target="_blank">friend</a>
  1041. <a href="" target="_blank">friend</a>
  1042. <br>
  1043. <a href="" target="_blank">friend</a>
  1044. <a href="" target="_blank">friend</a>
  1045. <a href="" target="_blank">friend</a>
  1046. <br>
  1047.  
  1048.  
  1049. </div>
  1050. </div>
  1051. </div>
  1052. </div>
Advertisement
Add Comment
Please, Sign In to add comment