Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme: nemo -- updated 21.5.2016
- - sorrism -
- -->
- <!DOCTYPE html>
- <head>
- <title>{block:TagPage}#{Tag} : {/block:TagPage} {block:PostSummary}{PostSummary} : {/block:PostSummary}{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}
- <!--Default Variables-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#cccccc"/>
- <meta name="color:Link" content="#a7a7a7"/>
- <meta name="color:Link Hover" content="#aaaaaa"/>
- <meta name="color:Title" content="#000000"/>
- <meta name="color:Scrollbar" content="#d5d5d5" />
- <meta name="color:Borders" content="#eeeeee"/>
- <meta name="if:Infinite Scroll" content="1"/>
- <meta name="if:Manual Load" content="0"/>
- <meta name="select:Caption" content="def" title="Default"/>
- <meta name="select:Caption" content="inl" title="Inline"/>
- <meta name="select:Caption" content="hide def" title="Hide Default"/>
- <meta name="select:Caption" content="hide inl" title="Hide Inline"/>
- <meta name="select:Post Width" content="275" title="275px"/>
- <meta name="select:Post Width" content="300" title="300px"/>
- <meta name="select:Post Width" content="350" title="350px"/>
- <meta name="select:Post Width" content="375" title="375px"/>
- <meta name="select:Post Width" content="400" title="400px"/>
- <meta name="select:Post Width" content="450" title="450px"/>
- <meta name="select:Post Width" content="500" title="500px"/>
- <meta name="select:Post Width" content="540" title="540px"/>
- <meta name="image:Icon" content=""/>
- <meta name="select:Font" content="pt-serif" title="PT Serif"/>
- <meta name="select:Font" content="courier new" title="Courier New"/>
- <meta name="select:Font" content="source-sans-pro" title="Source Sans Pro"/>
- <meta name="select:Font" content="karla" title="Karla"/>
- <meta name="select:Font" content="trebuchet ms" title="Trebuchet Ms"/>
- <meta name="select:Font Size" content="10px" title="10px"/>
- <meta name="select:Font Size" content="11px" title="11px"/>
- <meta name="text:Ask Title" content="message"/>
- <meta name="text:Archive Title" content="history"/>
- <meta name="text:Popup Title" content="navigation"/>
- <meta name="text:Popup Text Title" content="profile"/>
- <meta name="text:Popup Text" content="Put some info here!"/>
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 4 URL" content="" />
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 5 URL" content="" />
- <meta name="text:Link 5" content="" />
- <link href='//static.tumblr.com/sas2ex2/HFinqriui/photoset.css' rel='stylesheet' type='text/css'><script src="//use.edgefonts.net/{select:font}:n4,i4,n7.js"></script>
- <!--CSS customization here. -->
- <style type="text/css">
- .tmblr-lightbox {background:rgba({RGBcolor:background}, .95)!important;}
- .tmblr-lightbox img {opacity:0;}
- .lightbox-caption {
- color:{color:title}!important;
- font-family:inherit!important;
- font-size:1em!important;
- font-weight:normal!important;
- text-shadow:none!important;
- }
- .lightbox-image {
- -moz-box-shadow:none!important;
- -webkit-box-shadow:none!important;
- box-shadow:none!important;
- -moz-border-radius:0px!important;
- -webkit-border-radius:0px!important;
- border-radius:0px!important;
- padding:0px!important;
- margin:0px!important;
- border:0!important;
- opacity:1!important;
- }
- .vignette {opacity:0!Important;}
- .iframe-controls--desktop {
- white-space:nowrap!important;
- -webkit-filter:invert(70%)!important;
- -moz-filter:invert(70%)!important;
- -ms-filter:invert(70%)!important;
- -o-filter:invert(70%)!important;
- filter:invert(70%)!important;
- top:10px!important;
- right:10px!important;
- opacity:.3!important;
- position:fixed!important;
- }
- /*tooltip*/
- .ui-tooltip {
- position:Absolute;
- z-index:9999;
- padding-top:15px;
- }
- .ui-tooltip-content {
- background:{color:background};
- padding:0px 4px;
- font-style:italic;
- }
- /*scrollbar*/
- ::-webkit-scrollbar {
- height:2px;
- width:3px;
- background:inherit;
- }
- ::-webkit-scrollbar-thumb {background:{color:scrollbar};}
- /*main structure*/
- body {
- color:{color:text};
- font:{select:font size}/1.4em {select:font}, serif;
- background:{color:background};
- word-wrap:break-word;
- text-align:left;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- margin:0;
- }
- a {
- color:{color:link};
- text-decoration:none;
- }
- a, svg, .when {
- transition:all .4s linear;
- -webkit-transition:all .4s linear;
- -o-transition:all .4s linear;
- -moz-transition:all .4s linear;
- }
- a, a img {cursor:pointer;}
- a:hover {
- color:{color:link hover}!important;
- text-decoration:none;
- }
- img {
- opacity:1;
- border:0;
- text-decoration:none;
- max-width:100%;
- height:auto;
- display:block;
- }
- blockquote {
- padding:.25em 0 .25em 15px;
- margin:.5em 0;
- border-left:1px solid {color:borders};
- }
- pre {
- padding:0;
- margin:0;
- line-height:inherit!important;
- background:transparent;
- font-family:inherit!Important;
- font-size:inherit!important;
- white-space:pre-wrap;
- white-space:-moz-pre-wrap;
- white-space:-pre-wrap;
- white-space:-o-pre-wrap;
- word-wrap:break-word;
- }
- p {margin:1em 0;}
- p:first-of-type {margin-top:0;}
- p:last-of-type {margin-bottom:0;}
- b, strong, b a, strong a {color:{color:title};}
- ol, ul {
- list-style:none;
- text-align:left;
- padding-left:0;
- }
- li {
- position:relative;
- padding:.1em 0 .1em 5px;
- margin-left:15px;
- }
- ol li {
- padding-left:15px;
- counter-increment:list;
- }
- ol li:before, ul li:before {
- left:0;
- position:absolute;
- vertical-align:baseline!important;
- }
- ol li:before {content:counter(list) '.';}
- ul li:before {
- content:'';
- height:1px;
- width:15px;
- left:-15px;
- top:calc(.7em + 1px);
- vertical-align:middle!important;
- background:{color:borders};
- }
- .chat li:before, .pagenotes li:before {display:none;}
- .chat li {
- padding-left:0;
- margin:0;
- }
- small, big, sub, pre {
- font-size:1em!important;
- line-height:1.4em!important;
- vertical-align:baseline!important;
- }
- h1, h2, h3, h4 {
- font-size:1.2em;
- margin:.25em 0;
- padding:0;
- color:{color:title};
- font-weight:normal;
- }
- .post h1:first-child, .post h2:first-child, .post h3:first-child, .post h4:first-child {margin-top:0;}
- hr {
- border:none;
- box-shadow:0;
- margin:1.5em 25%;
- border-top:1px solid {color:borders};
- }
- .tex a, .caption a, .source a, .a a {border-bottom:1px solid {color:borders};}
- .tex a:hover, .caption a:hover, .source a:hover, .a a:hover {border-color:{color:link hover};}
- header, footer{block:permalinkpage}, .posts{/block:permalinkpage} {
- -webkit-animation-name: fade-in;
- -webkit-animation-duration: 1.5s;
- }
- /*header*/
- header {
- width:{select:post width}px;
- margin:80px auto 50px auto;
- padding-top:20px;
- position:relative;
- }
- .ico {
- width:50px;
- z-index:3;
- height:70px;
- position:absolute;
- display:block;
- top:0px;
- left:50%;
- border-top:20px solid {color:background};
- margin-left:calc(-{select:post width}px / 2 - 70px);
- }
- .ico img, .when a {
- width:50px;
- height:50px;
- display:block;
- -moz-border-radius:100%;
- -webkit-border-radius:100%;
- border-radius:100%;
- -moz-border-top-right-radius:0px;
- -webkit-border-top-right-radius:0px;
- border-top-right-radius:0px;
- }
- .ico.stick {
- position:fixed;
- top:0px;
- }
- #d {margin-bottom:15px;}
- nav, .le {
- text-transform:lowercase;
- width:calc({select:post width}px + 10px);
- margin-left:-5px;
- line-height:2.5em;
- }
- .tai {color:{color:title};}
- nav a, .le a {
- display:inline-block;
- color:{color:text};
- width:calc({select:post width}px / 2 - 5px);
- border-top:1px solid {color:borders};
- margin:0 5px;
- }
- nav a:nth-child(odd):nth-last-child(2), nav a:last-child, .le a:nth-child(odd):nth-last-child(2), .le a:last-child {border-bottom:1px solid {color:borders};}
- .le a:nth-child(even):nth-last-child(2), nav a:nth-child(even):nth-last-child(2) {border-bottom:0;}
- nav a:last-child:not(:nth-child(even)), .le a:last-child:not(:nth-child(even)) {width:{select:post width}px;}
- /*pagination*/
- .nice {
- position:fixed;
- right:15px;
- bottom:15px;
- }
- footer {
- {block:ifInfiniteScroll}
- {block:ifnotmanualLoad}
- display:none;
- {/block:ifnotManualLoad}
- {/block:ifInfiniteScroll}
- width:{select:post width}px;
- margin:-65px auto 85px auto;
- }
- footer a {
- display:inline-block;
- margin:0 5px;
- width:calc({select:post width}px / 2 - 5px);
- line-height:2.5em;
- border-bottom:1px solid {color:borders};
- border-top:1px solid {color:borders};
- }
- #pagination a:only-child, .load {
- width:{select:post width}px!important;
- margin:0!important;
- }
- #pagination {
- width:calc({select:post width}px + 10px);
- margin-left:-5px;
- {block:ifInfiniteScroll}
- display:none;
- {/block:ifInfiniteScroll}
- }
- #infscr-loading {display:none!important;}
- /*posts*/
- section {
- margin:0 auto 85px auto;
- {block:indexpage}
- margin-bottom:0;
- {/block:indexpage}
- width:{select:post width}px;
- }
- article {
- width:{select:post width}px;
- {block:indexpage}
- margin-bottom:85px;
- z-index:-1;
- opacity:0;
- {/block:indexpage}
- position:relative;
- display:block;
- }
- .ph {
- position:relative;
- overflow:hidden;
- }
- .ph img {
- width:100%;
- display:block;
- }
- .video * {
- display:block;
- min-width:100%;
- }
- a.read_more {text-transform:lowercase;}
- a.tumblr_blog {
- display:inline-block;
- margin-bottom:5px;
- }
- /*text and captions*/
- .title {
- color:{color:title};
- font-size:1.25em;
- line-height:1.5em;
- }
- .title a {color:{color:title};}
- .title a:hover {color:{color:link};}
- .quote {font-style:italic;}
- .ted {margin-top:20px;}
- /*caption*/
- .caption {margin:20px 0 0 0;}
- .sigh .caption {margin:15px 0 0 0;}
- .inl.ree .caption p:first-of-type, .inl.ree .caption blockquote:first-of-type, .inl.ree .text p:first-of-type, .inl.ree .text blockquote:first-of-type {display:inline;}
- .inl.ree .caption blockquote:first-of-type, .inl.ree .text blockquote:first-of-type {
- border:0;
- padding:0;
- }
- {block:indexpage}.hide .caption {display:none!important;}{/block:indexpage}
- .posts img, .posts li, .posts blockquote, .caption img {max-width:100%;}
- .caption *:last-child, .a *:last-child, .text *:last-child {
- margin-bottom:0!important;
- padding-bottom:0!Important;
- }
- .posts img, .posts li, .posts blockquote, .caption img, .caption iframe {max-width:100%;}
- /*audio*/
- .tumblr_audio_player {
- width:250px;
- height:30px;
- margin-top:-2px;
- }
- .player {
- width:25px;
- height:25px;
- border-left:5px solid #e4e4e4;
- display:block;
- -moz-border-radius:3px;
- -webkit-border-radius:3px;
- border-radius:3px;
- overflow:hidden;
- }
- .hold {
- background:#e4e4e4;
- display:block;
- opacity:.5;
- padding:5px;
- position:relative;
- }
- .audio_info {
- width:calc({select:post width}px + 10px);
- margin-left:-5px;
- line-height:2.5em;
- margin-top:15px;
- }
- .audio_info span {
- border-top:1px solid {color:borders};
- display:inline-block;
- width:calc({select:post width}px / 2 - 5px);
- margin:0 5px;
- }
- /*asks*/
- .as {
- text-transform:lowercase;
- color:{color:title};
- }
- .as a {color:{color:title};}
- .a {margin-top:20px}
- /*chat*/
- .chat ol {
- margin:0;
- padding:0;
- list-style:none;
- }
- .l {
- padding:.55em 0;
- border-bottom:1px solid {color:borders};
- }
- .l:first-of-type {border-top:1px solid {color:borders};}
- .label {display:inline-block;}
- .l.odd {color:{color:title};}
- /*permalink and notes*/
- .when {
- position:absolute;
- top:0;
- opacity:0;
- padding:0 20px 20px 20px;
- left:calc(-1.875em - 40px);
- }
- .posts:hover .when {opacity:1;}
- .when a {
- background:#f2f2f2;
- width:1.88em;
- height:1.88em;
- display:block;
- line-height:1.88em;
- text-align:center;
- }
- .when svg {
- padding-top:.17em;
- display:inline-block;
- height:1.5em;
- fill:{color:text};
- }
- .when a:hover {background:{color:link hover};}
- .when a:hover svg {fill:{color:background}}
- #permalink {
- width:calc({select:post width}px + 10px);
- margin-left:-5px;
- margin-top:20px;
- text-transform:lowercase;
- line-height:24px;
- }
- #permalink span {
- border-top:1px solid {color:borders};
- display:inline-block;
- width:calc({select:post width}px / 2 - 5px);
- margin:0 5px;
- }
- #permalink span:nth-child(odd):nth-last-child(2), #permalink span:last-child {border-bottom:1px solid {color:borders};}
- #permalink span:nth-child(even):nth-last-child(2) {border-bottom:0;}
- #permalink span:last-child:not(:nth-child(even)) {width:{select:post width}px;}
- .go.stop {margin-top:20px!important;}
- .stop {margin-top:0!important;}
- .tags {padding:.5em 0;}
- .pagenotes a {text-decoration:none;}
- .same {
- display:none;
- border-bottom:1px solid {color:borders};
- }
- ol.notes {
- list-style-type:none;
- padding:0px;
- margin:0px;
- }
- ol.notes li.note {
- display:block;
- padding:0;
- margin:.55em 0;
- }
- ol.notes li.note img.avatar {display:none!important;}
- .t {
- display:block;
- cursor:help;
- line-height:24px;
- border-top:1px solid {color:borders};
- border-bottom:1px solid {color:borders};
- }
- a.more_notes_link {
- display:block;
- color:{color:title};
- text-align:left;
- }
- /*modal*/
- modal {
- position:fixed;
- left:0;
- bottom:0;
- background:{color:background};
- z-index:10;
- width:100%;
- height:100%;
- display:none;
- }
- .close {
- position:fixed;
- left:0;
- bottom:0;
- z-index:10;
- width:100%;
- height:100%;
- }
- .windo {
- width:{select:post width}px;
- position:absolute;
- z-index:11;
- transform:translate(-50%,-50%);
- -webkit-transform:translate(-50%,-50%);
- -o-transform:translate(-50%,-50%);
- -moz-transform:translate(-50%,-50%);
- left:50%;
- top:50%;
- border-top:1px solid {color:borders};
- padding-top:25px;
- }
- .windo .title {display:inline-block;}
- .le {margin-top:20px;}
- .lo {color:{color:title};}
- .ugh {margin-top:20px;}
- {CustomCSS}
- </style>
- </head>
- <body>
- <modal>
- <div class="close"></div>
- <div class="windo">{block:ifPopupTextTitle}<div class="title">{text:Popup Text Title}</div>{block:ifPopupTextTitle}<div class="ugh">{block:ifPopupText}</div>{text:popup text}{/block:ifPopupText}<div class="le"><a class="lo">Links</a>{block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}{block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}{block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}{block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}
- </div>
- </div>
- </modal>
- <header>{block:ifIconImage}<a class="ico" {block:permalinkpage}href="/"{/block:permalinkpage}><img src="{image:icon}"/></a>{/block:ifIconImage}<div id="d">{description}</div><nav><a href="/" class="tai">{title}</a><a href="/ask">{text:ask title}</a><a href="/archive">{text:archive title}</a><a class="po">{text:popup title}</a></nav>
- </header>
- <section id="entries">{block:Posts}<article id="{PostID}" class="posts {select:Caption}{block:RebloggedFrom} ree{/block:RebloggedFrom}{block:Audio} sigh{/block:Audio}">
- {block:Quote}<div class="title quote">{Quote}</div>{block:Source}<div class="source ted">{Source}</div>{/block:Source}{/block:Quote}
- {block:Text}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="tex {block:title}ted{/block:title}">{Body}</div>
- {/block:Text}
- {block:Link}
- <div class="title"><a href="{URL}">{Name}</a></div>
- {block:Description}<div class="tex ted">{Description}</div>{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <ol class="chat {block:title}ted{/block:title}">
- {block:Lines}
- <li class="l {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
- {/block:Lines}
- </ol>
- {/block:Chat}
- <div class="ph">
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{LinkCloseTag}{/block:Photo}
- {block:Photoset}<div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img alt="{PhotoAlt}" 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>
- {/block:Photoset}
- {block:Video}<div class="video">{Video-500}</div>{/block:Video}
- {block:Audio}
- {block:AudioPlayer}
- <div class="hold">
- <div class="player">{AudioPlayerGrey}</div>
- </div>
- {/block:AudioPlayer}
- <div class="audio_info">
- {block:TrackName}<span style="color:{color:title};{block:caption} border-bottom:1px solid {color:borders};{/block:caption}">{TrackName}</span>{/block:TrackName}{block:Artist}<span style="{block:caption} border-bottom:1px solid {color:borders};{/block:caption}">{Artist}</span>{/block:Artist}
- </div>
- {/block:Audio}
- </div>
- {block:Answer}
- <div class="q"><span class="as">{Asker} sent:</span> {Question}</div><div class="a">{Answer}</div>
- {/block:Answer}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {block:Date}
- {block:indexpage}<div class="when"><a href="{Permalink}" target="_blank"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M45,72h128c3.3,0,6-2.7,6-6s-2.7-6-6-6H45c-3.3,0-6,2.7-6,6S41.7,72,45,72z"/><path d="M45,117h128c3.3,0,6-2.7,6-6s-2.7-6-6-6H45c-3.3,0-6,2.7-6,6S41.7,117,45,117z"/><path d="M45,162h128c3.3,0,6-2.7,6-6s-2.7-6-6-6H45c-3.3,0-6,2.7-6,6S41.7,162,45,162z"/></svg></a></div>{/block:indexpage}
- {block:permalinkpage}<div id="permalink" class="{block:caption}go{/block:caption} {block:audio}stop{/block:audio}">
- <span>Posted {month} {dayofmonth}{dayofmonthsuffix}</span><span>at {12hour}:{minutes}{ampm}</span>{block:RebloggedFrom}<span>Via: <a href="{ReblogParentURL}">{ReblogParentName}</a></span>{block:ContentSource}<span>source: <a href="{ReblogRootURL}">{ReblogRootName}</a></span>{/block:ContentSource}{/block:RebloggedFrom}</div>{block:HasTags}<div class="tags">{block:Tags}# <a href="{TagUrl}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:permalinkpage}
- {/block:Date}
- </article>
- {block:PostNotes}<article class="posts pagenotes"><a class="t">{NoteCountWithLabel}</a><div class="same">{PostNotes}</div></article>{/block:PostNotes}
- {/block:Posts}</section>
- {block:Pagination}<footer>{block:ifinfinitescroll}{block:ifmanualload}{block:NextPage}<a class="load">load more</a>{/block:NextPage}{/block:ifmanualload}{/block:ifinfinitescroll}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">previous page</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next page</a>{/block:NextPage}</div></footer>{/block:Pagination}
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="https://code.jquery.com/ui/1.10.4/jquery-ui.js"></script><script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script><script src="//static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>{block:indexpage}<script src="//static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- {block:ifinfinitescroll}<script src="//static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>{/block:ifinfinitescroll}{/block:indexpage}
- <script>
- $(document).ready(function(){
- $('body').tooltip({track:true});
- $('.t').click(function() {
- $('.same').slideToggle(400);
- });
- $('.po, .close').click(function() {
- $('modal').fadeToggle(400);
- });
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '2px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- var $container = $('section');
- $container.imagesLoaded(function(){$container.find('article').delay(1000).animate({opacity: 1, zIndex: 1},1000);});
- {block:indexpage}
- var top = $('.ico').offset().top;
- $(window).scroll(function() {
- var scroll = $(window).scrollTop();
- if (scroll > top) {$('.ico').addClass('stick');}
- else {$('.ico').removeClass('stick'); }
- });
- $('.ico, .up').click(function() {$('body, html').animate({scrollTop:0},1000);});
- {block:ifinfinitescroll}
- $container.infinitescroll({
- itemSelector: 'article',
- navSelector: '#pagination',
- nextSelector: '#pagination a',
- loadingImg: '',
- loadingText: '<em></em>',
- errorCallback: function(){ $('.load').text('no more posts').parent('footer').delay(4000).slideUp(400); },
- bufferPx: 3000
- },
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.imagesLoaded(function(){
- $container.masonry('appended', $newElems);
- $newElems.delay(500).animate({opacity: 1, zIndex: 1},1000);
- });
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '2px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- resizeVideos();
- });
- {block:ifmanualload}
- $(window).unbind('.infscr');
- $('.load').click(function(){
- $('footer').fadeTo("400", 0);
- $container.delay(400).infinitescroll('retrieve');
- $(this).parent('footer').delay(400).fadeTo("400", 1);
- });
- {/block:ifmanualload}
- {/block:ifinfinitescroll}{/block:indexpage}
- });
- </script>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <a class="nice" href="http://sorrism.tumblr.com" target="_blank">σ</a>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement