Advertisement
thanksamber

Page 004 - Playlist

Apr 3rd, 2016
5,184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>{Title}</title>
  6. <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  7. <link rel="stylesheet" href="style.css">
  8. <script src="http://static.tumblr.com/01wstkc/mMho526cb/jquery-1.11.3.min.js"></script>
  9. <style>
  10. body {
  11. background-color: #f5f5f5;
  12. color: #cecece;
  13. font-family: 'Calibri', sans-serif;
  14. font-size: 11px;
  15. }
  16.  
  17. a {
  18. color: #ffffff;
  19. text-transform: uppercase;
  20. -moz-transition: all 0.2s ease;
  21. -o-transition: all 0.2s ease;
  22. -webkit-transition: all 0.2s ease;
  23. transition: all 0.2s ease;
  24. }
  25.  
  26. a:hover {
  27. color: #888888;
  28. }
  29.  
  30. .clear {
  31. clear: both;
  32. }
  33.  
  34. #content {
  35. overflow: hidden;
  36. position: relative;
  37. width: 795px;
  38. margin: 50px auto;
  39. }
  40.  
  41.  
  42. #sidebar {
  43. float: left;
  44. height: 100%;
  45. position: absolute;
  46. top: 0;
  47. width: 175px;
  48. padding: 40px 20px;
  49. background-color: #1a1a1a;
  50. text-align: right;
  51. }
  52.  
  53. h1 {
  54. font-family: 'Roboto', sans-serif;
  55. text-transform: uppercase;
  56. margin-bottom: 0px;
  57. }
  58.  
  59. #desc {
  60. margin-top: 10px;
  61. text-align: justify;
  62. }
  63.  
  64. ul#list {
  65. padding: 0;
  66. text-align: center;
  67. }
  68.  
  69. ul#list li {
  70. list-style-type: none;
  71. padding: 10px;
  72. text-transform: uppercase;
  73. width: 100%;
  74. cursor: pointer;
  75. border-bottom: 1px solid #313131;
  76. }
  77.  
  78. ul#list li:last-child {
  79. border: none;
  80. }
  81.  
  82. ul#list li:hover {
  83. background-color: #313131;
  84. }
  85.  
  86. #container {
  87. width: 540px;
  88. background-color: #1a1a1a;
  89. padding: 15px;
  90. float: right;
  91. }
  92.  
  93. #container img {
  94. width: 540px;
  95. height: 540px;
  96. margin-bottom: 10px;
  97. }
  98.  
  99. #trackinfo {
  100. float: left;
  101. width: 410px;
  102. padding: 10px;
  103. overflow: hidden;
  104. font-family: 'Roboto', sans-serif;
  105. text-transform: uppercase;
  106. }
  107.  
  108. #trackinfo span {
  109. display: none;
  110. }
  111.  
  112. #trackinfo .extra {
  113. color: #888888;
  114. text-transform: none;
  115. }
  116.  
  117. #share {
  118. border: none;
  119. width: 30px;
  120. background-image: url('http://static.tumblr.com/01wstkc/HQTo5268y/reblog.png');
  121. }
  122.  
  123. #np {
  124. float: left;
  125. width: 80px;
  126. color: #888888;
  127. padding: 10px 0;
  128. text-transform: uppercase;
  129. }
  130.  
  131. #player {
  132. width: 500px;
  133. padding: 0 20px;
  134. height: 40px;
  135. }
  136.  
  137. button, #timeline {
  138. float: left;
  139. width: 30px;
  140. height: 30px;
  141. margin-top: 5px;
  142. border: none;
  143. border-right: 1px solid #313131;
  144. background-size: 75%;
  145. background-repeat: no-repeat;
  146. background-position: center;
  147. background-color: #1a1a1a;
  148. cursor: pointer;
  149. outline: none;
  150. -moz-transition: all 0.2s ease;
  151. -o-transition: all 0.2s ease;
  152. -webkit-transition: all 0.2s ease;
  153. transition: all 0.2s ease;
  154.  
  155. }
  156.  
  157. button:hover {
  158. opacity: 0.6;
  159. }
  160.  
  161. #sButton {
  162. background-image: url('http://static.tumblr.com/01wstkc/wkIo526ae/stop.png');
  163. }
  164.  
  165. .play {
  166. background-image: url('http://static.tumblr.com/01wstkc/2bOo52684/play.png');
  167. }
  168.  
  169. .pause {
  170. background-image: url('http://static.tumblr.com/01wstkc/Duio5267u/pause.png');
  171. }
  172.  
  173. #prev {
  174. background-image: url('http://static.tumblr.com/01wstkc/vFBo5268k/previous.png');
  175. }
  176.  
  177. #next {
  178. border: none;
  179. background-image: url('http://static.tumblr.com/01wstkc/6JXo5267i/next.png');
  180. }
  181.  
  182. #replay {
  183. background-image: url('http://static.tumblr.com/01wstkc/QTDo5269z/replay.png');
  184. }
  185.  
  186. #volume {
  187. position: relative;
  188. }
  189.  
  190. .volume {
  191. background-image: url('http://static.tumblr.com/01wstkc/6deo526aq/volume.png');
  192. }
  193.  
  194. .mute {
  195. background-image: url('http://static.tumblr.com/01wstkc/sTqo52675/mute.png');
  196. }
  197.  
  198. #volumecontainer {
  199. position: absolute;
  200. top: 0;
  201. left: 28px;
  202. width: 108px;
  203. height: 30px;
  204. background-color: #1a1a1a;
  205. color: #cecece;
  206. font-size: 10px;
  207. display: none;
  208. text-align: right;
  209. }
  210.  
  211. #volumecontainer span {
  212. line-height: 32px;
  213. }
  214.  
  215. #volumebar {
  216. position: absolute;
  217. margin-top: 13px;
  218. width: 80px;
  219. height: 3px;
  220. background-color: #313131;
  221. }
  222.  
  223. #volumehead {
  224. width: 7px;
  225. height: 7px;
  226. margin-top: -1px;
  227. background-color: #cecece;
  228. border-radius: 100%;
  229. }
  230.  
  231. button#volume:hover {
  232. opacity: 1;
  233. }
  234.  
  235. #timeline {
  236. float: left;
  237. width: 215px;
  238. height: 13px;
  239. margin: 12px 7px 0 7px;
  240. border: 1px solid #313131;
  241. }
  242.  
  243. .buffer {
  244. float: left;
  245. width: 0%;
  246. height: 100%;
  247. background-color: #313131;
  248. }
  249.  
  250. #playhead {
  251. position: relative;
  252. width: 4px;
  253. height: 13px;
  254. background-color: #cecece;
  255. cursor: pointer;
  256. }
  257.  
  258. #timer {
  259. float: left;
  260. height: 30px;
  261. line-height: 30px;
  262. margin: 5px 0 0 5px;
  263. padding: 0 10px;
  264. font-size: 11px;
  265. border-left: 1px solid #313131;
  266. border-right: 1px solid #313131;
  267. }
  268.  
  269. ul#playlist {
  270. padding: 0;
  271. margin: 10px 0 0 -10px;
  272. width: 100%;
  273. }
  274.  
  275. ul#playlist li {
  276. list-style-type: none;
  277. padding: 15px 10px;
  278. width: 100%;
  279. cursor: pointer;
  280. font-size: 11px;
  281. font-family: 'Roboto', sans-serif;
  282. text-transform: uppercase;
  283. -moz-transition: all 0.2s ease;
  284. -o-transition: all 0.2s ease;
  285. -webkit-transition: all 0.2s ease;
  286. transition: all 0.2s ease;
  287. }
  288.  
  289. ul#playlist li:hover {
  290. background-color: #313131;
  291. }
  292.  
  293. ul#playlist li .extra {
  294. display: none;
  295. }
  296.  
  297. .tab img {
  298. display: none;
  299. }
  300.  
  301. </style>
  302. </head>
  303. <body>
  304. <div id="content">
  305. <div id="sidebar">
  306. <h1>Page 004</h1>
  307. <a href="/">Home</a> | <a href="/ask">Message</a> | <a href="/">Link</a> | <a href="http://macfustythemes.tumblr.com/playlistcredit">Credit</a>
  308. <div id="desc">
  309. Your description goes here!
  310. </div>
  311. <!-- SECTION: Optional multiple playlists. If you only want to include one playlist, just delete this section. -->
  312. <ul id="list">
  313. <li data-tab="tab1">Playlist 1</li>
  314. <li data-tab="tab2">Playlist 2</li>
  315. <li data-tab="tab3">Playlist 3</li>
  316. </ul>
  317. <!-- End of multiple playlists section. -->
  318. </div>
  319. <div id="container">
  320. <img id="main">
  321. <div id="np">Now Playing:</div>
  322. <div id="trackinfo"></div>
  323. <button id="share"></button>
  324. <div class="clear"></div>
  325. <div id="player">
  326. <button id="pButton" class="play"></button>
  327. <button id="sButton"></button>
  328. <div id="timeline">
  329. <div class="buffer"></div>
  330. <div id="playhead"></div>
  331. </div>
  332. <div id="timer">
  333. <span class="played">00:00</span> /
  334. <span class="total">00:00</span>
  335. </div>
  336. <button id="volume" class="volume"><div id="volumecontainer"><div id="volumebar"><div id="volumehead"></div></div><span>00</span></div></button>
  337. <button id="replay"></button>
  338. <button id="prev"></button>
  339. <button id="next"></button>
  340. </div>
  341. <!-- Playlist Section. If you want to include multiple playlists, copy and paste this section and change "tab1" to "tab2", "tab3", etc. -->
  342. <div class="tab" id="tab1">
  343. <img src="https://placeholdit.imgix.net/~text?txtsize=51&txt=Your+image+here!+540px+width.&w=540&h=540">
  344. <ul id="playlist">
  345. <li data-src="SongURLhere">
  346. <span>01.</span> Your Track Information here
  347. <div class="extra">This is an optional extra which will only appear when the track is playing. You might use it for lyrics or quotations.</div>
  348. </li>
  349. <li data-src="SongURLhere">
  350. <span>01.</span> Your Track Information here
  351. <div class="extra">This is an optional extra which will only appear when the track is playing. You might use it for lyrics or quotations.</div>
  352. </li>
  353. <li data-src="SongURLhere">
  354. <span>01.</span> Your Track Information here
  355. <div class="extra">This is an optional extra which will only appear when the track is playing. You might use it for lyrics or quotations.</div>
  356. </li>
  357. <li data-src="SongURLhere">
  358. <span>01.</span> Your Track Information here
  359. <div class="extra">This is an optional extra which will only appear when the track is playing. You might use it for lyrics or quotations.</div>
  360. </li>
  361. <li data-src="SongURLhere">
  362. <span>01.</span> Your Track Information here
  363. <div class="extra">This is an optional extra which will only appear when the track is playing. You might use it for lyrics or quotations.</div>
  364. </li>
  365. </ul>
  366. </div>
  367. <!-- End of Playlist Section. -->
  368. </div>
  369. <script src="http://static.tumblr.com/01wstkc/rJco5r126/playlistmulti.js"></script>
  370. </body>
  371. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement