Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME: PLUTUS
- by acuite
- - don't steal this pls
- - enjoy, ilu (ノ◕ヮ◕)ノ*:・゚✧
- - @acuite for more themes
- -->
- <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:Cover" content=""/>
- <meta name="image:Icon" content=""/>
- <meta name="color:Background" content="#fafafa"/>
- <meta name="color:Post" content="#fff"/>
- <meta name="color:Border" content="#f2f2f2"/>
- <meta name="color:Text" content="#555"/>
- <meta name="color:Link" content="#999"/>
- <meta name="color:Hover" content="#fdb7a2"/>
- <meta name="if:Title" content=""/>
- <meta name="if:Drop Links" content=""/>
- <meta name="if:Captions" content="1"/>
- <meta name="if:Load More" content=""/>
- <meta name="if:Paginate" content=""/>
- <meta name="if:Round Edges" content=""/>
- <meta name="select:Permalinks" content="reg" title="Regular">
- <meta name="select:Permalinks" content="pto" title="Only Tags">
- <meta name="select:Permalinks" content="rio" title="Only Reblog Info">
- <meta name="select:Permalinks" content="phd" title="Hide">
- <meta name="text:Post" content="400"/>
- <meta name="text:Margin" content="50"/>
- <meta name="text:Link 1" content="/"/>
- <meta name="text:Link 1 Title" content="one"/>
- <meta name="text:Link 2" content="/" />
- <meta name="text:Link 2 Title" content="two"/>
- <meta name="text:Link 3" content="/" />
- <meta name="text:Link 3 Title" content="three"/>
- <meta name="text:Link 4" content="/" />
- <meta name="text:Link 4 Title" content="four"/>
- <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <link href='http://static.tumblr.com/8pnyeus/sXxofi7lt/outicons.css' rel='stylesheet' type='text/css'>
- <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i,700,700i|Lora:400,400i" rel="stylesheet">
- <style type="text/css">
- /* Scroll */
- ::-webkit-scrollbar {width:11px;height:11px;background:{color:Border};}
- ::-webkit-scrollbar-thumb {background:rgba({RGBcolor:Link},0.5);}
- ::-webkit-scrollbar,::-webkit-scrollbar-thumb {
- border:5px solid {color:Background};
- }
- /* Controls */
- #tumblr_controls,.tmblr-iframe{-webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);opacity:0.5;top:15px!important;right:15px!important;position:fixed;z-index:999999!important;}
- /* General */
- body {
- margin:0;
- color:{color:Text};
- background:{color:Background};
- font-smooth:always;
- -webkit-font-smoothing:antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- a:link, a:active, a:visited {text-decoration:none;}
- body,p,pre,blockquote,big,small,sub,sup {font-size:11px;}
- body,p,pre,em{font-family:'Source Sans Pro',Arial,Helvetica,sans-serif;}
- a,.tags,.our_button,.like_button,#tumblr_controls,.tmblr-iframe,.tc {
- transition:0.5s ease;
- -o-transition:0.5s ease;
- -moz-transition:0.5s ease;
- -webkit-transition:0.5s ease;
- }
- /* Credit & Scroll to Top */
- .c,.top{position:fixed;right:30px;width:40px;}
- .c {bottom:30px;}
- .top {bottom:50px;display:none;}
- /* Pagination */
- .cp {font-weight:600;}
- .cp,.jp,.pag a{display:inline-block;vertical-align:middle;margin:0 10px;}
- .pag a i,.top{font-size:20px;}
- .pag {position:relative;}
- .load {cursor:pointer;display:block;}
- .c,.top,.pag,.load {text-align:center;font-weight:600;}
- .c,.pag,.load {font-size:9px;letter-spacing:1px;text-transform:uppercase;}
- {block:ifnotPaginate}
- .pag,#infscr-loading {display:none!important;}
- {/block:ifnotPaginate}
- /* Containers */
- .center {
- position:relative;
- margin:{text:Margin}px auto;
- width:calc({text:Post}px + 2px);
- }
- .entry img{max-width:100%;height:auto;}
- .entry {
- width:{text:Post}px;
- margin:{text:Margin}px 0;
- background:{color:Post};
- border:1px solid {color:Border};
- overflow:hidden;
- }
- /* Header */
- .cover {
- background-image:url('{image:Cover}');
- background-size:cover;
- background-position:center;
- height:45vh;
- position:relative;
- z-index:9999;
- border-bottom:1px solid {color:Border};
- }
- header {text-align:center;margin:0 auto;width:{text:Post}px;}
- .image-hold{
- width:92px;
- height:92px;
- margin-top:-47px;
- display:inline-block;
- margin-bottom:20px;
- position:relative;
- }
- .image {
- position:absolute;
- top:0;
- left:0;
- z-index:99999;
- padding:5px;
- border-radius:50%;
- overflow:hidden;
- background:{color:Post};
- border:1px solid {color:Border};
- }
- .image img {width:80px;border-radius:50%;}
- .lh {cursor:help;}
- .lb {display:none;}
- .desc {margin:10px 0;font-size:11px;line-height:130%;}
- nav {font-size:0;}
- nav a {
- display:inline-block;
- margin:5px 8px;
- font-size:9px;
- line-height:100%;
- font-weight:600;
- letter-spacing:0.75px;
- text-transform:uppercase;
- }
- header h1 {
- margin:0 0 10px;
- font-weight:300;
- font-size:26px;
- line-height:100%;
- }
- .sc {position:fixed;top:23px;left:23px;z-index:999999;color:rgba(0,0,0,0.5);}
- .srch {display:inline-block;margin:0 5px;}
- .srch input{
- width:150px;
- background:inherit;
- padding:0;
- border:0;
- margin:0;
- outline:none;
- font:inherit;
- font-size:10px;
- }
- .srch input[type=text] {color:rgba(0,0,0,0.5);}
- input::-webkit-input-placeholder {color:rgba(0,0,0,0.5);}
- input::-moz-placeholder {color:rgba(0,0,0,0.5);}
- input:-moz-placeholder {color:rgba(0,0,0,0.5);}
- input:-ms-input-placeholder {color:rgba(0,0,0,0.5);}
- input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
- /* Titles */
- h2 {margin:15px 15px -5px;font-size:14px;}
- h3,h4,h5 {margin:10px;font-weight:600;font-size:11px;}
- /* Permalinks */
- .p {font-size:0;margin:15px 15px 12px;}
- .ple {font-size:10px;line-height:100%;font-weight:700;padding:3px 0 2px;width:calc(100% - 35px);}
- .ple,.pri {display:inline-block;vertical-align:middle;}
- .pri {text-align:right;opacity:0.75;padding:2px 0 0;width:35px;}
- .pri .oi {font-size:13px;}
- .oi-refresh {margin-left:5px;}
- .custom-like-button *{cursor:pointer!important;}
- .custom-like-button {
- position:relative;
- display:inline-block;
- vertical-align:top;
- width:12px;
- height:12px;
- cursor:pointer;
- }
- .like_button:hover + .our_button {color:{color:Hover};}
- .like_button.liked + .our_button {color:{color:Hover};}
- .like_button iframe {width:100%!important;height:100%!important;}
- .like_button {z-index:10;opacity:0;}
- .our_button {z-index:1;}
- .our_button,.like_button {
- position:absolute;
- top:0;
- left:0;
- width:100%;
- height:100%;
- }
- .pto .from,.rio .tags,.phd {display:none;}
- .tags,.from {display:inline;}
- .tags a,.from a,.from b{margin-right:5px;font-size:10px;line-height:100%;}
- .from a {margin-right:0;}
- .from b {margin:0 3px;}
- .from {margin-right:10px;font-weight:600;}
- .tags a {margin-bottom:3px;display:inline-block;}
- /* Quotes */
- .qut_hold {margin:25px;}
- .src {margin-top:10px;}
- .qut {
- font-size:15px;
- line-height:130%;
- font-style:italic;
- font-family:'Lora',Georgia,serif;
- }
- /* Audio & Chat */
- .chat {margin:25px;}
- .lines b {display:block;}
- .lines,.chat h2 {margin:10px 0;padding:0;}
- .play {padding:10px;background:#e4e4e4;height:27px;width:27px;border-radius:50%;}
- .audio {font-size:0;margin:25px;}
- .play,.au {display:inline-block;vertical-align:middle;}
- .soundcloud_audio_player{padding:15px 0;}
- .au span.tn {font-weight:700;}
- .au span {display:block;margin:5px 0;font-size:11px;line-height:100%;}
- .au {width:calc(100% - 62px);margin-left:15px;}
- .tumblr_audio_player {width:27px;height:27px;overflow:hidden;}
- /* Text */
- ol,ul {padding:0 0 0 20px;}
- li {margin:5px;}
- p,blockquote,pre,ul,ol{margin:10px;}
- b,strong {font-weight:600;}
- blockquote p{margin:10px 0;}
- blockquote p:first-child{margin:0 0 10px;}
- blockquote p:last-child{margin:10px 0 0;}
- blockquote p:only-child{margin:0;}
- blockquote blockquote {margin:0;}
- blockquote{padding-left:10px;border-left:1px solid {color:Border};}
- pre {
- white-space:pre-wrap;
- white-space:-moz-pre-wrap;
- white-space:-pre-wrap;
- white-space:-o-pre-wrap;
- word-wrap:break-word;
- }
- /* Captions */
- .txt iframe,.cap iframe{display:block;max-width:100%;overflow:hidden;}
- .cap a.tumblr_blog {vertical-align:middle;line-height:100%;border:0;}
- .tumblr_parent {margin:15px;padding:0;border:0;}
- .tumblr_parent blockquote {
- padding-left:10px;
- border-left:2px solid {color:Border};
- }
- .user-pic {
- display:inline-block;
- vertical-align:middle;
- border-radius:50%;
- margin-right:5px;
- width:12px;
- }
- .cap a {border-bottom:1px solid rgba({RGBcolor:Hover},0.5);}
- /* Video */
- .video {overflow:hidden;}
- .vine-embed,#youtube_iframe {display:block;}
- .instagram-media {border-radius:0!important;box-shadow:none!important;}
- /* Photosets */
- #tumblr_lightbox,.tmblr-lightbox {
- background:rgba({RGBcolor:Background},0.99)!important;
- }
- #vignette,#tumblr_lightbox_caption,.vignette,.lightbox-caption{
- opacity:0!important;
- }
- #tumblr_lightbox_center_image, #tumblr_lightbox_left_image,
- #tumblr_lightbox_right_image, .lightbox-image {
- box-shadow:none!important;
- border-radius:0px!important;
- {block:ifRoundEdges}border-radius:4px!important;{/block:ifRoundEdges}
- }
- /* Ask */
- #ask_form {margin:20px 10px 10px;width:calc(100% - 20px);}
- .ask {padding:15px;margin:15px 55px 15px 15px;background:{color:Border};}
- .aski {margin:0 0 10px;}
- .aski,.ansi {line-height:100%;font-size:12px;font-weight:600;}
- .ask_pic {float:right;width:35px;margin:15px;}
- .ans {border-top:1px solid {color:Border};padding:10px 10px 0;}
- .ansi {margin:10px;}
- .ansi img {float:right;width:35px;margin:0 0 5px 5px;}
- /* Permalink Page + Postnotes */
- .pph {text-transform:lowercase;}
- .perma {margin:15px;line-height:175%;font-size:10px;}
- .perma .oi {margin-right:3px;}
- .pmt a:after {content:',';}
- .pmt a:last-of-type:after {content:'.';}
- .pn ol {margin:0;padding:0;list-style-type:none;}
- .pn li{margin:10px;font-size:9px;line-height:100%;}
- .pn,.pn img{display:none;}
- .pn {margin:10px;font-size:0;}
- .pnh,.more_notes_link,.notes_loading {display:block;font-weight:600;}
- .more_notes_link,.notes_loading {text-align:left!important;}
- /* Tooltips */
- #s-m-t-tooltip{
- max-width:200px;
- margin:15px;
- z-index:99999999;
- padding:6px;
- line-height:100%;
- word-wrap:break-word;
- word-break:break-all;
- background:{color:Post};
- border:1px solid {color:Border};
- }
- /* Common Styles */
- .ask,p,blockquote,.lines{line-height:150%;}
- .cap a,.txt a,h1 a,.src a{color:{color:Text};}
- a,.p,.perma,.aski{color:{color:Link};}
- a:hover, a h2:hover{color:{color:Hover};}
- h2 a i{margin:0 2px;}
- {block:ifRoundEdges}
- .play,.ask,.ask_pic,.ansi img,#s-m-t-tooltip{border-radius:4px;}
- .entry{border-radius:5px!important;}
- {/block:ifRoundEdges}
- /* Etc */
- img {margin:0;display:block;}
- </style>
- </head>
- <body>
- <div class="sc">
- <i class="oi oi-search"></i>
- <form class="srch" action="/search" method="get">
- <input type="text" name="q" placeholder="Search {Name}" value="{SearchQuery}"/>
- </form>
- </div>
- <div class="cover" {block:ifnotCoverImage}style="background:{color:Border};height:60px;"{/block:ifnotCoverImage}></div>
- <header>
- <div class="image-hold">
- <div class="image">
- <a href="/"><img src="{block:ifIconImage}{image:Icon}{/block:ifIconImage}{block:ifnotIconImage}{PortraitURL-128}{/block:ifnotIconImage}"/></a>
- </div>
- </div>
- {block:ifTitle}<h1><a href="/">{Title}</a></h1>{/block:ifTitle}
- {block:Description}<div class="desc">{Description}</div>{/block:Description}
- <nav>
- <a href="/">index</a>
- <a href="/ask">message</a>
- {block:ifDropLinks}
- <a href="#" class="lh">navigate</a>
- {/block:ifDropLinks}
- {block:ifnotDropLinks}
- {block:ifLink1}
- <a href="{text:Link 1}">{text:Link 1 Title}</a>
- {/block:ifLink1}{block:ifLink2}
- <a href="{text:Link 2}">{text:Link 2 Title}</a>
- {/block:ifLink2}{block:ifLink3}
- <a href="{text:Link 3}">{text:Link 3 Title}</a>
- {/block:ifLink3}{block:ifLink4}
- <a href="{text:Link 4}">{text:Link 4 Title}</a>
- {/block:ifLink4}
- {/block:ifnotDropLinks}
- <a href="/archive">history</a>
- {block:ifDropLinks}
- <div class="lb">
- {block:ifLink1}
- <a href="{text:Link 1}">{text:Link 1 Title}</a>
- {/block:ifLink1}{block:ifLink2}
- <a href="{text:Link 2}">{text:Link 2 Title}</a>
- {/block:ifLink2}{block:ifLink3}
- <a href="{text:Link 3}">{text:Link 3 Title}</a>
- {/block:ifLink3}{block:ifLink4}
- <a href="{text:Link 4}">{text:Link 4 Title}</a>
- {/block:ifLink4}
- </div>
- {/block:ifDropLinks}
- </nav>
- </header>
- <div class="center">
- <div id="content">
- {block:Posts}
- <div class="entry" id="{PostID}">
- {block:Text}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- <div class="txt cap">{Body}</div>
- {/block:Text}
- {block:Link}
- <h2><a title="{URL}" href="{URL}">{Name}</a></h2>
- <div class="txt cap">
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}
- {block:Photo}
- <div class="bx"><a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" class="photo"/></a></div>
- {/block:Photo}
- {block:Photoset}
- <div class="bx"><div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div></div>
- {/block:Photoset}
- {block:Quote}
- <div class="qut_hold">
- <div class="qut">{Quote}</div>
- {block:Source}<div class="src">{Source}</div>{/block:Source}
- </div>
- {/block:Quote}
- {block:Chat}
- <div class="chat">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {block:Lines}<div class="lines {Alt}"><div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b> {/block:Label}{Line}</div></div>{/block:Lines}
- </div>
- {/block:Chat}
- {block:Audio}
- <div class="audio">
- {block:AudioPlayer}<div class="play">{AudioPlayerGrey}</div>{/block:AudioPlayer}
- <div class="au">
- {block:TrackName}<span class="tn">{TrackName}</span>{/block:TrackName}
- {block:Artist}<span>by {Artist}</span>{/block:Artist}
- </div>
- </div>
- {/block:Audio}
- {block:Video}
- <div class="video">{Video-500}</div>
- {/block:Video}
- {block:Answer}
- <img class="ask_pic" src="{AskerPortraitURL-96}">
- <div class="ask">
- <div class="aski">{Asker} asked:</div>
- {Question}
- </div>
- <div class="ans">
- <div class="ansi"><img src="{PortraitURL-96}"> {Name} answered:</div>
- {Answer}
- </div>
- {/block:Answer}
- {block:ifCaptions}
- {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
- {/block:ifCaptions}
- {block:IndexPage}
- <div class="p" {block:ifCaptions}{block:Caption}style="margin-top:0;"{/block:Caption}{/block:ifCaptions}>
- <div class="p_top {select:Permalinks}">
- {block:RebloggedFrom}<div class="from"><a href="{ReblogParentURL}">{ReblogParentName}</a> <b>·</b> <a href="{ReblogRootURL}">{ReblogRootName}</a></div>{/block:RebloggedFrom}
- {block:HasTags}<div class="tags">
- {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- </div>{/block:HasTags}
- </div>
- <a class="ple" href="{Permalink}">{NoteCountWithLabel}</a>
- <div class="pri">
- <div class="custom-like-button">{LikeButton}
- <span class="our_button"><span class="oi oi-heart"></span></span>
- </div>
- <a href="{ReblogURL}"><span class="oi oi-refresh"></span></a>
- </div>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}
- <div class="pph">
- <div class="perma">
- <span class="oi oi-time"></span> posted {TimeAgo} on {DayofMonthWithSuffix} {Month}
- {block:RebloggedFrom}<br>
- <span class="oi oi-user"></span> via <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- <span class="oi oi-location"></span> source <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- {block:HasTags}<div class="pmt"><span class="oi oi-tags"></span> tags:
- {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>{/block:HasTags}
- <a href="#" class="pnh"><span class="oi oi-chart"></span> {NoteCountWithLabel}</a>
- </div>
- {block:PostNotes}
- <div class="pn">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- {/block:Date}
- {/block:PermalinkPage}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
- </div>
- {/block:Posts}
- {block:ifPaginate}
- {block:Pagination}
- <div class="pag">
- {block:PreviousPage}
- <a href="{PreviousPage}"><i class="oi oi-chevron-left"></i></a>
- {/block:PreviousPage}
- {block:JumpPagination length="3"}
- {block:CurrentPage}
- <span class="cp">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jp" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}"><i class="oi oi-chevron-right"></i></a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- {/block:ifPaginate}
- </div>
- {block:ifnotPaginate}
- {block:Pagination}
- <div class="pag">
- {block:PreviousPage}
- <a href="{PreviousPage}" class="prev">back</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" class="next">next</a>
- {/block:NextPage}
- </div>
- {block:ifLoadMore}
- <a class="load">Load More</a>
- {/block:ifLoadMore}
- {/block:Pagination}
- {/block:ifnotPaginate}
- </div>
- <a href="#" class="top"><i class="oi oi-chevron-up"></i></a>
- <div class="c"><a href="http://acuite.tumblr.com">acuite</a></div>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script src="http://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
- <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- <script>
- // pxu photosets
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- // minimal soundcloud player © eoxk.tumblr
- $(document).ready(function(){
- var color = '{color:Link}'; // color of play button (hex)
- $('.soundcloud_audio_player').each(function(){
- $(this).attr({ src: $(this).attr('src').split('&')[0] + '&liking=false&sharing=false&auto_play=false&show_comments=false&continuous_play=false&buying=false&show_playcount=false&show_artwork=true&origin=tumblr&color=' + color.split('#')[1], height: 20, width: '100%' });
- });
- });
- // drop links & post notes
- $(document).ready(function(){
- $(".pn").hide();
- $(".pnh").show();$('.pnh').toggle(function(){
- $(".pn").slideDown(function(){});
- },function(){
- $(".pn").slideUp(function(){});
- });
- $(".lb").hide();
- $(".lh").show();$('.lh').toggle(function(){
- $(".lb").slideDown(function(){});
- },function(){
- $(".lb").slideUp(function(){});
- });
- });
- // scroll to top © html-tuts.com
- var amountScrolled = 500;
- $(window).scroll(function() {
- if ($(window).scrollTop() > amountScrolled) {
- $('a.top').fadeIn('slow');
- } else {
- $('a.top').fadeOut('slow');
- }
- });
- $('a.top').click(function() {
- $('body, html').animate({
- scrollTop: 0
- }, 'slow');
- return false;
- });
- // tooltips
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- /*
- UN-NEST TUMBLR CAPTIONS PLUGIN
- 2016 @magnusthemes & @neothm
- source: http://neothm.com/post/148902138319
- */
- $('.entry').unnest({
- yourCaption: ".cap",
- newCaptionUsername: false,
- originalPostCaptionUsername: false,
- tumblrAvatars: true,
- tumblrAvatarClass: ".user-pic",
- usernameColon: false
- });
- // infinite scroll
- {block:ifnotPaginate}
- var $container = $('#content');
- $container.infinitescroll({
- itemSelector: '.entry',
- navSelector: '.pag',
- nextSelector: '.next',
- loadingImg: ' ',
- loadingText: ' ',
- donetext: 'No more posts' ,
- bufferPx: 2000,
- {block:ifLoadMore}
- errorCallback: function(){
- jQuery('.load').delay(50).fadeOut();
- }
- {/block:ifLoadMore}
- },
- function( newElements ) {
- var $newElems = $( newElements );
- var $newElemsIDs = $newElems.map(function(){
- return this.id;
- }).get();
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- resizeVideos();
- $newElems.unnest({
- yourCaption: ".cap",
- newCaptionUsername: true,
- originalPostCaptionUsername: true,
- tumblrAvatars: true,
- tumblrAvatarClass: ".user-pic",
- usernameColon: false
- });
- });
- {block:ifLoadMore}
- $(window).unbind(".infscr");
- $(".load").click(function(){
- $("#content").infinitescroll("retrieve");
- });
- {/block:ifLoadMore}
- {/block:ifnotPaginate}
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement