Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html xmlns="https://www.w3.org/1999/xhtml">
- <head>
- <!--
- phi @ shythemes
- -->
- <title>{Title}</title>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="shortcut icon" href="{Favicon}">
- {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="color:link" content="#e5bbe2">
- <meta name="if:light version" content="0">
- <meta name="if:one column" content="0">
- <meta name="if:show description" content="1">
- <meta name="if:show captions" content="1">
- <meta name="if:show tags" content="1">
- <meta name="if:infinite scroll" content="0">
- <meta name="select:posts" content="222" title="222px">
- <meta name="select:posts" content="245" title="245px">
- <meta name="select:posts" content="268" title="268px">
- <meta name="text:home link" content="">
- <meta name="text:archive link" content="archive">
- <meta name="text:ask link" content="message">
- <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="">
- <style type="text/css">
- /* general */
- body {
- margin:0;
- font-size:9px;
- font-family:'trebuchet ms', 'helvetica neue', sans-serif;
- line-height:15px;
- word-break:break-word;
- -moz-osx-font-smoothing:greyscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- color:rgb(175,175,175);
- }
- body, html {
- background-color:rgb(22,22,22);
- }
- a {
- color:inherit;
- text-decoration:none;
- -webkit-transition:all .4s ease-out;
- transition:all .4s ease-out;
- }
- a:hover {
- color:rgb(225,225,225)!important;
- }
- small, sub {
- font-size:inherit;
- vertical-align:baseline;
- }
- blockquote, ol, ul, p, pre {
- margin:0 0 9px;
- }
- .text figure, .text img {
- padding:3px 0;
- margin:0 0 9px;
- }
- h1, h2, h3, h4, h5, h6 {
- margin:0;
- font-size:inherit;
- font-weight:inherit;
- }
- ol, ul {
- counter-reset:list;
- list-style:none;
- padding:0;
- }
- pre {
- white-space:normal;
- }
- img {
- border:0;
- max-width:100%;
- height:auto;
- display:block;
- }
- hr {
- border:0;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- }
- ::-webkit-scrollbar {
- width:17px;
- height:17px;
- }
- ::-webkit-scrollbar {
- background-color:rgb(22,22,22);
- }
- ::-webkit-scrollbar-track {
- border:8px solid rgb(22,22,22);
- background-color:rgb(60,60,60);
- }
- ::-webkit-scrollbar-thumb {
- border:8px solid rgb(22,22,22);
- background-color:rgb(120,120,120);
- min-height:24px;
- min-width:24px;
- }
- /* accents */
- .title {
- font-style:italic;
- color:rgb(225,225,225);
- }
- h1.title {
- margin:12px 0;
- }
- h1.title:first-child {
- margin-top:0;
- }
- .accent {
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:1px;
- color:rgb(120,120,120);
- }
- .text a {
- font-style:italic;
- }
- .tags a,
- .question,
- .pagination span {
- font-style:italic;
- color:rgb(120,120,120);
- }
- blockquote:after,
- blockquote > p:first-child .tumblr_blog:before {
- content:'';
- display:block;
- }
- hr,
- blockquote:after,
- blockquote > p:first-child .tumblr_blog:before {
- margin:11px 0 12px;
- width:28px;
- height:1px;
- background-color:rgb(80,80,80);
- }
- blockquote:last-child:after,
- .source .tumblr_blog:before {
- display:none;
- }
- ol li,
- ul li {
- position:relative;
- padding-left:24px;
- counter-increment:list;
- }
- ol li:before {
- content:counter(list) '.';
- position:absolute;
- margin-left:-24px;
- color:rgb(120,120,120);
- }
- ul li:before {
- content:'';
- position:absolute;
- left:0;
- top:6px;
- width:6px;
- height:1px;
- background-color:rgb(80,80,80);
- }
- .chat li {
- padding-left:0;
- }
- .chat li:before {
- display:none;
- }
- svg {
- height:auto;
- overflow:visible;
- }
- svg path {
- -webkit-transition:fill .6s ease-out;
- transition:fill .6s ease-out;
- }
- /* container */
- .main {
- margin:100px auto;
- padding-left:calc(120px + {select:posts}px * 0.3);
- padding-right:calc({select:posts}px * 0.3);
- {block:ifOneColumn}
- width:calc({select:posts}px * 1.3);
- {/block:ifOneColumn}
- }
- .content {
- overflow:hidden;
- margin:calc({select:posts}px * 0.3) auto 0;
- {block:PermalinkPage}
- width:calc({select:posts}px * 1.3);
- {/block:PermalinkPage}
- }
- /* sidebar */
- aside {
- position:fixed;
- margin-left:-120px;
- top:100px;
- width:120px;
- text-align:right;
- opacity:0;
- }
- aside .title {
- font-size:9px;
- margin:15px -2px 15px 0!important;
- text-transform:uppercase;
- letter-spacing:2px;
- color:rgb({RGBcolor:link});
- }
- aside .desc {
- margin:15px 0;
- font-style:italic;
- }
- aside .links {
- margin:15px -1px 15px 0!important;
- }
- aside .links li {
- display:block;
- margin-bottom:5px;
- }
- /* entries */
- .entry {
- position:relative;
- float:left;
- overflow:hidden;
- width:{select:posts}px;
- margin:0 0 calc({select:posts}px * 0.3) calc({select:posts}px * 0.3);
- opacity:0;
- z-index:-1;
- {block:ifNotOneColumn}
- {block:PermalinkPage}
- width:422px;
- {/block:PermalinkPage}
- {block:ifNotOneColumn}
- {block:ifOneColumn}
- {block:IndexPage}
- margin-bottom:100px;
- {/block:IndexPage}
- {/block:ifOneColumn}
- }
- .ph .media {
- background-color:rgb(48,48,48);
- border-top:1px solid rgb(22,22,22);
- }
- .body {
- padding:15px 18px;
- background-color:rgb(36,36,36);
- }
- .permalink {
- margin-right:5px;
- color:rgb({RGBcolor:link});
- }
- .tags {
- {block:IndexPage}
- {block:ifNotShowTags}
- display:none;
- {/block:ifNotShowTags}
- {/block:IndexPage}
- }
- .tags a {
- margin-right:5px;
- }
- /* post types */
- .text {
- margin:12px 0;
- }
- .text:last-child,
- .text *:last-child {
- margin-bottom:0;
- }
- .media {
- position:relative;
- overflow:hidden;
- }
- .media > a,
- .media > img,
- .media .photo-slideshow,
- .media .video {
- display:block!important;
- padding:0;
- margin:0;
- }
- .media .photo-slideshow .row:last-of-type .photo-data.count-1 {
- margin-bottom:0!important;
- }
- .media .video iframe {
- display:block;
- }
- .lb {
- display:block!important;
- width:auto!important;
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- }
- .lb svg {
- display:block;
- position:absolute;
- bottom:0;
- right:0;
- width:14px;
- padding:6px 6px 5px;
- background-color:rgba(0,0,0,.56);
- }
- .lb svg path {
- fill:rgba(255,255,255,.75);
- }
- {block:IndexPage}
- {block:ifNotShowCaptions}
- .caption {
- display:none;
- }
- {/block:ifNotShowCaptions}
- {/block:IndexPage}
- .caption p,
- .caption blockquote {
- margin:0;
- }
- /* audio posts */
- .audiowrap {
- position:relative;
- height:43px;
- overflow:hidden;
- padding:8px;
- }
- .audio {
- position:absolute;
- display:inline-block;
- left:0;
- top:0;
- right:0;
- bottom:0;
- text-align:right;
- line-height:59px;
- }
- .audio .player {
- width:27px;
- height:27px;
- left:16px;
- top:16px;
- opacity:.4;
- line-height:0;
- overflow:hidden;
- position:absolute;
- {block:ifNotLightVersion}
- -webkit-filter:invert(100%);
- {/block:ifNotLightVersion}
- }
- .audio .track {
- overflow:hidden;
- line-height:15px;
- margin-left:60px;
- width:calc(100% - 60px);
- display:inline-block;
- vertical-align:middle;
- }
- .audio .track span {
- display:block;
- max-height:15px;
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- margin-right:15px;
- font-style:normal;
- }
- /* pagination */
- .pagination {
- margin:calc(100px - {select:posts}px * 0.3) auto 0;
- padding-left:calc({select:posts}px * 0.3);
- text-align:center;
- clear:both;
- }
- .pagination a {
- display:inline-block;
- vertical-align:top;
- max-height:10px;
- overflow:visible;
- margin-bottom:24px;
- }
- .pagination a svg {
- width:8px;
- padding:4px;
- }
- .pagination a svg path {
- fill:rgba(255,255,255,.5);
- }
- .pagination span {
- margin:0 24px;
- }
- /* notes */
- .notes {
- padding:0;
- background:transparent;
- }
- .notes li {
- display:block;
- }
- .notes img {
- display:none;
- }
- .notes .more_notes_link_container {
- text-align:inherit!important;
- }
- /* etc */
- #tumblr_controls,
- .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls {
- position:fixed!important;
- top:0!important;
- right:0!important;
- opacity:.5!important;
- -webkit-backface-visibility:hidden;
- padding:10px;
- -webkit-transition:opacity .3s ease-out;
- transition:opacity .3s ease-out;
- }
- #tumblr_lightbox, .tmblr-lightbox {
- background-color:rgba(22,22,22,.93)!important;
- }
- #vignette, .vignette {
- opacity:0;
- }
- #tumblr_lightbox img, .lightbox-image {
- box-shadow:none!important;
- border-radius:0!important;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- max-width:none;
- }
- #tumblr_lightbox_caption, .lightbox-caption {
- visibility:hidden;
- }
- #theme {
- position:fixed;
- display:block;
- bottom:10px;
- right:10px;
- z-index:999;
- padding:5px;
- line-height:1em;
- }
- {block:ifInfiniteScroll}
- .pagination,
- #infscr-loading {
- display:none!important;
- }
- {/block:ifInfiniteScroll}
- {block:ifLightVersion}
- /* light version */
- body, html {color:rgb(120,120,120); background-color:rgb(244,244,244);}
- a:hover {color:rgb(100,100,100)!important;}
- ::-webkit-scrollbar {background-color:rgb(244,244,244);}
- ::-webkit-scrollbar-track {border:8px solid rgb(244,244,244); background-color:rgb(211,211,211);}
- ::-webkit-scrollbar-thumb {border:8px solid rgb(244,244,244); background-color:rgb(170,170,170);}
- .title {color:rgb(80,80,80);}
- .accent, .tags a, .question, .pagination span, ol li:before {color:rgb(180,180,180);}
- .permalink {color:rgb({RGBcolor:link});}
- hr, blockquote:after, blockquote > p:first-child .tumblr_blog:before, ul li:before {background-color:rgb(225,225,225);}
- .body {background-color:rgb(251,251,251);}
- .ph .media {background-color:rgb(255,255,255); border-color:rgb(245,245,245);}
- .lb svg {background-color:rgba(255,255,255,.75);}
- .lb svg path {fill:rgba(0,0,0,.4);}
- .pagination a svg path {fill:rgba(0,0,0,.3);}
- #tumblr_lightbox, .tmblr-lightbox {background-color:rgba(244,244,244,.93)!important;}
- #tumblr_controls, .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls {-webkit-filter:invert(100%);}
- {/block:ifLightVersion}
- </style>
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
- </head>
- <body class="p{select:posts}">
- <div class="main">
- <div class="content">
- <aside>
- <h1 class="title"><a href="/">{Title}</a></h1>
- {block:ifShowDescription}
- <section class="desc">
- {Description}
- </section>
- {/block:ifShowDescription}
- <section class="links accent">
- {block:ifHomeLink}<li><a href="/">{text:home link}</a></li>{/block:ifHomeLink}
- {block:ifArchiveLink}<li><a href="/archive">{text:archive link}</a></li>{/block:ifArchiveLink}
- {block:ifAskLink}<li><a href="/ask">{text:ask link}</a></li>{/block:ifAskLink}
- {block:HasPages}{block:Pages}<li><a href="{URL}">{Label}</a></li> {/block:Pages}{/block:HasPages}
- {block:ifLink1}<li><a href="{text:link 1 url}">{text:link 1}</a></li>{/block:ifLink1}
- {block:ifLink2}<li><a href="{text:link 2 url}">{text:link 2}</a></li>{/block:ifLink2}
- {block:ifLink3}<li><a href="{text:link 3 url}">{text:link 3}</a></li>{/block:ifLink3}
- {block:ifLink4}<li><a href="{text:link 4 url}">{text:link 4}</a></li>{/block:ifLink4}
- {block:ifLink5}<li><a href="{text:link 5 url}">{text:link 5}</a></li>{/block:ifLink5}
- {block:ifLink6}<li><a href="{text:link 6 url}">{text:link 6}</a></li>{/block:ifLink6}
- </section>
- </aside>
- {block:Posts}
- <article class="entry {block:Photo}ph{/block:Photo}{block:Photoset}ph{/block:Photoset}{block:Video}ph{/block:Video}{block:Audio}ph{/block:Audio}" id="{PostID}">
- <section class="body">
- {block:Date}
- <a class="permalink accent" href="{Permalink}">{Month} {DayOfMonth}</a>
- {/block:Date}
- {block:Answer}
- <div class="question text">
- <i class="sender">{Asker}:</i>
- <i>{Question}</i>
- </div>
- <div class="answer text">{Answer}</div>
- {/block:Answer}
- {block:Chat}
- {block:Title}<h1 class="title">{Title}</h1>{/block:Title}
- <div class="chat text">
- {block:Lines}
- <p class="line">
- {block:Label}
- <span class="label title">{Label} </span>
- {/block:Label}
- {Line}
- </p>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Link}
- <h1 class="title"><a href="{URL}">{Name}</a></h1>
- {block:Description}<div class="text">{Description}</div>{/block:Description}
- {/block:Link}
- {block:Quote}
- <h1 class="quote title">{Quote}</h1>
- {block:Source}
- <div class="source text">{Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<h1 class="title">{Title}</h1>{/block:Title}
- <div class="text">{Body}</div>
- {/block:Text}
- {block:Caption}
- <div class="caption text">{Caption}</div>
- {/block:Caption}
- {block:HasTags}
- <div class="tags">
- {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- </section>
- <section class="media">
- {block:Audio}
- <div class="audiowrap">
- <div class="audio accent">
- {block:AudioPlayer}
- <div class="player">{AudioPlayerBlack}</div>
- {/block:AudioPlayer}
- <div class="track">{block:TrackName}<span class="title">{TrackName}</span>{/block:TrackName}{block:Artist}<span>{Artist}</span>{/block:Artist}</div>
- </div>
- </div>
- {/block:Audio}
- {block:Photo}
- {LinkOpenTag}
- <img src="{PhotoURL-HighRes}">
- {LinkCloseTag}
- {block:IndexPage}
- <a class="lb" 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"><svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M179.5,34.5c-3.3,0-6,2.7-6,6s2.7,6,6,6c3.9,0,7,2.3,7.8,5.7c-0.2,0.6-0.3,1.2-0.3,1.8v41c-7.2-7.1-17.1-11.5-28-11.5 c-14.6,0-27.3,7.8-34.3,19.5c-3.6-3.4-8.4-5.5-13.7-5.5s-10.1,2.1-13.7,5.5c-7-11.6-19.8-19.5-34.3-19.5c-11.4,0-21.7,4.8-29,12.5 V56.4c0.3-0.7,0.5-1.5,0.5-2.4c0-4.4,3.1-7.5,7.5-7.5c3.3,0,6-2.7,6-6s-2.7-6-6-6c-10.1,0-18,7-19.3,16.7C22.3,52,22,53,22,54v70 c0,1.4,0.5,2.6,1.2,3.6c2.1,20.1,19.1,35.9,39.8,35.9c22.1,0,40-17.9,40-40c0-1.5-0.1-2.9-0.2-4.3c0.2-0.5,0.2-1.1,0.2-1.7 c0-4.4,3.6-8,8-8s8,3.6,8,8c0,0.6,0.1,1.1,0.2,1.7c-0.2,1.4-0.2,2.9-0.2,4.3c0,22.1,17.9,40,40,40c21.7,0,39.4-17.4,40-39 c0-0.2,0-0.3,0-0.5V56.4c0.3-0.7,0.5-1.5,0.5-2.4C199.5,43.1,190.7,34.5,179.5,34.5z M63,151.5c-15.4,0-28-12.6-28-28s12.6-28,28-28 s28,12.6,28,28S78.4,151.5,63,151.5z M159,151.5c-15.4,0-28-12.6-28-28s12.6-28,28-28s28,12.6,28,28S174.4,151.5,159,151.5z"/></svg></a>
- {/block:IndexPage}
- {/block:Photo}
- {block:Photoset}
- {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:IndexPage}
- {block:Photos}<img src="{PhotoURL-HighRes}"><!--{/block:Photos}-->
- <a class="lb" 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"><svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M179.5,34.5c-3.3,0-6,2.7-6,6s2.7,6,6,6c3.9,0,7,2.3,7.8,5.7c-0.2,0.6-0.3,1.2-0.3,1.8v41c-7.2-7.1-17.1-11.5-28-11.5 c-14.6,0-27.3,7.8-34.3,19.5c-3.6-3.4-8.4-5.5-13.7-5.5s-10.1,2.1-13.7,5.5c-7-11.6-19.8-19.5-34.3-19.5c-11.4,0-21.7,4.8-29,12.5 V56.4c0.3-0.7,0.5-1.5,0.5-2.4c0-4.4,3.1-7.5,7.5-7.5c3.3,0,6-2.7,6-6s-2.7-6-6-6c-10.1,0-18,7-19.3,16.7C22.3,52,22,53,22,54v70 c0,1.4,0.5,2.6,1.2,3.6c2.1,20.1,19.1,35.9,39.8,35.9c22.1,0,40-17.9,40-40c0-1.5-0.1-2.9-0.2-4.3c0.2-0.5,0.2-1.1,0.2-1.7 c0-4.4,3.6-8,8-8s8,3.6,8,8c0,0.6,0.1,1.1,0.2,1.7c-0.2,1.4-0.2,2.9-0.2,4.3c0,22.1,17.9,40,40,40c21.7,0,39.4-17.4,40-39 c0-0.2,0-0.3,0-0.5V56.4c0.3-0.7,0.5-1.5,0.5-2.4C199.5,43.1,190.7,34.5,179.5,34.5z M63,151.5c-15.4,0-28-12.6-28-28s12.6-28,28-28 s28,12.6,28,28S78.4,151.5,63,151.5z M159,151.5c-15.4,0-28-12.6-28-28s12.6-28,28-28s28,12.6,28,28S174.4,151.5,159,151.5z"/></svg></a>
- {/block:IndexPage}
- {/block:Photoset}
- {block:Video}
- <div class="video">{Video-500}</div>
- {/block:Video}
- </section>
- </article>
- {block:PostNotes}
- <article class="entry" id="notes">
- <section class="body w">
- <h1 class="title">{NoteCountWithLabel}</h1>
- {block:RebloggedFrom}
- <div class="rf accent text">
- Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- {block:ContentSource}
- Originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:ContentSource}
- </div>
- {/block:RebloggedFrom}
- {PostNotes}
- </section>
- </article>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}
- <a class="prev" href="{PreviousPage}">
- <svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 375.473 375.473" style="enable-background:new 0 0 375.473 375.473;" xml:space="preserve"><g><g><path d="M315.817,6.856c-5.667-7.65-16.15-9.067-23.8-3.4L63.083,174.023c-4.25,3.117-6.8,8.217-6.8,13.6 c0,5.383,2.55,10.483,6.8,13.6l228.933,170.85c3.117,2.267,6.517,3.4,10.2,3.4c5.1,0,10.2-2.267,13.6-6.8 c5.667-7.65,3.967-18.133-3.4-23.8l-210.8-157.25l210.8-157.25C319.783,24.99,321.483,14.223,315.817,6.856z"/></g></g></svg>
- </a>
- {/block:PreviousPage}
- <span class="pg">{CurrentPage} of {TotalPages}</span>
- {block:NextPage}
- <a class="next" href="{NextPage}">
- <svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 375.39 375.39" style="enable-background:new 0 0 375.39 375.39;" xml:space="preserve"><g><g><path d="M59.615,368.59c3.4,4.533,8.5,6.8,13.6,6.8c3.4,0,7.083-1.133,10.2-3.4l228.933-170.85c4.25-3.117,6.8-8.217,6.8-13.6 s-2.55-10.483-6.8-13.6L83.415,3.373c-7.65-5.667-18.133-3.967-23.8,3.4c-5.667,7.65-3.967,18.133,3.4,23.8l210.8,157.25 l-210.8,157.25C55.648,350.456,53.948,361.223,59.615,368.59z"/></g></g></svg>
- </a>
- {/block:NextPage}</span>
- </div>
- {/block:Pagination}
- </div>
- <!-- {block:ContentSource}{SourceURL}{/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL}{ReblogParentURL}{/block:RebloggedFrom} -->
- <a href="https://shythemes.tumblr.com" id="theme" class="accent" title="theme">k.</a>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src ="https://static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <script src="https://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- {block:PermalinkPage}
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- {/block:PermalinkPage}
- {block:IndexPage}
- {block:ifInfiniteScroll}
- <script src="https://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- {/block:ifInfiniteScroll}
- {/block:IndexPage}
- <script>
- $(document).ready(function(){
- {block:PermalinkPage}
- // pxu photosets
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- {/block:PermalinkPage}
- // soundcloud players
- 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=false&origin=tumblr&color=' + color.split('#')[1], height: 116, width: '100%' });
- });
- // tumblr audio players
- $('.tumblr_audio_player').each(function(){
- $(this).attr({ src: $(this).attr('src').split('&color=')[0] + '&color=transparent&simple=1 '});
- });
- // masonry
- var $container = $('.content');
- $container.masonry({
- itemSelector: '.entry',
- columnWidth: {select:posts} * 1.3,
- isFitWidth: true
- });
- $container.imagesLoaded(function(){
- $container.masonry();
- $('aside').animate({ opacity: 1 });
- $container.find('.entry').animate({ opacity: 1, zIndex: 1 });
- });
- {block:IndexPage}
- {block:ifInfiniteScroll}
- // infinite scroll
- var $container = $('.content');
- $container.infinitescroll({
- itemSelector: '.entry',
- navSelector: '.pagination',
- nextSelector: '.next',
- loadingImg: '',
- loadingText: '<em></em>',
- bufferPx: 2000
- },
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.imagesLoaded(function(){
- $container.masonry( 'appended', $newElems );
- $newElems.animate({ opacity: 1, zIndex: 1 });
- });
- // videos
- $newElems.find('.video').each(function(){
- resizeVideos();
- },
- function(){
- $container.masonry();
- });
- // soundcloud players
- $newElems.find('.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=false&origin=tumblr&color=' + color.split('#')[1], height: 116, width: '100%' });
- },
- function(){
- $container.masonry();
- });
- // tumblr audio players
- $newElems.find('.tumblr_audio_player').each(function(){
- $(this).attr({ src: $(this).attr('src').split('&color=')[0] + '&color=transparent&simple=1 '});
- },
- function(){
- $container.masonry();
- });
- });
- {/block:ifInfiniteScroll}
- {/block:IndexPage}
- });
- </script>
- </body>
- </html>
Add Comment
Please, Sign In to add comment