Advertisement
solaire

customizable playlist page

Feb 17th, 2018
562
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3.  
  4. Read this page first
  5. https://nouvae.tumblr.com/codes/playlist/install
  6. Then edit the code below
  7.  
  8. customizable playlist page by nouvae
  9.  
  10. -->
  11. <head>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <title>Playlists</title>
  14. <link href="https://fonts.googleapis.com/css?family=Karla" rel="stylesheet">
  15. <style>
  16. iframe.tmblr-iframe--unified-controls {
  17. display:none!important;
  18. }
  19.  
  20. body {
  21. color:#000000;
  22. background:#ffffff;
  23. font-size:13px;
  24. font-family:karla;
  25. letter-spacing:0.1em;
  26. text-align:center;
  27. }
  28.  
  29. header {
  30. padding-bottom:75px;
  31. border-bottom:1px solid #eeeeee;
  32. }
  33.  
  34. #myplaylists {
  35. margin:100px auto;
  36. max-width:80%;
  37. }
  38.  
  39. #myplaylists iframe {
  40. overflow:hidden;
  41. vertical-align:middle;
  42. display:inline-block;
  43. border:0;
  44. margin:40px 50px;
  45. }
  46.  
  47. #title {
  48. font-size:1.3em;
  49. letter-spacing:0.1em;
  50. margin-bottom:0.8em;
  51. text-transform:uppercase;
  52. }
  53.  
  54. nav a {
  55. margin:0em 0.5em;
  56. }
  57.  
  58. header {
  59. margin-bottom:75px;
  60. }
  61.  
  62. a {
  63. color:#777;
  64. text-decoration:none;
  65. }
  66.  
  67. a:hover {
  68. color:#000;
  69. }
  70.  
  71. #creds a, #creds a:hover {
  72. font-family:sans-serif;
  73. font-size:10px;
  74. color:black;
  75. position:fixed;
  76. right:29px;
  77. bottom:20px;
  78. }
  79.  
  80. </style>
  81. </head>
  82.  
  83. <body>
  84. <div id="myplaylists">
  85. <header>
  86. <div id="title">Listen</div>
  87. <nav><a href="/">home</a><a href="/ask">ask</a><a href="/archive">archive</a></nav>
  88. </header>
  89. <!-- PASTE YOUR PLAYLISTS BELOW -->
  90. </div>
  91.  
  92. <div id="creds"><a href="https://nouvae.tumblr.com" title="page by nouvae">#</a></div>
  93. </body>
  94.  
  95. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement