Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html xmlns="https://www.w3.org/1999/xhtml">
- <head>
- <!----------------------------------------------------------------------
- velvet @ 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 tags -------------------------------------------------------->
- <meta name="image:sidebar" content="">
- <meta name="color:link hover" content="#000000">
- <meta name="if:italics" content="">
- <meta name="if:show avatar" content="">
- <meta name="if:show search" content="">
- <meta name="if:show full photosets" content="">
- <meta name="if:show captions" content="">
- <meta name="if:show tags" content="">
- <meta name="if:infinite scroll" content="">
- <meta name="text:home link" content="">
- <meta name="text:archive link" content="">
- <meta name="text:ask link" content="contact">
- <meta name="text:search placeholder" content="search">
- <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="">
- <link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i" rel="stylesheet">
- <!-- css -------------------------------------------------------------->
- <style type="text/css">
- /* typography ------------------------------------------------------- */
- body {
- margin:0;
- font-size:9.5px;
- font-family:lato, arial, sans-serif;
- letter-spacing:0.75px;
- word-spacing:1px;
- line-height:1.8em;
- word-break:break-word;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- overflow-x:hidden;
- color:#111111;
- background:#ffffff;
- }
- a {
- color:inherit;
- text-decoration:none;
- transition:all 0s ease-in-out;
- -webkit-transition:all 0s ease-in-out;
- }
- small, sub {
- font-size:1em;
- vertical-align:baseline;
- }
- blockquote, ol, ul, p, pre, figure {
- margin:1em 0;
- }
- h1, h2, h3, h4, h5, h6 {
- margin:0 0 1em;
- font-size:1em;
- font-weight:inherit;
- }
- img {
- border:0;
- max-width:100%;
- height:auto;
- }
- pre {
- white-space:normal;
- }
- h1 {
- margin:0 0 1em;
- color:#000000;
- }
- ol {
- counter-reset:list;
- list-style:none;
- padding:0;
- }
- ol li {
- position:relative;
- padding-left:3em;
- counter-increment:list;
- }
- ol li:before {
- content:counter(list) '.';
- position:absolute;
- margin-left:-3em;
- }
- hr,
- .tumblr_parent:not(:first-of-type):before {
- content:'';
- display:block;
- margin:1.8em 0;
- border:0;
- height:1px;
- width:100%;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- background-color:#e6e6e6;
- }
- .tumblr_parent blockquote {
- padding:0 0 0 2em;
- border-left:1px solid #e6e6e6;
- }
- {block:ifItalics}
- nav a, nav .search .query, .text a, .accent, .loading {
- font-style:italic;
- }
- {/block:ifItalics}
- .entry .text a:not(.tumblr_blog) {
- padding-bottom:1px;
- background-image:linear-gradient(transparent, #111111);
- background-size:1px 1px;
- background-repeat:repeat-x;
- background-position:left bottom;
- }
- .entry .text a:not(.tumblr_blog):hover {
- color:{color:link hover};
- background-image:linear-gradient(transparent, {color:link hover});
- }
- .title {
- font-size:1.2em;
- line-height:1.6em;
- margin-bottom:.5em;
- }
- .accent,
- .tumblr_parent .tumblr_blog,
- ol li:before,
- nav a,
- .search .query,
- .desc a,
- .loading,
- .notes .more_notes_link_container a {
- color:#6f6f6f;
- }
- b, strong {
- font-size:7.5px;
- font-family:lato, sans-serif;
- letter-spacing:1.5px;
- text-transform:uppercase;
- }
- /* layout ----------------------------------------------------------- */
- .main {
- margin:0 auto;
- }
- aside {
- padding:80px 80px 40px;
- }
- aside section {
- margin:0 auto;
- max-width:540px;
- }
- aside section:not(:first-child) {
- margin-top:1.8em;
- }
- aside nav li {
- display:block;
- margin:0 0 .5em;
- }
- aside h1.blog.title {
- font-style:normal;
- font-weight:bold;
- font-family:lato, sans-serif;
- text-transform:uppercase;
- letter-spacing:.25em;
- padding-left:.25em;
- margin-bottom:1.2em;
- }
- aside .side {
- display:none;
- }
- aside .avatar {
- margin:0 0 2em;
- width:30px;
- border-radius:4px;
- overflow:hidden;
- }
- aside .avatar.circle {
- border-radius:15px;
- }
- aside .avatar img {
- display:block;
- }
- aside .search .query {
- border:0;
- outline:0;
- padding:0;
- font-family:inherit;
- font-size:inherit;
- letter-spacing:inherit;
- background-color:transparent;
- }
- ::-webkit-input-placeholder {color:inherit;}
- :-moz-placeholder {color:inherit; opacity:1;}
- ::-moz-placeholder {color:inherit; opacity:1;}
- :-ms-input-placeholder {color:inherit;}
- input:focus::-webkit-input-placeholder {color:transparent;}
- input:focus:-moz-placeholder {color:transparent;}
- input:focus::-moz-placeholder {color:transparent;}
- input:focus:-ms-input-placeholder {color:transparent;}
- .content {
- font-size:0;
- margin:40px;
- }
- .loading {
- padding:40px;
- font-size:9.5px;
- }
- .entry {
- position:relative;
- font-size:9.5px;
- width:100%;
- padding:40px;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- {block:IndexPage}
- display:inline-block;
- opacity:0;
- z-index:-1;
- {/block:IndexPage}
- }
- .entry:last-child {
- margin-bottom:0;
- }
- .post {
- max-width:540px;
- margin:0 auto;
- }
- .pagination {
- overflow:hidden;
- margin:40px;
- padding:40px;
- margin-top:0!important;
- padding-top:0!important;
- max-width:540px;
- max-width:{text:post width};
- {block:IndexPage}
- opacity:0;
- z-index:-1;
- {/block:IndexPage}
- }
- .pagination .next {
- float:right;
- color:#111111;
- }
- /* breakpoints ------------------------------------------------------ */
- @media screen and (min-width:700px) {
- .content, .pagination {
- margin:40px 40px 40px 360px;
- max-width:none;
- }
- aside .side {
- display:block;
- }
- .post {
- margin:0;
- }
- aside {
- position:fixed;
- top:0;
- left:0;
- bottom:0;
- margin:0;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- width:360px;
- }
- }
- @media screen and (min-width:1020px) {
- .content, .pagination {
- margin-right:39px;
- }
- {block:IndexPage}
- .entry {
- width:calc(50% - 0.5px);
- }
- {/block:IndexPage}
- }
- @media screen and (min-width:1340px) {
- .content, .pagination {
- margin-right:38px;
- }
- {block:IndexPage}
- .entry {
- width:calc(33.3% - 0.5px);
- }
- {/block:IndexPage}
- }
- @media screen and (min-width:1660px) {
- .content, .pagination {
- margin-right:37px;
- }
- {block:IndexPage}
- .entry {
- width:calc(25% - 0.5px);
- }
- {/block:IndexPage}
- }
- /* posts ------------------------------------------------------------ */
- .date {
- overflow:hidden;
- margin:2em 0 0;
- padding:2em 0 0;
- border-top:1px solid #e6e6e6;
- }
- svg {
- height:9px;
- width:auto;
- opacity:.5;
- padding:1px;
- display:block;
- overflow:visible;
- }
- .controls {
- float:right;
- }
- .controls a {
- position:relative;
- display:inline-block;
- overflow:hidden;
- padding:1px 2px;
- width:10px;
- height:10px;
- margin-left:1em;
- }
- .controls .permalink {
- margin-right:3px;
- margin-top:-1px;
- }
- .controls .permalink svg {
- height:12px;
- }
- .controls .reblog {
- opacity:.93;
- }
- .controls .reblog svg {
- height:8px;
- margin-top:1px;
- }
- .controls .like .liked + svg {
- opacity:1;
- }
- .controls .like .liked + svg path {
- fill:#ec5a5a;
- }
- .controls .like .like_button {
- position:relative;
- }
- .controls .like .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0;
- }
- .tags {
- display:inline;
- {block:IndexPage}{block:ifNotShowTags}display:none;{/block:ifNotShowTags}{/block:IndexPage}
- }
- .comma {
- margin:0 .5em;
- }
- .tags .comma {
- margin:0 0 0 .5em;
- }
- .tags .comma:last-of-type {
- display:none;
- }
- .post .media {
- position:relative;
- }
- .photo-slideshow {
- display:inline-block;
- width:100%;
- }
- .text {
- margin:1.5em 0 0;
- }
- .text *:first-child {
- margin-top:0;
- }
- .text *:last-child {
- margin-bottom:0;
- }
- .question, .quote {
- padding-bottom:1.8em;
- margin-bottom:1.8em;
- border-bottom:1px solid #e6e6e6;
- }
- .sender {
- text-transform:lowercase;
- }
- .caption {
- {block:IndexPage}{block:ifNotShowCaptions}display:none;{/block:ifNotShowCaptions}{/block:IndexPage}
- }
- .chat, .chat li {
- padding:0;
- list-style-type:none;
- }
- .audiowrap {
- position:relative;
- height:27px;
- overflow:hidden;
- background-color:#f8f8f8;
- padding:14px;
- margin-bottom:1.5em;
- }
- .audio {
- position:absolute;
- display:inline-block;
- left:14px;
- top:14px;
- right:14px;
- bottom:14px;
- text-align:left;
- line-height:27px;
- }
- .audio .player {
- width:27px;
- height:27px;
- left:0;
- top:0;
- opacity:.5;
- line-height:0;
- overflow:hidden;
- position:absolute;
- }
- .audio .track {
- overflow:hidden;
- line-height:15px;
- margin-left:41px;
- width:calc(100% - 41px);
- display:inline-block;
- vertical-align:middle;
- }
- .audio .track .h {
- display:block;
- max-height:15px;
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- margin-right:15px;
- }
- /* other ------------------------------------------------------------ */
- .notes img {
- display:none;
- }
- .more_notes_link_container {
- text-align:left!important;
- }
- #tumblr_controls,
- .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls {
- position:fixed!important;
- top:0!important;
- right:0!important;
- opacity:.4!important;
- -webkit-filter:invert(100%);
- -webkit-backface-visibility:hidden;
- padding:17px;
- }
- #theme {
- position:fixed;
- display:block;
- bottom:10px;
- right:10px;
- z-index:999;
- padding:5px;
- line-height:1em;
- }
- #tumblr_lightbox img, .lightbox-image {
- max-width:none;
- }
- {block:ifInfiniteScroll}
- .pagination,
- #infscr-loading {
- display:none!important;
- }
- {/block:ifInfiniteScroll}
- ::-webkit-scrollbar {
- width:9px;
- height:9px;
- }
- ::-webkit-scrollbar {
- background-color:#ffffff; /* background color */
- }
- ::-webkit-scrollbar-track {
- border:8px solid #ffffff; /* background color */
- border-left:0;
- background-color:#e6e6e6; /* light border color */
- }
- ::-webkit-scrollbar-thumb {
- border:8px solid #ffffff; /* background color */
- border-left:0;
- background-color:#888888; /* dark border color */
- min-height:24px;
- min-width:24px;
- }
- </style>
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
- </head>
- <body class="{select:font}">
- <div class="main">
- <!-- left sidebar ----------------------------------------------------->
- <aside>
- {block:ifSidebarImage}
- <section>
- <a href="/"><img class="side" src="{image:sidebar}"></a>
- </section>
- {/block:ifSidebarImage}
- <section>
- {block:ifShowAvatar}<a href="/"><img src="{PortraitURL-128}" class="avatar {AvatarShape}"></a>{/block:ifShowAvatar}
- <h1 class="blog title"><a href="/">{Title}</a></h1>
- <div class="desc">{Description}</div>
- </section>
- <section>
- <nav class="text">
- {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}
- {block:ifShowSearch}
- <form action="/search" method="get" class="search">
- <input type="text" name="q" value="{SearchQuery}" class="query" placeholder="{text:search placeholder}">
- </form>
- {/block:ifShowSearch}
- </nav>
- </section>
- </aside>
- <!-- posts ------------------------------------------------------------>
- <div class="content">
- {block:IndexPage}<div class="loading">Loading...</div>{/block:IndexPage}
- {block:Posts}
- <article class="entry {block:Photo}ph{/block:Photo}{block:Photoset}ph{/block:Photoset}" id="{PostID}">
- <section class="post">
- {block:Audio}
- <!-- audio ------------------------------------------------------------>
- <div class="audiowrap">
- <div class="audio">
- {block:AudioPlayer}
- <div class="player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
- </div>
- {/block:AudioPlayer}
- <div class="track"><div class="h">{block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<span class="accent"> by {Artist}</span>{/block:Artist}</div></div>
- </div>
- </div>
- {/block:Audio}
- {block:Photo}
- <!-- photo ------------------------------------------------------------>
- <div class="media">
- {LinkOpenTag}
- <img src="{PhotoURL-HighRes}">
- {LinkCloseTag}
- </div>
- {/block:Photo}
- {block:Photoset}
- <!-- photoset --------------------------------------------------------->
- <div class="media 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:ifNotShowFullPhotosets}
- <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">
- {block:Photos}<img src="{PhotoURL-HighRes}"><!--{/block:Photos}-->
- </a>
- {/block:ifNotShowFullPhotosets}
- {block:ifShowFullPhotosets}
- <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:ifShowFullPhotosets}
- {/block:IndexPage}
- </div>
- {/block:Photoset}
- {block:Video}
- <!-- video ------------------------------------------------------------>
- <div class="media video">{Video-500}</div>
- {/block:Video}
- {block:Answer}
- <!-- answer ----------------------------------------------------------->
- <div class="question">
- <div class="sender accent">{Asker}</div>
- <div class="inquiry text">{Question}</div>
- </div>
- <div class="answer text">
- <a class="tumblr_blog" href="{Permalink}">{Name}</a>{Answer}</div>
- {/block:Answer}
- {block:Chat}
- <!-- chat ------------------------------------------------------------->
- {block:Title}<h1 class="title">{Title}</h1>{/block:Title}
- <ul class="chat text">
- {block:Lines}
- <li class="line">
- {block:Label}
- <b class="label">{Label} </b>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Link}
- <!-- link ------------------------------------------------------------->
- <h1 class="title"><a href="{URL}">{Name}</a></h1>
- {block:Description}<div class="text">{Description}</div>{/block:Description}
- {/block:Link}
- {block:Quote}
- <!-- quote ------------------------------------------------------------>
- <div class="quote title">{Quote}</div>
- {block:Source}
- <div class="source text">{Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Text}
- <!-- text ------------------------------------------------------------->
- {block:Title}<h1 class="title">{Title}</h1>{/block:Title}
- <div class="text">{Body}</div>
- {/block:Text}
- {block:Caption}
- <!-- caption ---------------------------------------------------------->
- <div class="caption text">{Caption}</div>
- {/block:Caption}
- {block:Date}
- <div class="date accent">
- <!-- date ------------------------------------------------------------->
- {block:PermalinkPage}
- {lang:Posted on DayOfWeek DayOfMonth Month Year} {block:NoteCount} <i class="comma">/</i> {NoteCountWithLabel}{/block:NoteCount}
- {block:RebloggedFrom}<br>Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} <i class="comma">/</i> Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}
- {/block:PermalinkPage}
- {block:HasTags}
- <!-- tags ------------------------------------------------------------->
- <div class="tags accent">{block:PermalinkPage}<br>Tagged: <i class="comma"></i> {/block:PermalinkPage}{block:Tags}<a href="{TagURL}">{Tag}</a> <i class="comma"></i> {/block:Tags}</div>
- {/block:HasTags}
- {block:IndexPage}
- <div class="controls">
- <a href="{Permalink}" class="permalink">
- <svg version="1.1" id="Layer_1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://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="M154,27H58c-3.3,0-6,2.7-6,6v153.7c0,2.5,1.5,4.7,3.8,5.6c2.3,0.9,4.9,0.3,6.6-1.6l44.8-49.1l42.3,49 c1.2,1.3,2.8,2.1,4.5,2.1c0.7,0,1.4-0.1,2.1-0.4c2.3-0.9,3.9-3.1,3.9-5.6V33C160,29.7,157.3,27,154,27z M148,170.6l-36.1-41.9 c-1.1-1.3-2.7-2.1-4.5-2.1c-1.7,0-3.4,0.7-4.5,2L64,171.3V39h84V170.6z"/></svg>
- </a>
- <a href="{ReblogURL}" target="_blank" class="reblog">
- <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 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg>
- </a>
- <a href="#" class="like">{LikeButton}
- <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 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
- </a>
- </div>
- {/block:IndexPage}
- </div>
- {/block:Date}
- </section>
- </article>
- {/block:Posts}
- <!-- {block:ContentSource}{SourceURL}{/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL}{ReblogParentURL}{/block:RebloggedFrom} -->
- {block:PostNotes}
- <!-- notes ------------------------------------------------------------>
- <article class="entry">
- <section class="post">
- <h1 class="title">Notes</h1>
- {PostNotes}
- </section>
- </article>
- {/block:PostNotes}
- </div>
- <!-- pagination ------------------------------------------------------->
- {block:Pagination}<div class="pagination accent">{block:PreviousPage}<a class="prev accent" href="{PreviousPage}">{lang:Previous}</a>{/block:PreviousPage} {block:NextPage}<a class="next" href="{NextPage}">{lang:Next Page}</a>{/block:NextPage}</div>{/block:Pagination}
- </div>
- <a href="https://shythemes.tumblr.com" id="theme" class="accent" title="theme">k.</a>
- <!-- scripts ---------------------------------------------------------->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="//static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script src="//static.tumblr.com/fwgzvyf/2nno5ubpt/shythemes.fn.js"></script>
- <script src="//static.tumblr.com/wgg6svp/ohGobvaye/unnest.min.js"></script>
- <script src="https://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.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(){
- var $container = $('.content');
- $container.masonry({ itemSelector: '.entry' });
- $container.find('.entry').animate({
- opacity: 1,
- zIndex: 1
- });
- $('.pagination').animate({
- opacity: 1,
- zIndex: 1
- });
- $('.loading').hide();
- $container.imagesLoaded(function(){
- $container.masonry();
- });
- $(window).resize(function(){
- $container.masonry();
- });
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '4px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- $container.audioplayers('{color:accents}');
- $container.resizevideos();
- $('.entry').unnest({
- yourCaption: ".text",
- wrapName: ".tumblr_parent",
- newCaptionUsername: false,
- originalPostCaptionUsername: false,
- tumblrAvatars: false,
- tumblrAvatarClass: ".tumblr_avatar",
- usernameColon: false
- });
- {block:IndexPage}
- {block:ifInfiniteScroll}
- $container.infinitescroll({
- itemSelector: '.entry',
- navSelector: '.pagination',
- nextSelector: '.next',
- loadingImg: '',
- loadingText: '<em></em>',
- bufferPx: 2000
- },
- function( newElements ) {
- var $newElems = $(newElements);
- var $newElemsIDs = $newElems.map(function(){
- return this.id;
- }).get();
- Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '4px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- },
- function(){
- $container.masonry();
- });
- $newElems.audioplayers('{color:accents}');
- $newElems.resizevideos();
- $newElems.unnest({
- yourCaption: ".text",
- wrapName: ".tumblr_parent",
- newCaptionUsername: false,
- originalPostCaptionUsername: false,
- tumblrAvatars: false,
- tumblrAvatarClass: ".tumblr_avatar",
- usernameColon: false
- },
- function(){
- $container.masonry();
- });
- $newElems.imagesLoaded(function(){
- $container.masonry( 'appended', $newElems );
- $newElems.animate({ opacity: 1, zIndex: 1 });
- });
- });
- {block:ifInfiniteScroll}
- {/block:IndexPage}
- });
- </script>
- </body>
- </html>
Add Comment
Please, Sign In to add comment