Advertisement
solaire

playlist page (2/2)

Jan 14th, 2018
2,626
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3.  
  4. playlist page (2/2) by nouvae
  5.  
  6. read this page first
  7. https://nouvae.tumblr.com/codes/playlist/install
  8. then edit the code below
  9.  
  10. -->
  11. <head>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <title>Playlists</title>
  14. <link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
  15. <style>
  16. iframe.tmblr-iframe--unified-controls {
  17. display:none!important;
  18. }
  19.  
  20. body {
  21. color:#000000;
  22. background:linear-gradient(#d4e1f4, #e1d4f4); /* for a linear gradient */
  23. background:#ffffff; /* for a plain background */
  24. font-size:13px;
  25. font-family:muli, sans-serif;
  26. letter-spacing:0.1em;
  27. }
  28.  
  29. #myplaylists {
  30. padding:100px 0px;
  31. }
  32.  
  33. #myplaylists iframe, #myplaylists {
  34. width:750px;
  35. margin:0px auto;
  36. border:0;
  37. overflow:hidden;
  38. }
  39.  
  40. #myplaylists iframe {
  41. border-top:1px solid #f5f5f5; /* delete this line if you don't want lines between the playlist */
  42. padding-top:50px;
  43. height:475px;
  44. overflow:hidden;
  45. }
  46.  
  47. #title {
  48. font-size:1.3em;
  49. font-weight:bold;
  50. letter-spacing:0.1em;
  51. margin-bottom:0.8em;
  52. }
  53.  
  54. #title, nav {
  55. display:inline-block;
  56. }
  57.  
  58. nav {
  59. margin-left:3em;
  60. }
  61.  
  62. nav a {
  63. margin-right:1em;
  64. }
  65.  
  66. header {
  67. margin-bottom:25px;
  68. }
  69.  
  70. a {
  71. color:#777;
  72. text-decoration:none;
  73. }
  74.  
  75. a:hover {
  76. color:#000;
  77. }
  78.  
  79. #creds a, #creds a:hover {
  80. font-family:sans-serif;
  81. font-size:10px;
  82. position:fixed;
  83. right:29px;
  84. bottom:20px;
  85. }
  86.  
  87. </style>
  88. </head>
  89.  
  90. <body>
  91. <div id="myplaylists">
  92. <header>
  93. <div id="title">listen</div>
  94. <nav><a href="/">home</a><a href="/ask">ask</a><a href="/archive">archive</a></nav>
  95. </header>
  96. <!-- PASTE YOUR PLAYLISTS BELOW -->
  97. </div>
  98.  
  99. <div id="creds"><a href="https://nouvae.tumblr.com" title="page by nouvae">#</a></div>
  100. </body>
  101.  
  102. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement