Advertisement
chrissources

Untitled

Jul 17th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. <style>
  2. Music Player Template #8 | design and coding by Kiwi Lovehart (/1132477) of the loser?s club @ loserlyts.tumblr.com ?
  3. - DO NOT remove my credit.
  4. - DO NOT redistribute, use as a base, or claim as your own.
  5. - DO NOT merge my layouts with layouts from other sites. Not coolio.
  6. - DO feel free to ask questions and send messages to me via tumblr or on rp.me.
  7. - DO visit loserlyts.tumblr.com for more content!
  8. </style>
  9. <style>
  10. Music Player Template #8 | Instructions
  11. - READ CAREFULLY: As you fill in the song title and artist, IT WILL SHIFT which will make the template look off. I've provided specific instructions on /HOW/ to shift the title.
  12. - To change title: CTRL+F 'song title' and replace with whatever you want
  13. - To change artist name: CTRL+F 'artist name' and replace with whatever you want
  14. - To shift title: CTRL+F '#song-title' and change the % value in 'left'. (+) POSITIVE VALUES {ex: 28% -> 40%) WILL SHIFT THE ELEMENT TO THE RIGHT. (-) NEGATIVE VALUES {ex: 28% -> 10%) WILL SHIFT THE ELEMENT TO THE LEFT.
  15. /*--- Customizing Colors ---*/
  16. - To change title color: CTRL+F '#song-title' and replace '#555' with desired hex code
  17. - To change progress bar color: CTRL+F 'div class="bar" style="width: 20%; background: #555;' and replace '#555' with desired hexcode
  18. </style>
  19. <style>@import url(https://fonts.googleapis.com/css?family=Karla|Poppins:400,500,700|Muli:400|Raleway:400,500,700|Oswald);
  20. @font-face {
  21. font-family: "vcr";
  22. src: url('https://dl.dropbox.com/s/lq2nz8ia8g1aow0/VCR_OSD_MONO_1.001.ttf');
  23. }
  24. #nowplaying {
  25. width: 240px;
  26. height: 80px;
  27. border: 0px solid #eee;
  28. position: relative;
  29. }
  30. #time-elapsed {
  31. font: 7px 'arial';
  32. color: #b1b1b1;
  33. letter-spacing: 1px;
  34. top: 20%; left: 8%;
  35. position: absolute;
  36. }
  37. #time-remaining {
  38. font: 7px 'arial';
  39. color: #b1b1b1;
  40. letter-spacing: 1px;
  41. top: 20%; right: 8%;
  42. position: absolute;
  43. }
  44. #slider {
  45. width: 5px;
  46. height: 15px;
  47. border-radius: 10px;
  48. background-color: #fff;
  49. box-shadow:0 0 5px #f2f2f2;
  50. left: 32%; top: 15%;
  51. position: absolute;
  52. z-index: 5;
  53. }
  54. #song-title {
  55. font: 16px 'silkscreen';
  56. letter-spacing: 1px;
  57. color: #555;
  58. font-weight: 500;
  59. text-transform: uppercase;
  60. text-align: center;
  61. left: 27%; top: 48%;
  62. position: absolute;
  63. }
  64. #song-title span.artist {
  65. font: 6px 'vcr';
  66. color: #b1b1b1;
  67. text-transform: uppercase;
  68. letter-spacing: 1px;
  69. text-align: center;
  70. display: block;
  71. }
  72. .progress {
  73. width: 145px;
  74. height: 5px;
  75. border-radius: 20px;
  76. background-color:rgba(244,244,244,.5);
  77. position: absolute;
  78. top: 21%; left: 20%;
  79. display:block;
  80. overflow:hidden;
  81. }
  82. .bar {height: 5px;}
  83. </style>
  84. </I></center>
  85. <audio autoplay loop><source src="http://k007.kiwi6.com/hotlink/e5aoftgg97/Ed_Sheeran_-_South_of_the_Border_feat._Camila_Cabello_and_Cardi_B_Official_Lyric_Video_.mp3">
  86. </audio>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement