Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--
- © 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.
- -->
- <meta name="color:Background" content="#f6f6f6"/>
- <meta name="color:Text" content="#909090"/>
- <meta name="color:Link" content="#a90c07"/>
- <meta name="color:Link Hover" content="#0b3081"/>
- <meta name="color:Post BG" content="#ffffff"/>
- <meta name="color:Border" content="#e9e9e9"/>
- <meta name="color:Accent" content="#B49594">
- <meta name="color:Highlight" content="#B49594">
- <meta name="image:Header" content=""/>
- <meta name="if:Show Links" content="1"/>
- <meta name="if:Infinite Scroll" content="1"/>
- <meta name="if:Custom Link 1" content="1"/>
- <meta name="if:Custom Link 2" content="1"/>
- <meta name="if:Custom Link 3" content="1"/>
- <meta name="if:Custom Link 4" content="1"/>
- <meta name="text:Title Font Size" content="14px"/>
- <meta name="text:Font Size" content="10px"/>
- <meta name="text:Link 1 Icon" content=""/>
- <meta name="text:Link 1 Title" content="one"/>
- <meta name="text:Link 1 url" content="/"/>
- <meta name="text:Link 2 Icon" content=""/>
- <meta name="text:Link 2 Title" content="two"/>
- <meta name="text:Link 2 url" content="/"/>
- <meta name="text:Link 3 Icon" content=""/>
- <meta name="text:Link 3 Title" content="three"/>
- <meta name="text:Link 3 url" content="/"/>
- <meta name="text:Link 4 Icon" content=""/>
- <meta name="text:Link 4 Title" content="four"/>
- <meta name="text:Link 4 url" content="/"/>
- <title>{Title}</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=Raleway" rel="stylesheet">
- <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
- <style type="text/css">
- /* 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:25px;
- 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:Text}; /* light border color */
- }
- ::-webkit-scrollbar-thumb {
- border:8px solid {color:Background}; /* background color */
- background-color: {color:Link}; /* dark border color */
- min-height:24px;
- min-width:24px;
- }
- /* SELECTION */
- ::selection {
- color: {color:Accent};
- background: {color:Background};
- }
- ::-moz-selection {
- color: {color:Accent};
- background: {color:Background};
- }
- /* NAV */
- #sidebar {
- width: 350px;
- height: 100%;
- position: fixed;
- top: 0;
- left: -70px;
- }
- .info {
- margin-left: 170px;
- margin-top: 100px;
- font-size: 10px;
- width: 100px;
- height: 100px;
- padding: 8px;
- background-color: {color:Post BG};
- box-shadow: 3px 3px 10px #e2e2e2;
- }
- .info img {
- border: 1px solid {color:Text};
- border-radius: 100px;
- }
- .info p {
- font-style: italic;
- text-align: center;
- }
- #sidebar a {
- color: {color:Link};
- }
- {block:ifshowlinks}
- .box-1 {
- width: 30px;
- height: 23px;
- font-size: 15px;
- text-align: center;
- padding-top: 6px;
- margin-left: 295px;
- margin-top: -115px;
- background-color: {color:Post BG};
- box-shadow: 5px 5px 10px #e2e2e2;
- -webkit-transition: all 0.7s;
- -moz-transition: all 0.7s;
- -o-transition: all 0.7s;
- transition: all 0.7s;
- }
- .box-1:hover {
- border-radius: 100px;
- }
- .box-2 {
- width: 30px;
- height: 23px;
- font-size: 15px;
- text-align: center;
- padding-top: 6px;
- margin-left: 295px;
- margin-top: 14px;
- background-color: {color:Post BG};
- box-shadow: 5px 5px 10px #e2e2e2;
- -webkit-transition: all 0.7s;
- -moz-transition: all 0.7s;
- -o-transition: all 0.7s;
- transition: all 0.7s;
- }
- .box-2:hover {
- border-radius: 100px;
- }
- .box-3 {
- width: 30px;
- height: 23px;
- font-size: 15px;
- text-align: center;
- padding-top: 6px;
- margin-left: 295px;
- margin-top: 14px;
- background-color: {color:Post BG};
- box-shadow: 5px 5px 10px #e2e2e2;
- -webkit-transition: all 0.7s;
- -moz-transition: all 0.7s;
- -o-transition: all 0.7s;
- transition: all 0.7s;
- }
- .box-3:hover {
- border-radius: 100px;
- }
- .box-4 {
- width: 30px;
- height: 23px;
- font-size: 15px;
- text-align: center;
- padding-top: 6px;
- margin-left: 295px;
- margin-top: 10px;
- background-color: {color:Post BG};
- box-shadow: 5px 5px 10px #e2e2e2;
- -webkit-transition: all 0.7s;
- -moz-transition: all 0.7s;
- -o-transition: all 0.7s;
- transition: all 0.7s;
- }
- .box-4:hover {
- border-radius: 100px;
- }
- .box-5 {
- width: 30px;
- height: 23px;
- font-size: 15px;
- text-align: center;
- padding-top: 6px;
- margin-left: 255px;
- margin-top: -29px;
- background-color: {color:Post BG};
- box-shadow: 5px 5px 10px #e2e2e2;
- -webkit-transition: all 0.7s;
- -moz-transition: all 0.7s;
- -o-transition: all 0.7s;
- transition: all 0.7s;
- }
- .box-5:hover {
- border-radius: 100px;
- }
- .box-6 {
- width: 30px;
- height: 23px;
- font-size: 15px;
- text-align: center;
- padding-top: 6px;
- margin-left: 213px;
- margin-top: -29px;
- background-color: {color:Post BG};
- box-shadow: 5px 5px 10px #e2e2e2;
- -webkit-transition: all 0.7s;
- -moz-transition: all 0.7s;
- -o-transition: all 0.7s;
- transition: all 0.7s;
- }
- .box-6:hover {
- border-radius: 100px;
- }
- .box-7 {
- width: 30px;
- height: 23px;
- font-size: 15px;
- text-align: center;
- padding-top: 6px;
- margin-left: 170px;
- margin-top: -29px;
- background-color: {color:Post BG};
- box-shadow: 5px 5px 10px #e2e2e2;
- -webkit-transition: all 0.7s;
- -moz-transition: all 0.7s;
- -o-transition: all 0.7s;
- transition: all 0.7s;
- }
- .box-7:hover {
- border-radius: 100px;
- }
- {/block:ifshowlinks}
- /* POSTS */
- #content {
- margin-left: 390px;
- margin-right: 0px;
- margin-top: 30px;
- width: 800px; /*changes # of columns*/
- column-count: 2;
- column-gap: -50px!important;
- }
- body {
- background-color: {color:background};
- background-image: url({image:background});
- background-attachment:fixed;
- background-repeat:repeat;
- background-position:center;
- font-family: "Raleway", sans-serif;
- font-size: {text:Font Size};
- color: {color:text};
- }
- a {
- color: {color:link};
- text-decoration:none;
- -webkit-transition: color 1s;
- -moz-transition: color 1s;
- -o-transition: color 1s;
- transition: color 1s;
- }
- a:hover {
- color: {color:link hover};
- }
- blockquote {
- padding-left:5px;
- border-left:1px dotted;
- color: {color:text};
- margin-left:3px;
- margin-bottom:5px;
- }
- iframe, img, embed, object, video {
- max-width: 100%;
- }
- img {
- height: auto;
- width: auto;
- }
- article {
- background: {color:post bg};
- margin: 0px 0px 50px 0px;
- margin-top: 0px!important;
- padding: 8px;
- border: 1px solid {color:border};
- width: 300px!important;
- 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};
- 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}
- article {
- margin-top: 30px!important;
- margin-left: 150px;
- }
- #content #notecontainer {
- margin: 10px auto;
- width: 250px;
- }
- #content #notecontainer a {
- text-decoration: none;
- color: {color:link};
- 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:link hover};
- }
- #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 {
- }
- {block:ifnotinfinitescroll}
- .pagi {
- font-size:15px;
- color: {color:link};
- text-align:center;
- padding:5px;
- padding-top:5px;
- }
- {/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: 8px;
- padding: 3px;
- text-decoration: none;
- background-color: {color:background};
- 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="sidebar">
- <div class="info">
- <div align="center">
- <img src="{PortraitURL-48}"/>
- </div>
- <p>{Description}</p>
- </div>
- {block:ifshowlinks}
- <div class="box-1"><a title="home" href="/"><span class="th th-home-o"></span></a></div>
- <div class="box-2"><a title="ask" href="/ask"><span class="th th-paper-plane-o"></span></a></div>
- <div class="box-3"><a title="submit" href="/submit"><span class="th th-pencil-o"></span></a></div>
- {block:ifcustomlink1}<div class="box-4"><a title="{text:link 1 title}" href="{text:link 1 url}"><span class="th {text:link 1 icon}"></span></a></div>{/block:ifcustomlink1}
- {block:ifcustomlink2}<div class="box-5"><a title="{text:link 2 title}" href="{text:link 2 url}"><span class="th {text:link 2 icon}"></span></a></div>{/block:ifcustomlink2}
- {block:ifcustomlink3}<div class="box-6"><a title="{text:link 3 title}" href="{text:link 3 url}"><span class="th {text:link 3 icon}"></span></a></div>{/block:ifcustomlink3}
- {block:ifcustomlink4}<div class="box-7"><a title="{text:link 4 title}" href="{text:link 4 url}"><span class="th {text:link 4 icon}"></span></a></div>{/block:ifcustomlink4}
- {/block:ifshowlinks}
- </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>
- {block:Pagination}
- <div class="pagination">
- <div class="pagi">
- {block:PreviousPage}<a href="{PreviousPage}"><i class="fas fa-chevron-left"></i></a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}"><i class="fas fa-chevron-right"></i></a>{/block:NextPage}
- </div></div>
- {/block:Pagination}
- </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>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment