Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="image:Sidebar" content=""/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Blog Title" content="#606060"/>
- <meta name="color:Sidebar Links" content="#656565"/>
- <meta name="color:Color 1" content="#d291ff"/>
- <meta name="color:Color 2" content="#91b2ff"/>
- <meta name="color:Color 3" content="#ff91e1"/>
- <meta name="color:Scrollbar" content="#d291ff"/>
- <meta name="color:Text Selection" content="#91b2ff"/>
- <meta name="select:Line Width" content="10%"/>
- <meta name="select:Line Width" content="25%"/>
- <meta name="select:Line Width" content="50%"/>
- <meta name="select:Line Width" content="75%"/>
- <meta name="select:Line Width" content="100%"/>
- <meta name="select:photoset gutter" content="1px"/>
- <meta name="select:photoset gutter" content="2px"/>
- <meta name="select:photoset gutter" content="3px"/>
- <meta name="select:photoset gutter" content="4px"/>
- <meta name="select:photoset gutter" content="5px"/>
- <meta name="select:text size" content="12px"/>
- <meta name="select:text size" content="13px"/>
- <meta name="select:text size" content="14px"/>
- <meta name="text:link one" content="link one"/>
- <meta name="text:link one url" content="/"/>
- <meta name="text:link two" content="link two"/>
- <meta name="text:link two url" content="/"/>
- <meta name="text:link three" content="link three"/>
- <meta name="text:link three url" content="/"/>
- <meta name="if:Hover Tags" content="1">
- <meta name="if:Gradient Underline" content="1"/>
- <!-- scripts -->
- <link href="https://fonts.googleapis.com/css?family=Montserrat|Open+Sans" rel="stylesheet"><link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"><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="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script><script src="https://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script><link href="https://static.tumblr.com/0podkko/oDSpg7y88/photosets.css" rel="stylesheet"><script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <!----- style my tooltip by malihu ---->
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!-- unnest captions by neothm and magnusthemes -->
- <script> $(function(){ $('article').unnest({
- yourCaption: ".captions, .txt",
- wrapName: ".cap_wrap",
- newCaptionUsername: false,
- originalPostCaptionUsername: false,
- tumblrAvatars: false,
- tumblrAvatarClass: ".tumblr_avatar",
- usernameColon: true
- }); }); </script>
- <!-- photosets and lightboxes by annasthms and espoirthemes -->
- <script>
- function gatherData(images, arr) {
- for (let i = 0; i < images.length; i++) {
- let currentData = {
- "width": images[i].getAttribute('data-width'),
- "height": images[i].getAttribute('data-height'),
- "low_res": images[i].getAttribute('data-lowres'),
- "high_res": images[i].getAttribute('data-highres')
- };
- arr.push(currentData);
- }
- }
- function getIndex(elem) {
- let i = 0;
- while( (elem = elem.previousElementSibling) != null ) i++;
- return i;
- }
- function lightbox(elem) {
- let currentPhotoset = elem.parentNode;
- let photosetPhotos = currentPhotoset.getElementsByTagName('div');
- let data = [];
- gatherData(photosetPhotos, data);
- Tumblr.Lightbox.init(data, getIndex(elem) + 1);
- }
- </script>
- </head>
- <style type="text/css">
- * {
- margin: 0;
- padding: 0;
- }
- body {
- background: {color:Background};
- font-family: 'Open Sans', sans-serif;
- font-size: {select:text size};
- }
- #s-m-t-tooltip {
- max-width: 300px;
- margin-top: -30px;
- margin-left: -25px;
- font-size: 8px;
- letter-spacing: 1px;
- text-align: center;
- text-transform: uppercase;
- padding: 5px;
- background-color: #fff;
- z-index: 999999;
- border: 1px solid #ccc;
- }
- ::-webkit-scrollbar {
- width: 5px;
- }
- ::-webkit-scrollbar-thumb {
- background: {color:Scrollbar};
- }
- ::selection {
- background:{color:Text Selection};
- color: #fff;
- }
- ::-webkit-selection {
- background:{color:Text Selection};
- color: #fff;
- }
- [photoset-layout] {
- grid-gap: {select:photoset gutter};
- }
- [photoset-layout] img {
- cursor: pointer;
- }
- a {
- color: #656565;
- text-decoration: none;
- transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- a:hover {
- color: #000;
- transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- blockquote {
- padding-left: 7px;
- border-left: 1px solid #ccc;
- margin: 6px 0;
- }
- blockquote img, img, .captions img, .posts img {
- max-width: 100%;
- height: auto;
- }
- strong, b {
- color: {color:Color 2};
- }
- small, big, sub, sup {
- font-size: {select:text size};
- }
- ul li {
- list-style: none;
- }
- ul li:before {
- content: "›";
- font-size: 1em;
- padding-right: .5em;
- position: relative;
- top: .1em;
- }
- .posts ol, .captions ol {
- list-style: none;
- counter-reset: my-awesome-counter;
- }
- .posts ol, .captions ol li {
- counter-increment: my-awesome-counter;
- }
- .posts ol, .captions ol li::before {
- content: counter(my-awesome-counter) ". ";
- padding-right: .2em;
- font-size: 10px;
- }
- .container {
- width: calc(540px + 250px + 80px);
- margin: 50px auto;
- overflow: hidden;
- }
- .sidebar {
- width: 250px;
- padding: 5px;
- background: {color:Background};
- position: fixed;
- }
- .sbpic, .sbpic img {
- width: 250px;
- }
- .title {
- margin-left: 2px;
- width: fit-content;
- text-align: left;
- padding-bottom: 5px;
- margin-top: 10px;
- font-size: 13px;
- font-weight: 600;
- color: {color:Blog Title};
- {block:IfGradientUnderline}
- background:
- linear-gradient(to left,
- {color:Color 1} 0%,
- {color:Color 2} 50%,
- {color:Color 3} 100%)
- left
- bottom
- {color:background}
- no-repeat;
- background-size: {select:Line Width} 2px;
- {/block:IfGradientUnderline}
- }
- .desc {
- margin-top: 15px;
- font-style: italic;
- }
- .links {
- margin-top: 7px;
- margin-left: 2px;
- }
- .links a {
- margin-right: 4px;
- color: {color:Sidebar Links};
- }
- .links a:hover:nth-of-type(3n-2) {color:{color:Color 1};}
- .links a:hover:nth-of-type(3n-1) {color:{color:Color 2};}
- .links a:hover:nth-of-type(3n) {color:{color:Color 3};}
- .pagination {
- margin-top: 15px;
- text-align: center;
- font-size: 13px;
- }
- .pagination .fas {
- margin: 0 8px;
- color: {color:Sidebar Links};
- }
- .postcontainer {
- width: 540px;
- margin-left: calc(250px + 80px);
- }
- .posts {
- width: 540px;
- margin-bottom: 100px;
- transition: all 0.5s ease;
- }
- .posts:nth-of-type(3n-2) .tags a {color:{color:Sidebar Links};}
- .posts:nth-of-type(3n-1) .tags a {color:{color:Sidebar Links};}
- .posts:nth-of-type(3n) .tags a {color:{color:Sidebar Links};}
- .posts:nth-of-type(3n-2) .tags a:hover {color:{color:Color 1};}
- .posts:nth-of-type(3n-1) .tags a:hover {color:{color:Color 2};}
- .posts:nth-of-type(3n) .tags a:hover {color:{color:Color 3};}
- .posts:nth-of-type(3n-2) a {color:{color:Color 1};}
- .posts:nth-of-type(3n-1) a {color:{color:Color 2};}
- .posts:nth-of-type(3n) a {color:{color:Color 3};}
- .posts a:hover {
- color: #555;
- }
- .cap_wrap {
- margin-left: -8px;
- margin-bottom: 20px;
- }
- .captions, .txt {
- width: 492px;
- margin: 10px 0 0 8px;
- }
- .postinfo {
- width: 540px;
- margin-top: 15px;
- }
- .permalink {
- width: 200px;
- border-top: 1px solid #ccc;
- padding-top: 3px;
- text-align: center;
- font-size: 10px;
- margin: 0 auto;
- }
- {block:PermalinkPage}
- .tags {opacity: 1;}
- {/block:PermalinkPage}
- .tags {
- margin-top: 5px;
- text-align: center;
- font-size: 10px;
- {block:IfHoverTags}
- opacity: 0;
- {/block:IfHoverTags}
- transition: all 0.5s ease;
- }
- .tags a {
- margin: 0 3px;
- }
- {block:IfHoverTags}
- .posts:hover .tags {
- opacity: 1;
- max-height: 300px;
- transition: all 0.5s ease;
- }
- {/block:IfHoverTags}
- .t {
- width: fit-content;
- text-transform: capitalize;
- margin-bottom: 5px;
- padding-bottom: 5px;
- {block:IfGradientUnderline}
- background:
- linear-gradient(to left,
- {color:Color 1} 0%,
- {color:Color 2} 50%,
- {color:Color 3} 100%)
- left
- bottom
- {color:background}
- no-repeat;
- background-size: 100% 2px;
- {/block:IfGradientUnderline}
- }
- .question {
- margin-top: 8px;
- }
- .asker {
- width: fit-content;
- margin-right: 3px;
- padding-bottom: 5px;
- {block:IfGradientUnderline}
- background:
- linear-gradient(to left,
- {color:Color 1} 0%,
- {color:Color 2} 50%,
- {color:Color 3} 100%)
- left
- bottom
- #ffffff
- no-repeat;
- background-size: 100% 2px;
- {/block:IfGradientUnderline}
- }
- .answer {
- margin-top: 13px;
- padding-left: 7px;
- border-left: 1px solid #ccc;
- }
- .quote {
- font-size: 13px;
- font-family: 'Montserrat', sans-serif;
- font-weight: 600;
- }
- .source {
- text-align: right;
- margin-top: 3px;
- font-style: italic;
- font-size: 10px;
- }
- .playbutton {
- position: relative;
- margin-top:25px;
- margin-left:24px;
- z-index:9;
- width: 33px;
- height: 30px;
- overflow: hidden;
- }
- .albumart img {
- position: relative;
- margin-top:-55px;
- margin-left:0px
- height: 80px;
- width: 80px;
- }
- .trackinfo {
- position: relative;
- margin-left: 80px;
- height: 70px;
- margin-top: -84px;
- padding: 5px 10px;
- }
- .trackinfo b {
- color: #505050;
- text-transform: uppercase;
- font-size: 11px;
- }
- .chat span {
- margin-right: 3px;
- text-transform: uppercase;
- color: #505050;
- font-size: 11px;
- }
- ol.notes {
- padding: 0px;
- list-style-type: none;
- border-top: solid 1px #ccc;
- }
- ol.notes li.note {
- padding: 10px;
- }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- ol.notes li.note .answer_content {
- font-weight: normal;
- }
- ol.notes li.note blockquote {
- border-color: #eee;
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- .cr {
- border-radius: 10px;
- bottom: 8px;
- display: inline;
- font-size: 10px;
- padding: 6px;
- position: fixed;
- right: 8px;
- background: {color:background};
- padding: 6px;
- border: 1px #ccc solid;
- }
- .cr:hover {
- border-radius: 10px;
- font-size: 15px;
- padding: 6px;
- border: 1px #ccc solid;
- transition: all 0.3s ease;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- }
- .cr a {color: {color:links};}
- .cr a:hover {color: #bb7ccb;}
- /* CUSTOM CONTROLS BY CYANTISTS */
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top:0!important;
- right:0!important;
- opacity:0.4;
- /* 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:0.6!important;}
- </style>
- <body>
- <!-- PLEASE KEEP INTACT -->
- <div class="cr"><a href="https://enybyresources.tumblr.com" title="theme by xchelspaige"><span class="th th-unicorn-o"></span></a></div>
- <!-- PLEASE KEEP INTACT -->
- <div class="container"><div class="sidebar">
- <img class="sbpic" src="{image:Sidebar}"/><div class="title">baby bi bi bi</div>
- <div class="links"><a href="/" title="home">home</a><a href="/ask" title="ask">ask</a><a href="{text:link one url}" title="{text:link one}">{text:link one}</a><a href="{text:link two url}" title="{text:link two}">{text:link two}</a><a href="{text:link three url}" title="{text:link three}">{text:link three}</a></div>
- {block:Description}<p class="desc">{Description}</p>{/block:Description}
- {block:Pagination}
- <div class="pagination">{block:PreviousPage}<a href="{PreviousPage}"><i class="fas fa-caret-left"></i></a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}"><i class="fas fa-caret-right"></i></a>{/block:NextPage}</div>
- {/block:Pagination}
- </div> <!-- sidebar ends -->
- <div class="postcontainer">{block:Posts}<article class="posts" id="{PostID}">
- {block:Text}{block:Title}<div class="t"><a href="{Permalink}">{Title}</a></div>{/block:Title}<div class="txt">{Body}</div>{/block:Text}
- {block:Photo}<a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a>{block:Caption}<div class="captions">{Caption}{/block:Caption}{/block:Photo}
- {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}<div class="captions">{Caption}</div>{/block:Caption}{/block:Panorama}
- {block:Photoset}<div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}" data-lowres="{PhotoURL-500}" data-highres="{PhotoURL-HighRes}" onclick="lightbox(this)"><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div>{block:Caption}<div class="captions">{Caption}</div>{/block:Caption}{/block:Photoset}
- {block:Quote}<div class="quote">{Quote}</div>{block:Source}<div class="source">-- {Source}{/block:Source}</div>{/block:Quote}
- {block:Link}<div class="t"><a href="{URL}" class="link" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}
- <div class="chat"><ul>
- {block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<span>{Label}</span>{/block:Label}{Line}</div>{/block:Lines}</ul>
- {/block:Chat}
- {block:Video}<div class="video">{Video-500}</div>{block:Caption}<div class="captions">{Caption}</div>{/block:Caption}{/block:Video}
- {block:Audio}{block:AudioPlayer}
- <div class="playbutton">{AudioPlayerGrey}</div>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
- <div class="trackinfo">{block:TrackName}<b>track: </b>{TrackName}{/block:TrackName} <br>{block:Artist}<b>artist: </b>{Artist}{/block:Artist} <br>{block:Album}<b>album: </b>{Album}{/block:Album} <br>{block:PlayCount}<b>plays: </b>{PlayCount}{/block:PlayCount}</div>
- {block:Caption}<div class="captions">{Caption}</div>{/block:Caption}
- {/block:AudioPlayer}{/block:Audio}
- {block:Answer}<div class="asker">{Asker} said:</div><div class="question">{Question}</div><div class="answer">{Answer}</div>{/block:Answer}
- {block:Date}
- <div class="postinfo"><div class="permalink"><a href="{Permalink}" title="{DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix}">posted {TimeAgo}</a>
- </div></div>
- {/block:Date}
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </article>
- {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:Posts}
- {/block:Posts}
- {block:NoRebloggedFrom}
- <!--{block:RebloggedFrom}
- {ReblogParentName}
- {/block:RebloggedFrom}-->
- {/block:NoRebloggedFrom}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoUrl}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </div> <!-- post container ends -->
- </div> <!-- container ends -->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement