Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <!--
- PRESS PLAY playlist page (06) by PEACHTHMS | peachthms.tumblr.com
- V1.0
- Version 1 - column
- - do not claim this page or any of the code as your own
- - do not redistribute this page or any of the code as your own
- - do not mix my code with another theme maker's code
- - do not remove or edit the credit in anyway; it must remain visible in the code and on the page
- -->
- <head>
- <title>press play</title>
- <link rel="shortcut icon" href="{Favicon}">
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
- <script src="https://use.fontawesome.com/976063c1b7.js"></script>
- <link href="https://fonts.googleapis.com/css?family=Montserrat:400,600|Open+Sans" rel="stylesheet">
- <script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
- <style type="text/css">
- * {
- margin: 0;
- padding: 0;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- body {
- font-family: 'Montserrat', Helvetica, sans-serif;
- color: #5d5d5d; /** change text colour **/
- /** gradient background | change it to your own or delete if you don't want it **/
- background: #f5c9ca; /** fallback background colour for older browsers **/
- background: -moz-linear-gradient(top, #f5c9ca 0%, #a5abcd 100%); /* FF3.6-15 */
- background: -webkit-linear-gradient(top, #f5c9ca 0%,#a5abcd 100%); /* Chrome10-25,Safari5.1-6 */
- background: linear-gradient(to bottom, #f5c9ca 0%,#a5abcd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5c9ca', endColorstr='#a5abcd',GradientType=0 ); /* IE6-9 */
- line-height: 1.4em;
- }
- a {
- text-decoration: none;
- color: #ffffff;
- }
- a:hover {
- color: #5d5d5d;
- transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- }
- header {
- width: calc(100% - 20px);
- padding: 10px;
- text-align: center;
- }
- header a {
- font-size: 10px;
- text-transform: uppercase;
- margin: 0 10px;
- }
- header h1 {
- color: #ffffff;
- line-height: 2em;
- }
- section {
- margin: 0 auto;
- }
- article {
- width: 800px;
- margin: 150px auto;
- padding: 30px;
- display: flex;
- justify-content: space-between;
- }
- .side {
- width: 400px;
- text-align: center;
- }
- .side img {
- width: 200px;
- }
- .side b, .side span {
- display: block;
- margin: 25px 0;
- }
- .side a {
- padding: 10px 15px 10px 15px;
- background-color: #f5c9ca; /** change play button background colour here **/
- color: #ffffff; /** change play button text colour here **/
- font-size: 11px;
- font-weight: bold;
- text-transform: uppercase;
- letter-spacing: 0.1em;
- border-radius: 28px;
- -moz-border-radius: 28px;
- -webkit-border-radius: 28px;
- }
- .side a:hover {
- background-color: #ffffff; /** change hover play button background colour here **/
- color: #f5c9ca; /** change hover play button text colour here **/
- }
- .box {
- width: 400px;
- padding: 10px;
- font-size: 15px;
- }
- .box li {
- margin-bottom: 10px;
- padding-left: 10px;
- }
- .box li:hover {
- list-style: none;
- }
- .box li:hover:before {
- content: '\f028';
- font-family: FontAwesome;
- margin-left: -25px;
- padding-right: 25px;
- }
- .box li:last-of-type {
- margin-bottom: 0px;
- }
- .box span {
- display: block;
- font-size: 13px;
- font-family: 'Open Sans', sans-serif;
- }
- .credit {
- position: fixed;
- bottom: 15px;
- right: 15px;
- font-size: 8px;
- }
- .credit a {
- color: #5d5d5d;
- }
- </style>
- </head>
- <body>
- <div class="credit"><a href="http://peachthms.tumblr.com" title="theme by peachthms">< / ></a></div>
- <header>
- <h1>press play</h1> <!-- change title here -->
- <a href="#">home</a>
- <a href="#">ask</a>
- <a href="#">link</a>
- </header>
- <section>
- <article>
- <div class="side">
- <img src="http://placehold.it/200x200">
- <b>playlist name</b>
- <span><a href="#">play</a></span> <!-- link your playlist -->
- </div>
- <div class="box">
- <ol>
- <li><b>song name</b> <span>artist name — ablum name</span></li>
- <li><b>song name</b> <span>artist name — ablum name</span></li>
- <li><b>song name</b> <span>artist name — ablum name</span></li>
- <li><b>song name</b> <span>artist name — ablum name</span></li>
- <li><b>song name</b> <span>artist name — ablum name</span></li>
- </ol>
- </div>
- </article>
- <article>
- <div class="side">
- <img src="http://placehold.it/200x200">
- <b>playlist name</b>
- <span><a href="#">play</a></span> <!-- link your playlist -->
- </div>
- <div class="box">
- <ol>
- <li><b>song name</b> <span>artist name — ablum name</span></li>
- <li><b>song name</b> <span>artist name — ablum name</span></li>
- <li><b>song name</b> <span>artist name — ablum name</span></li>
- <li><b>song name</b> <span>artist name — ablum name</span></li>
- <li><b>song name</b> <span>artist name — ablum name</span></li>
- </ol>
- </div>
- </article>
- <article>
- <div class="side">
- <img src="http://placehold.it/200x200">
- <b>playlist name</b>
- <span><a href="#">play</a></span> <!-- link your playlist -->
- </div>
- <div class="box">
- <ol>
- <li><b>song name</b> <span>artist name — ablum name</span></li>
- <li><b>song name</b> <span>artist name — ablum name</span></li>
- <li><b>song name</b> <span>artist name — ablum name</span></li>
- <li><b>song name</b> <span>artist name — ablum name</span></li>
- <li><b>song name</b> <span>artist name — ablum name</span></li>
- </ol>
- </div>
- </article>
- <!-- to add more playlists
- copy and paste above </section>
- <article>
- <div class="side">
- <img src="http://placehold.it/200x200">
- <b>playlist name</b>
- <span><a href="#">play</a></span>
- </div>
- <div class="box">
- <ol>
- <li><b>song name</b> <span>artist name — ablum name</span></li>
- <li><b>song name</b> <span>artist name — ablum name</span></li>
- <li><b>song name</b> <span>artist name — ablum name</span></li>
- <li><b>song name</b> <span>artist name — ablum name</span></li>
- <li><b>song name</b> <span>artist name — ablum name</span></li>
- </ol>
- </div>
- </article>
- -->
- </section>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement