thisisnotras

Fix thing.

Aug 17th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.65 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. width:200;
  245. height:200;
  246. left:0;
  247. top:200;
  248. }
  249.  
  250.  
  251. #box-slide3{
  252. position: absolute;
  253. height: 200px;
  254. width: 200px;
  255. left: 200px;
  256. background-color:#fe92b6;
  257. -webkit-transition: all 1s;
  258. transition: all 1s;
  259. z-index: 1;}
  260.  
  261. body:hover #box-slide3{
  262. -webkit-transition: all 1s;
  263. transition: all 1s;
  264. left: 0px;}
  265.  
  266. #box-slide3 #image{
  267. position: absolute;
  268. top: 0px;
  269. left: 0px;
  270. right: 0px;
  271. bottom: 0px;
  272. margin: auto;
  273. height: 200px;
  274. width: 200px;
  275. -webkit-transition: all 1s .3s;
  276. transition: all 1s .3s;
  277. overflow: hidden;}
  278.  
  279. #box-slide3 #image2{
  280. position: absolute;
  281. top: 0px;
  282. left: 0px;
  283. right: 0px;
  284. bottom: 0px;
  285. margin: auto;
  286. height: 0px;
  287. width: 0px;
  288. -webkit-transition: all .7s;
  289. transition: all .7s;
  290. overflow: hidden;}
  291.  
  292. body:hover #box-slide3 #image{
  293. -webkit-transition: all .7s;
  294. transition: all .7s;
  295. height: 0px;
  296. width: 0px;
  297. z-index: 1;
  298. }
  299.  
  300. body:hover #box-slide3 #image2{
  301. -webkit-transition: all 1s .3s;
  302. transition: all 1s .3s;
  303. height: 200px;
  304. width: 200px;
  305. }
  306.  
  307. #image img, #image2 img{
  308. position: absolute;
  309. top: 0px;
  310. left: 0px;
  311. right: 0px;
  312. bottom: 0px;
  313. margin: auto;}
  314.  
  315.  
  316.  
  317.  
  318.  
  319. #box-info-bg4 {
  320. position:absolute;
  321. background-color:#96d0fc;
  322. width:400;
  323. height:200;
  324. left:200;
  325. top:200;
  326. overflow: hidden;
  327. }
  328.  
  329. #box-slide4{
  330. position: absolute;
  331. width: 400px;
  332. height: 200px;
  333. -webkit-transition: all 1s;
  334. transition: all 1s;
  335. left: 200px;
  336. top: 0px;
  337. opacity: 0;}
  338.  
  339. body:hover #box-slide4{
  340. left: 0px;
  341. opacity: 1;}
  342.  
  343. #box-info-bg5 {
  344. position:absolute;
  345. background-color:#bae1ff;
  346. width:400;
  347. height:200;
  348. left:0;
  349. top:400;
  350. overflow: hidden;
  351. }
  352.  
  353. #box-slide5{
  354. position: absolute;
  355. left: 400px;
  356. top: 0px;
  357. height: 200px;
  358. width: 400px;
  359. -webkit-transition: all 1s;
  360. transition: all 1s;
  361. }
  362.  
  363. body:hover #box-slide5{
  364. left: 0px;}
  365.  
  366.  
  367. #box-info-bg6 {
  368. position:absolute;
  369. background-color:#ffb3cc;
  370. width:200;
  371. height:200;
  372. top: 0px;
  373. margin-left: 0px;
  374. }
  375.  
  376. #box-slide6{
  377. position: absolute;
  378. background-color: #bae1ff;
  379. height: 200px;
  380. width: 400px;
  381. top: 400px;
  382. left: 200px;
  383. -webkit-transition: all 1s;
  384. transition: all 1s;
  385. overflow: hidden;
  386. box-sizing: border-box;
  387. }
  388.  
  389. body:hover #box-slide6{
  390. left: 400px;
  391. width: 200px;
  392. }
  393.  
  394. #friends{
  395. opacity: 0;
  396. -webkit-transition: all 1s;
  397. transition: all 1s;}
  398.  
  399. body:hover #friends{
  400. opacity: 1;}
  401.  
  402. #pokeball {
  403. position:absolute;
  404. text-align:center;
  405. width:400;
  406. left:0;
  407. top:25;
  408. }
  409.  
  410. #title {
  411. position:absolute;
  412. color:#bae1ff;
  413. font-size:30px;
  414. font-family: 'Oswald', sans-serif;
  415. text-align:center;
  416. text-transform:uppercase;
  417. width:400;
  418. left:0;
  419. top:50;
  420. border-bottom:3px solid #bae1ff;
  421. }
  422.  
  423. #title2 {
  424. position:absolute;
  425. color:#bae1ff;
  426. font-size:14px;
  427. font-family: 'Rationale', sans-serif;
  428. text-align:center;
  429. text-transform:uppercase;
  430. width:400;
  431. left:0;
  432. top:100;
  433. }
  434.  
  435. #title3 {
  436. position:absolute;
  437. color:#ffb3cc;
  438. font-size:30px;
  439. font-family: 'Oswald', sans-serif;
  440. text-align:center;
  441. text-transform:uppercase;
  442. width:400;
  443. left:0;
  444. top:45;
  445. border-bottom:3px solid #ffb3cc;
  446. }
  447.  
  448. #poketeam {
  449. position:absolute;
  450. text-align:center;
  451. width:400;
  452. left:0;
  453. top:120;
  454. }
  455.  
  456. a[data-title]:hover:after {
  457. content: attr(data-title);
  458. padding: 3px;
  459. color:#ffb3cc;
  460. font-size:20px;
  461. font-family: 'Oswald', sans-serif;
  462. text-transform:uppercase;
  463. position: absolute;
  464. left: 20;
  465. top: 33px;
  466. white-space: nowrap;
  467. background-color: #bae1ff;
  468. }
  469.  
  470. #box-info2 {
  471. position:absolute;
  472. color:#fe92b6;
  473. font-family: 'Rationale', sans-serif;
  474. font-size:14px;
  475. text-align:justify;
  476. text-transform:uppercase;
  477. width:355;
  478. height:155;
  479. left:25;
  480. top:25;
  481. overflow:auto;
  482. }
  483.  
  484. #music-gif {
  485. position:absolute;
  486. left:180;
  487. top:0;
  488. }
  489.  
  490. #music-title-title {
  491. position:absolute;
  492. background-color:#ffb3cc;
  493. color:#bae1ff;
  494. font-family: 'Oswald', sans-serif;
  495. font-size:15px;
  496. text-align:center;
  497. text-transform:uppercase;
  498. width:130;
  499. height:15;
  500. line-height:15px;
  501. left:0;
  502. top:100;
  503. }
  504.  
  505. #music-title-artist {
  506. position:absolute;
  507. background-color:#ffb3cc;
  508. color:#bae1ff;
  509. font-family: 'Oswald', sans-serif;
  510. font-size:15px;
  511. text-align:center;
  512. text-transform:uppercase;
  513. width:130;
  514. height:15;
  515. line-height:15px;
  516. left:145;
  517. top:100;
  518. }
  519.  
  520. #music-title-player {
  521. position:absolute;
  522. background-color:#ffb3cc;
  523. color:#bae1ff;
  524. font-family: 'Oswald', sans-serif;
  525. font-size:15px;
  526. text-align:center;
  527. text-transform:uppercase;
  528. width:130;
  529. height:15;
  530. line-height:15px;
  531. left:290;
  532. top:100;
  533. }
  534.  
  535. #music-title {
  536. position:absolute;
  537. background-color:#ffb3cc;
  538. color:#bae1ff;
  539. font-family: 'Rationale', sans-serif;
  540. font-size:15px;
  541. text-align:center;
  542. text-transform:uppercase;
  543. width:130;
  544. height:15;
  545. line-height:15px;
  546. left:0;
  547. top:120;
  548. }
  549.  
  550. #music-title2 {
  551. position:absolute;
  552. background-color:#ffb3cc;
  553. color:#bae1ff;
  554. font-family: 'Rationale', sans-serif;
  555. font-size:15px;
  556. text-align:center;
  557. text-transform:uppercase;
  558. width:130;
  559. height:15;
  560. line-height:15px;
  561. left:0;
  562. top:140;
  563. }
  564.  
  565. #music-title3 {
  566. position:absolute;
  567. background-color:#ffb3cc;
  568. color:#bae1ff;
  569. font-family: 'Rationale', sans-serif;
  570. font-size:15px;
  571. text-align:center;
  572. text-transform:uppercase;
  573. width:130;
  574. height:15;
  575. line-height:15px;
  576. left:0;
  577. top:160;
  578. }
  579.  
  580. #music-title4 {
  581. position:absolute;
  582. background-color:#ffb3cc;
  583. color:#bae1ff;
  584. font-family: 'Rationale', sans-serif;
  585. font-size:15px;
  586. text-align:center;
  587. text-transform:uppercase;
  588. width:130;
  589. height:15;
  590. line-height:15px;
  591. left:0;
  592. top:180;
  593. }
  594.  
  595. #music-artist {
  596. position:absolute;
  597. background-color:#ffb3cc;
  598. color:#bae1ff;
  599. font-family: 'Rationale', sans-serif;
  600. font-size:15px;
  601. text-align:center;
  602. text-transform:uppercase;
  603. width:130;
  604. height:15;
  605. line-height:15px;
  606. left:145;
  607. top:120;
  608. }
  609.  
  610. #music-artist2 {
  611. position:absolute;
  612. background-color:#ffb3cc;
  613. color:#bae1ff;
  614. font-family: 'Rationale', sans-serif;
  615. font-size:15px;
  616. text-align:center;
  617. text-transform:uppercase;
  618. width:130;
  619. height:15;
  620. line-height:15px;
  621. left:145;
  622. top:140;
  623. }
  624.  
  625. #music-artist3 {
  626. position:absolute;
  627. background-color:#ffb3cc;
  628. color:#bae1ff;
  629. font-family: 'Rationale', sans-serif;
  630. font-size:15px;
  631. text-align:center;
  632. text-transform:uppercase;
  633. width:130;
  634. height:15;
  635. line-height:15px;
  636. left:145;
  637. top:160;
  638. }
  639.  
  640. #music-artist4 {
  641. position:absolute;
  642. background-color:#ffb3cc;
  643. color:#bae1ff;
  644. font-family: 'Rationale', sans-serif;
  645. font-size:15px;
  646. text-align:center;
  647. text-transform:uppercase;
  648. width:130;
  649. height:15;
  650. line-height:15px;
  651. left:145;
  652. top:180;
  653. }
  654.  
  655. #music{
  656. position:absolute;
  657. background-image:
  658. url('http://i.imgur.com/XYcnNQf.png');
  659. background-position:center;
  660. background-repeat: no-repeat;
  661. background-size: 15px;
  662. background-color:#ffb3cc;
  663. z-index:99;
  664. width:130;
  665. height:15;
  666. line-height:15px;
  667. left:290;
  668. top:120;
  669. overflow:hidden;
  670. -webkit-transition: all 0.5s ease-in-out;
  671. -moz-transition: all 0.5s ease-in-out;
  672. -o-transition: all 0.5s ease-in-out;
  673. }
  674.  
  675. #music2{
  676. position:absolute;
  677. background-image:
  678. url('http://i.imgur.com/XYcnNQf.png');
  679. background-position:center;
  680. background-repeat: no-repeat;
  681. background-size: 15px;
  682. background-color:#ffb3cc;
  683. z-index:99;
  684. width:130;
  685. height:15;
  686. line-height:15px;
  687. left:290;
  688. top:140;
  689. overflow:hidden;
  690. -webkit-transition: all 0.5s ease-in-out;
  691. -moz-transition: all 0.5s ease-in-out;
  692. -o-transition: all 0.5s ease-in-out;
  693. }
  694.  
  695. #music3{
  696. position:absolute;
  697. background-image:
  698. url('http://i.imgur.com/XYcnNQf.png');
  699. background-position:center;
  700. background-repeat: no-repeat;
  701. background-size: 15px;
  702. background-color:#ffb3cc;
  703. z-index:99;
  704. width:130;
  705. height:15;
  706. line-height:15px;
  707. left:290;
  708. top:160;
  709. overflow:hidden;
  710. -webkit-transition: all 0.5s ease-in-out;
  711. -moz-transition: all 0.5s ease-in-out;
  712. -o-transition: all 0.5s ease-in-out;
  713. }
  714.  
  715. #music4{
  716. position:absolute;
  717. background-image:
  718. url('http://i.imgur.com/XYcnNQf.png');
  719. background-position:center;
  720. background-repeat: no-repeat;
  721. background-size: 15px;
  722. background-color:#ffb3cc;
  723. z-index:99;
  724. width:130;
  725. height:15;
  726. line-height:15px;
  727. left:290;
  728. top:180;
  729. overflow:hidden;
  730. -webkit-transition: all 0.5s ease-in-out;
  731. -moz-transition: all 0.5s ease-in-out;
  732. -o-transition: all 0.5s ease-in-out;
  733. }
  734.  
  735. #friends {
  736. vertical-align: center;
  737. text-align: center;
  738. position: absolute;
  739. width:200;
  740. height:200;
  741. left:0;
  742. top:15;
  743. text-align:center;
  744. letter-spacing:0px;
  745. line-height: 10px;
  746. margin: 1px;
  747. z-index:99;
  748. overflow:hidden;
  749. }
  750.  
  751. #friends a {
  752. padding: 3px;
  753. width: 50px;
  754. font-family: 'Rationale', sans-serif;
  755. font-size:15px;
  756. text-transform:uppercase;
  757. letter-spacing: 1px;
  758. display: inline-block;
  759. text-align: center;
  760. color:#ffb3cc;
  761. background-color: #bae1ff;
  762. -webkit-transition: all 0.5s ease-in-out;
  763. -moz-transition: all 0.5s ease-in-out;
  764. -o-transition: all 0.5s ease-in-out;
  765. -ms-transition: all 0.5s ease-in-out;
  766. transition: all 0.5s ease-in-out;
  767. border: 1px solid #ffb3cc;
  768. }
  769.  
  770. #friends a:hover {
  771. background-color:#ffb3cc;
  772. color:#bae1ff;
  773. -webkit-transition: all 0.5s ease-in-out;
  774. -moz-transition: all 0.5s ease-in-out;
  775. -o-transition: all 0.5s ease-in-out;
  776. -ms-transition: all 0.5s ease-in-out;
  777. transition: all 0.5s ease-in-out;
  778. border: 1px solid #ffb3cc;
  779. }
  780.  
  781. </style>
  782.  
  783. <div id="container">
  784.  
  785. <div id="box">
  786. </div>
  787. <div id="box2">
  788. </div>
  789. <div id="box3">
  790. </div>
  791. <div id="box4">
  792. </div>
  793. <div id="box5">
  794. <div id="image">
  795. <img src="http://i.imgur.com/2aAwiHQ.png" width="150">
  796. </div>
  797. </div>
  798. <div id="box6">
  799. </div>
  800. <div id="box7">
  801. </div>
  802. <div id="box8">
  803. </div>
  804. <div id="box9">
  805. </div>
  806. </div>
  807.  
  808. <div id="container2">
  809.  
  810. <div id="box-slide">
  811. <div id="box-info-bg">
  812. <div id="box-info">
  813.  
  814. <b>name:</b> Mae
  815. <br>
  816. <b>d.o.b:</b> 01-17-94
  817. <br>
  818. <b>alias:</b> The Grumpy Mae
  819. <br>
  820. <b>occupation:</b> ex trainer
  821. <br>
  822. <b>personality:</b> grumpy
  823. <br>
  824. <b>orientation:</b> asexual
  825. <br>
  826. <b>m. status:</b> divorced
  827. <br>
  828.  
  829. </div>
  830. </div>
  831. </div>
  832.  
  833. <div id="box-slide2">
  834. <div id="box-info-bg2">
  835.  
  836. <div id="pokeball">
  837. <img src="http://orig01.deviantart.net/1182/f/2011/331/9/1/pokemon_pokeball_sprite_divider_by_venesauroar-d4hfowo.png">
  838. </div>
  839. <div id="title">
  840. current poketeam:
  841. </div>
  842. <div id="title2">
  843. they're actually my alts.
  844. </div>
  845. <div id="poketeam">
  846.  
  847. <a data-title="Venusaur">
  848. <img src="http://i.imgur.com/CJ27f8H.png">
  849. </a>
  850.  
  851. <a data-title="Alolan Ninetales">
  852. <img src="http://i.imgur.com/basgrxF.png">
  853. </a>
  854.  
  855. <a data-title="Clefairy">
  856. <img src="http://i.imgur.com/1qAWSL8.png">
  857. </a>
  858.  
  859. <a data-title="Salem">
  860. <img src="http://i.imgur.com/2bU4P4E.png">
  861. </a>
  862.  
  863. <a data-title="Luxray">
  864. <img src="http://i.imgur.com/QDKpJJH.png">
  865. </a>
  866.  
  867. <a data-title="Palkia">
  868. <img src="http://i.imgur.com/EUnTqD0.png">
  869. </a>
  870.  
  871. </div>
  872. </div>
  873. </div>
  874.  
  875. <div id="box-info-bg3">
  876. <div id="box-slide3">
  877. <div id="image">
  878. <img src="http://i.imgur.com/ezJSE73.png" width="150">
  879. </div>
  880. <div id="image2">
  881. <img src="http://i.imgur.com/2aAwiHQ.png" width="150">
  882. </div>
  883. </div>
  884. </div>
  885.  
  886. <div id="box-info-bg4">
  887. <div id="box-slide4">
  888. <div id="box-info2">
  889.  
  890. biography to be added.
  891.  
  892. </div>
  893. </div>
  894. </div>
  895.  
  896. <div id="box-info-bg5">
  897. <div id="box-slide5">
  898. <div id="music-gif">
  899. <img src="http://orig03.deviantart.net/c75a/f/2008/293/4/7/pink_stereo___free_use_by_nico_xoxo.gif">
  900. </div>
  901. <div id="title3">
  902. current playlist:
  903. </div>
  904.  
  905. <div id="music-title-title">
  906. song
  907. </div>
  908.  
  909. <div id="music-title-artist">
  910. artist
  911. </div>
  912.  
  913. <div id="music-title-player">
  914. player
  915. </div>
  916.  
  917. <div id="music-title">
  918. music title
  919. </div>
  920. <div id="music-title2">
  921. music title
  922. </div>
  923. <div id="music-title3">
  924. music title
  925. </div>
  926. <div id="music-title4">
  927. music title
  928. </div>
  929.  
  930. <div id="music-artist">
  931. music artist
  932. </div>
  933. <div id="music-artist2">
  934. music artist
  935. </div>
  936. <div id="music-artist3">
  937. music artist
  938. </div>
  939. <div id="music-artist4">
  940. music artist
  941. </div>
  942.  
  943. <div id="music">
  944. <Div style="margin-top:4px;">
  945. <audio controls style="opacity: 0;">
  946.  
  947. <source src="MP3 KIWI6 HOTLINK URL HERE.">
  948.  
  949. </audio>
  950. </div>
  951. </div>
  952. <div id="music2">
  953. <Div style="margin-top:4px;">
  954. <audio controls style="opacity: 0;">
  955.  
  956. <source src="MP3 KIWI6 HOTLINK URL HERE.">
  957.  
  958. </audio>
  959. </div>
  960. </div>
  961. <div id="music3">
  962. <Div style="margin-top:4px;">
  963. <audio controls style="opacity: 0;">
  964.  
  965. <source src="MP3 KIWI6 HOTLINK URL HERE.">
  966.  
  967. </audio>
  968. </div>
  969. </div>
  970. <div id="music4">
  971. <Div style="margin-top:4px;">
  972. <audio controls style="opacity: 0;">
  973.  
  974. <source src="MP3 KIWI6 HOTLINK URL HERE.">
  975.  
  976. </audio>
  977. </div>
  978. </div>
  979. </div>
  980. </div>
  981.  
  982. <div id="box-slide6">
  983. <div id="box-info-bg6">
  984.  
  985. <div id="friends">
  986.  
  987. <a href="" target="_blank">friend</a>
  988. <a href="" target="_blank">friend</a>
  989. <a href="" target="_blank">friend</a>
  990. <br>
  991. <a href="" target="_blank">friend</a>
  992. <a href="" target="_blank">friend</a>
  993. <a href="" target="_blank">friend</a>
  994. <br>
  995. <a href="" target="_blank">friend</a>
  996. <a href="" target="_blank">friend</a>
  997. <a href="" target="_blank">friend</a>
  998. <br>
  999. <a href="" target="_blank">friend</a>
  1000. <a href="" target="_blank">friend</a>
  1001. <a href="" target="_blank">friend</a>
  1002. <br>
  1003. <a href="" target="_blank">friend</a>
  1004. <a href="" target="_blank">friend</a>
  1005. <a href="" target="_blank">friend</a>
  1006. <br>
  1007. <a href="" target="_blank">friend</a>
  1008. <a href="" target="_blank">friend</a>
  1009. <a href="" target="_blank">friend</a>
  1010. <br>
  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.  
  1024.  
  1025. </div>
  1026. </div>
  1027. </div>
  1028. </div>
Advertisement
Add Comment
Please, Sign In to add comment