Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME: STYX
- 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="color:Text" content="#555"/>
- <meta name="color:Link" content="#999"/>
- <meta name="color:Hover" content="#f0bfb3"/>
- <meta name="if:Tags" content=""/>
- <meta name="if:Load More" content=""/>
- <meta name="if:Paginate" content=""/>
- <meta name="if:Round Edges" content=""/>
- <meta name="text:Post" content="400"/>
- <meta name="text:Sidebar" content="200"/>
- <meta name="text:Margin" content="60"/>
- <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=Ubuntu:300,300i,400,400i,500,500i,700,700i" rel="stylesheet">
- <style type="text/css">
- /* Scroll */
- ::-webkit-scrollbar {width:11px;height:11px;background:#eee;}
- ::-webkit-scrollbar-thumb {background:rgba({RGBcolor:Link},0.5);}
- ::-webkit-scrollbar,::-webkit-scrollbar-thumb {border:5px solid #f8f8f8;}
- /* Controls */
- #tumblr_controls,.tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop{-webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);opacity:0.5;}
- /* General */
- body {
- margin:0;
- color:{color:Text};
- background:#f8f8f8;
- 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:12px;}
- body,p,pre,em{font-family:'Ubuntu',Arial,Helvetica,sans-serif;}
- a,.our_button,.like_button,nav a .oi,.dh .oi{
- 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:700;}
- .cp,.jp,.pag a{display:inline-block;vertical-align:middle;margin:0 10px;}
- .pag a .oi,.top{font-size:18px;}
- .pag,.load {position:relative;margin:{text:Margin}px;width:{text:Post}px;}
- .load {cursor:pointer;display:block;font-weight:500;}
- .c,.top,.pag,.load {text-align:center;}
- .c,.pag,.load {font-size:10px;letter-spacing:1px;text-transform:uppercase;}
- {block:ifnotPaginate}
- .pag,#infscr-loading {display:none!important;}
- {/block:ifnotPaginate}
- /* Containers */
- .center {
- position:relative;
- margin-left:calc({text:Sidebar}px + 51px);
- }
- .entry img{max-width:100%;height:auto;}
- .entry {
- width:{text:Post}px;
- margin:{text:Margin}px;
- background:#fff;
- border:1px solid #eee;
- overflow:hidden;
- }
- /* Sidebar */
- aside {
- position:fixed;
- width:{text:Sidebar}px;
- height:100%;
- top:0;
- left:0;
- padding:25px;
- background:#fff;
- border-right:1px solid #eee;
- }
- .blog_info {font-size:0;}
- .blog_info .dh {float:right;padding:7px 0;}
- .blog_info .dh .oi {font-size:17px;padding:5px;}
- aside .image,aside h1 {display:inline-block;vertical-align:middle;}
- .image {width:34px;margin-right:10px;}
- .desc {padding:10px 0 0;margin:15px 0 0;font-size:12px;}
- .lh {cursor:help;}
- .lb {display:none;padding:10px 0;}
- .lb a {display:inline-block;width:50%;margin:5px 0;}
- nav {font-size:0;}
- nav a .oi {
- display:inline-block;
- vertical-align:middle;
- margin-right:6px;
- padding:4px;
- line-height:100%;
- font-size:15px;
- color:rgba({RGBcolor:Text},0.5);
- }
- nav a:hover .oi,.dh .oi:hover {
- background:rgba({RGBcolor:Hover},0.75);
- color:#fff;
- }
- nav a {
- display:block;
- margin:10px 0;
- font-size:11px;
- line-height:15px;
- color:{color:Text};
- text-transform:capitalize;
- }
- .srch .oi {color:{color:Link};font-size:13px;}
- .srch {
- margin:25px 0;
- padding:7px 8px 7px 10px;
- background:#f8f8f8;
- border:1px solid #eee;
- }
- .srch input{
- width:calc(100% - 16px);
- background:inherit;
- padding:0;
- border:0;
- margin:0;
- outline:none;
- font:inherit;
- opacity:0.75;
- font-size:11px;
- line-height:100%;
- }
- .srch input[type=text] {color:{color:Link};}
- input::-webkit-input-placeholder {color:{color:Link};}
- input::-moz-placeholder {color:{color:Link};}
- input:-moz-placeholder {color:{color:Link};}
- input:-ms-input-placeholder {color:{color:Link};}
- input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
- /* Titles */
- a h1 {color:{color:Text};}
- a h1 i {color:{color:Link};}
- a:hover h1 * {color:{color:Hover};transition:0.5s;}
- h1 {margin:0;font-size:13px;line-height:100%;font-weight:500;}
- h1 i {
- display:block;
- margin-top:2px;
- font-style:normal;
- font-weight:400;
- font-size:10px;
- line-height:100%;
- }
- h2 a {padding:0 0 2px;}
- h2 {margin:0 0 10px;font-size:17px;line-height:100%;font-weight:300;}
- h3,h4,h5 {margin:10px;font-size:11px;}
- /* Permalinks */
- .p {font-size:0;padding:15px;}
- .ple a,.ple,.pri,.tags a{display:inline-block;vertical-align:middle;}
- a.time,.tags a{font-size:10px;line-height:100%;}
- .pic {width:16px;border-radius:50%;margin-right:9px;}
- .ple {width:calc(100% - 32px);}
- .pri {text-align:right;width:32px;}
- .pri .oi {font-size:15px;line-height:100%;}
- .custom-like-button *{cursor:pointer!important;}
- .custom-like-button {
- position:relative;
- display:inline-block;
- vertical-align:top;
- width:13px;
- height:11px;
- cursor:pointer;
- margin-right:3px;
- }
- .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%;
- }
- .tags {margin-top:10px;}
- .tags a:hover {
- color:#fff;
- background:{color:Hover};
- border-color:{color:Hover};
- }
- .tags a {
- padding:4px 6px;
- margin:0 5px 0 0;
- background:#f8f8f8;
- border:1px solid #eee;
- {block:ifRoundEdges}
- border-radius:4px;
- {/block:ifRoundEdges}
- }
- /* Quotes */
- .qut_hold {padding:25px;}
- .src {margin-bottom:5px;}
- .qut {font-size:18px;line-height:130%;font-weight:300;font-style:italic;}
- /* Audio & Chat */
- .chat {padding:15px;}
- .lines b {font-weight:500;display:block;}
- .lines,.chat h2 {margin:10px;padding:0;}
- .play {padding:15px;background:#e4e4e4;height:27px;width:27px;}
- .audio {font-size:0;padding:15px;}
- .play,.au {display:inline-block;vertical-align:middle;}
- .soundcloud_audio_player{padding:15px 0;}
- .au span.tn {font-size:14px;font-weight:300;}
- .au span {display:block;margin:3px 0;font-size:11px;}
- .au {width:calc(100% - 72px);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:5px 0;}
- blockquote p{margin:5px 0;}
- blockquote p:first-child{margin:0 0 5px;}
- blockquote p:last-child{margin:5px 0 0;}
- blockquote p:only-child{margin:0;}
- blockquote blockquote {margin:0;}
- blockquote{padding-left:10px;border-left:1px solid #eee;}
- 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;}
- .txt .tumblr_parent:first-of-type {border:0;}
- .tumblr_parent {border:0;margin:0;padding:20px;}
- .tumblr_parent blockquote {margin:5px 0;}
- a.tumblr_blog {padding:0 0 1px;}
- /* 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 {padding:25px;}
- .aski {margin:0 0 5px;font-size:13px;line-height:100%;font-weight:500;}
- .aski img {float:left;width:40px;margin:0 15px 7px 0;}
- /* Permalink Page + Postnotes */
- .pph {text-transform:lowercase;}
- .perma {padding:15px;line-height:175%;}
- .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 {padding:10px;font-size:0;}
- .pnh,.more_notes_link,.notes_loading {display:block;font-weight:700;}
- .more_notes_link,.notes_loading {text-align:left!important;}
- /* Tooltips */
- #s-m-t-tooltip{
- max-width:200px;
- margin:15px;
- z-index:99999999;
- padding:5px 7px;
- font-size:10px;
- line-height:100%;
- word-wrap:break-word;
- word-break:break-all;
- background:#fff;
- border:1px solid #eee;
- }
- /* Common Styles */
- .ask,p,blockquote,.lines,.desc{line-height:150%;}
- a:hover, a h2:hover{color:{color:Hover};}
- a,.pri,.perma,.src,.lines b,.tn,h2,.ask{color:{color:Link};}
- {block:ifRoundEdges}
- .play,.aski img,.entry,#s-m-t-tooltip,.image,aside .oi,.srch{border-radius:6px;}
- {/block:ifRoundEdges}
- /* Borders */
- .lb {border-bottom:1px solid #eee;}
- .desc,.lb,.p,.tumblr_parent,.ans {border-top:1px solid #eee;}
- .cap a,.txt a {border-bottom:1px solid rgba({RGBcolor:Hover},0.5);}
- /* Etc */
- img {margin:0;display:block;}
- </style>
- </head>
- <body>
- <aside>
- <div class="blog_info">
- <a class="dh" href="#"><i class="oi oi-chevron-down"></i></a>
- <a href="/">
- <img class="image" src="{PortraitURL-128}"/>
- <h1>{Title}<br><i>{Name}</i></h1>
- </a>
- </div>
- <div class="desc">{Description}</div>
- <form class="srch" action="/search" method="get">
- <input type="text" name="q" placeholder="Search" value="{SearchQuery}"/>
- <i class="oi oi-search"></i>
- </form>
- <nav>
- <a href="/"><i class="oi oi-home"></i> index</a>
- <a href="/ask"><i class="oi oi-mail"></i> message</a>
- <a href="#" class="lh"><i class="oi oi-menu"></i> navigate</a>
- <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>
- <a href="/archive"><i class="oi oi-time"></i> history</a>
- </nav>
- </aside>
- <div class="center">
- <div id="content">
- {block:Posts}
- <div class="entry" id="{PostID}">
- {block:Text}
- <div class="txt cap">
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Link}
- <div class="txt cap">
- <h2><a title="{URL}" href="{URL}">{Name}</a></h2>
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}
- {block:Photo}
- <div class="bx"><a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></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">
- {block:Source}<div class="src">{Source}</div>{/block:Source}
- <div class="qut">{Quote}</div>
- </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}
- <div class="ask">
- <div class="aski"><img src="{AskerPortraitURL-96}">{Asker} said:</div>
- <div class="que">{Question}</div>
- </div>
- <div class="txt cap ans">{Answer}</div>
- {/block:Answer}
- {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
- {block:IndexPage}
- <div class="p">
- <div class="ple">
- {block:RebloggedFrom}
- <a href="{ReblogRootURL}" title="{ReblogRootName}">
- <img class="pic" src="{ReblogRootPortraitURL-96}">
- </a>
- {/block:RebloggedFrom}
- {block:NotReblog}
- <a href="{Permalink}" title="{Name}">
- <img class="pic" src="{PortraitURL-96}">
- </a>
- {/block:NotReblog}
- <a class="time" href="{Permalink}">posted {TimeAgo}</a>
- </div>
- <div class="pri">
- <div class="custom-like-button">{LikeButton}
- <span class="our_button"><i class="oi oi-heart"></i></span>
- </div>
- <a href="{ReblogURL}"><i class="oi oi-refresh"></i></a>
- </div>
- {block:ifTags}{block:HasTags}<div class="tags">
- {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>{/block:HasTags}{/block:ifTags}
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:Date}
- <div class="pph">
- <div class="perma">
- posted {TimeAgo} on {DayofMonthWithSuffix} {Month}
- {block:RebloggedFrom}<br>
- via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- source <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- {block:HasTags}<div class="pmt">tags:
- {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>{/block:HasTags}
- <a href="#" class="pnh">{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(){});
- });
- $(".desc").hide();
- $(".dh").show();$('.dh').toggle(function(){
- $(".desc").slideDown(function(){});
- },function(){
- $(".desc").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: false,
- 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();
- console.log($newElems, $newElemsIDs);
- Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
- $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: false,
- 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