0% found this document useful (0 votes)
32 views13 pages

Theme LINGER

Uploaded by

strangekittie50
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views13 pages

Theme LINGER

Uploaded by

strangekittie50
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 13

<!

DOCTYPE html>
<head>

<!--

linger

@odeysseus

- credits listed at odeysseus.tumblr.com/credit

-->

<link rel="shortcut icon" href="{Favicon}">


<link rel="alternate" type="application/rss+xml" href="{RSS}">
{block:Description}<meta name="description" content="{MetaDescription}"
/>{/block:Description}

<title>{Title}</title>

<!--metas-->

<meta name="color:background" content=""/>


<meta name="color:text" content="#767676"/>
<meta name="color:link" content="#aaa"/>
<meta name="color:accent" content="#47acb7"/>
<meta name="color:accent dark" content="#444"/>
<meta name="if:infinite scroll" content="1"/>
<meta name="if:load more" content="1"/>

<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:extra description" content="optional extra description here! leave


blank if you don't want it"/>
<meta name="text:font size" content="11px"/>

<meta name="select:font" content="Source Sans Pro"/>


<meta name="select:font" content="PT Serif"/>
<meta name="select:font" content="Open Sans"/>
<meta name="select:font" content="PT Sans"/>
<meta name="select:font" content="Lora"/>
<meta name="select:font" content="Source Serif Pro"/>
<meta name="select:font" content="Georgia"/>
<meta name="select:font" content="Trebuchet MS"/>

<meta name="select:permalink post width" content="350px"/>


<meta name="select:permalink post width" content="380px"/>
<meta name="select:permalink post width" content="400px"/>
<meta name="select:permalink post width" content="420px"/>
<meta name="select:permalink post width" content="450px"/>
<meta name="select:permalink post width" content="480px"/>
<meta name="select:permalink post width" content="500px"/>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></
script> <link href="https://static.tumblr.com/aptzszz/9QNp5fv1g/normalize.css"
rel="stylesheet" tyle="text/css"/>

<!--font-->

<link href='https://fonts.googleapis.com/css?
family={select:font}:400,400italic,600,600italic|Inconsolata|Lato' rel='stylesheet'
type='text/css'>

<!--videos-->

<script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>

<style type="text/css">

/* general */

* { margin:0;padding:0; }

@-webkit-keyframes fadein {
0% {opacity: 0;}
100% { opacity: 1; }
}

@-moz-keyframes fadein {
0% { opacity: 0; }
100% { opacity: 1; }
}

@keyframes fadein {
0% { opacity: 0; }
100% { opacity: 1; }
}

::-moz-selection{
background: rgba({RGBcolor:accent},.2);
color:{color:accent dark};
}

::selection {
background: rgba({RGBcolor:accent},.2);
color:{color:accent dark};
}

.tmblr-iframe{
white-space:nowrap;
-webkit-filter: invert(100%);
-moz-filter: invert(100%);
-o-filter: invert(100%);
-ms-filter: invert(100%);
filter: invert(100%);
opacity:.2;
transition: .4s ease-in-out;
transform:scale(0.7,0.7);
transform-origin:right top;
}

.tmblr-iframe:hover { opacity:1; }

#s-m-t-tooltip{
position:absolute;
margin:15px;
max-width:250px;
z-index:9999;
color:{color:accent dark};
background:#fff;padding:2px 4px;
}

blockquote {
padding:0px 0px 0px 15px;
margin:0px 0px 0px 15px;
border-left:1px solid #eee;
}

pre,code {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
font-family:'Inconsolata',monospace;
}

body {
background:{color:background};
color:{color:text};
font-family:'{select:font}',serif;
font-weight:400;
font-size:{text:font size};
text-align:left;
line-height:180%;
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
}

a { color:{color:link};text-decoration:none;}
a,a b,.tags { transition:0.25s ease-in-out; } .tags a { margin-right:5px; } .tags {
word-wrap:break-word; }
a:hover,a.user:hover,a.t:hover,.up a:hover { color:{color:accent}!important; }
b,strong { font-weight:600;color:{color:accent dark}; }
p { margin:15px 0px 0px; }
img{ opacity:1;border:none;text-decoration:none;}
small { font-size:calc({text:font size} - 0.5px); }
hr { width:100%;background:#eee;height:1px;border:none;display:block;margin:15px
0px; }
.posts ul { margin-top:15px;list-style:square;margin-left:20px; }
big { font-size:calc({text:font size} + 0.5px); }
h1,h2,h3,h4,h5,h6 { padding:15px;margin:0;border-bottom:1px solid #eee;font-
family:'Lato';text-transform:uppercase;font-size:11px;letter-spacing:1.5px;font-
weight:600;color:{color:accent dark};} h1 i { font-style:normal;} h1 a,h1 i a
{ color:{color:accent dark};}
{block:PermalinkPage}.posts img, .posts li, .posts blockquote { max-width:
100%;height:auto;}{/block:PermalinkPage}

/* posts */

.entries {
{block:IndexPage}
height:calc(100vh - 150px);
width:auto;
margin-top:150px;
margin-left:60px;
margin-right:-1000000px;
position:absolute;
{/block:IndexPage}
{block:PermalinkPage}
width:{select:permalink post width};
margin:60px 120px 120px;
{/block:PermalinkPage}
}

.posts {
position:relative;
box-sizing:border-box;
{block:IndexPage}
float:left;
margin:0 60px;
display:inline;
top:50%;
transform:translate(0,-50%);
height:300px;
width:auto;
{/block:IndexPage}
{block:PermalinkPage}
width:{select:permalink post width};
margin:auto;
{/block:PermalinkPage}
-webkit-animation: fadein 1s;
-moz-animation: fadein 1s;
animation: fadein 1s;
}

.block {
float:left;
margin:0 60px;
margin-top:calc((100vh - 133px)/2);
transform:translate(0,-50%);
width:300px;
box-sizing:border-box;
}

aside { background:#fff;padding:20px;box-sizing:border-box;height:300px; }

{block:IndexPage}
.posts img { height:300px;display:block;}
.txt { width:300px;height:300px;overflow-y:auto; }
{/block:IndexPage}

.q { background:#fff; }
.bod { padding:15px 15px 15px; }
/* captions */

a.user { font-family:'Lato';text-transform:uppercase;font-size:9px;letter-
spacing:1px;font-weight:600;color:{color:accent dark};border-top:1px solid
#eee;padding:15px 15px 0;margin:15px -15px -15px;} a.user:first-of-type
{ border:0;margin:0 0 -15px;padding:0; }
.caption {
padding:15px;
{block:IndexPage}
display:none;
{/block:IndexPage}
}

.user,a.user,.asker,.asker a,a.answerer { color:{color:accent dark};}


.user,.answerer { display:block;margin-top:15px;margin-bottom:-15px;}
.user:first-of-type { margin-top:0;}

/* notes */

ol.notes { margin-top:20px;list-style-type:none;font-style:normal;}
li.note { padding:0;margin:2px 0px;font-style:normal; }
.notes_loading, .more_notes_link { font-weight:bold;float:left;text-align:left!
important;text-transform:lowercase;}
.notes img { display:none!important; }
ol.notes li.note blockquote { padding:4px 15px;margin:5px 0px 0px 15px;}

/* quotes */

.quote { font-size:14px;padding:15px;border-bottom:1px solid #eee;line-height:200%;


} .quotesource { padding:15px;font-family:'Lato';text-transform:uppercase;font-
size:9px;letter-spacing:1px;font-weight:600;color:{color:accent dark}; }
.quotesource .tumblr_blog { top:0px;position:relative;}

/* chat */

.chat { list-style:none;}
.line { list-style:none;padding:10px;border-bottom:1px solid #eee;}
.label { color:{color:accent dark};font-family:'Lato';text-
transform:uppercase;font-size:9px;letter-spacing:1px;font-weight:600;margin-
right:5px;}

/* asks */

.asker a:hover,.answer b a:hover { color:{color:accent}} .answer b a { color:


{color:accent dark};} .asker { text-transform:uppercase;font-family:'Lato';font-
size:9px;letter-spacing:1px;font-weight:600;} .question
{ padding:15px;background:#fff;border-bottom:1px solid #eee; } .answer
{ padding:15px;margin-top:-15px; }

/* audio */

.player
{ display:block;width:100%;background:rgba({RGBcolor:accent},.1);height:150px;overf
low:hidden;}
.audio_d { display:block;text-align:center;margin-top:15px; } .trackname { font-
family:'Lato';font-size:9px;text-transform:uppercase;letter-spacing:1px; }
.tumblr_audio_player { width:40px;margin-top:65px;margin-left:calc(50% -
20px);height:40px;overflow:hidden;}
iframe.spotify_audio_player {
{block:permalinkpage}height:80px;{/block:permalinkpage}
{block:indexpage}height:300px;{/block:indexpage}overflow-y:hidden!important; }

/* lightboxes */

#vignette,.vignette { opacity:0!important; } .lightbox-image,#tumblr_lightbox img {


box-shadow: none !important; border-radius:0 !important;} #tumblr_lightbox,.tmblr-
lightbox { background:rgba(255,255,255,.7)!Important; } #tumblr_lightbox_left_link,
#tumblr_lightbox_right_link { visibility: hidden; } .lightbox-
caption,#tumblr_lightbox_caption { opacity:0; }

/* etc */

#fuckchad {
bottom:27px;
position:fixed;
right:27px;
}

.sc {
bottom:15px;
right:27px;
text-align:right;
position:fixed;
display:none;
font-weight:bold;
cursor:help;
}

.sc a { cursor:help;}

/* footer stuff */

#pagination {
display:inline;{block:ifinfinitescroll}display:none;{/block:ifinfinitescroll}}
.current_page { margin:0px 5px;font-weight:700;color:{color:accent}; }
#infscr-loading { display:none!Important; }
footer { border-top:1px solid #eee;margin:15px -15px 0;padding:15px 15px 0;} a#more
{ position:relative;color:{color:text};}

.inf { margin-top:15px; }
.tags { {block:indexpage}width:300px;display:none;{/block:indexpage}
{block:permalinkpage}width:{select:permalink post width};{/block:permalinkpage} }
a.ncp { font-family:'Lato';font-size:9px;text-transform:uppercase;letter-
spacing:1px;color:{color:accent dark}; }
.tags a { text-decoration:none;font-style:italic; }

header {
top:15vh;
{block:indexpage}
position:fixed;
{/block:indexpage}
{block:permalinkpage}
margin:120px 120px 0;
{/block:permalinkpage}
width:300px;
padding:15px;
background:#fff;
left:120px;
z-index:123;
box-sizing:border-box;
}

a.t { font-family:'Lato';text-transform:uppercase;font-size:11px;letter-
spacing:1.5px;font-weight:600;color:{color:accent dark};margin-
bottom:20px;display:block;padding:15px;border:1px solid
#eee;background:rgba({RGBcolor:accent},0.1);}
nav a:after { content:' . ';color:{color:link}!important;}
nav a:last-of-type:after { content:''; }
footer a { font-family:'Lato';text-transform:uppercase;font-size:9px;letter-
spacing:1px;color:{color:accent dark}; }
.d2 { margin-top:15px; }

.deactivated:after {
content:'deactivated';
position:absolute;
margin-top:-1px;
padding-left:8px;
opacity:0;
color:{color:text}!important;
font-style:italic;
text-transform:lowercase;
letter-spacing:0;
font-weight:400;
font-size:{text:font size};
transition:.4s ease-in-out;
}
.deactivated:hover:after {opacity:.7;}

.perma { box-sizing:border-box;padding-bottom:5px;border-bottom:1px solid


#eee;font-family:'Lato';text-transform:uppercase;font-size:9px;letter-
spacing:1px;color:{color:accent dark};line-height:{text:font size};}

{block:indexpage}
.topc {
position:absolute!important;top:35px;
width:calc(100% - 40px);left:20px;
background:#fff;
box-sizing:border-box;padding:10px;
opacity:0;
max-height:calc(100% - 70px);overflow-y:auto;
transition:0.4s ease-in-out;
}
.ph .caption { display:block!important; }
.posts:hover .topc { opacity:1; }

.video { height:300px!important;width:auto!important;overflow-y:hidden!important; }
{/block:indexpage}

{block:permalinkpage}
.video { width:{select:permalink post width}!important;height:auto!
important;overflow:hidden!important; }
{/block:permalinkpage}
</style>

<!--scripts-->
<script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-
tooltips.js"></script>

<script>
(function($){
$(document).ready(function(){
$("a[title]").style_my_tooltips({
tip_follows_cursor:true,
tip_delay_time:30,
tip_fade_speed:300,
attribute:"title"
});
});
})(jQuery);
</script>

<link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet"


type="text/css"/>
<script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></
script>
<script>
$(document).ready(function(){
$('.photo-slideshow').pxuPhotoset({
lightbox: true,
rounded: false,
gutter: '1px',
borderRadius: '0px',
photoset: '.photo-slideshow',
photoWrap: '.photo-data',
photo: '.pxu-photo'
});
$('iframe.tumblr_audio_player').load( function() {
$('iframe.tumblr_audio_player').contents().find("head")
.append($("<style type='text/css'> .audio-player{background:transparent
!important} </style>"));
});
});
</script>

<script>
function startTime() {
var today = new Date();
var h = today.getHours();
var m = today.getMinutes();
var s = today.getSeconds();
m = checkTime(m);
s = checkTime(s);
document.getElementById('time').innerHTML =
h + ":" + m + ":" + s;
var t = setTimeout(startTime, 500);
}
function checkTime(i) {
if (i < 10) {i = "0" + i}; // add zero in front of numbers < 10
return i;
}
</script>

</head>
<body onload="startTime()">

<header>

{block:permalinkpage}
<a class="t" href="/">{Title}</a>
<div class="d">{Description}</div>
{/block:permalinkpage}

<nav><a href="/">home</a><a href="/ask">message</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}</nav>

{block:indexpage}
<footer>

<a href="/" style="display:inline" id="time"></a>


{block:ifloadmore}
<a id="more" style="cursor:help"> / load more posts</a>
{/block:ifloadmore}

{block:Pagination}<div id="pagination">{block:NextPage}<a class="next"


href="{NextPage}"> / next</a>{/block:NextPage}</div> {block:PreviousPage}<a
href="{PreviousPage}"> / prev</a>{/block:PreviousPage} {/block:Pagination}
</footer>
{/block:indexpage}

</header>

<div class="stuff">
<div class="entries">

{block:IndexPage}

<div class="block">
<div class="perma">
<a href="/" class="nc">{Name}.tumblr.com</a>
</div>
<aside>
<a class="t" href="/">{Title}</a>
<div class="d">{Description} <div class="d2">{text:extra description}</div></div>
</aside>
</div>
{/block:IndexPage}

{block:Posts}
<div class="posts">

{block:IndexPage}
{block:Date}

<div class="perma">
<a href="{Permalink}" class="nc">{DayOfWeek} & {NoteCount}</a>
</div>

{/block:Date}
{/block:IndexPage}

{block:Text}
<div class="q txt">{block:Title}<h1>{Title}</h1>{/block:Title}
{block:NotReblog}<div class="bod">{Body}</div>{/block:NotReblog}
{block:RebloggedFrom}<div class="bod">{block:Reblogs} <a class="user
{block:IsDeactivated}deactivated{/block:IsDeactivated}"
{block:HasPermalink}href="{Permalink}"{/block:HasPermalink}>{Username}</a> {Body}
{/block:Reblogs}</div>{/block:RebloggedFrom}</div>{/block:Text}

{block:Photo} <div class="q ph"> {LinkOpenTag}<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>{LinkCloseTag}{block:Caption}{block:NotReblog}<div class="caption
topc">{Caption}</div>{/block:NotReblog}{block:RebloggedFrom}<div class="caption
topc">{block:Reblogs}<a class="user
{block:IsDeactivated}deactivated{/block:IsDeactivated}"
{block:HasPermalink}href="{Permalink}"{/block:HasPermalink}>{Username}</a> {Body}
{/block:Reblogs}</div>{/block:RebloggedFrom}{/block:Caption}</div>{/block:Photo}

{block:Photoset}<div class="q ph">


{block:IndexPage}<a href="#" onclick="Tumblr.Lightbox.init([/*{block:Photos}, /**/
{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-
500}', high_res: '{PhotoURL-HighRes}' }{/block:Photos}]); $
('body').toggleClass('tumblr_lightbox_active'); return false">{block:Photos}<img
src="{PhotoURL-HighRes}"><!--{/block:Photos}--></a>{/block:IndexPage}
{block:PermalinkPage}<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:PermalinkPage}
{block:Caption}{block:NotReblog}<div class="caption
topc">{Caption}</div>{/block:NotReblog}{block:RebloggedFrom}<div class="caption
topc">{block:Reblogs}<a class="user
{block:IsDeactivated}deactivated{/block:IsDeactivated}"
{block:HasPermalink}href="{Permalink}"{/block:HasPermalink}>{Username}</a> {Body}
{/block:Reblogs}</div>{/block:RebloggedFrom}{/block:Caption}</div>{/block:Photoset}

{block:Quote}<div class="q txt"><div class="quote">{Quote}</div>{block:Source}<div


class="quotesource">{Source}</div>{/block:Source}</div>{/block:Quote}

{block:Link}<div class="q txt"><h1><a href="{URL}"


{Target}>{Name}</a></h1>{block:Description}{block:NotReblog}<div
class="caption">{Descriptionn}</div>{/block:NotReblog}{block:RebloggedFrom}<div
class="caption">{block:Reblogs}<a class="user
{block:IsDeactivated}deactivated{/block:IsDeactivated}"
{block:HasPermalink}href="{Permalink}"{/block:HasPermalink}>{Username}</a> {Body}
{/block:Reblogs}</div>{/block:RebloggedFrom}{/block:Description}</div>{/block:Link}

{block:Chat}<div class="q txt">{block:Title}<h1>{Title}</h1>{/block:Title} <div


class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span
class="label"> {Label}</span> {/block:Label}{Line}</li>
{/block:Lines}</div></div>{/block:Chat}

{block:Audio}<div class="q txt">{block:AudioPlayer}<div class="player">


{AudioPlayerWhite}</div><div class="audio_d">{block:TrackName}<b
class="trackname">{TrackName}</b>{/block:TrackName}{block:Artist}<br/> {Artist} .
{PlayCountWithLabel} {/block:Artist}</div>{/block:AudioPlayer} {block:Caption}
{block:NotReblog}<div class="caption">{Caption}</div>{/block:NotReblog}
{block:RebloggedFrom}<div class="caption">{block:Reblogs}<a class="user
{block:IsDeactivated}deactivated{/block:IsDeactivated}"
{block:HasPermalink}href="{Permalink}"{/block:HasPermalink}>{Username}</a> {Body}
{/block:Reblogs}</div>{/block:RebloggedFrom}{/block:Caption}</div>{/block:Audio}

{block:Video}<div class="q"><div class="video


iframe">{Video-500}</div>{block:Caption}{block:NotReblog}<div
class="caption">{Caption}</div>{/block:NotReblog}{block:RebloggedFrom}<div
class="caption">{block:Reblogs}<a class="user
{block:IsDeactivated}deactivated{/block:IsDeactivated}"
{block:HasPermalink}href="{Permalink}"{/block:HasPermalink}>{Username}</a> {Body}
{/block:Reblogs}</div>{/block:RebloggedFrom}{/block:Caption}</div>{/block:Video}

{block:Answer}<div class="q txt"><div class="question"> <div


class="asker">{Asker}</div> {Question}</div>{block:Answerer}<div
class="answer">{Answerer}{Answer}</div>{/block:Answerer} {block:NotReblog}<div
class="answer">{Answer}</div>{/block:NotReblog} {block:RebloggedFrom}<div
class="txt">{block:Reblogs}<a class="user
{block:IsDeactivated}deactivated{/block:IsDeactivated}"
{block:HasPermalink}href="{Permalink}"{/block:HasPermalink}>{Username}</a>{Body}{/
block:Reblogs}</div>{/block:RebloggedFrom}</div>{/block:Answer}

{block:Date}
<div class="inf">
{block:PermalinkPage}
<a class="ncp" href="{Permalink}">posted on {DayOfWeek}, {TimeAgo}, with
{NoteCountWithLabel}</a>
{block:RebloggedFrom}
<br> <a href="{ReblogParentURL}">via {ReblogParentName}</a>
{block:ContentSource} . <a href="{ReblogRootURL}" >source
{ReblogRootName}</a>{/block:ContentSource}
{/block:RebloggedFrom}
{block:HasTags}
<br><div class="tags">
{block:Tags}
<a href="{TagURL}">#{Tag}</a>
{/block:Tags}
</div>
{/block:HasTags}
{/block:PermalinkPage}
</div>
{/block:Date}

{block:PostNotes}{PostNotes}{/block:PostNotes}
</div>
{/block:Posts}
</div>
</div>

{block:ContentSource}<!– {SourceURL}{block:SourceLogo}<img src=“{BlackLogoURL}”


width=“{LogoWidth}” height=“{LogoHeight}” alt=“{SourceTitle}” />
{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}
–>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}

<div id="fuckchad"><a href="http://odeysseus.tumblr.com">O</a></div>

{block:indexpage}{block:ifinfinitescroll}
<script
src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></
script>
{/block:ifinfinitescroll}{/block:indexpage}

<script>
$(document).ready(function(){
var $container = $('.entries');
{block:ifinfinitescroll}
$container.infinitescroll({
itemSelector: '.posts',
navSelector: '#pagination',
nextSelector: '.next',
loadingImg: '',
loadingText: '',
doneText: 'no more posts',
bufferPx: 2000,
{block:ifloadmore}
errorCallback: function () {
jQuery ('a#more').delay(50).fadeOut();
$('.posts').last().after($('a#more'));
}
{/block:ifloadmore}
},
function( newElements ) {
var $newElems = $( newElements );
$newElems.find('.photo-slideshow').pxuPhotoset({
lightbox: true,
rounded: false,
gutter: '1px',
photoset: '.photo-slideshow',
photoWrap: '.photo-data',
photo: '.pxu-photo'
})
resizeVideos();
$newElems.find('iframe.tumblr_audio_player').load( function() {
$('iframe.tumblr_audio_player').contents().find("head")
.append($("<style type='text/css'> .audio-player{background:transparent
!important} </style>"));
});
});
{block:ifloadmore}
$(window).unbind('.infscr');
$('a#more').click(function(){
$container.infinitescroll('retrieve');return false;
$('.posts').last().after($('a#more'));
});
{/block:ifloadmore}
{/block:ifinfinitescroll}
});
</script>
</body>

</html>

You might also like