Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. <a href="http://tinypic.com?ref=2ai262d" target="_blank"><img src="http://i65.tinypic.com/2ai262d.jpg" border="0" alt="Image and video hosting by TinyPic"></a> Song title - band
  2.  
  3.  
  4.  
  5. <style>
  6.  
  7. Music Player Template #8 | design and coding by Kiwi Lovehart (/1132477) of the loser?s club @ loserlyts.tumblr.com ?
  8.  
  9. - DO NOT remove my credit.
  10. - DO NOT redistribute, use as a base, or claim as your own.
  11. - DO NOT merge my layouts with layouts from other sites. Not coolio.
  12.  
  13. - DO feel free to ask questions and send messages to me via tumblr or on rp.me.
  14. - DO visit loserlyts.tumblr.com for more content!
  15.  
  16. </style>
  17.  
  18. <style>
  19.  
  20. Music Player Template #8 | Instructions
  21.  
  22. - 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.
  23. - To change title: CTRL+F 'song title' and replace with whatever you want
  24. - To change artist name: CTRL+F 'artist name' and replace with whatever you want
  25. - 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.
  26.  
  27. /*--- Customizing Colors ---*/
  28. - To change title color: CTRL+F '#song-title' and replace '#555' with desired hex code
  29. - To change progress bar color: CTRL+F 'div class="bar" style="width: 20%; background: #555;' and replace '#555' with desired hexcode
  30.  
  31. </style>
  32.  
  33. <style>@import url(https://fonts.googleapis.com/css?family=Karla|Poppins:400,500,700|Muli:400|Raleway:400,500,700|Oswald);
  34.  
  35. @font-face {
  36. font-family: "vcr";
  37. src: url('https://dl.dropbox.com/s/lq2nz8ia8g1aow0/VCR_OSD_MONO_1.001.ttf');
  38. }
  39.  
  40. #nowplaying {
  41. width: 240px;
  42. height: 80px;
  43. border: 0px solid #eee;
  44. position: relative;
  45. }
  46.  
  47. #time-elapsed {
  48. font: 7px 'arial';
  49. color: #b1b1b1;
  50. letter-spacing: 1px;
  51. top: 20%; left: 8%;
  52. position: absolute;
  53. }
  54.  
  55. #time-remaining {
  56. font: 7px 'arial';
  57. color: #b1b1b1;
  58. letter-spacing: 1px;
  59. top: 20%; right: 8%;
  60. position: absolute;
  61. }
  62.  
  63. #slider {
  64. width: 5px;
  65. height: 15px;
  66. border-radius: 10px;
  67. background-color: #fff;
  68. box-shadow:0 0 5px #f2f2f2;
  69. left: 32%; top: 15%;
  70. position: absolute;
  71. z-index: 5;
  72. }
  73.  
  74. #song-title {
  75. font: 16px 'silkscreen';
  76. letter-spacing: 1px;
  77. color: #555;
  78. font-weight: 500;
  79. text-transform: uppercase;
  80. text-align: center;
  81. left: 27%; top: 48%;
  82. position: absolute;
  83. }
  84.  
  85. #song-title span.artist {
  86. font: 6px 'vcr';
  87. color: #b1b1b1;
  88. text-transform: uppercase;
  89. letter-spacing: 1px;
  90. text-align: center;
  91. display: block;
  92. }
  93.  
  94. .progress {
  95. width: 145px;
  96. height: 5px;
  97. border-radius: 20px;
  98. background-color:rgba(244,244,244,.5);
  99. position: absolute;
  100. top: 21%; left: 20%;
  101. display:block;
  102. overflow:hidden;
  103. }
  104.  
  105. .bar {height: 5px;}
  106.  
  107. </style>
  108.  
  109.  
  110.  
  111. </I></center>
  112. <audio autoplay loop><source src="http://k007.kiwi6.com/hotlink/k8ddds2dlg/He_Is_We_-_Prove_You_Wrong_Lyrics_on_Screen_HD.mp3">
  113. </audio>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement