Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme: attention
- - sorrism -
- -->
- <!DOCTYPE html>
- <head>
- <title>{Title} {block:TagPage} #{Tag}{/block:TagPage}{block:PostSummary} : {PostSummary}{/block:PostSummary}</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="#ffffff"/>
- <meta name="color:Text" content="#363636"/>
- <meta name="color:Link" content="#777777"/>
- <meta name="color:Link Hover" content="#eeeeee"/>
- <meta name="color:Blog Title" content="#bbbbbb"/>
- <meta name="color:Title" content="#000000"/>
- <meta name="color:Scrollbar" content="#aaaaaa" />
- <meta name="color:Borders" content="#eeeeee"/>
- <meta name="color:Text Borders" content="#eeeeee"/>
- <meta name="color:Accents" content="#fbfbfb"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="if:Hide Tags" content="0"/>
- <meta name="if:Search Bar" content="0"/>
- <meta name="if:Infinite Scroll" content="0"/>
- <meta name="if:Manual Load" content="1"/>
- <meta name="text:Home Title" content="Index"/>
- <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=""/>
- <meta name="select:Post Width" content="300" title="300px"/>
- <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="425" title="425px"/>
- <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"/>
- <link href='http://static.tumblr.com/sas2ex2/HFinqriui/photoset.css' rel='stylesheet' type='text/css'><script src="//use.edgefonts.net/source-sans-pro:n4,i4,n6,i6.js"></script><script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="http://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
- <!--CSS customization here. -->
- <style type="text/css">
- /*tumblr controls and lightbox*/
- .tmblr-lightbox {background:rgba({RGBcolor:background}, .95)!important;}
- .tmblr-lightbox img {opacity:0;}
- .lightbox-caption {
- color:{color:title}!important;
- font-family:inherit!important;
- font-size:1em!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:3px!important;
- -webkit-border-radius:3px!important;
- border-radius:3px!important;
- padding:0px!important;
- border:3px solid {color:background}!important;
- margin-top:-3px!important;
- margin-left:-3px!important;
- opacity:1!important;
- }
- .vignette {opacity:0!Important;}
- .iframe-controls--desktop {
- white-space:nowrap!important;
- -webkit-filter:invert(70%)!important;
- -moz-filter:invert(70%)!important;
- -ms-filter:invert(70%)!important;
- -o-filter:invert(70%)!important;
- filter:invert(70%)!important;
- top:5px!important;
- right:5px!important;
- opacity:.4!important;
- position:fixed!important;
- }
- /*tooltip*/
- .ui-tooltip {
- position:Absolute;
- z-index:9999;
- padding-top:10px;
- }
- .ui-tooltip-content {
- background:{color:background};
- padding:0 4px;
- font-weight:bold;
- color:{color:link};
- text-transform:lowercase;
- border:1px solid {color:borders};
- }
- /*scrollbar*/
- ::-webkit-scrollbar {
- height:2px;
- width:4px;
- background:inherit;
- }
- ::-webkit-scrollbar-thumb{
- border-radius:2px;
- -moz-border-radius:2px;
- -webkit-border-radius:2px;
- background:{color:scrollbar};
- }
- /*general*/
- body {
- background:{color:background};
- color:{color:text};
- font:10px/1.5em source-sans-pro, arial, sans-serif;
- letter-spacing:.5px;
- word-wrap:break-word;
- text-align:left;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- margin:0;
- }
- a {
- color:{color:link};
- text-decoration:none;
- }
- a, svg, nav a:after {
- transition:all .3s linear;
- -webkit-transition:all .3s linear;
- -o-transition:all .3s linear;
- -moz-transition:all .3s linear;
- }
- a, a img {cursor:pointer;}
- a:hover {
- color:{color:link hover}!important;
- text-decoration:none;
- }
- img {
- opacity:1;
- border:0;
- text-decoration:none;
- max-width:100%;
- height:auto;
- display:block;
- }
- blockquote {
- padding:.25em 0 .25em 15px;
- margin:.5em 0;
- border-left:1px solid {color:text borders};
- }
- pre {
- padding:0;
- margin:0;
- line-height:inherit!important;
- background:transparent;
- font-family:inherit!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:1em 0;}
- p:first-of-type {margin-top:0;}
- p:last-of-type {margin-bottom:0;}
- b, strong, b a, strong a {
- font-weight:600!important;
- color:{color:title};
- }
- ol, ul {
- list-style:none;
- text-align:left;
- padding-left:0;
- }
- li {
- position:relative;
- padding:.25em 0 .25em 25px;
- margin-left:15px;
- }
- ol li {counter-increment:list;}
- ol li:before, ul li:before {
- left:0;
- position:absolute;
- vertical-align:baseline!important;
- }
- ol li:before {content:counter(list) '.';}
- ul li:before {
- content:'○';
- margin-top:0px;
- vertical-align:middle!important;
- }
- .chat li:before, .pagenotes li:before {display:none;}
- .chat li {margin:0;}
- small, big, sub, pre {
- font-size:1em!important;
- line-height:1.4em!important;
- vertical-align:baseline!important;
- }
- h1, h2, h3, h4 {
- margin:1.5em 0;
- font-size:1.5em;
- padding:0;
- color:{color:title};
- font-weight:600!important;
- }
- .posts h1:first-child, .posts h2:first-child, .posts h3:first-child, .posts h4:first-child {margin-top:0;}
- hr {
- border:none;
- box-shadow:0;
- margin:2em 0;
- width:75px;
- border-top:1px solid {color:borders};
- }
- aside, form, footer, .btit, article, .player {-webkit-animation-name: fade-in;}
- aside, form, footer, .btit {-webkit-animation-duration: 1.5s;}
- article {-webkit-animation-duration: 2s;}
- .player {-webkit-animation-duration: 3s;}
- /*aside*/
- aside {
- width:200px;
- top:150px;
- position:fixed;
- left:calc(50% + {select:post width}px / 2);
- }
- .btit {
- font-size:1.5em;
- line-height:1.5em;
- height:0;
- text-transform:lowercase;
- width:{select:post width}px;
- display:block;
- position:relative;
- color:{color:blog title};
- -ms-transform:translatey(calc(-100% - .75em - 25px));
- -webkit-transform:translatey(calc(-100% - .75em - 25px));
- transform:translatey(calc(-100% - .75em - 25px));
- }
- #d, nav, .ic {padding-left:30px}
- .btit, nav {font-weight:600!important;}
- nav {
- text-transform:lowercase;
- margin-top:15px;
- }
- nav a {
- position:relative;
- display:inline-block;
- margin-bottom:5px;
- float:left;
- clear:both;
- background:{color:background};
- padding-right:10px;
- }
- nav a:after {
- content:'';
- z-index:-1;
- height:1px;
- background:transparent;
- width:0px;
- left:0;
- top:calc(50% - 1px);
- position:absolute;
- }
- nav a:hover::after, nav a.active::after {
- background:{color:borders};
- width:170px;
- }
- nav a:last-of-type {margin-bottom:0;}
- .ic {display:block;}
- .ic img {
- display:block;
- width:170px;
- margin-bottom:15px;
- }
- /*pagination*/
- footer {
- width:{select:post width}px;
- margin:-80px auto 100px auto;
- {block:ifinfinitescroll}
- {block:ifnotmanualload}
- display:none;
- {/block:ifnotmanualload}
- {/block:ifinfinitescroll}
- }
- footer a {
- display:inline-block;
- text-transform:lowercase;
- font-weight:bold;
- }
- #pagination {
- text-align:right;
- {block:ifinfinitescroll}
- display:none;
- {/block:ifinfinitescroll}
- }
- #plain {
- float:left;
- text-align:left;
- }
- #infscr-loading {display:none!important;}
- .nice {
- position:fixed;
- right:15px;
- bottom:10px;
- width:15px;
- height:15px;
- z-index:6;
- font-size:8px;
- line-height:15px;
- text-align:center;
- }
- /*posts*/
- section {
- width:{select:post width}px;
- margin:125px auto 100px auto;
- position:relative;
- }
- section:before {
- border-top:1px solid {color:borders};
- width:calc(100% + 200px);
- content:'';
- left:0;
- top:0;
- position:absolute;
- }
- article {
- width:{select:post width}px;
- position:relative;
- }
- .posts {
- padding:25px 0;
- border-bottom:1px solid {color:borders};
- overflow:hidden;
- }
- .ph {
- position:relative;
- overflow:hidden;
- }
- .ph img {
- width:100%;
- display:block;
- }
- .video * {
- display:block;
- min-width:100%;
- }
- a.read_more {
- padding:0 4px;
- border:1px solid {color:borders};
- }
- a.read_more, a.tumblr_blog {
- display:inline-block;
- text-transform:lowercase;
- font-weight:bold;
- }
- a.tumblr_blog {
- float:left;
- padding-right:5px;
- }
- a.tumblr_blog:after {
- content:'';
- display:inline-block;
- width:15px;
- height:1px;
- vertical-align:middle;
- background:{color:borders};
- margin-left:5px;
- }
- /*titles*/
- .title {
- color:{color:title};
- font-size:1.3em;
- line-height:1.4em;
- padding-bottom:15px;
- }
- .title a {color:{color:title};}
- .title a:hover {color:{color:link};}
- .ted {margin-top:-10px;}
- /*captions*/
- .caption {margin:-5px 0 15px 0;}
- .tumblr_parent {
- border:0;
- padding:0;
- margin:5px 0 0 0;
- }
- .tumblr_parent blockquote, .tumblr_parent ol, .tumblr_parent ul, .tumblr_parent li {
- display:block;
- clear:both;
- }
- .tumblr_parent > blockquote, .tumblr_parent > ol li, .tumblr_parent ul li, .tumblr parent > li {border-top:.5em solid transparent;}
- .tumblr_parent > blockquote, .tumblr_parent > ol li:last-of-type, .tumblr_parent ul li:last-of-type, .tumblr parent > li:last-of-type {border-bottom:.5em solid transparent;}
- .tumblr_parent > blockquote ~ blockquote, .tumblr_parent > ol li ~ ol li, .tumblr_parent ul li ~ ul li, .tumblr parent > li ~ li {border-top:0;}
- .posts img, .posts li, .posts blockquote, .caption img {max-width:100%;}
- .caption > blockquote:first-of-type, .caption > p:last-child, .a *:last-child, .tex *:last-child {margin-bottom:0!important;}
- /*asks*/
- .q {
- padding:15px;
- background:{color:accents};
- margin-bottom:15px;
- position:relative;
- }
- .as, .as a {
- color:{color:link};
- font-weight:bold;
- text-transform:lowercase;
- }
- /*chat*/
- .chat {
- padding:0;
- margin:0;
- list-style:none;
- }
- .l.odd {color:{color:title}}
- .l {padding:0 0 5px 0;}
- .l:last-of-type {padding:0;}
- .label {font-weight:bold;}
- /*audio*/
- .tumblr_audio_player {
- width:{select:post width}px;
- height:30px;
- margin-top:-2px;
- }
- .player {
- width:25px;
- height:24px;
- position:absolute;
- left:15px;
- top:calc(50% - 12px);
- display:block;
- overflow:hidden;
- }
- .hold {
- background:{color:accents};
- position:relative;
- display:block;
- min-height:24px;
- padding:15px;
- }
- .audio_info {
- vertical-align:middle;
- margin-left:40px;
- max-width:calc(100% - 40px);
- }
- .audio_info span {
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- display:block;
- }
- .hold .artist {color:rgba({RGBcolor:text},.7);}
- /*permalink and notes*/
- .when {
- margin-bottom:15px;
- text-transform:lowercase;
- }
- .when a {
- display:inline-block;
- font-weight:bold;
- }
- .when svg {
- width:12px;
- margin:-1px 15px 0 0;
- display:inline-block;
- fill:{color:text};
- vertical-align:middle;
- }
- .when a:hover svg {fill:{color:link hover};}
- .rr {
- float:right;
- text-align:right;
- }
- .rr a {
- height:1em;
- position:relative;
- display:inline-block;
- }
- .rr svg {margin:-2px 0 0 15px;}
- .like:hover svg {fill:{color:link};}
- .like .liked + svg {fill:#D95E40;}
- .like_button {cursor:pointer;}
- .like_button iframe {
- position:absolute;
- opacity:0;
- top:0;
- bottom:0;
- right:0;
- z-index:2;
- }
- #permalink {
- padding-top:15px;
- text-transform:lowercase;
- }
- #permalink a {font-weight:bold}
- .tags {
- {block:ifhidetags}
- {block:indexpage}
- display:none;
- {/block:indexpage}
- {/block:ifhidetags}
- position:relative;
- margin-top:15px;
- }
- .tags svg {
- height:12px;
- display:inline-block;
- fill:{color:link};
- vertical-align:middle;
- width:12px;
- margin-top:-2px;
- margin-right:10px;
- }
- .tags a {
- margin-right:10px;
- display:inline;
- text-transform:lowercase;
- }
- .pagenotes .title {
- font-size:10px;
- font-weight:bold;
- padding-bottom:10px;
- }
- ol.notes {
- list-style-type:none;
- padding:0;
- margin:0px;
- }
- ol.notes li.note {
- display:block;
- text-transform:lowercase;
- padding:0 0 3px 0;
- margin:0;
- }
- ol.notes li.note:nth-child(odd) * {color:{color:text};}
- ol.notes li.note:nth-child(odd) a:first-child {font-weight:bold;}
- ol.notes li.note:nth-child(even) * {color:rgba({RGBcolor:text},.6);}
- ol.notes li.note img.avatar {display:none!important;}
- .more_notes_link,.notes_loading {
- display:block;
- text-align:left!important;
- color:{color:link}!important;
- font-weight:bold;
- }
- #top {
- -ms-transform:translatey(calc(-100% - 15px));
- -webkit-transform:translatey(calc(-100% - 15px));
- transform:translatey(calc(-100% - 15px));
- background:{color:background};
- height:1.75em;
- position:absolute;
- right:-200px;
- width:168px;
- border:1px solid {color:borders};
- }
- input[type="search"] {
- -webkit-appearance:textfield;
- -moz-box-sizing:content-box;
- -webkit-box-sizing:content-box;
- box-sizing:content-box;
- }
- input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
- .search-form {
- border:none;
- display:block;
- width:168px;
- position:Relative;
- margin:0;
- padding:0;
- height:1.75em!important;
- line-height:1.75em!important;
- }
- .search-form input {
- width:158px;
- padding:0 5px;
- position:Relative;
- font-size:10px;
- height:1.75em!important;
- line-height:1.75em!important;
- background:{color:background};
- text-transform:lowercase;
- font-family:source-sans-pro, arial, sans-serif;
- letter-spacing:.5px;
- display:block;
- outline:none;
- border:0;
- transition:0.8s;
- -o-transition-duration:0.8s;
- -webkit-transition-duration:0.8s;
- -moz-transition-duration:0.8s;
- }
- .search-form input[type=text] {color:{color:text};}
- .search-form input:focus{
- outline:none;
- background:{color:accents};
- transition:0.8s;
- -o-transition-duration:0.8s;
- -webkit-transition-duration:0.8s;
- -moz-transition-duration:0.8s;
- }
- input::-webkit-input-placeholder {color:{color:text};}
- input::-moz-placeholder {color:{color:text};}
- input:-moz-placeholder {color:{color:text};}
- input:-ms-input-placeholder {color:{color:text};}
- {customCss}
- </style>
- </head>
- <body>
- <aside>{block:ifSidebarImage}<a class="ic" href="/"><img src="{image:Sidebar}"/></a>{/block:ifSidebarImage}<div id="d">{description}</div><nav><a href="/" class="active">{text:Home Title}</a><a href="/ask">{text:Ask Title}</a>{block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}{block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}<a href="/archive">{text:archive title}</a></nav></aside>
- <section id="entries">{block:ifsearchbar}<div id="top"><form action="/search" class="search-form" method="get"><input id="searchField" name="q" placeholder="Search" type="text" value="{SearchQuery}"/></form></div>{/block:ifsearchbar}<a class="btit" href="/">{title}</a>
- {block:Posts}
- <article id="{PostID}" class="{select:caption}"><div class="posts">
- {block:date}<div class="when"><span class="rr"><a href="{ReblogURL}" target="_blank" class="r"><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="M108.7,159.2c-22.3,0-42.4-14.9-48.8-36.2c-1-3.2-4.3-5-7.5-4c-3.2,1-5,4.3-4,7.5c8.1,26.8,32.3,44.7,60.3,44.7c34.7,0,63-28.3,63-63c0-34.7-28.3-63-63-63c-19.7,0-38.2,9.4-50,24.6l-2.5-19.8c-0.4-3.3-3.4-5.6-6.7-5.2c-3.3,0.4-5.6,3.4-5.2,6.7L49,88.1c0.4,3,3,5.2,5.9,5.2c0.2,0,0.5,0,0.7,0l36.2-4.1c3.3-0.4,5.7-3.3,5.3-6.6s-3.3-5.7-6.6-5.3L66.2,80c9.4-14.1,25.3-22.8,42.5-22.8c28.1,0,51,22.9,51,51S136.8,159.2,108.7,159.2z"/></svg></a><a class="like">{LikeButton}<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="M148,37.8c-3.9,0-7.5,0.6-10.8,1.9c-15.1,5.7-24.6,17.8-29.8,26.7c-6-8.6-16.1-20.5-27.6-24.4c-3.8-1.3-8.1-2-12.3-2c-10.7,0-20.3,4.1-27,11.5c-5.7,6.2-12,18-10,38.8c4.1,42.6,71.5,87.1,74.3,88.9c1,0.7,2.1,1,3.3,1c1.1,0,2.3-0.3,3.3-1c2.7-1.8,66.5-43.6,73.7-86.1c3.7-21.8-2.7-34.9-8.8-42.1C169.2,42.7,158.6,37.8,148,37.8z M173.1,91c-2.6,15.2-15.1,33.4-36.1,52.7c-11.9,10.9-23.5,19.4-29,23.2c-5.7-4-17.9-12.9-30.3-24.3C56,122.5,43.8,104,42.3,89c-1.3-13,1.1-23.2,6.9-29.6c6-6.6,13.9-7.6,18.1-7.6c3,0,5.9,0.5,8.5,1.3c11.4,3.9,23.3,21.7,26.9,28.3c1.1,2.1,3.4,3.3,5.7,3.1c2.4-0.2,4.4-1.7,5.2-4c0.1-0.2,8.2-22.4,27.7-29.7c1.9-0.7,4.2-1.1,6.6-1.1c7.2,0,14.3,3.3,19,9C173.3,66.2,175.5,77.4,173.1,91z"/></svg></a></span>posted {timeago} on <a href="{permalink}" target="_blank"> {month} {dayofmonth}{dayofmonthsuffix}</a>{block:permalinkpage}{block:notecount} with {NoteCountWithLabel}{/block:notecount}{/block:permalinkpage}</div>{/block:date}
- {block:Caption}<div class="caption tex">{Caption}</div>{/block:Caption}
- {block:Quote}<div class="title quote">{Quote}</div>{block:Source}<div class="source ted">{Source}</div>{/block:Source}{/block:Quote}
- {block:Text}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="tex {block:title}ted{/block:title}">{Body}</div>
- {/block:Text}
- {block:Link}
- <div class="title"><a href="{URL}">{Name}</a></div>
- {block:Description}<div class="tex ted">{Description}</div>{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <ol class="chat">
- {block:Lines}
- <li class="l {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
- {/block:Lines}
- </ol>
- {/block:Chat}
- <div class="ph">
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{LinkCloseTag}{/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 alt="{PhotoAlt}" 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}
- {block:Audio}{block:AudioPlayer}<div class="hold"><div class="player">{AudioPlayerWhite}</div><div class="audio_info">{block:TrackName}<span>{TrackName}</span>{/block:TrackName}{block:Artist}<span class="artist">{Artist}</span>{/block:Artist}</div></div>{/block:AudioPlayer}{/block:Audio}
- </div>
- {block:Answer}<div class="q"><span class="as">{Asker}</span> sent: {Question}</div><div class="a">{Answer}</div>{/block:Answer}
- {block:Date}{block:permalinkpage}{block:RebloggedFrom}<div id="permalink" {block:Caption}class="nope"{/block:Caption}>via <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} / source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}</div>{/block:RebloggedFrom}{/block:permalinkpage}{block:HasTags}<div class="tags"><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="M95.2,186C95.3,186,95.3,186,95.2,186c1.7,0,3.2-0.6,4.3-1.7l64.8-66.7c2.3-2.4,2.3-6.1-0.1-8.4L94.7,39.7c-1.1-1.1-2.7-1.7-4.2-1.7c0,0,0,0,0,0l-67.1,0.1c-3.3,0-6,2.6-6,5.9L17,109.9c0,1.6,0.6,3.2,1.8,4.3l72.3,70.2C92.2,185.5,93.7,186,95.2,186z M29.4,50L88,49.8l63.6,63.6l-56.5,58.2L29,107.4L29.4,50z M200.3,110.2c2.3,2.3,2.3,6,0,8.4l-64.8,66.8c-1.2,1.2-2.7,1.8-4.3,1.8c-1.5,0-3-0.6-4.2-1.7c-2.4-2.3-2.4-6.1-0.1-8.5l60.7-62.6L130.2,56c-2.3-2.4-2.3-6.2,0.1-8.5c2.4-2.3,6.2-2.3,8.5,0.1L200.3,110.2z M67.1,77.7c0,4.6-3.8,8.4-8.4,8.4s-8.4-3.8-8.4-8.4c0-4.6,3.8-8.4,8.4-8.4S67.1,73.1,67.1,77.7z"/></svg>{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}{/block:Date}
- </div></article>
- {block:PostNotes}<article class="pagenotes"><div class="posts">{PostNotes}</div></article>{/block:PostNotes}
- {/block:Posts}
- </section>
- {block:Pagination}<footer><div id="pagination">{block:previousPage}<a href="{previousPage}" {block:NextPage}id="plain"{/block:NextPage}>previous page</a>{/block:previousPage}{block:NextPage}<a href="{NextPage}" id="next">next page</a>{/block:NextPage}</div>{block:ifinfinitescroll}{block:ifmanualload}{block:NextPage}<a class="load">load more</a>{/block:NextPage}{/block:ifmanualload}{/block:ifinfinitescroll}</footer>{/block:Pagination}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:indexpage}{block:ifinfinitescroll}<script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>{/block:ifinfinitescroll}{/block:indexpage}<script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script><script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script><script src="http://static.tumblr.com/wgg6svp/ohGobvaye/unnest.min.js"></script>
- <script>
- $(document).ready(function(){
- $('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>"));
- });
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- $('article').unnest({
- yourCaption: ".tex",
- wrapName: ".tumblr_parent",
- {block:date}newCaptionUsername: true,
- originalPostCaptionUsername: true,{/block:date}
- tumblrAvatars: false,
- usernameColon: false
- });
- $('body').tooltip({track:true});
- 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('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('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- $newElems.unnest({
- yourCaption: ".tex",
- wrapName: ".tumblr_parent",
- newCaptionUsername: true,
- originalPostCaptionUsername: true,
- tumblrAvatars: false,
- usernameColon: false
- });
- resizeVideos();
- });
- {block:ifmanualload}
- $(window).unbind('.infscr');
- $('.load').click(function(){
- $('footer').fadeTo("400", 0);
- $container.delay(400).infinitescroll('retrieve');
- $(this).parent('footer').delay(400).fadeTo("400", 1);
- });
- {/block:ifmanualload}
- {/block:ifinfinitescroll}{/block:indexpage}
- });
- </script>
- <a class="nice" href="http://sorrism.tumblr.com" href="_blank" title="sorrism">@</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement