Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme: pools // updated 17.10.2017
- - 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:Title" content="#000000"/>
- <meta name="color:Scrollbar" content="#d5d5d5" />
- <meta name="color:Text Borders" content="#cccccc"/>
- <meta name="color:Accents" content="#fbfbfb"/>
- <meta name="color:Entries" content="#f4f4f4"/>
- <meta name="if:Infinite Scroll" content="1"/>
- <meta name="if:Manual Load" content="0"/>
- <meta name="if:Hide Captions" content="0"/>
- <meta name="if:Hide Tags" content="1"/>
- <meta name="image:Header" content=""/>
- <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:Home Title" content="home"/>
- <meta name="text:Ask Title" content="message"/>
- <meta name="text:Archive Title" content="archive"/>
- <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"/>
- <!--CSS customization here. -->
- <link href="//static.tumblr.com/sas2ex2/HFinqriui/photoset.css" rel="stylesheet" type="text/css"><script src="//use.edgefonts.net/source-sans-pro:n4,i4,n6,i6.js"></script>
- <style type="text/css">
- /*tumblr controls and lightbox*/
- .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;
- opacity:1!important;
- }
- .vignette {opacity:0!important;}
- .cc svg {
- display:block;
- width:10px;
- height:auto;
- opacity:.75;
- overflow:visible;
- }
- .cc svg path {fill:{color:text};}
- .cc {
- z-index:12;
- position:fixed;
- top:15px;
- right:15px;
- }
- #tumblr_controls, .iframe-controls--desktop {
- position:fixed!important;
- top:2px!important;
- right:15px!important;
- opacity:0!important;
- -webkit-transform:scale(.7);
- -moz-transform:scale(.7);
- transform:scale(.7);
- -webkit-backface-visibility:hidden;
- padding:0px 20px 10px 10px;
- transition:all .3s linear;
- -webkit-transition:all .3s linear;
- -o-transition:all .3s linear;
- -moz-transition:all .3s linear;
- -webkit-backface-visibility:hidden;
- -webkit-transform-origin:right top;
- -moz-transform-origin:right top;
- -ms-transform-origin:right top;
- -o-transform-origin:right top;
- transform-origin:right top;
- }
- #tumblr_controls:hover, .iframe-controls--desktop:hover {opacity:.7!important;}
- /*tooltip*/
- .ui-tooltip {
- position:Absolute;
- z-index:9999;
- padding-top:15px;
- }
- .ui-tooltip-content {
- background:{color:background};
- padding:2px 3px;
- text-transform:lowercase;
- }
- /*scrollbar*/
- ::-webkit-scrollbar{
- height:2px;
- width:4px;
- background:inherit;
- }
- ::-webkit-scrollbar-thumb {
- background:{color:scrollbar};
- border-radius:2px;
- -webkit-border-radius:2px;
- }
- /*basics*/
- body {
- background:{color:background};
- color:{color:text};
- font:10px/1.75em source-sans-pro, helvetica, arial, sans-serif;
- word-wrap:break-word;
- text-align:left;
- overflow-x:hidden;
- margin:0;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- }
- a {
- color:{color:text};
- text-decoration:none;
- }
- a, svg {
- transition:all .3s linear;
- -webkit-transition:all .3s linear;
- -o-transition:all .3s linear;
- -moz-transition:all .3s linear;
- }
- a, a img {cursor:pointer;}
- a:hover {
- color:{color:link};
- text-decoration:none;
- }
- a svg:hover {fill:{color:link};}
- .comment a {border-bottom:1px solid {color:text borders};}
- .comment a:hover {border-color:{color:link};}
- 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:text borders};
- }
- pre {
- padding:0;
- margin:0;
- line-height:inherit!important;
- background:transparent;
- font-family:consolas!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:.5em 0;}
- p:first-of-type {margin-top:0;}
- p:last-of-type {margin-bottom:0;}
- b, strong, b a, strong a {
- font-weight:600;
- color:{color:text};
- }
- ol, ul {
- list-style:none;
- text-align:left;
- padding-left:0;
- }
- li {
- position:relative;
- padding:.25em 0 .25em 20px;
- margin-left:0;
- }
- ol li {counter-increment:list;}
- ol li:before, ul li:before {
- left:-20px;
- display:inline-block;
- position:relative;
- width:0;
- vertical-align:middle!important;
- }
- ol li:before {content:counter(list) '.';}
- ul li:before {
- content:'\00BB';
- width:15px;
- position:absolute;
- left:5px;
- top:.25em;
- }
- .chat li:before, .pagenotes li:before {display:none!important;}
- .chat li {margin:0;}
- small, big, sub, pre {
- font-size:1em!important;
- line-height:1.4em!important;
- vertical-align:baseline!important;
- }
- h1, h2, h3, h4 {
- margin:1.5em 0;
- font-size:1em;
- padding:0;
- font-weight:600;
- color:{color:title};
- font-weight:normal;
- }
- article h1:first-child, article h2:first-child, article h3:first-child, article h4:first-child {margin-top:0;}
- hr {
- border:none;
- box-shadow:0;
- margin:2em 0;
- width:30%;
- border-top:1px solid {color:text borders};
- }
- .comment h1, .comment h2, .comment h3, .comment h4 {
- font-size:inherit!important;
- font-family:inherit!important;
- }
- header, footer, article {
- -webkit-animation-name: fade-in;
- -webkit-animation-duration: 1.5s;
- }
- /*side*/
- header {
- position:relative;
- margin:0px auto 75px auto;
- width:{select:post width}px;
- }
- .hea {
- display:block;
- margin:-75px -75px 75px -75px;
- }
- .hea img {width:calc({select:post width}px + 150px);}
- .tai {
- color:{color:title};
- font:italic 1.2em/1.5em georgia, times, serif;
- display:block;
- }
- .tai, nav {margin-bottom:10px;}
- nav a {
- margin-right:10px;
- display:inline-block;
- }
- nav a:last-of-type {margin:0;}
- /*pagination*/
- footer {
- {block:ifinfinitescroll}
- {block:ifnotmanualload}
- display:none;
- {/block:ifnotmanualload}
- {/block:ifinfinitescroll}
- width:{select:post width}px;
- margin:-75px auto 75px auto;
- }
- {block:ifinfinitescroll}
- #pagination {display:none;}
- {/block:ifinfinitescroll}
- footer a {
- display:inline-block;
- margin:0 10px;
- }
- footer a:first-of-type {margin-left:0;}
- #infscr-loading {display:none!important;}
- .nice {
- position:fixed;
- right:15px;
- bottom:15px;
- }
- /*posts*/
- section {
- margin:150px auto;
- padding:75px;
- background:{color:entries};
- }
- section, article {width:{select:post width}px;}
- article {
- margin-bottom:75px;
- position:relative;
- }
- .posts:last-of-type {margin-bottom:0!important;}
- .ph {
- position:relative;
- overflow:hidden;
- }
- .ph img {
- width:100%;
- display:block;
- }
- .video * {
- display:block;
- min-width:100%;
- }
- .spotify_audio_player {height:80px!important;}
- .ph .comment:first-of-type {padding-top:15px;}
- /*titles*/
- .title {
- color:{color:title};
- font:italic 1.2em/1.4em georgia, times, serif;
- }
- .title a {color:{color:title};}
- .title a:hover {color:{color:link};}
- /*captions*/
- .comment {
- padding:0 0 15px 0;
- list-style:none;
- }
- .user {
- margin:0;
- display:inline-block;
- }
- .user:after {content:'\00a0';}
- .user a, .user {
- color:{color:text};
- font-weight:600;
- border:0!important;
- }
- .tmblr-truncated-link {display:block;}
- .comment:last-of-type {padding-bottom:0;}
- .comment * img:first-child {margin-top:0;}
- .comment * img:last-child {margin-bottom:0;}
- .ted:first-of-type {padding-top:15px;}
- /*quote source*/
- .source {margin-top:15px;}
- /*audio*/
- .player {
- width:25px;
- height:24px;
- position:absolute;
- left:10px;
- top:calc(50% - 15px);
- display:block;
- overflow:hidden;
- }
- .hold {
- position:relative;
- display:block;
- min-height:24px;
- padding:15px;
- background:{color:accents};
- color:rgba({RGBcolor:text},.7);
- }
- .audio_info {
- vertical-align:middle;
- line-height:12px;
- margin-left:35px;
- max-width:calc(100% - 35px);
- }
- .audio_info span {
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- display:block;
- }
- .hold .track {
- font-weight:600;
- color:{color:text};
- }
- /*asks*/
- .q {margin-bottom:5px;}
- .as {
- text-align:right;
- text-transform:lowercase;
- }
- .a {margin-top:15px}
- /*chats*/
- .chat {
- margin:0;
- padding:0;
- list-style:none;
- }
- .ted .chat {margin-top:15px;}
- .l {padding:0 0 5px 0;}
- .l:last-of-type {padding-bottom:0;}
- .label {
- font-weight:bold;
- color:{color:title};
- display:inline-block;
- }
- /*permalink and notes*/
- #permalink, .when {margin-top:10px;}
- #permalink span {display:block;}
- .tags {
- {block:indexpage}
- {block:ifhidetags}
- display:none;
- {/block:ifhidetags}
- {/block:indexpage}
- }
- .pagenotes {text-transform:lowercase;}
- .pagenotes li:before {display:none;}
- ol.notes {
- list-style-type:none;
- padding:0;
- margin:0;
- }
- ol.notes li.note {
- display:block;
- padding:0;
- margin-bottom:5px;
- }
- ol.notes li.note img.avatar {display:none!important;}
- .more_notes_link, .notes_loading {
- display:block;
- text-align:left!important;
- border-bottom:0px solid transparent!important;
- color:{color:title};
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div class="cc"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px"viewBox="0 0 438.317 438.317" style="enable-background:new 0 0 438.317 438.317;" xml:space="preserve"><g><g><path d="M31.167,266.192l20.4,9.35c8.5,3.967,12.467,13.6,9.35,22.383l-7.933,20.967c-5.95,16.15-3.967,33.433,5.95,47.317c9.633,14.167,25.5,22.383,42.5,22.383c6.233,0,12.467-1.133,18.417-3.4l20.967-7.933c1.983-0.85,3.967-1.133,6.233-1.133c6.8,0,13.317,3.967,16.15,10.483l9.35,20.4c8.5,18.7,26.633,30.317,47.033,30.317s38.533-11.617,47.033-30.317l9.35-20.4c2.833-6.233,9.067-10.483,16.15-10.483c1.983,0,4.25,0.283,6.233,1.133l20.967,8.217c5.95,2.267,12.183,3.683,18.417,3.683l0,0c16.717,0,32.583-8.783,42.5-22.667c9.633-14.167,11.9-31.45,5.95-47.6l-7.933-20.967c-3.117-8.783,0.85-18.417,9.35-22.383l20.4-9.35c18.7-8.5,30.317-26.633,30.317-47.033S426.7,180.625,408,172.125l-20.4-9.35c-8.5-3.967-12.467-13.6-9.35-22.383l7.933-20.967c5.95-16.15,3.967-33.433-5.95-47.317c-9.633-14.167-25.5-22.383-42.5-22.383c-6.233,0-12.467,1.133-18.417,3.4l-20.967,7.933c-1.983,0.85-3.967,1.133-6.233,1.133c-6.8,0-13.317-3.967-16.15-10.483l-9.35-20.4c-8.5-18.7-26.633-30.317-47.033-30.317s-39.383,11.9-47.883,30.6l-9.35,20.4c-2.833,6.233-9.067,10.483-16.15,10.483c-1.983,0-4.25-0.283-6.233-1.133L119,53.408c-5.95-2.267-12.183-3.4-18.417-3.4c-16.717,0-32.583,8.5-42.5,22.383c-9.633,14.167-11.9,31.45-5.95,47.317l7.933,20.967c3.117,8.783-0.85,18.417-9.35,22.383l-20.4,9.35C11.617,180.908,0,199.042,0,219.442S12.467,257.692,31.167,266.192z M45.05,203.008l20.4-9.35c24.65-11.333,36.55-39.95,26.917-65.167l-7.933-20.967c-2.833-7.65,0-13.317,1.983-16.15c4.533-6.8,13.033-9.633,20.967-6.517l20.967,7.933c5.95,2.267,11.9,3.4,18.133,3.4l0,0c20.117,0,38.533-11.9,47.033-30.317l9.35-20.4c4.25-9.633,13.317-10.483,16.15-10.483c2.833,0,11.617,0.85,16.15,10.483l9.35,20.4c8.5,18.417,26.917,30.317,47.033,30.317c6.233,0,12.183-1.133,18.133-3.4l20.967-7.933c7.933-2.833,16.15,0,20.967,6.517c1.983,2.833,4.817,8.5,1.983,16.15l-7.933,20.967c-9.35,25.217,2.267,53.833,26.917,65.167l20.4,9.35c9.633,4.25,10.483,13.317,10.483,16.15c0,2.833-0.85,11.617-10.483,16.15l-20.4,9.35c-24.65,11.333-36.55,39.95-26.917,65.167l7.933,20.967c2.833,7.65,0,13.317-1.983,16.15c-4.533,6.8-13.033,9.633-20.967,6.517l-20.967-7.933c-5.95-2.267-11.9-3.4-18.133-3.4c-20.117,0-38.533,11.9-47.033,30.317l-9.35,20.4c-4.25,9.633-13.317,10.483-16.15,10.483c-2.833,0-11.617-0.85-16.15-10.483l-9.35-20.4c-8.5-18.417-26.917-30.317-47.033-30.317c-6.233,0-12.183,1.133-18.133,3.4l-20.967,7.933c-7.933,2.833-16.15,0-20.967-6.517c-1.983-2.833-4.817-8.5-1.983-16.15l7.933-20.967c9.35-25.217-2.267-53.833-26.917-65.167l-20.4-9.35c-9.633-4.25-10.483-13.317-10.483-16.15C34.567,216.325,35.417,207.542,45.05,203.008z"/><path d="M218.733,292.825c40.517,0,73.667-33.15,73.667-73.667s-33.15-73.667-73.667-73.667s-73.667,33.15-73.667,73.667S177.933,292.825,218.733,292.825z M218.733,179.492c21.817,0,39.667,17.85,39.667,39.667s-17.85,39.667-39.667,39.667s-39.667-17.85-39.667-39.667S196.917,179.492,218.733,179.492z"/></g></g></svg></div>
- <section id="entries">
- <header>{block:ifHeaderImage}<a class="hea" href="/"><img src="{image:Header}"/></a>{/block:ifHeaderImage}<a href="/" class="tai">{title}</a><nav>{block:ifHomeTitle}<a href="/">{text:home title}</a>{/block:ifHomeTitle}{block:ifAskTitle}<a href="/ask">{text:ask title}</a>{/block:ifAskTitle}{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:ifArchiveTitle}<a href="/archive">{text:archive title}</a>{/block:ifArchiveTitle}</nav><div id="d">{description}</div>
- </header>
- {block:Posts}<article class="posts">
- {block:Quote}<div class="title quote">{Quote}</div>
- {block:Source}<div class="source">{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- {block:RebloggedFrom}{block:Reblogs}<li class="comment {block:Title}ted{/block:Title}"><a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{username}</a>{body}</li>{/block:Reblogs}{/block:RebloggedFrom}{block:NotReblog}<li class="comment {block:Title}ted{/block:Title}">{body}</li>{/block:NotReblog}
- {/block:Text}
- {block:Link}
- <div class="title"><a href="{URL}">{Name}</a></div>
- {block:Description}{block:NotReblog}<li class="comment ted">{description}</li>{/block:NotReblog}{/block:Description}{block:RebloggedFrom}{block:Reblogs}<li class="comment"><a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{Username}</a>{body}</li>{/block:Reblogs}{/block:RebloggedFrom}
- {/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">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ol>
- {/block:Chat}
- <div class="ph">
- {block:Photo}
- {block:indexpage}<a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="{PhotoURL-HighRes}"></a>{/block:indexpage}{block:permalinkpage}{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{LinkCloseTag}{/block:permalinkpage}
- {/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 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">{AudioPlayerWhite}</div><div class="audio_info">{block:TrackName}<span class="track">{TrackName}</span>{/block:TrackName}{block:Artist}<span class="artist">{Artist}</span>{/block:Artist}</div></div>{/block:AudioPlayer}
- {/block:Audio}
- {block:caption}
- {block:Reblogs}<li class="comment"><a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{Username}</a>{body}</li>{/block:Reblogs}{block:NotReblog}<li class="comment"><a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{name}</a>{Caption}</li>{/block:NotReblog}
- {/block:caption}
- </div>
- {block:Answer}
- <div class="q">{Question}</div><div class="as">sent by {Asker}</div>{block:Answerer}<li class="comment"><span class="user">{answerer} replied:</span>{answer}</li>{/block:Answerer}{block:NotReblog}<li class="comment">{replies}</li>{/block:NotReblog}{block:RebloggedFrom}{block:Reblogs}<li class="comment"><a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{username}</a>{body}</li>{/block:Reblogs}{/block:RebloggedFrom}
- {/block:Answer}
- {block:Date}{block:indexpage}
- <div class="when">
- <a href="{Permalink}" target="_blank">{month} {dayofmonth}{dayofmonthsuffix}</a>{block:notecount} with <a href="{permalink}">{notecountwithlabel}</a>{/block:notecount}{block:HasTags}<span class="tags">{block:Tags} <a href="{TagUrl}">#{Tag}</a>{/block:Tags}</span>{/block:HasTags}</div>
- {/block:indexpage}
- {block:permalinkpage}
- <div id="permalink">
- <span>Posted on {month} {dayofmonth}{dayofmonthsuffix} at {12hour}:{minutes}{ampm}</span>{block:RebloggedFrom}<span>Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} — source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}</span>{/block:RebloggedFrom}{block:HasTags}<span>Indexed: {block:Tags}<a href="{TagUrl}">#{Tag}</a> {/block:Tags}</span>{/block:HasTags}</div>
- {/block:permalinkpage}
- {/block:Date}
- </article>
- {block:PostNotes}
- <article class="pagenotes"><div class="title">{NoteCountWithLabel}</div>
- <li class="comment ted">{PostNotes}</li></article>
- {/block:PostNotes}
- {/block:Posts}
- </section>
- {block:Pagination}<footer>
- <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">back</a>{block:nextpage}/{/block:nextpage}{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>{block:ifinfinitescroll}{block:ifmanualload}<div id="more"><a class="load">load more</a></div>{/block:ifmanualload}{/block:ifinfinitescroll}</footer>
- {/block:Pagination}
- <!-- jquery -->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="//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}{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});
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '3px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- $('p').filter(function (){return $.trim(this.innerHTML) == ""}).remove();
- $('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head").append($("<style type='text/css'> .audio-player{background:{color:accents} !important} </style>"));
- });
- {block:indexpage}{block:ifinfinitescroll}
- var $container = $('section');
- $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.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '3px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- resizeVideos();
- $newElems.find('p').filter(function (){return $.trim(this.innerHTML) == ""}).remove();
- $newElems.find('iframe.tumblr_audio_player').load(function(){
- $('iframe.tumblr_audio_player').contents().find("head").append($("<style type='text/css'> .audio-player{background:{color:accents}!important} </style>"));
- });
- });
- {block:ifmanualload}
- $(window).unbind('.infscr');
- $('.load').click(function(){
- $('footer').fadeTo("400", 0);
- $container.delay(400).infinitescroll('retrieve').parent('body').find('#more').parent().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