Advertisement
Katting

iPawd Music Player - HTML

May 20th, 2017
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. <!--------------------------------------------------------------------------
  2.  
  3. FELINES THEMES: iPawd Music Player
  4.  
  5. This custom music player was created using jPlayer. The layout of this player was designed by designed by Katherine from @felinethemes. You may not use it as a base code or redistribute it as your own.
  6.  
  7. ***YOU MUST KEEP THIS CREDIT***
  8.  
  9. --------------------------------------------------------------------------->
  10. <div id="01" class="popup_block">
  11. <!------------------------------------>
  12. <div class="audio-player">
  13. <div id="jquery_jplayer_1" class="jp-jplayer"></div>
  14. <!-- Audio Player -->
  15.  
  16. <!-- Visual Container -->
  17. <div id="jp_container_1" role="application" aria-label="media player">
  18. <div class="jp-type-playlist">
  19.  
  20. <div class="jp-col1">
  21.  
  22. <div class="jp-now-playing-art">
  23. <div class="jp-image"></div>
  24. </div>
  25.  
  26. <div class="jp-now-playing">
  27. <div class="jp-track-name"></div>
  28. <div class="jp-artist-name"></div>
  29. </div>
  30.  
  31. <div class="jp-controls">
  32. <button class="jp-previous" role="button" tabindex="0"><i class="fa fa-step-backward"></i></button>
  33. <button class="jp-play" role="button" tabindex="0"><i class="fa fa-play"></i></button>
  34. <button class="jp-next" role="button" tabindex="0"><i class="fa fa-step-forward"></i></button>
  35. </div>
  36.  
  37. <div class="jp-toggles">
  38. <!-- Shuffle Toggle -->
  39. <button class="jp-shuffle" role="button" tabindex="0">
  40. <i class="fa fa-random"></i></button>
  41. <!-- Repeat Toggle -->
  42. <button class="jp-repeat" role="button" tabindex="0"><i class="fa fa-exchange"></i></button>
  43. <button class="jp-mute" role="button" tabindex="0"><i class="fa fa-volume-up"></i></button>
  44. </div>
  45.  
  46. </div>
  47.  
  48.  
  49. <div class="jp-col2">
  50. <!-- Progress bar -->
  51. <div class="jp-progress-container">
  52. <!-- Progress Time -->
  53. <div class="jp-time-holder">
  54. <span class="jp-current-time" role="timer" aria-label="time">&nbsp;</span>
  55. <span class="jp-duration" role="timer" aria-label="duration">&nbsp;</span>
  56. </div>
  57. <!-- End Time holder -->
  58.  
  59. <!-- Progress bar -->
  60. <div class="jp-progress">
  61. <div class="jp-seek-bar">
  62. <div class="jp-play-bar">
  63. <div class="bullet">
  64. </div>
  65. </div>
  66. </div>
  67. </div>
  68. <!-- End Progress bar -->
  69. </div>
  70.  
  71. <!-- Playlist -->
  72. <div id="playlist-wrap" class="jp-playlist">
  73. <ul>
  74. <li>&nbsp;</li>
  75. </ul>
  76. </div>
  77. <!-- End Playlist -->
  78.  
  79. </div>
  80.  
  81. <!-- Volume controls -->
  82. <div class="jp-volume-controls"
  83. <!-- Volume Bar -->
  84. <div class="jp-volume-holder">
  85. <div class="jp-volume-bar">
  86. <div class="jp-volume-bar-value">
  87. <div class="bullet"></div>
  88. </div>
  89. </div>
  90. </div>
  91. <!-- End Volume Bar -->
  92. </div>
  93.  
  94.  
  95.  
  96. </div>
  97. <!-- Player Type Playlist -->
  98. </div>
  99. <!-- End Container -->
  100. <!-- End Fixed Audio Player -->
  101. </div>
  102. </div>
  103. <!---------------------------------------------------------------------->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement