Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme: sleepless // updated 24.1.2019
- - 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="#f8f8f8"/>
- <meta name="color:Posts" 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:Borders" content="#eeeeee"/>
- <meta name="color:Accents" content="#fbfbfb"/>
- <meta name="if:Infinite Scroll" content="1"/>
- <meta name="if:Manual Load" content="0"/>
- <meta name="if:Click for Tags" content="1"/>
- <meta name="image:Sidebar" content=""/>
- <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"/>
- <meta name="text:Home Title" content="home"/>
- <meta name="text:Ask Title" content="message"/>
- <meta name="text:Archive Title" content="archive"/>
- <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=""/>
- <!--CSS customization here. -->
- <link href='//static.tumblr.com/sas2ex2/HFinqriui/photoset.css' rel='stylesheet' type='text/css'>
- <link href="//fonts.googleapis.com/css?family=Fira+Sans:400,400i,500,500i,700" rel="stylesheet">
- <style type="text/css">
- /*tumblr controls and lightbox*/
- .tmblr-lightbox {background:rgba(255,255,255, .95)!important;}
- .tmblr-lightbox img {opacity:0;}
- .lightbox-caption {
- color:{color:title}!important;
- font-family:inherit!important;
- font-size:10px!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;
- background:{color:posts}!important;
- opacity:1!important;
- }
- .vignette {opacity:0!Important;}
- /*tooltip*/
- .ui-tooltip {
- z-index:6;
- position:Absolute;
- z-index:9999;
- padding-top:15px;
- }
- .ui-tooltip-content {
- background:{color:posts};
- padding:2px 5px;
- font-size:.9em;
- text-transform:lowercase;
- color:{color:text};
- border:1px solid {color:accents};
- }
- /*scrollbar*/
- ::-webkit-scrollbar {
- height:11px;
- width:11px;
- background:{color:posts};
- }
- ::-webkit-scrollbar-track {
- background:{color:borders};
- border:5px solid {color:posts};
- }
- ::-webkit-scrollbar-thumb{
- border:4px solid {color:posts};
- background:{color:scrollbar};
- }
- /*controls*/
- .iframe-controls--desktop {
- z-index:999;
- top:-13px!important;
- right:-90px!important;
- opacity:0;
- padding-right:75px;
- filter:invert(1) contrast(150%);
- -webkit-filter:invert(1) contrast(150%);
- -o-filter:invert(1) contrast(150%);
- -moz-filter:invert(1) contrast(150%);
- -ms-filter:invert(1) contrast(150%);
- transform:scale(0.6);
- -webkit-transform:scale(0.6);
- -o-transform:scale(0.65);
- -moz-transform:scale(0.65);
- -ms-transform:scale(0.65);
- }
- .iframe-controls--desktop:hover {opacity:.6;}
- .cc {
- position:fixed;
- top:2px;
- right:0px;
- z-index:99;
- }
- .cc svg {
- padding:5px 10px;
- width:15px;
- fill:{color:title};
- }
- /*basics*/
- body {
- background:{color:background};
- color:{color:text};
- font:normal 11px/1.5em fira sans, arial, sans-serif;
- word-wrap:break-word;
- text-align:left;
- letter-spacing:.15px;
- margin:0;
- overflow-x:hidden;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- }
- a {
- color:{color:text};
- text-decoration:none;
- cursor:pointer;
- }
- a:hover {
- color:{color:link};
- border-color:{color:link}!important;
- }
- a, .iframe-controls--desktop, svg {
- transition:all .15s linear;
- -webkit-transition:all .15s linear;
- -moz-transition:all .15s linear;
- -o-transition:all .15s linear;
- }
- .comment a, .source a {border-bottom:1px solid {color:link};}
- img {
- opacity:1;
- border:0;
- text-decoration:none;
- max-width:100%;
- height:auto;
- display:block;
- }
- blockquote {
- margin:.5em 0;
- border-left:1px solid {color:borders};
- padding:.25em 0 .25em 15px;
- }
- pre {
- padding:0;
- margin:0;
- line-height:inherit!important;
- background:transparent;
- font-family:monospace!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:.75em 0;}
- p:first-of-type {margin-top:0!important}
- p:last-of-type {margin-bottom:0!important}
- b, strong {
- color:{color:title};
- font-weight:500;
- }
- ol, ul {
- list-style:none;
- padding:.25em 0 .25em 15px;
- }
- li {
- padding-left:15px;
- position:relative;
- }
- article li {
- margin:.25em 0;
- }
- article li:before {
- left:0;
- top:-.1em;
- position:absolute;
- content:'∗';
- font-size:1.5em;
- display:block;
- color:rgba({RGBcolor:text},.7);
- vertical-align:top;
- }
- small, big, sub, pre {
- font-size:1em!important;
- line-height:2em!important;
- vertical-align:baseline!important;
- }
- h1, h2, h3, h4 {
- font-size:1.2em;
- margin:0;
- padding:15px 0;
- color:{color:title};
- font-weight:500;
- }
- .comment > h1:first-child, .comment > h2:first-child, .comment > h3:first-child, .comment > h4:first-child {padding:0 0 15px 0;}
- hr {
- border:none;
- box-shadow:0;
- margin:1.5em 25%;
- border-top:1px solid {color:borders};
- }
- aside, nav, article, footer {
- -webkit-animation-name: fade-in;
- -webkit-animation-duration: 1.5s;
- }
- /*side*/
- aside {
- width:200px;
- position:fixed;
- top:100px;
- left:50%;
- background:{color:posts};
- border-bottom:1px solid {color:borders};
- margin-left:calc(-{select:post width}px / 2 - 335px);
- padding:20px 30px;
- }
- #d {margin-top:20px;}
- .tai {
- text-transform:lowercase;
- font-size:1.2em;
- font-weight:500;
- line-height:20px;
- vertical-align:middle;
- display:inline-block;
- color:{color:title};
- }
- nav {
- font-size:.9em;
- margin-top:20px;
- background:{color:posts};
- }
- .sm {
- display:inline-block;
- margin-right:15px;
- vertical-align:middle;
- }
- .sm, .sm img {
- width:35px;
- height:35px;
- }
- nav a {
- display:block;
- counter-increment:link;
- }
- nav a:before {
- content:counter(link, decimal-leading-zero);
- font-weight:500;
- color:{color:title};
- margin-right:15px;
- }
- /*pagination*/
- footer {
- {block:ifinfinitescroll}
- {block:ifnotmanualload}
- display:none;
- {/block:ifnotmanualload}
- {/block:ifinfinitescroll}
- text-align:center;
- margin:0 auto 75px auto;
- width:{select:post width}px;
- text-transform:lowercase;
- }
- footer a {
- font-weight:500;
- font-size:.9em;
- display:inline-block;
- padding:10px 15px;
- background:{color:posts};
- border-bottom:1px solid {color:borders};
- }
- footer a:hover {
- background:{color:link};
- color:{color:posts};
- }
- #infscr-loading {display:none!important;}
- {block:ifinfinitescroll}
- #pagination {display:none;}
- {/block:ifinfinitescroll}
- .nice {
- position:fixed;
- right:15px;
- bottom:15px;
- width:15px;
- text-align:center;
- padding:3px;
- line-height:15px;
- background:{color:posts};
- }
- /*posts*/
- section {
- margin:100px auto;
- width:{select:post width}px;
- }
- article {
- width:{select:post width}px;
- background:{color:posts};
- border-bottom:1px solid {color:borders};
- margin-bottom:75px;
- position:relative;
- }
- .ph {
- position:relative;
- overflow:hidden;
- }
- .ph img {
- width:100%;
- display:block;
- }
- .video * {
- display:block;
- min-width:100%;
- }
- /*text and captions*/
- .con {padding:30px;}
- .dated .con {padding-top:0px;}
- .title {
- color:{color:title};
- font-size:1.2em;
- }
- .title, .quote {
- line-height:1.5em;
- font-size:1.2em;
- }
- .title a {color:{color:title};}
- .title a:hover {color:{color:link};}
- .title, a.read_more, .user, .label, .answerer {
- text-transform:uppercase;
- letter-spacing:1px;
- font-weight:500;
- }
- .quote {font-style:italic;}
- .source {margin-top:20px;}
- article img, article li, article blockquote, article img {max-width:100%;}
- /*captions*/
- .comment {
- margin:0;
- padding:0 0 15px 0;
- list-style:none;
- }
- article:not(.ccc) .comment:last-of-type {padding-bottom:0;}
- .ccc .comment {padding:15px 30px;}
- .ccc .comment:first-of-type {padding-top:30px;}
- .ccc .comment:last-of-type {padding-bottom:30px;}
- .comment:before, .chat li:before, ol.notes li:before {display:none;}
- .user {
- border:0!important;
- display:block;
- margin-bottom:10px;
- font-size:.9em;
- }
- .answerer {
- border:0!important;
- margin-bottom:10px;
- font-size:.9em;
- }
- .user a, .user {color:{color:link};}
- .ted:first-of-type {padding-top:20px;}
- /*audio*/
- .player {
- width:25px;
- height:24px;
- position:absolute;
- left:30px;
- top:calc(50% - 15px);
- display:block;
- overflow:hidden;
- }
- .hold {
- position:relative;
- display:block;
- min-height:24px;
- padding:20px 30px;
- background:{color:accents};
- }
- .audio_info {
- vertical-align:middle;
- line-height:12px;
- margin-left:60px;
- max-width:calc(100% - 90px);
- }
- .audio_info span {
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- display:block;
- }
- .hold .track {
- font-weight:500;
- color:{color:title};
- }
- .spotify_audio_player {
- height:80px;
- border-radius:0!important;
- }
- /*asks*/
- .q {
- padding:30px;
- background:{color:accents};
- }
- .as {
- text-transform:lowercase;
- color:{color:title};
- font-weight:500;
- }
- .a {margin-top:15px}
- /*chats*/
- .chat {
- margin:0;
- padding:0;
- list-style:none;
- text-align:left;
- }
- .l {
- padding:0 0 20px 0;
- }
- .l:last-child {
- padding-bottom:0;
- border:0;
- }
- .label {
- color:{color:link};
- display:inline-block;
- font-size:.9em;
- }
- /*permalink and notes*/
- .taggie {
- float:right;
- text-align:right;
- }
- .taggie svg {
- height:16px;
- width:16px;
- vertical-align:middle;
- fill:{color:text};
- }
- .taggie:hover svg {fill:{color:link};}
- .when {
- padding:20px 30px;
- font-size:.9em;
- line-height:1.2em;
- }
- .when .im {
- width:22px;
- height:22px;
- margin-right:15px;
- }
- .rest, .im img {
- display:inline-block;
- vertical-align:top;
- }
- .im img {
- width:22px;
- height:22px;
- }
- .im img, .sm img, ol.notes li.note img.avatar {
- -moz-border-radius:100%;
- -webkit-border-radius:100%;
- border-radius:100%;
- }
- .when a {display:inline-block;}
- .when a:not(.d):not(.taggie)::after {
- content:'•';
- margin:0 5px;
- }
- .when a:last-of-type::after {display:none;}
- .d {
- display:block!important;
- font-weight:500;
- color:{color:link};
- text-transform:uppercase;
- letter-spacing:1px;
- }
- .like-b {
- position:relative;
- display:inline-block;
- overflow:hidden;
- vertical-align:middle;
- }
- .like-b .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0.0000001;
- }
- .like-b .liked + .b {color:#D95E40;}
- .like-b .liked + .b:after {content:'d';}
- #in {
- padding:30px 30px 0 30px;
- font-size:.9em;
- }
- #in a {color:{color:link};}
- ol.notes {
- list-style-type:none;
- padding:0px;
- margin:0px;
- font-size:.9em;
- }
- ol.notes li.note {
- display:block;
- margin:0 0 10px 30px;
- padding:0;
- line-height:15px;
- }
- ol.notes li.note img.avatar {
- position:absolute;
- left:-30px;
- height:15px;
- width:15px;
- vertical-align:middle;
- float:left;
- display:inline-block;
- }
- .more_notes_link, .notes_loading {
- display:block;
- text-transform:lowercase;
- font-weight:500;
- text-align:left;
- color:{color:title};
- }
- /* tags */
- .tags {
- padding:20px 30px;
- font-size:.9em;
- font-weight:500;
- position:relative;
- z-index:4;
- {block:indexpage}
- {block:ifClickForTags}
- display:none;
- {/block:ifClickForTags}
- {/block:indexpage}
- }
- .ccc .tags, .mhm .tags {
- padding-top:0;
- margin-top:-15px;
- }
- .tags a {
- display:inline;
- color:rgba({RGBcolor:text},.5);
- }
- .tags a:hover {color:{color:link};}
- .tags a:after {
- content:'•';
- margin:0 5px;
- }
- .tags a:last-of-type::after {display:none;}
- {CustomCSS}
- </style>
- </head>
- <body><div class="cc"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://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="M106.6,134c14.3,0,26-11.7,26-26s-11.7-26-26-26s-26,11.7-26,26S92.2,134,106.6,134z M106.6,94c7.7,0,14,6.3,14,14s-6.3,14-14,14s-14-6.3-14-14S98.9,94,106.6,94z M40.4,124.6l7.2,3.3c3,1.4,4.4,4.8,3.3,7.9l-2.8,7.4c-2.1,5.7-1.4,11.8,2.1,16.7c3.4,5,9,7.9,15,7.9c2.2,0,4.4-0.4,6.5-1.2l7.4-2.8c0.7-0.3,1.4-0.4,2.2-0.4c2.4,0,4.7,1.4,5.7,3.7l3.3,7.2c3,6.6,9.4,10.7,16.6,10.7s13.6-4.1,16.6-10.7l3.3-7.2c1-2.2,3.2-3.7,5.7-3.7c0.7,0,1.5,0.1,2.2,0.4l7.4,2.8c2.1,0.8,4.3,1.2,6.5,1.2c0,0,0,0,0,0c5.9,0,11.5-3,15-7.9c3.4-5,4.2-11.1,2.1-16.7l-2.8-7.4c-1.1-3.1,0.3-6.5,3.3-7.9l7.2-3.3c6.6-3,10.7-9.4,10.7-16.6s-4.1-13.6-10.7-16.6l-7.2-3.3c-3-1.4-4.4-4.8-3.3-7.9l2.8-7.4c2.1-5.7,1.4-11.8-2.1-16.7c-3.4-5-9-7.9-15-7.9c-2.2,0-4.4,0.4-6.5,1.2l-7.4,2.8c-0.7,0.3-1.4,0.4-2.2,0.4c-2.4,0-4.7-1.4-5.7-3.7l-3.3-7.2c-3-6.6-9.4-10.7-16.6-10.7S93,35.2,90,41.8l-3.3,7.2c-1,2.2-3.2,3.7-5.7,3.7c-0.7,0-1.5-0.1-2.2-0.4l-7.4-2.8c-2.1-0.8-4.3-1.2-6.5-1.2c-5.9,0-11.5,3-15,7.9c-3.4,5-4.2,11.1-2.1,16.7l2.8,7.4c1.1,3.1-0.3,6.5-3.3,7.9l-7.2,3.3c-6.6,3-10.7,9.4-10.7,16.6S33.8,121.6,40.4,124.6z M45.3,102.3l7.2-3.3c8.7-4,12.9-14.1,9.5-23l-2.8-7.4c-1-2.7,0-4.7,0.7-5.7c1.6-2.4,4.6-3.4,7.4-2.3l7.4,2.8c2.1,0.8,4.2,1.2,6.4,1.2c0,0,0,0,0,0c7.1,0,13.6-4.2,16.6-10.7l3.3-7.2c1.5-3.4,4.7-3.7,5.7-3.7s4.1,0.3,5.7,3.7l3.3,7.2c3,6.5,9.5,10.7,16.6,10.7c2.2,0,4.3-0.4,6.4-1.2l7.4-2.8c2.8-1,5.7,0,7.4,2.3c0.7,1,1.7,3,0.7,5.7l-2.8,7.4c-3.3,8.9,0.8,19,9.5,23l7.2,3.3c3.4,1.5,3.7,4.7,3.7,5.7s-0.3,4.1-3.7,5.7l-7.2,3.3c-8.7,4-12.9,14.1-9.5,23l2.8,7.4c1,2.7,0,4.7-0.7,5.7c-1.6,2.4-4.6,3.4-7.4,2.3l-7.4-2.8c-2.1-0.8-4.2-1.2-6.4-1.2c-7.1,0-13.6,4.2-16.6,10.7l-3.3,7.2c-1.5,3.4-4.7,3.7-5.7,3.7s-4.1-0.3-5.7-3.7l-3.3-7.2c-3-6.5-9.5-10.7-16.6-10.7c-2.2,0-4.3,0.4-6.4,1.2l-7.4,2.8c-2.8,1-5.7,0-7.4-2.3c-0.7-1-1.7-3-0.7-5.7l2.8-7.4c3.3-8.9-0.8-19-9.5-23l-7.2-3.3c-3.4-1.5-3.7-4.7-3.7-5.7S41.9,103.9,45.3,102.3z"/></svg></div>
- <aside>{block:ifSidebarImage}<a class="sm" href="/"><img src="{image:Sidebar}"/></a>{/block:ifSidebarImage}<a href="/" class="tai">{title}</a><div id="d">{description}</div><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>
- </aside>
- <section>
- {block:Posts}<article id="{PostID}" class="{block:Date}dated{/block:Date} {block:caption}ccc{/block:caption} {block:Answer}ccc{/block:Answer} {block:hastags}{block:Quote}mhm{/block:Quote}{block:Text}mhm{/block:Text}{block:Link}mhm{/block:Link}{block:Chat}mhm{/block:Chat}{/block:hastags}">
- {block:Date}
- <div class="when">{block:indexpage}{block:hastags}{block:ifClickForTags}<a class="taggie"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://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,49c1.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.9c-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>{/block:ifClickForTags}{/block:hastags}{/block:indexpage}{block:RebloggedFrom}<a class="im" {block:haspermalink}href="{permalink}"{/block:haspermalink}><img src="{ReblogParentPortraitURL-48}"/></a>{/block:RebloggedFrom}{block:notreblog}<a class="im"><img src="{PortraitURL-64}"/></a>{/block:notreblog}<div class="rest"><a href="{Permalink}" target="_blank" class="d">{dayofweek}, {shortmonth} {dayofmonth}{dayofmonthsuffix}</a>{block:NoteCount}<a href="{permalink}" class="no">{notecountwithlabel}</a>{/block:NoteCount}<a href="{ReblogURL}" target="_blank" class="r">reblog</a><a class="like-b">{LikeButton}<span class="b">like</span></a></div></div>
- {/block:Date}
- {block:Quote}<div class="con"><div class="quote">{Quote}</div>{block:Source}<div class="source">{Source}</div>{/block:Source}</div>{/block:Quote}
- {block:Text}<div class="con">{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}</div>{/block:Text}
- {block:Link}<div class="con"><div class="title"><a href="{URL}" {Target}>{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}</div>{/block:Link}
- {block:Chat}<div class="con">{block:Title}<div class="title">{Title}</div>{/block:Title}<ol class="chat {block:Title}ted{/block:Title}">{block:Lines}<li class="l {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ol></div>{/block:Chat}
- <div class="media"><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}
- </div>
- {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"><span class="as">{Asker} sent: </span>{Question}</div>
- {block:Answerer}
- <li class="comment"><span class="user">{answerer} replied: </span>{answer}</li>
- {/block:Answerer}
- {block:NotReblog}
- <li class="comment reply">{replies}</li>
- {/block:NotReblog}
- {block:rebloggedfrom}
- {block:reblogs}<li class="comment"><a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{block:HasAvatar}<img src="{PortraitURL-64}"/>{/block:HasAvatar}{username}</a>{body}</li>
- {/block:Reblogs}
- {/block:rebloggedfrom}
- {/block:Answer}
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </article>
- {block:PostNotes}
- <article class="pagenotes"><div id="in">{block:RebloggedFrom}via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource}<br>source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}</div><div class="con">{PostNotes}</div></article>
- {/block:PostNotes}
- {/block:Posts}
- </section>
- {block:Pagination}<footer>{block:ifinfinitescroll}{block:ifmanualload}{block:NextPage}<div class="pag"><a class="load">load more</a></div>{/block:NextPage}{/block:ifmanualload}{/block:ifinfinitescroll}<div id="pagination" class="pag">{block:PreviousPage}<a href="{PreviousPage}">prev page</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}" {block:PreviousPage}style="margin-left:15px"{/block:PreviousPage}>next page</a>{/block:NextPage}</div></footer>{/block:pagination}
- <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/sas2ex2/lI6p30hwv/notes.js"></script>{block:indexpage}{block:ifinfinitescroll}<script src="//static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>{/block:ifinfinitescroll}{/block:indexpage}<script src="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script><script src="//static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script>
- $(document).ready(function(){
- $('body').tooltip({track:true});
- $('.taggie').each(function() {
- $(this).click(function() {$(this).closest('article').find('.tags').slideToggle(400);});
- });
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '2px',
- 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:{color:accents}!important} </style>"));
- });
- notes();
- var $container = $('section');
- {block:indexpage}
- {block:ifinfinitescroll}
- $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 );
- var $newID = $newElems.map(function(){return this.id;}).get();
- Tumblr.LikeButton.get_status_by_post_ids($newID);
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '2px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- $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>"));
- });
- $newElems.find('.no').each(function(){
- var n = $(this).html().split(' ')[0].replace(/,/g, '');
- if (n > 999) {
- n = Math.floor(n / 100) / 10;
- $(this).text(n + 'k notes');
- }
- else if (n > 1 && n <= 999) {$(this).text(n + ' notes');}
- else {$(this).text(n + ' note');}
- });
- resizeVideos();
- $newElems.find('.taggie').each(function() {
- $(this).click(function() {$(this).closest('article').find('.tags').slideToggle(400);});
- });
- });
- {block:ifmanualload}
- $(window).unbind('.infscr');
- $('.load').click(function(){
- $('footer').fadeTo("400", 0);
- $container.delay(400).infinitescroll('retrieve').parent('body').find('.pag').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