dollcrds

kylo crd co music player + links

Apr 6th, 2024
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. ---MUSIC PLAYER---
  2. <style>
  3. @font-face {
  4. font-family:'kiwi';
  5. src: url(https://dl.dropbox.com/s/388cvx0do21kj3n/KiwiSoda.ttf);
  6. }
  7.  
  8. </style>
  9. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  10.  
  11. <!-------MUSIC PLAYER BY GLENTHEMES------->
  12. <script src="//static.tumblr.com/gtjt4bo/QRmphdsdv/glenplayer02.js"></script>
  13.  
  14. <style type="text/css">
  15. /*-------MUSIC PLAYER BY GLENTHEMES-------*/
  16. #glenplayer02 {
  17. position:relative;
  18. top:0px;
  19. left:5px;
  20. display:flex;
  21. z-index:99;
  22. }
  23. #glenplayer02 a {text-decoration:none;}
  24.  
  25. #glenplayer02 > div {
  26. align-self:center;
  27. -webkit-align-self:center;
  28. }
  29.  
  30. .music-controls {
  31. user-select:none;
  32. -webkit-user-select:none;
  33. width:13px;
  34. font-size:18px;
  35. cursor:pointer;
  36. }
  37.  
  38. .playy, .pausee {color:#Fff; text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;} /* color of play & pause buttons */
  39.  
  40. .pausee {display:none;}
  41.  
  42. .sonata {
  43. margin-left:10px;
  44. font-family:'kiwi';
  45. font-size:14px;
  46. color:#Fff;
  47. font-weight: bold;
  48. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0; /* color of music note symbol */
  49. }
  50.  
  51. .labeltext {
  52. margin-left:0px;
  53. position: relative;
  54. bottom:10px;
  55. font-family:'kiwi';
  56. font-size:14px;
  57. color:#fff;
  58. font-weight: bold;
  59. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;/* color of song title */
  60. }
  61.  
  62. </style>
  63. <body>
  64. <!-------MUSIC PLAYER BY GLENTHEMES------->
  65. <div id="glenplayer02">
  66. <div class="music-controls" onclick="songstart();">
  67. <div class="playy">►</div>
  68. <div class="pausee">♬</div>
  69. </div>
  70. <div class="sonata"> <marquee> So tell me how does it feel
  71. With ketamine across your plate?
  72. But still you can't stand the taste</marquee> </div>
  73. <div class="labeltext"></div>
  74. </div><!--end music player-->
  75.  
  76. <audio id="tune" src="https://dl.dropbox.com/scl/fi/wv3e2gl4w5zjil6ie07jr/01-overpaid-feat.-Tom-The-Mail-Man.mp3?rlkey=g00xvtz096zaqvsvzasferzjx&dl=0.mp3""audio"></audio>
  77. </body>
  78.  
  79. <div class="labeltext"> </div>
  80.  
  81. ---LINKS---
  82. <style>
  83. @font-face {
  84. font-family:'kiwi';
  85. src: url(https://dl.dropbox.com/s/388cvx0do21kj3n/KiwiSoda.ttf);
  86. }
  87. </style>
  88.  
  89. <body>
  90. <div style="text-align: center;">
  91. <select onchange="location=this.options[this.selectedIndex].value;" style="width:100px;background:none;border:none;font-size:1em;padding:4px;color: #000;margin-top: 0px;font-family:'kiwi';">
  92. <option value="#">FIND ME HERE!</option>
  93. <option value="https://www.youtube.com/@dollcrds">youtube</option>
  94. <option value="https://retrospring.net/@dollcrds">retrospring</option>
  95. <option value="https://www.pinterest.com/dollcrds/">pinterest</option>
  96. </select>
  97. </div>
  98. </body>
Advertisement
Add Comment
Please, Sign In to add comment