Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- © Clerihew Themes 2019
- Do not use without reading terms of use.
- Contact me at clerihew.tumblr.com if you have problems with any
- un-heavily edited code or if you have questions on how to use this theme. -->
- <head>
- <!-- put the title you want in the tab here -->
- <title>music !</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href="https://static.tumblr.com/wgijwsy/k1Hm9ei8b/normalize.css" rel="stylesheet" type="text/css" />
- <link href="https://fonts.googleapis.com/css?family=Nunito&display=swap" rel="stylesheet">
- <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
- <!-- colors used in this theme:
- <meta name="color:Background" content="#f6f6f6"/>
- <meta name="color:Text" content="#000"/>
- <meta name="color:Accent" content="#B49594">
- <meta name="color:Accent 2" content="#eed01e"/>
- <meta name="color:Accent 3" content="#008040"/> -->
- <style>
- /* TUMBLR CONTROLS */
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top:0!important;
- right:0!important;
- opacity:0.6;
- /* delete invert(1) from here */
- filter:invert(1) contrast(150%);
- -webkit-filter:invert(1) contrast(150%);
- -o-filter:invert(1) contrast(150%);
- -moz-filter:invert(1) contrast(150%);
- -ms-filter:invert(1) contrast(150%);
- /* to here if your blog has a dark background */
- transform:scale(0.65);
- transform-origin:100% 0;
- -webkit-transform:scale(0.65);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.65);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.65);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.65);
- -ms-transform-origin:100% 0;}
- iframe.tmblr-iframe:hover {
- opacity:1!important;}
- /* TOOLTIPS */
- #s-m-t-tooltip{
- font-size:8px;
- color:#000;
- background-color:#fff;
- letter-spacing:2px;
- min-width:10px;
- max-width:200px;
- overflow:auto;
- text-transform:uppercase;
- font-style:italic;
- display: none;
- position: absolute;
- z-index: 999999999999;
- padding:5px;
- margin:30px 0 15px 10px;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;}
- /* SCROLLBAR */
- /* thanks @shythemes */
- ::-webkit-scrollbar {
- width:17px;
- height:17px;
- }
- ::-webkit-scrollbar {
- background-color: #f6f6f6; /* background color */
- }
- ::-webkit-scrollbar-track {
- border:8px solid #f6f6f6; /* background color */
- background-color: #000; /* light border color */
- }
- ::-webkit-scrollbar-thumb {
- border:8px solid #f6f6f6; /* background color */
- background-color: #eed01e; /* dark border color */
- min-height:24px;
- min-width:24px;
- }
- /* MAIN */
- /* main background color, font, font size */
- body {
- background-color: #f6f6f6;
- font-family: "Nunito", sans-serif;
- font-size: 12px
- }
- /* in-text link color */
- a {
- color: #6cac9c;
- text-decoration: none;
- }
- /* in-text link hover color */
- a:hover {
- color: #eed01e;
- }
- /* NAV */
- /* first stripe color */
- #block-1 {
- width: 10px;
- height: 100%;
- position: fixed;
- background-color: #eed01e;
- left: 0;
- top: 0;
- }
- /* second stripe color */
- #block-2 {
- width: 10px;
- height: 100%;
- position: fixed;
- background-color: #008040;
- left: 20px;
- top: 0;
- }
- /* nav background color */
- #nav {
- width: 50px;
- height: 100%;
- position: fixed;
- background-color: #6cac9c;
- left: 30px;
- top: 0;
- }
- #nav .links {
- margin-top: 115px;
- }
- /* nav link colors */
- #nav a {
- display: inline-block;
- font-size: 20px;
- margin-top: 40px;
- margin-left: 14px;
- text-decoration: none;
- }
- #nav a:nth-child(odd) {
- color: #eed01e;
- }
- #nav a:nth-child(even) {
- color: #008040;
- }
- #nav a:hover {
- color: #f6f6f6;
- }
- /* title color, font size */
- .bt h1 {
- margin-left: 150px;
- margin-top: 15px;
- margin-bottom: 0px;
- color: #eed01e;
- font-size: 40px
- }
- /* description background color, font size */
- #info {
- min-width: 10px;
- max-width: 175px;
- margin-left: 150px;
- margin-top: 0px;
- padding: 1px 10px;
- background-color: #e5e5e5;
- border-radius: 10px;
- font-size: 12px;
- }
- /* MUSIC */
- /* nav links hover color */
- .nav a:hover {
- color: #bf0b0b;
- }
- #bookshelf {
- margin-top: 30px;
- margin-left: 135px;
- }
- #music {
- width: 300px;
- display: inline-block;
- vertical-align: top;
- margin-right: 70px;
- }
- #music .album-art img {
- height: 300px;
- width: 300px;
- margin-left: 20px;
- margin-right: 20px;
- margin-bottom: 0;
- }
- #music .album-info h5 {
- margin-left: 20px;
- margin-top: 3px;
- margin-bottom: 0;
- font-size: 15px;
- }
- /* album title link color, underline */
- #music .album-info a {
- color: #6cac9c;
- text-decoration: none;
- -webkit-transition: color 0.5s;
- -moz-transition: color 0.5s;
- -o-transition: color 0.5s;
- transition: color 0.5s;
- }
- /* album title link hover */
- #music .album-info a:hover {
- color: #008040;
- }
- #music .album-info p {
- margin-top: 2px;
- font-size: 12px;
- margin-left: 20px;
- margin-bottom: 50px;
- }
- /* DO NOT TOUCH THIS */
- .credit a {
- position: fixed;
- bottom: 15px;
- right: 5px;
- font-size: 8px;
- padding: 3px;
- text-decoration: none;
- color: black;
- -webkit-transition: color 1s;
- -moz-transition: color 1s;
- -o-transition: color 1s;
- transition: color 1s;
- }
- .credit a:hover {
- color: #548773;
- }
- </style>
- </head>
- <body>
- <div id="block-1"></div>
- <div id="block-2"></div>
- <!-- keep same as ones on main blog -->
- <div id="nav">
- <div class="links"></div>
- <a href="/" title="home"><span class="th th-apple"></span></a>
- <a href="/ask" title="ask"><span class="th th-cherry"></span></a>
- <a href="/submit" title="submit"><span class="th th-coconut"></span></a>
- <a href="/" title="one"><span class="th th-orange"></span></a>
- <a href="/" title="two"><span class="th th-strawberry"></span></a>
- <a href="/" title="three"><span class="th th-pineapple"></span></a>
- </div>
- <!-- page title -->
- <div class="bt">
- <h1>music !</h1>
- </div>
- <!-- ur description -->
- <div id="info">
- <p>a place for some cool tunes by cool people</p>
- </div>
- <div id="bookshelf">
- <!-- to add more albums, copy everying from id="music" to the last </div>. then, replace the info with your own. class="album-art" is the image you need to upload from imgur. use the direct link. class="album-info" is the info below each image. replace the link with a link to the spotify/apple/amazon page. then, fill out a sentence or two of description. try to keep it short. -->
- <div id="music">
- <div class="album-art">
- <img src="https://i.imgur.com/gZd5u1V.png"/>
- </div>
- <div class="album-info">
- <h5><a href="https://open.spotify.com/album/4Ssy3iVHJxPrCu36QmQFUi?si=ZjThq6MDTE2f5keNbdVylg">hoodratscumbags</a></h5>
- <p>a blend of punk, rock, and surf rock, beach goons triumph on this album. full of songs you can vibe with, it makes for a very awesome listen.</p>
- </div>
- </div>
- <div id="music">
- <div class="album-art">
- <img src="https://i.imgur.com/VLVcdcb.jpg"/>
- </div>
- <div class="album-info">
- <h5><a href="https://open.spotify.com/album/0b7iiX6rAdsggW5ERuLWB7?si=Tp1Gl4j6TOqWAOg6KHA8fQ">Chinese Fountain</a></h5>
- <p>the growlers have a certain type of sound, and by god, it is amazing! surf rock has certainly made it a long way from where it started. </p>
- </div>
- </div>
- <div id="music">
- <div class="album-art">
- <img src="https://i.imgur.com/Ddti9lL.jpg"/>
- </div>
- <div class="album-info">
- <h5><a href="https://open.spotify.com/album/4UPR0hxNYmDNkf151KZBJD?si=TreMJI3JQBqNbyOvEiuqCA">Yes, Yes. Yes. Yes. Yes.</a></h5>
- <p>hunny has songs that are perfect for repeat listens. their unique sound and awesome lyrics combine for a sick alternative album.</p>
- </div>
- </div>
- <div id="music">
- <div class="album-art">
- <img src="https://i.imgur.com/C2tpQ2m.jpg"/>
- </div>
- <div class="album-info">
- <h5><a href="https://open.spotify.com/album/1lESM5Y1VAvrCLEgLmyfOw?si=-Xa9BTpQSzKDtVb2iS8gTg">soy pablo</a></h5>
- <p>relatable lyrics? check. sad stuff? check. rad tunes? check. boy pablo has got it all (except his girl).</p>
- </div>
- </div>
- <div id="music">
- <div class="album-art">
- <img src="https://i.imgur.com/HZkgPew.png"/>
- </div>
- <div class="album-info">
- <h5><a href="https://open.spotify.com/album/6PWXKiakqhI17mTYM4y6oY?si=VXDPIWPnSROoOSRIBGQTxQ">a brief inquiry into online relationships</a></h5>
- <p>the 1975 are a powerhouse. their third album carves out a space for every emotion and has a song to fit every mood.</p>
- </div>
- </div>
- <div id="music">
- <div class="album-art">
- <img src="https://i.imgur.com/kI5l8Uk.jpg"/>
- </div>
- <div class="album-info">
- <h5><a href="https://open.spotify.com/album/5GgsYoD0QMQyCaJ1MhEtPz?si=_WEu4VbWTPuroDvLJLQhzg">badillac</a></h5>
- <p>prepare to rock the hell out on this album. together pangea has a distinct sounds that begs you to come back for more.</p>
- </div>
- </div>
- <div id="music">
- <div class="album-art">
- <img src="https://i.imgur.com/xfWXorX.png"/>
- </div>
- <div class="album-info">
- <h5><a href="https://open.spotify.com/album/6SWmGozzQDUaczHXMuE8Za?si=N7VKZJ9bSjCrjcN7NWoo-w">malibu nights</a></h5>
- <p>lany has made an album that covers you in a warm blanket and whispers "it's gonna be okay". also it's fucking sick. also pjk is really hot.</p>
- </div>
- </div>
- </div> <!-- bookshelf -->
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
- <script src="https://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
- <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:0,
- tip_fade_speed:0
- }
- );
- });
- })(jQuery);
- </script>
- <!-- DO NOT TOUCH THIS -->
- <div class="credit">
- <a href="https://clerihew.tumblr.com/" title="theme by clerihew"><span class="th th-aloe-vera"></span></a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment