Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!--
- © Clerihew Themes 2020
- 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>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}"/>
- <link href="https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
- <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="jquery.style-my-tooltips.js"></script>
- <meta name="color:Background" content="#000"/>
- <meta name="color:Item Background" content="#0c0c0c"/>
- <meta name="color:Accent 1" content="#db0000"/>
- <meta name="color:Accent 2" content="#fff"/>
- <meta name="text:Font Size" content="10"/>
- <meta name="text:About Title" content="about"/>
- <meta name="text:Links Title" content="links"/>
- <meta name="text:Link 1" content="/tagged/music-recs"/>
- <meta name="text:Link 1 Icon" content="cd-o"/>
- <meta name="text:Link 1 Name" content="music recs"/>
- <meta name="text:Link 2" content="https://spotify.yada.yada.com"/>
- <meta name="text:Link 2 Icon" content="spotify"/>
- <meta name="text:Link 2 Name" content="my spotify"/>
- <meta name="text:Link 3" content="/ask"/>
- <meta name="text:Link 3 Icon" content="envelope"/>
- <meta name="text:Link 3 Name" content="ask"/>
- <meta name="text:Link 4" content="/submit"/>
- <meta name="text:Link 4 Icon" content="edit-o"/>
- <meta name="text:Link 4 Name" content="submit"/>
- <meta name="text:Link 5" content="/tagged/starred"/>
- <meta name="text:Link 5 Icon" content="star-o"/>
- <meta name="text:Link 5 Name" content="star posts"/>
- <meta name="text:Link 6" content="/calendar"/>
- <meta name="text:Link 6 Icon" content="calendar-1-o"/>
- <meta name="text:Link 6 Name" content="concert calendar"/>
- <meta name="image:Sidebar Pic" content="/"/>
- <style>
- body {
- background: {color:Background};
- font-family: 'Roboto', sans-serif;
- display: inline-block;
- }
- a {
- display: inline-block;
- color: {color:Accent 1};
- text-decoration: none;
- -webkit-transition: color 0.5s;
- -moz-transition: color 0.5s;
- -o-transition: color 0.5s;
- transition: color 0.5s;
- }
- a:hover {
- color: {color:Accent 2};
- }
- /* 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: {color:Accent 1};
- background-color: {color:Background};
- border: 1px solid {color:Accent 1};
- 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: {color:Background}; /* background color */
- }
- ::-webkit-scrollbar-track {
- border:8px solid {color:Background}; /* background color */
- background-color: {color:Accent 2}; /* light border color */
- }
- ::-webkit-scrollbar-thumb {
- border:8px solid {color:Background}; /* background color */
- background-color: {color:Accent 1}; /* dark border color */
- min-height:24px;
- min-width:24px;
- }
- /* TOPBAR */
- #topbar {
- z-index: 10;
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- width: 100%;
- height: 75px;
- border-bottom: 1px solid {color:Accent 1};
- color: {color:Accent 1};
- display: inline-block;
- background: {color:Background};
- }
- #topbar img {
- display: inline-block;
- margin-left: 20px;
- margin-top: 13px;
- border-radius: 100px;
- border: 1px solid {color:Accent 1};
- }
- #topbar h1 {
- display:inline-block;
- font-size: 30px;
- position: relative;
- left: 20px;
- bottom: 10px;
- font-family: 'Roboto Mono', sans-serif;
- }
- /* SIDEBAR */
- #sdbr-pic img {
- object-fit: cover;
- height: 225px;
- width: 175px;
- margin-top: 125px;
- margin-left: 90px;
- margin-bottom: 0px;
- border: 1px solid {color:Accent 1};
- padding: 5px;
- }
- #sdbr-about {
- background: {color:Item Background};
- height: auto;
- width: 189px;
- margin-left: 89px;
- margin-top: -20px;
- color: {color:Accent 2};
- }
- #sdbr-about h1 {
- margin-bottom: 0px;
- font-size: 18px;
- padding-top: 10px;
- padding-left: 10px;
- padding-right: 10px;
- padding-bottom: 0px;
- color: {color:Accent 1};
- font-family: 'Roboto Mono', sans-serif;
- }
- #sdbr-about p {
- font-family: 'Roboto', sans-serif;
- font-size: 12px;
- margin: 0px;
- padding-top: 4px;
- padding-left: 10px;
- padding-right: 10px;
- padding-bottom: 10px;
- }
- #sdbr-nav {
- height: auto;
- width: 189px;
- background: {color:Item Background};
- margin-top: 25px;
- margin-left: 89px;
- }
- #sdbr-nav h1 {
- margin-bottom: 0px;
- font-size: 18px;
- padding-top: 10px;
- padding-left: 10px;
- padding-right: 10px;
- padding-bottom: 0px;
- color: {color:Accent 1};
- font-family: 'Roboto Mono', sans-serif;
- }
- #sdbr-nav .th {
- font-size: 16px;
- color: {color:Accent 2};
- margin-left: 10px;
- margin-top: 9px;
- margin-bottom: 16px;
- -webkit-transition: color 0.2s;
- -moz-transition: color 0.2s;
- -o-transition: color 0.2s;
- transition: color 0.2s;
- }
- #sdbr-nav .th:hover {
- color: {color:Accent 1};
- }
- /* POSTS */
- #content {
- position: absolute;
- left: 50%;
- margin-left: -140px;
- margin-top: -407px;
- width: 1px; /*changes # of columns*/
- }
- body {
- background-color: {color:background};
- background-image: url({image:background});
- background-attachment:fixed;
- background-repeat:repeat;
- background-position:center;
- font-family: "Roboto", sans-serif;
- font-size: {text:Font Size}px;
- color: {color:Accent 2};
- }
- blockquote {
- padding-left:5px;
- border-left:1px dotted;
- color: {color:Accent 2};
- margin-left:3px;
- margin-bottom:5px;
- }
- iframe, img, embed, object, video {
- max-width: 100%;
- }
- img {
- height: auto;
- width: auto;
- }
- article {
- background: {color:Item Background};
- margin: 0px 12px 50px 12px;
- margin-top: 0px!important;
- padding: 8px;
- border: 1px solid {color:Accent 1};
- width: 500px!important;
- overflow: auto;
- float: left;
- break-inside: avoid;
- }
- article img {
- width:100%;
- }
- .title {
- text-align:center;
- text-transform:uppercase;
- font-size: {text:Title Font Size};
- }
- .text {
- font-size: {text:Font Size}px;
- color: {color:text};
- width:100%;
- }
- .photo {
- }
- .photoset {
- }
- .quote {
- text-align:center;
- }
- .link {
- }
- .audio {
- width:100%;
- }
- .video{
- }
- .video-player {
- }
- .answer {
- }
- .ques {
- font-weight:bolder;
- }
- .ans {
- font-style:italic;
- }
- .chat{
- margin-left:-30px;
- }
- .chat span {
- float: left;
- margin-right: 10px;
- }
- .chat:nth-child(even) {
- background:#f9f9f9;
- }
- .odd{
- background:#f6f6f6;
- }
- {block:PermalinkPage}
- #sdbr-pic, #sdbr-about, #sdbr-nav {
- display: none;
- }
- article {
- position: absolute;
- left: 50%;
- margin-top: 500px!important;
- margin-left: -100px;
- }
- #content #notecontainer {
- margin: 10px auto;
- width: 500px;
- }
- #content #notecontainer a {
- text-decoration: none;
- color: {color:accent 1};
- padding: 3px;
- -webkit-transition: color 0.5s;
- -moz-transition: color 0.5s;
- -o-transition: color 0.5s;
- transition: color 0.5s;
- }
- /* post pages links color hover */
- #content #notecontainer a:hover {
- color: {color:accent 2};
- }
- #content #notecontainer ol.notes {
- list-style-type: none;
- margin: 0;
- padding: 3px;
- }
- #content #notecontainer img.avatar {
- width: 16px;
- height: 16px;
- }
- {/block:PermalinkPage}
- #perma {
- text-align: center;
- position: relative;
- text-transform:uppercase;
- margin-top:2px;
- padding:4px;
- font-size: 8px;
- {block:PermalinkPage}
- display:none;
- {/block:PermalinkPage}
- }
- .tumblr_audio_player {
- width: 100%;
- height: 100px;
- overflow: hidden;
- position: relative;
- z-index: 1000;
- }
- .pagination {
- position: fixed;
- bottom: 15px;
- left: 20px;
- font-size: 12px;
- }
- {block:ifnotinfinitescroll}
- .pagi {
- position:;
- }
- {/block:ifnotinfinitescroll}
- {block:ifinfinitescroll}
- .pagi {
- display:none;
- }
- {/block:ifinfinitescroll}
- hr {
- width:75%;
- border-top:1px solid {color:Borders};
- }
- caption {
- margin:12px;
- }
- /* DO NOT TOUCH THIS */
- .credit a {
- position: fixed;
- bottom: 15px;
- right: 15px;
- font-size: 12px;
- padding: 3px;
- text-decoration: none;
- background-color: {color:Background};
- color: {color:Accent 1};
- -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="topbar">
- <img src="{PortraitURL-48}"/>
- <h1><a href="/">{Title}</a>.</h1>
- </div>
- <div id="sdbr-pic">
- <img src="{image:Sidebar Pic}"/>
- </div>
- <div id="sdbr-about">
- <h1>{text:About Title}.</h1>
- <p>{Description}</p>
- </div>
- <div id="sdbr-nav">
- <h1>{text:Links Title}.</h1>
- <a href="{text:Link 1}"><span class="th th-{text:Link 1 Icon}" title="{text:Link 1 Name}"></span></a>
- <a href="{text:Link 2}"><span class="th th-{text:Link 2 Icon}" title="{text:Link 2 Name}"></span></a>
- <a href="{text:Link 3}"><span class="th th-{text:Link 3 Icon}" title="{text:Link 3 Name}"></span></a>
- <a href="{text:Link 4}"><span class="th th-{text:Link 4 Icon}" title="{text:Link 4 Name}"></span></a>
- <a href="{text:Link 5}"><span class="th th-{text:Link 5 Icon}" title="{text:Link 5 Name}"></span></a>
- <a href="{text:Link 6}"><span class="th th-{text:Link 6 Icon}" title="{text:Link 6 Name}"></span></a>
- </div>
- <div id="content">
- {block:Posts}
- <article>
- {block:Text}
- <div class="text">
- {block:Title}<h1 class="title">
- <a href="{Permalink}">{Title}</a>
- </h1><hr>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <div class="photo">
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="photoset">
- {block:IndexPage}
- {Photoset-500}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}
- {/block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">
- ❝ {Quote} ❞
- <br><br>{block:Source}<cite>— {Source}</cite>{/block:Source}
- {/block:Quote}
- {block:Link}
- <div class="link">
- <h1 class="title"><a href="{URL}">{Name}</a><hr></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- <div class="chat">
- <ul>
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}
- <b>{Label}</b>{/block:Label}
- {Line}
- </div>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Audio}
- <div class="audio">
- {block:AlbumArt}
- <img src="{AlbumArtURL}" width="100px" height="100px"/>
- {/block:AlbumArt}
- {block:AudioEmbed}
- {AudioEmbed}
- {/block:AudioEmbed}<br>
- {block:TrackName}
- <b>track:</b> {TrackName}
- {/block:TrackName}</span><br>
- {block:Artist}
- <b>artist:</b> {Artist}
- {/block:Artist}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:Audio}
- {block:Video}
- <div class="video">
- <div class="video-player">{Video-500}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="answer">
- {Asker} asked: <b><div class="ques">{Question}</div></b>
- <div class="ans">{Answer}</div>
- {/block:Answer}
- </div>
- {block:PostNotes}
- <div id="notecontainer">{PostNotes}</div>
- {/block:PostNotes}
- <div id="perma">
- <hr><a href="{Permalink}" title="this post has {NoteCount} notes">{NoteCount} <i class="fas fa-heart"></i></a> <a href="{reblogURL}" title="reblog this post">reblog</a> <a href="{Permalink}" title="posted — {ShortMonth} {DayOfMonth} {Year} {12Hour}:{Minutes}{AmPm}">{TimeAgo}</a> {block:ifShowTags}{block:HasTags} <a style="font-size:9px;" title="{block:Tags}#{Tag} {/block:Tags}"><i class="fas fa-hashtag"></i></a>{block:HasTags} {block:ifShowTags}
- </div>
- </footer>
- </article>
- {/block:Posts}
- </div>
- </div>
- <!-- SCRIPTS -->
- <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>
- <!-- {block:IfInfiniteScroll} -->
- <script src="https://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- <script src="https://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>
- <!-- {/block:IfInfiniteScroll} -->
- <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>
- <script>
- (function() {
- var $tumblelog = $('#content');
- {block:ifInfiniteScroll}
- $tumblelog.infinitescroll({
- navSelector : ".pagination",
- nextSelector : ".pagination a:first",
- itemSelector : "article",
- bufferPx : 50,
- done : "",
- loading: {
- img : "",
- msgText: ""
- },
- },
- );
- {/block:ifInfiniteScroll}
- })();
- </script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.6/SmoothScroll.js"></script>
- <script>
- SmoothScroll({
- // Scrolling Core
- animationTime : 700, // [ms]
- stepSize : 100, // [px]
- // Acceleration
- accelerationDelta : 50, // 50
- accelerationMax : 3, // 3
- // Keyboard Settings
- keyboardSupport : true, // option
- arrowScroll : 100, // [px]
- // Pulse (less tweakable)
- // ratio of "tail" to "acceleration"
- pulseAlgorithm : true,
- pulseScale : 4,
- pulseNormalize : 1,
- // Other
- touchpadSupport : false, // ignore touchpad by default
- fixedBackground : true,
- excluded : ''
- });
- </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>
- {block:Pagination}
- <div class="pagination">
- <div class="pagi">
- {block:PreviousPage}<a href="{PreviousPage}"><i class="fas fa-chevron-left" title="previous"></i></a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}"><i class="fas fa-chevron-right" title="next"></i></a>{/block:NextPage}
- </div></div>
- {/block:Pagination}
- </body>
Advertisement
Add Comment
Please, Sign In to add comment