Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!---THEME #10 BY VOICELESSTHEMES
- DO NOT CLAIM AS YOUR OWN OR STEAL PARTS OF MY CODE
- LEAVE CREDIT INTACT--->
- <!---META STUFF-->
- <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}
- <!---END META STUFF--->
- <!--THEME OPTIONS-->
- <!--IF VARIABLES-->
- <meta name="if:GradientBG" content="0" />
- <meta name="if:FullPageBGImage" content="0" />
- <meta name="if:ShowCaptions" content="1" />
- <meta name="if:ShowTags" content="1" />
- <meta name="if:CustomSidebarImage" content="0" />
- <meta name="if:ShowAskLink" content="0" />
- <meta name="if:ShowSubmitLink" content="0" />
- <meta name="if:Link1" content="0" />
- <meta name="if:Link2" content="0" />
- <meta name="if:Link3" content="0" />
- <meta name="if:Link4" content="0" />
- <meta name="if:Link5" content="0" />
- <meta name="if:Link6" content="0" />
- <meta name="if:TwitterLink" content="0" />
- <meta name="if:InstagramLink" content="0" />
- <!--COLOR VARIABLES-->
- <meta name="color:Gradient 1" content="#ffb5c0" />
- <meta name="color:Gradient 2" content="#cab5ff" />
- <meta name="color:Page BG" content="#eee" />
- <meta name="color:Text" content="#818181" />
- <meta name="color:Bold Text" content="#d2a6ff" />
- <meta name="color:Italic Text" content="#818181" />
- <meta name="color:Bold Italic Text" content="#ffb3d8" />
- <meta name="color:Ask" content="#818181" />
- <meta name="color:Ask Text" content="#fff" />
- <meta name="color:Links Hover" content="#ffb3d8" />
- <meta name="color:Scrollbar" content="#d2a6ff" />
- <meta name="color:Post BG" content="#fff" />
- <meta name="color:Post Info" content="#000" />
- <meta name="color:Borders" content="#000" />
- <meta name="color:Tags" content="#000" />
- <meta name="color:Tags Hover" content="#d2a6ff" />
- <meta name="color:Sidebar BG" content="#000" />
- <meta name="color:Sidebar Text" content="#fff" />
- <meta name="color:Blog Title" content="#fff" />
- <meta name="color:Description BG" content="#000" />
- <meta name="color:Sidebar Links" content="#d2a6ff" />
- <meta name="color:Sidebar Links Hover" content="#ffb3d8" />
- <meta name="color:Search" content="#000" />
- <!--IMAGE VARIABLES-->
- <meta name="image:Page BG" content="https://static.tumblr.com/evaopil/1sap2j68l/tumblr_inline_ml2g1jf9xx1qz4rgp.png" />
- <meta name="image:Sidebar BG" content="https://static.tumblr.com/evaopil/SRRp2j67r/pastel__7_.png" />
- <meta name="image:Sidebar" content="https://static.tumblr.com/evaopil/fcFp2j6a0/tumblr_ovb2vlcgcp1wnwg38o2_500.gif" />
- <!--SELECT VARIABLES-->
- <meta name="select:Post Width" content="250px" />
- <meta name="select:Post Width" content="300px" />
- <meta name="select:Post Width" content="350px" />
- <meta name="select:Post Width" content="400px" />
- <meta name="select:Post Width" content="450px" />
- <meta name="select:Post Width" content="500px" />
- <meta name="select:Font Size" content="10px" />
- <meta name="select:Font Size" content="11px" />
- <meta name="select:Font Size" content="12px" />
- <meta name="select:Font Size" content="13px" />
- <meta name="select:Font Size" content="14px" />
- <meta name="select:Font Size" content="15px" />
- <!--TEXT VARIABLES-->
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 4 URL" content="" />
- <meta name="text:Link 5" content="" />
- <meta name="text:Link 5 URL" content="" />
- <meta name="text:Link 6" content="" />
- <meta name="text:Link 6 URL" content="" />
- <meta name="text:Twitter Username" content="" />
- <meta name="text:Instagram Username" content="" />
- <!--END THEME OPTIONS-->
- <!--JQUERY-->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script>
- <!--TOOLTIPS-->
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <!--INFINITE SCROLLING-->
- <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- <!--MASONRY-->
- <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <!--SHYTHEMES VIDEO RESIZER-->
- <script src ="https://static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <!--PIXEL UNION PHOTOSETS-->
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <!--SATURNTHEMES ICONS-->
- <link href="https://dl.dropboxusercontent.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
- <!--GOOGLE FONTS-->
- <link href="https://fonts.googleapis.com/css?family=Jura" rel="stylesheet">
- <!--CSS-->
- <style>
- /*---BASIC---*/
- body {
- {block:IfGradientBG}
- background: linear-gradient({color:Gradient 1}, {color:Gradient 2});
- background-size: cover;
- background-attachment: fixed;
- {/block:IfGradientBG}
- {block:IfNotGradientBG}
- background-color: {color:Page BG};
- background-image: url({image:Page BG});
- background-attachment: fixed;
- background-position: center;
- {block:IfFullPageBGImage}
- background-size: cover;
- {/block:IfFullPageBGImage}
- {/block:IfNotGradientBG}
- color: {color:Text};
- font-family: 'Jura', sans-serif;
- font-size: {select:Font Size};
- overflow-x: hidden;
- }
- b, strong {
- color: {color:Bold Text};
- }
- i, em {
- color: {color:Italic Text};
- }
- b i, i b, strong i, i strong, em b, b em, em strong, strong em {
- color: {color:Bold Italic Text};
- }
- a {
- color: {color:Text};
- text-decoration: underline;
- transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- -webkit-transition: all 0.6s ease-in-out;
- }
- a:hover {
- text-decoration: none;
- color: {color:Links Hover};
- transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- -webkit-transition: all 0.6s ease-in-out;
- }
- ::-webkit-scrollbar {
- width:8px;
- height:8px;
- background: transparent;
- }
- ::-webkit-scrollbar-track {
- width: 2px;
- height: 2px;
- background: {color:Scrollbar};
- border: solid 3px black;
- }
- ::-webkit-scrollbar-thumb {
- background-color: {color:Scrollbar};
- width: 12px;
- height: 12px;
- border: solid 1px black;
- }
- blockquote img {
- max-width: 100%;
- }
- blockquote {
- padding: 0px 0px 0px 8px;
- margin: 0px 0px 0px 4px;
- border-left: solid 1px {color:Borders};
- }
- blockquote h2 {
- font-size: 20px;
- }
- /** basic tooltip from tutorial-baby**/
- .tooltip {
- display:inline;
- position:relative;
- }
- #s-m-t-tooltip{
- max-width:300px; /*how big the tooltip can be at most*/
- border-radius: 0px; /*change your border radius*/
- padding:2px 5px; /*padding inside tooltip*/
- margin:20px 7px -2px 20px; /*distance from word*/
- background-color:#ffffff;/*background color*/
- border:1px solid {color:Borders}; /*border info*/
- font-size:12px; /*tooltip font size*/
- text-transform:lowercase; /*makes the tooltip title uppercase*/
- color:#000; /*tooltip font color*/
- z-index:99999999999999999999;
- }
- #sidebar {
- position: fixed;
- width: 320px;
- top: 0px;
- left: 0px;
- bottom: 0px;
- background-color: {color:Sidebar BG};
- background-image: url('{image:Sidebar BG}');
- border-right: solid 30px {color:Borders};
- color: {color:Sidebar Text};
- }
- .blog-tit {
- color: {color:Blog Title};
- font-size: 30px;
- background: {color:Sidebar BG};
- padding: 5px 0px 15px;
- margin: 15px 0px 5px;
- border-top: solid 1px {color:Sidebar Links};
- border-bottom: solid 1px {color:Sidebar Links};
- }
- .side-pic {
- width: 280px;
- height: auto;
- border: solid 10px {color:Sidebar BG};
- }
- .desc {
- width: 230px;
- background: {color:Description BG};
- border: solid 10px {color:Description BG};
- max-height: 150px;
- overflow-y: scroll;
- font-size: 11px;
- margin: 5px auto;
- }
- .desc a {
- color: {color:Sidebar Text};
- }
- .icon {
- width: 120px;
- height: 120px;
- border: solid 10px {color:Sidebar BG};
- }
- .links {
- margin: 5px;
- }
- .links a {
- background-color: {color:Sidebar Links};
- color: black;
- display: inline-block;
- margin: 1px;
- width: 90px;
- font-size: 13px;
- line-height: 20px;
- font-weight: bold;
- border: solid 1px black;
- text-decoration: none;
- }
- .links a:hover {
- background-color: {color:Sidebar Links Hover};
- }
- .srchbar {
- width: 100%;
- }
- .srch-txt {
- width: 200px;
- height: 30px;
- line-height: 30px;
- border: none;
- background-color: {color:Search};
- padding: 0px 10px;
- border: solid 1px {color:Sidebar Links};
- }
- .btn-hide {
- height: 30px;
- width: 30px;
- background-color: {color:Search};
- z-index: 9;
- opacity: 0;
- }
- .sub-btn {
- display: inline-block;
- height: 30px;
- color: {color:Sidebar Links};
- border: solid 1px {color:Sidebar Links};
- z-index: 3;
- line-height: 30px;
- width: 30px;
- margin-left: -32px;
- background-color: {color:Search};
- }
- #content {
- margin: 80px 0px 10px 400px;
- z-index: 9;
- {block:PermalinkPage}width:506px!important;{/block:PermalinkPage}
- }
- .entry {
- {block:IndexPage}margin: 20px;{/block:IndexPage}
- {block:PermalinkPage}margin: 10px 0px;{/block:PermalinkPage}
- float: left;
- {block:IndexPage}width: calc({select:PostWidth} + 6px);{/block:IndexPage}
- {block:PermalinkPage}width: 506px;{/block:PermalinkPage}
- }
- .post {
- background: {color:Post BG};
- border: solid 1px {color:Borders};
- padding: 2px;
- {block:IndexPage}width: {select:Post Width};{/block:IndexPage}
- {block:PermalinkPage}width: 500px;{/block:PermalinkPage}
- }
- .post img {
- width: 100%;
- height: auto;
- }
- .post .title {
- font-size: 24px;
- margin: 0px;
- padding: 8px;
- }
- .post .quo-txt {
- font-size: 20px;
- font-style: italic;
- color: {color:Quote};
- text-align: center;
- padding: 15px;
- }
- .quo-src {
- font-size: {select:Font Size};
- text-align: right;
- }
- .ask-quest {
- width: 100%;
- margin: 0px 0px 10px;
- }
- .ask-quest .question-content {
- padding: 10px;
- color: {color:Ask Text};
- font-size: {select:Font Size};
- background-color: {color:Ask};
- text-align: center;
- }
- .ask-quest .triangle {
- height: 0px;
- width: 0px;
- {block:IndexPage}margin-left: calc({select:Post Width} - 100px);{block:IndexPage}
- {block:PermalinkPage}margin-left: 400px;{/block:PermalinkPage}
- border-top: solid 10px {color:Ask};
- border-left: solid 15px transparent;
- border-right: solid 15px transparent;
- }
- .asker {
- text-align: right;
- padding-right: 5px;
- }
- .asker span {
- margin: 0px 20px 0px auto;
- padding: 0px;
- display: block;
- line-height: 40px;
- font-size: 13px;
- float: right;
- }
- .answer {
- margin: 8px;
- padding: 10px;
- }
- .answer img {
- width: 100%;
- height: auto;
- }
- .answer .answererpic {
- width: 30px!important;
- height: 30px!important;
- float: left;
- margin-right: 5px;
- border-radius: 50%;
- border: solid 1px {color:Ask};
- }
- .spotify_audio_player {
- height: 80px!important;
- {block:IndexPage}width: {select:Post Width};{/block:IndexPage}
- {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- }
- .tumblr_audio_player {
- {block:IndexPage}width: {select:Post Width};{/block:IndexPage}
- {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- }
- .cht-line {
- border-top: dotted 1px {color:Text};
- line-height: 20px;
- padding: 0px 8px;
- }
- .cht-line:last-child {
- border-bottom: dotted 1px {color:Text};
- }
- .text {
- font-size: {select:Font Size};
- text-align: justify;
- padding: 8px;
- }
- .post-info {
- margin: 0px -2px -2px;
- background: {color:Post Info};
- padding: 10px;
- color: white;
- border-top: solid 1px {color:Borders};
- }
- .post-info a {
- color: white;
- text-decoration: none;
- }
- .post-inf {
- height: 20px;
- width: 100%;
- display: block;
- }
- .post-info .inf-left {
- margin-left: 0px;
- line-height: 20px;
- display: block;
- width: 50%;
- text-align: left;
- }
- .post-info .inf-right {
- width: 50%;
- margin-left: 50%;
- margin-right: 0px;
- line-height: 20px;
- display: block;
- text-align: right;
- margin-top: -20px;
- }
- .like-b {
- position:relative;
- display:inline-block;
- height:1em;
- line-height:1em;
- overflow:hidden;
- margin-bottom:-1px;
- }
- .like-b .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0;
- }
- .like-b .liked + .b {
- color:black;
- }
- .tags {
- {block:IndexPage}width: {select:Post Width};{/block:IndexPage}
- {block:PermalinkPage}width: 500px;{/block:PermalinkPage}
- padding: 2px;
- text-align: center;
- display: block;
- }
- .tags a {
- display: inline-block;
- padding: 5px;
- background: {color:Tags};
- color: white;
- margin: 2px;
- text-decoration: none;
- }
- .tags a:hover {
- background: {color:Tags Hover};
- }
- #postnotes {
- font-size: 14px;
- line-height: 24px;
- max-height: 350px;
- text-align: center;
- overflow-y: scroll;
- }
- #postnotes ol.notes {
- padding: 0px;
- margin: 25px 0px;
- list-style-type: none;
- border-bottom: solid 1px {color:Text};
- }
- #postnotes ol.notes li.note {
- border-top: solid 1px {color:Text};
- padding: 5px 0px 0px;
- }
- #postnotes ol.notes li.note img.avatar {
- display: none;
- }
- #postnotes ol.notes li.note span.action {
- font-weight: bold;
- }
- #postnotes ol.notes li.note .answer_content {
- font-weight: normal;
- }
- /*---CREDIT---*/
- #th-cred {
- position: fixed;
- bottom: 10px;
- right: 15px;
- color: black;
- font-weight: 600;
- font-size: 36px;
- z-index: 99999999999999;
- display: block;
- text-decoration: none;
- }
- #th-cred:hover {
- color: white;
- }
- {block:IndexPage}
- .entry {
- opacity:0;
- z-index:-1;
- }
- {/block:IndexPage}
- .pagi {
- visibility: hidden;
- }
- </style>
- <!--END CSS-->
- </head>
- <body>
- <div id="sidebar" align="center">
- <h1 class="blog-tit">{Title}</h1>
- {block:IfCustomSidebarImage}<img src="{image:Sidebar}" class="side-pic" />{/block:IfCustomSidebarImage}
- {block:IfNotCustomSidebarImage}<img src="{PortraitURL-128}" class="icon" />{/block:IfNotCustomSidebarImage}
- <div class="desc">{Description}</div>
- <div class="links">
- <a href="/">Home</a>
- <a href="/archive">Past</a>
- {block:IfShowAskLink}{block:AskEnabled}<a href="/ask">Message</a>{/block:AskEnabled}{/block:IfShowAskLink}
- {block:IfShowSubmitLink}{block:SubmissionsEnabled}<a href="/submit">Submit</a>{/block:SubmissionsEnabled}{/block:IfShowSubmitLink}
- {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
- {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}
- {block:IfLink6}<a href="{text:Link 6 URL}">{text:Link 6}</a>{/block:IfLink6}
- {block:IfTwitterLink}<a href="http://twitter.com/{text:Twitter Username}">Twitter</a>{/block:IfTwitterLink}
- {block:IfInstagramLink}<a href="http://instagram.com/{text:Instagram Username}">Instagram</a>{/block:IfInstagramLink}
- </div>
- <div class="srchbar">
- <form action="/search" method="get">
- <input type="text" class="srch-txt" name="q" value="{SearchQuery}"/>
- <input type="submit" class="btn-hide" value=" " />
- <div class="sub-btn"><span class="sf sf-search-o"></span></div>
- </form>
- </div>
- </div>
- <!--POSTS-->
- <div id="content">
- {block:Posts inlineMediaWidth="250"}
- <div class="entry">
- <div class="post">
- {block:Text}
- {block:Title}<h4 class="title">{Title}</h4>{/block:Title}
- <article class="text">{Body}</article>
- {block:More}<a href="{Permalink}" align="center">read more</a>{/block:More}
- {/block:Text}
- {block:Photo}
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" />
- {block:IfShowCaptions}{block:Caption}<article class="text">{Caption}</article>{/block:Caption}{/block:IfShowCaptions}
- {/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:IfShowCaptions}{block:Caption}<article class="text">{Caption}</article>{/block:Caption}{/block:IfShowCaptions}
- {/block:Photoset}
- {block:Quote}
- <div class="quo-txt">{Quote}</div>
- <div class="quo-src">{Source}</div>
- {/block:Quote}
- {block:Link}
- <h4 class="title"><a href="{URL}">{Name}</a></h4>
- {block:Description}<article class="text">{Description}</article>{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h4 class="title">{Title}</h4>{/block:Title}
- {block:Lines}<article class="cht-line">{block:Label}<strong>{Label} </strong>{/block:Label}{Line}</article>{/block:Lines}
- {/block:Chat}
- {block:Audio}
- {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
- {block:IfShowCaptions}{block:Caption}<article class="text">{Caption}</article>{/block:Caption}{/block:IfShowCaptions}
- {/block:Audio}
- {block:Video}
- <div class="video">{Video-500}</div>
- {block:IfShowCaptions}{block:Caption}<article class="text">{Caption}</article>{/block:Caption}{/block:IfShowCaptions}
- {/block:Video}
- {block:Answer}
- <div class="ask-quest">
- <div class="question-content">{Question}</div><div class="triangle"></div>
- </div>
- <div class="asker">{Asker}</div>
- {block:Answerer}
- <div class="answer"><strong>{Answerer} replied:</strong><br>{Answer}{block:More}<p><a href="{Permalink}" align="center">read more</a></p>{/block:More}</div>
- {/block:Answerer}
- {block:NotReblog}<div class="answer">{Answer}{block:More}<p><a href="{Permalink}" align="center">read more</a></p>{/block:More}</div>{/block:NotReblog}
- {block:RebloggedFrom}<div class="text">{Replies}</div>{/block:RebloggedFrom}
- {/block:Answer}
- <div class="post-info">
- <div class="inf">
- <div class="inf-left">
- <a href="{Permalink}" title="posted {TimeAgo}"><span class="sf sf-clock-3-o"></span></a>
- <a href="{Permalink}#postnotes" title="{NoteCountWithLabel}"><span class="sf sf-graph-2-o"></span></a>
- <a href="{ReblogParentURL}" title="via: {ReblogParentName}"><span class="sf sf-user-o"></span></a>
- </div>
- <div class="inf-right">
- <a href="{ReblogURL}" title="reblog"><span class="sf sf-reblog-o"></span></a>
- <a class="like-b" title="like" href="#">{LikeButton}<span class="b sf sf-heart-2-o"></span></a>
- </div>
- </div>
- </div>
- </div>
- {block:IfShowTags}{block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}
- </div>
- {/block:Posts}
- {block:PermalinkPage}
- {block:PostNotes}
- <div class="post" id="postnotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- <!--END POSTS-->
- {block:Pagination}<div class="pagi">
- {block:PreviousPage}<a href="{PreviousPage}" class="prev">Back</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}" class="next">Next</a>{/block:NextPage}
- </div>{/block:Pagination}
- <!--SCRIPTS-->
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '2px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- $("[title],a[title],img[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- var color = '#000'; // 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: 116, width: '100%' });
- });
- {block:IndexPage}
- var $container = $('#content');
- $container.masonry({ itemSelector: '.entry' });
- $container.imagesLoaded(function(){
- $container.masonry();
- $container.find('.entry').animate({ opacity: 1, zIndex: 1 });
- });
- $container.infinitescroll({
- itemSelector: '.entry',
- navSelector: '.pagi',
- nextSelector: '.next',
- loadingImg: '',
- loadingText: '<em></em>',
- bufferPx: 2000
- },
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '2px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- },
- function(){
- $container.masonry();
- });
- $newElems.imagesLoaded(function(){
- $container.masonry( 'appended', $newElems );
- $newElems.animate({ opacity: 1, zIndex: 1 });
- });
- $newElems.resizeVideos();
- $newElems.load(function(){
- $("[title],a[title],img[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- var color = '#000'; // 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: 116, width: '100%' });
- });
- });
- });
- {/block:IndexPage}
- });
- </script>
- <!--END SCRIPTS-->
- {block:ContentSource}
- <!– {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} –>
- {/block:ContentSource}
- <a id="th-cred">©</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement