Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme: solitudine // updated 09.05.2018
- - sorrism -
- time stamp shortening by bycholoethemes
- note shortening, hiding tumblr controls, & video resizing by shythemes
- -->
- <!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="#ffffff"/>
- <meta name="color:Accents" content="#f4f4f4"/>
- <meta name="color:Text" content="#909090"/>
- <meta name="color:Link Hover" content="#eeeeee"/>
- <meta name="color:Blog Title" content="#202020"/>
- <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="image:Icon" content=""/>
- <meta name="text:Subtitle" content=""/>
- <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="text:Home Title" content="home"/>
- <meta name="text:Ask Title" content="message"/>
- <meta name="text:Archive Title" content="archive"/>
- <meta name="if:Infinite Scroll" content="0"/>
- <meta name="select:Sidebar Position" content="left" title="Left"/>
- <meta name="select:Sidebar Position" content="right" title="Right"/>
- <link href="//static.tumblr.com/sas2ex2/HFinqriui/photoset.css" rel="stylesheet" type="text/css"><script src="//use.edgefonts.net/lato:n4,i4,n6,n7.js"></script>
- <!--CSS customization here. -->
- <style type="text/css">
- /*tumblr controls and lightbox*/
- .tmblr-lightbox {background:rgba({RGBcolor:posts}, .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:0px!important;
- -webkit-border-radius:0px!important;
- border-radius:0px!important;
- padding:0px!important;
- opacity:1!important;
- }
- .vignette {opacity:0!Important;}
- body > .tmblr-iframe {
- right:15px;
- opacity:0;
- top:10px;
- z-index:99;
- -webkit-transform:scale(.6);
- -moz-transform:scale(.6);
- transform:scale(.6);
- -webkit-backface-visibility:hidden;
- padding:0px 50px 10px 10px;
- transition:all .3s linear;
- -webkit-transition:all .3s linear;
- -o-transition:all .3s linear;
- -moz-transition:all .3s linear;
- -webkit-backface-visibility:hidden;
- -webkit-transform-origin:right top;
- -moz-transform-origin:right top;
- -ms-transform-origin:right top;
- -o-transform-origin:right top;
- transform-origin:right top;
- }
- body > .tmblr-iframe:hover {opacity:.7!important;}
- body > .tmblr-iframe, .cc {position:fixed;}
- .cc {
- top:18px;
- z-index:12;
- right:15px;
- }
- .cc svg {
- display:inline-block;
- margin-left:5px;
- width:12px;
- height:auto;
- opacity:.75;
- overflow:visible;
- }
- .cc svg path {fill:{color:title};}
- /*tooltip*/
- .ui-tooltip {
- position:Absolute;
- z-index:9999;
- padding-top:10px;
- }
- .ui-tooltip-content {
- background:{color:background};
- padding:0.25em 5px;
- letter-spacing:1px;
- font-size:.8em;
- text-transform:uppercase;
- }
- /*scrollbar*/
- ::-webkit-scrollbar {
- height:12px;
- width:12px;
- background:{color:background};
- }
- ::-webkit-scrollbar-track {
- background:{color:borders};
- border:5px solid {color:background};
- }
- ::-webkit-scrollbar-thumb{
- border:5px solid {color:background};
- background:{color:scrollbar};
- -moz-border-radius:2px;
- -webkit-border-radius:2px;
- border-radius:2px;
- }
- /*general*/
- body {
- background:{color:background};
- color:{color:text};
- font:11px/1.4em lato, helvetica, sans-serif;
- word-wrap:break-word;
- text-align:left;
- overflow-x:hidden;
- letter-spacing:.25px;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- margin:0;
- }
- a {
- color:{color:text};
- text-decoration:none;
- }
- a, svg, .rr {
- 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;
- }
- a svg:hover {fill:{color:link hover};}
- 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:consolas!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:.5em 0;}
- p:first-of-type {margin-top:0;}
- p:last-of-type {margin-bottom:0;}
- b, strong, b a, strong a {
- font-weight:600;
- color:{color:title};
- }
- ol, ul {
- list-style:none;
- text-align:left;
- padding-left:0;
- }
- li {
- position:relative;
- padding:.25em 0 .25em 20px;
- margin-left:0;
- }
- ol li {counter-increment:list;}
- ol li:before, ul li:before {
- left:-20px;
- display:inline-block;
- position:relative;
- width:0;
- vertical-align:middle!important;
- }
- ol li:before {content:counter(list) '.';}
- ul li:before {
- content:'';
- width:15px;
- height:1px;
- position:absolute;
- left:0;
- top:calc(.7em + 3px);
- background:{color:text borders};
- }
- .chat li:before, .pagenotes li:before {display:none!important;}
- .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:.5em 0;
- font-size:1em;
- padding:0;
- font-weight:600;
- color:{color:title};
- font-weight:normal;
- }
- hr {
- border:none;
- box-shadow:0;
- margin:2em auto;
- width:30%;
- border-top:1px solid {color:text borders};
- }
- aside, footer, article {
- -webkit-animation-name: fade-in;
- -webkit-animation-duration: 2s;
- }
- /*aside*/
- aside, footer {
- width:200px;
- position:fixed;
- }
- aside {top:100px;}
- .right aside {left:calc(50vw + (172px * 3) / 2 + 50px);}
- .left aside {
- text-align:right;
- left:calc(50vw - (172px * 3) / 2 - 255px);
- }
- .tai, aside span, nav, footer a {
- text-transform:uppercase;
- letter-spacing:1px;
- }
- .tai {
- color:{color:blog title};
- display:block;
- font-size:1.1em;
- }
- .ic img {
- width:30px;
- height:30px;
- display:inline-block;
- vertical-align:middle;
- margin-bottom:25px;
- -moz-border-radius:100%;
- -webkit-border-radius:100%;
- border-radius:100%;
- }
- nav a {display:inline-block;}
- .right nav a {margin-right:10px;}
- .left nav a {margin-left:10px;}
- aside span, nav, footer {font-size:.8em;}
- aside > div, nav {margin-top:10px;}
- /*pagination*/
- footer {
- bottom:0px;
- position:absolute;
- }
- .right footer {left:calc(100% + 50px);}
- .left footer {
- left:-240px;
- text-align:right;
- }
- {block:ifinfinitescroll}
- #pagination {display:none;}
- {/block:ifinfinitescroll}
- footer a {display:inline-block;}
- .right footer a {margin-right:10px;}
- .left footer a {margin-left:10px;}
- .right #pagination a:nth-of-type(2) {margin-left:10px;}
- .left #pagination a:first-of-type {margin-right:10px;}
- #infscr-loading {display:none!important;}
- .nice {
- position:fixed;
- right:15px;
- bottom:15px;
- font-size:8px;
- }
- /*posts*/
- section {
- width:calc(172px * 3);
- margin:100px auto;
- position:relative;
- }
- section:after {
- content:'';
- position:absolute;
- top:0;
- border-right:1px solid {color:borders};
- height:100%;
- }
- .right section:after {right:-30px;}
- .left section:after {left:-30px;}
- article {
- vertical-align:top;
- position:relative;
- {block:indexpage}
- width:170px;
- height:170px;
- margin:0 1px 2px 1px;
- display:inline-block;
- overflow:hidden;
- z-index:3;
- {/block:indexpage}
- }
- .ph {
- position:relative;
- overflow:hidden;
- display:block;
- }
- .small {
- display:block;
- height:170px;
- width:170px;
- background:{color:accents} no-repeat center;
- background-size:cover;
- -webkit-backface-visibility:hidden;
- }
- .small:hover {opacity:.7;}
- .ps img:not(:first-child) {display:none;}
- .small img{block:indexpage}, article .photo-slideshow{/block:indexpage} {
- width:100%;
- display:none;
- }
- {block:indexpage}.video, .video * {display:none;}{/block:indexpage}
- modal .video {display:block;}
- .video * {
- display:block;
- min-width:100%;
- }
- .spotify_audio_player {height:80px!important;}
- .tmblr-truncated-link {
- display:inline-block;
- font-style:italic;
- font-weight:600;
- text-transform:lowercase;
- }
- .over {
- position:absolute;
- top:0;
- left:0;
- height:170px;
- width:170px;
- background:{color:accents};
- z-index:5;
- cursor:pointer;
- line-height:170px;
- text-align:center;
- }
- .over svg {
- height:2.5em;
- width:2.45em;
- vertical-align:middle;
- margin-bottom:5px;
- fill:rgba({RGBcolor:text},.7);
- }
- modal .over {display:none;}
- /*modal*/
- modal {
- position:fixed;
- z-index:15;
- background:{color:accents};
- display:none;
- visibility:hidden;
- overflow-y:scroll;
- height:100vh;
- width:100vw;
- top:0;
- left:0;
- }
- modal .inner {
- padding:35px;
- display:block;
- position:relative;
- z-index:20;
- background:{color:background};
- width:calc(172px * 3 - 70px);
- margin:100px auto;
- }
- modal .video * {width:calc(172px * 3 - 70px);}
- modal img, modal .photo-slideshow {display:block;}
- modal .small {display:none;}
- /*titles*/
- .title {
- color:{color:title};
- font-size:1.2em;
- line-height:1.4em;
- }
- .title a {color:{color:title};}
- .title a:hover {color:{color:link hover};}
- .source {margin-top:10px;}
- /*captions*/
- .comment {
- padding:0 0 15px 0;
- margin:0;
- list-style:none;
- }
- .comment:last-of-type {padding-bottom:0;}
- .ed .comment:first-of-type {padding-top:35px;}
- .user {
- display:inline-block;
- line-height:1em;
- font-weight:600;
- margin-bottom:10px;
- font-style:italic;
- }
- .user a, .user {color:rgba({RGBcolor:text},.7);}
- .ted:first-of-type {padding-top:15px;}
- /*asks*/
- .as {
- display:block;
- margin-bottom:.5em;
- text-transform:lowercase;
- }
- .q {
- margin-bottom:15px;
- padding:15px;
- font-style:italic;
- background:{color:Accents};
- }
- /*chats*/
- .ted .chat {margin-top:-15px;}
- .chat {
- margin:0;
- padding:0;
- list-style:none;
- }
- .l {
- padding:15px 0;
- border-bottom:1px solid {color:borders};
- }
- .l:last-of-type {
- border:0;
- padding-bottom:0;
- }
- .l:first-of-type {padding-top:0;}
- .label {
- display:block;
- font-style:italic;
- text-transform:lowercase;
- margin-bottom:.5em;
- color:{color:title};
- }
- /*audio*/
- .player {
- width:25px;
- height:24px;
- position:absolute;
- left:10px;
- top:calc(50% - 15px);
- display:block;
- overflow:hidden;
- }
- .hold {
- position:relative;
- display:block;
- min-height:24px;
- padding:15px;
- color:rgba({RGBcolor:text},.7);
- }
- .audio_info {
- vertical-align:middle;
- line-height:12px;
- margin-left:35px;
- max-width:calc(100% - 35px);
- }
- .audio_info span {
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- display:block;
- }
- .hold .track {
- font-weight:600;
- color:{color:text};
- }
- /*permalink and notes*/
- .when, .permalink {
- position:relative;
- font-size:.8em;
- text-transform:uppercase;
- letter-spacing:1px;
- }
- .when {
- margin:35px -35px -35px -35px;
- padding:15px 35px;
- border-top:1px solid {color:borders};
- }
- .permalink {padding:15px 0;}
- .when a {margin-right:10px;}
- .when a, .permalink a {display:inline-block;}
- .like-b {height:1em;}
- .like-b .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- height:1.1em!important;
- z-index:2;
- opacity:0.0000001;
- }
- .like-b .liked ~ .b {color:#D95E40;}
- .like-b .liked ~ .b:after {content:'d';}
- .pagenotes {text-transform:lowercase;}
- .pagenotes .title {margin-bottom:15px;}
- .tags {margin-top:5px;}
- .tags * {color:rgba({RGBcolor:text},5);}
- .tags a {
- display:inline;
- margin-right:5px;
- }
- ol.notes {
- margin:0;
- list-style-type:none;
- padding:0;
- }
- ol.notes li.note {padding:0 0 5px 0;}
- ol.notes li.note:last-of-type {padding-bottom:0;}
- ol.notes li.note:nth-child(odd) * {color:rgba({RGBcolor:text},.7);}
- ol.notes li.note img.avatar {display:none!important;}
- .more_notes_link, .notes_loading {
- color:{color:title}!important;
- display:block;
- font-style:italic;
- font-weight:600;
- text-align:left!important;
- }
- {customCss}
- </style>
- </head>
- <body class="{block:indexpage}i{/block:indexpage}{block:permalinkpage}p{/block:permalinkpage} {select:Sidebar Position}"><div class="cc"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px"viewBox="0 0 438.317 438.317" style="enable-background:new 0 0 438.317 438.317;" xml:space="preserve"><g><g><path d="M31.167,266.192l20.4,9.35c8.5,3.967,12.467,13.6,9.35,22.383l-7.933,20.967c-5.95,16.15-3.967,33.433,5.95,47.317c9.633,14.167,25.5,22.383,42.5,22.383c6.233,0,12.467-1.133,18.417-3.4l20.967-7.933c1.983-0.85,3.967-1.133,6.233-1.133c6.8,0,13.317,3.967,16.15,10.483l9.35,20.4c8.5,18.7,26.633,30.317,47.033,30.317s38.533-11.617,47.033-30.317l9.35-20.4c2.833-6.233,9.067-10.483,16.15-10.483c1.983,0,4.25,0.283,6.233,1.133l20.967,8.217c5.95,2.267,12.183,3.683,18.417,3.683l0,0c16.717,0,32.583-8.783,42.5-22.667c9.633-14.167,11.9-31.45,5.95-47.6l-7.933-20.967c-3.117-8.783,0.85-18.417,9.35-22.383l20.4-9.35c18.7-8.5,30.317-26.633,30.317-47.033S426.7,180.625,408,172.125l-20.4-9.35c-8.5-3.967-12.467-13.6-9.35-22.383l7.933-20.967c5.95-16.15,3.967-33.433-5.95-47.317c-9.633-14.167-25.5-22.383-42.5-22.383c-6.233,0-12.467,1.133-18.417,3.4l-20.967,7.933c-1.983,0.85-3.967,1.133-6.233,1.133c-6.8,0-13.317-3.967-16.15-10.483l-9.35-20.4c-8.5-18.7-26.633-30.317-47.033-30.317s-39.383,11.9-47.883,30.6l-9.35,20.4c-2.833,6.233-9.067,10.483-16.15,10.483c-1.983,0-4.25-0.283-6.233-1.133L119,53.408c-5.95-2.267-12.183-3.4-18.417-3.4c-16.717,0-32.583,8.5-42.5,22.383c-9.633,14.167-11.9,31.45-5.95,47.317l7.933,20.967c3.117,8.783-0.85,18.417-9.35,22.383l-20.4,9.35C11.617,180.908,0,199.042,0,219.442S12.467,257.692,31.167,266.192z M45.05,203.008l20.4-9.35c24.65-11.333,36.55-39.95,26.917-65.167l-7.933-20.967c-2.833-7.65,0-13.317,1.983-16.15c4.533-6.8,13.033-9.633,20.967-6.517l20.967,7.933c5.95,2.267,11.9,3.4,18.133,3.4l0,0c20.117,0,38.533-11.9,47.033-30.317l9.35-20.4c4.25-9.633,13.317-10.483,16.15-10.483c2.833,0,11.617,0.85,16.15,10.483l9.35,20.4c8.5,18.417,26.917,30.317,47.033,30.317c6.233,0,12.183-1.133,18.133-3.4l20.967-7.933c7.933-2.833,16.15,0,20.967,6.517c1.983,2.833,4.817,8.5,1.983,16.15l-7.933,20.967c-9.35,25.217,2.267,53.833,26.917,65.167l20.4,9.35c9.633,4.25,10.483,13.317,10.483,16.15c0,2.833-0.85,11.617-10.483,16.15l-20.4,9.35c-24.65,11.333-36.55,39.95-26.917,65.167l7.933,20.967c2.833,7.65,0,13.317-1.983,16.15c-4.533,6.8-13.033,9.633-20.967,6.517l-20.967-7.933c-5.95-2.267-11.9-3.4-18.133-3.4c-20.117,0-38.533,11.9-47.033,30.317l-9.35,20.4c-4.25,9.633-13.317,10.483-16.15,10.483c-2.833,0-11.617-0.85-16.15-10.483l-9.35-20.4c-8.5-18.417-26.917-30.317-47.033-30.317c-6.233,0-12.183,1.133-18.133,3.4l-20.967,7.933c-7.933,2.833-16.15,0-20.967-6.517c-1.983-2.833-4.817-8.5-1.983-16.15l7.933-20.967c9.35-25.217-2.267-53.833-26.917-65.167l-20.4-9.35c-9.633-4.25-10.483-13.317-10.483-16.15C34.567,216.325,35.417,207.542,45.05,203.008z"/><path d="M218.733,292.825c40.517,0,73.667-33.15,73.667-73.667s-33.15-73.667-73.667-73.667s-73.667,33.15-73.667,73.667S177.933,292.825,218.733,292.825z M218.733,179.492c21.817,0,39.667,17.85,39.667,39.667s-17.85,39.667-39.667,39.667s-39.667-17.85-39.667-39.667S196.917,179.492,218.733,179.492z"/></g></g></svg></div><modal class="pop"></modal>
- <aside>{block:ifIconImage}<a href="/" class="ic"><img src="{image:icon}"/></a>{/block:ifIconImage}<a href="/" class="tai">{title}</a>{block:ifSubtitle}<span>{text:subtitle}</span>{/block:ifSubtitle}<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><div>{description}</div></aside>
- <section id="entries">{block:Posts}<article id="{PostId}"><div class="inner {block:caption}ed{/block:caption}">
- {block:Quote}{block:indexpage}<div class="over"><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="M51.6,144.6l-6,34.1c-0.4,2.3,0.5,4.6,2.4,5.9c1,0.8,2.3,1.1,3.5,1.1c1,0,2-0.2,2.8-0.7l44.3-23.8c3.2,0.3,6.3,0.4,9.4,0.4c46.3,0,83.9-29.5,83.9-65.7c0-36.2-37.6-65.7-83.9-65.7S24.1,59.7,24.1,95.9C24.1,114.6,34.1,132.2,51.6,144.6z M108,42.3c39.6,0,71.9,24.1,71.9,53.7c0,29.6-32.3,53.7-71.9,53.7c-3.2,0-6.6-0.2-10-0.5c-1.2-0.1-2.4,0.1-3.5,0.7l-35,18.8l4.5-25.7c0.4-2.4-0.6-4.8-2.7-6.1c-16.1-10.3-25.3-25.1-25.3-40.8C36.1,66.4,68.4,42.3,108,42.3z"/></svg></div>{/block:indexpage}<div class="title">{Quote}</div>{block:Source}<div class="source">{Source}</div>{/block:Source}{/block:Quote}
- {block:Text}{block:indexpage}<div class="over"><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="M49,189h118c3.3,0,6-2.7,6-6V81.1c0-1.7-0.7-3.3-1.9-4.4l-46.4-43.1c-1.1-1-2.6-1.6-4.1-1.6H49c-3.3,0-6,2.7-6,6v145C43,186.3,45.7,189,49,189z M120,45.6l41,38V84h-41V45.6z M55,44h53v46c0,3.3,2.7,6,6,6h47v81H55V44z"/></svg></div>{/block:indexpage}{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}{/block:Text}
- {block:Link}{block:indexpage}<div class="over"><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="M47.9,66h82.1c4.5,0,7.9,5.4,7.9,12.5v24.3c0,8.8-4.9,16.2-7.9,16.2H98c-3.3,0-6,2.7-6,6s2.7,6,6,6h32.1c11.9,0,19.9-14.6,19.9-28.2V78.5c0-14-8.6-24.5-19.9-24.5H47.9C36.4,54,27,65,27,78.5v24.3c0,13,8.5,27.4,20.6,27.4c3.3,0,6-2.7,6-6s-2.7-6-6-6c-3.4,0-8.6-6.9-8.6-15.4V78.5C39,70.8,43.6,66,47.9,66z"/><path d="M86,164h82.1c9.1,0,18.9-9.7,18.9-27.6v-24.3c0-14.5-8.3-25.4-19.3-25.4c-3.3,0-6,2.7-6,6s2.7,6,6,6c4.1,0,7.3,6,7.3,13.4v24.3c0,8.6-3.7,15.6-6.9,15.6H86c-3.5,0-9-7.1-9-15.6v-24.3c0-7.5,4.8-13.1,9-13.1h32c3.3,0,6-2.7,6-6s-2.7-6-6-6H86c-11.6,0-21,11.3-21,25.1v24.3C65,149.4,74,164,86,164z"/></svg></div>{/block:indexpage}<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}{/block:Link}
- {block:Chat}{block:indexpage}<div class="over"><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="M190.3,118.1c0-22.4-19.7-41.9-47.2-47c-2.6-24.7-28.9-44.3-60.9-44.3c-33.7,0-61.1,21.6-61.1,48.2c0,13.5,7,26.1,19.3,35.2l-4.1,23c-0.4,2.3,0.5,4.6,2.4,5.9c1,0.8,2.3,1.1,3.5,1.1c1,0,2-0.2,2.8-0.7l24-12.9c5.2,22.5,30.2,39.6,60.1,39.6c2.1,0,4.2-0.1,6.3-0.3l30.9,16.6c0.9,0.5,1.9,0.7,2.8,0.7c1.2,0,2.5-0.4,3.5-1.1c1.9-1.3,2.8-3.6,2.4-5.9l-4.1-23C183.4,144.3,190.3,131.6,190.3,118.1z M50.2,102.5c-10.9-6.9-17.1-16.9-17.1-27.4c0-20,22-36.2,49.1-36.2s49.1,16.2,49.1,36.2s-22,36.2-49.1,36.2c-2.2,0-4.6-0.1-6.9-0.4c-1.2-0.1-2.4,0.1-3.5,0.7l-21.6,11.6l2.6-14.6C53.3,106.2,52.3,103.8,50.2,102.5zM161.2,145.5c-2,1.3-3.1,3.7-2.7,6.1l2.6,14.6l-21.6-11.6c-1.1-0.6-2.3-0.8-3.5-0.7c-2.3,0.2-4.7,0.4-6.9,0.4c-24.7,0-45.2-13.5-48.6-31c0.5,0,1.1,0,1.6,0c30.2,0,55.3-17.4,60.2-40.1c21,4.3,35.9,18.7,35.9,34.9C178.3,128.6,172.1,138.6,161.2,145.5z"/></svg></div>{/block:indexpage}{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>{/block:Chat}
- <div class="ph">{block:Photo}{block:indexpage}<a class="small" style="background-image:url('{PhotoURL-HighRes}');"></a><a class="reg"><img src="{PhotoURL-HighRes}"></a>{/block:indexpage}{block:permalinkpage}{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{LinkCloseTag}{/block:permalinkpage}{/block:Photo}
- {block:Photoset}{block:indexpage}{block:Photos}<a class="small ps" style="background-image:url('{PhotoURL-HighRes}');"></a>{/block:Photos}{/block:indexpage}<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}
- </div>
- {block:Video}{block:indexpage}<div class="over"><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="M182.2,35H41.7c-3.3,0-5.7,2.8-5.7,6.1v139.1c0,0.1,0,0.1,0,0.2v0.1c0,3.3,2.4,6.5,5.7,6.5h24.8c0.6,0,1.2-1,1.8-1h87.3c0.6,0,1.2,1,1.8,1h24.8c3.3,0,5.8-3.2,5.8-6.5v-0.1c0-0.1,0-0.1,0-0.2V41.1C188,37.8,185.5,35,182.2,35z M163,94h13v11h-13V94zM176,82h-13V70h13V82z M176,117v11h-13v-11H176z M163,140h13v11h-13V140z M176,47v11h-13V47H176z M151,64.4v23.2V105H73V87.6V64.4V47h78V64.4z M61,105H48V94h13V105z M61,82H48V70h13V82z M48,140h13v11H48V140z M61,128H48v-11h13V128z M61,58H48V47h13V58z M48,174v-11h13v11H48z M73,157.3v-23.2V117h78v17.1v23.2V174H73V157.3z M163,163h13v11h-13V163z"/></svg></div>{/block:indexpage}<div class="video">{Video-500}</div>{/block:Video}
- {block:Audio}{block:indexpage}<div class="over"><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="M171.1,62.1C171.1,62.1,171.1,62,171.1,62.1L169,19.7v0c0-0.5-0.1-0.9-0.2-1.4c0-0.1-0.1-0.3-0.1-0.4c0,0,0,0,0,0c-0.1-0.2-0.1-0.4-0.2-0.5c0,0,0,0,0,0c0,0,0-0.1-0.1-0.1c-0.1-0.1-0.1-0.3-0.2-0.4c-0.1-0.1-0.1-0.2-0.2-0.3c-0.1-0.1-0.1-0.1-0.2-0.2c-0.1-0.1-0.2-0.2-0.3-0.3c0,0-0.1-0.1-0.1-0.1c-0.1-0.1-0.2-0.2-0.3-0.3c0,0-0.1-0.1-0.1-0.1c-0.1-0.1-0.2-0.2-0.3-0.3c0,0-0.1-0.1-0.1-0.1c-0.1-0.1-0.2-0.1-0.3-0.2c-0.1,0-0.1-0.1-0.2-0.1c-0.1-0.1-0.2-0.1-0.3-0.2c-0.1,0-0.2-0.1-0.2-0.1c-0.1,0-0.2-0.1-0.2-0.1c-0.1,0-0.2-0.1-0.3-0.1c-0.1,0-0.2,0-0.2-0.1c-0.1,0-0.2-0.1-0.3-0.1c-0.1,0-0.2,0-0.3-0.1c-0.1,0-0.2,0-0.3-0.1c-0.1,0-0.2,0-0.4,0c-0.1,0-0.1,0-0.2,0c-0.2,0-0.3,0-0.5,0c0,0,0,0-0.1,0c0,0,0,0,0,0c-0.4,0-0.8,0.1-1.1,0.2c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c-0.4,0.1-0.7,0.2-1,0.4c0,0,0,0,0,0L76.7,55.7c0,0,0,0,0,0l0,0c0,0-0.1,0-0.1,0.1c-0.1,0.1-0.3,0.1-0.4,0.2c-0.1,0-0.1,0.1-0.2,0.1c-0.1,0.1-0.2,0.1-0.3,0.2c-0.1,0.1-0.2,0.1-0.3,0.2c-0.1,0.1-0.1,0.1-0.2,0.2c-0.1,0.1-0.2,0.2-0.3,0.3c0,0.1-0.1,0.1-0.1,0.2c-0.1,0.1-0.2,0.2-0.2,0.3c0,0.1-0.1,0.1-0.1,0.2c-0.1,0.1-0.1,0.2-0.2,0.3c0,0.1-0.1,0.1-0.1,0.2c0,0.1-0.1,0.2-0.1,0.2c0,0.1-0.1,0.2-0.1,0.3c0,0.1-0.1,0.1-0.1,0.2c0,0.1-0.1,0.2-0.1,0.3c0,0.1,0,0.1-0.1,0.2c0,0.1-0.1,0.2-0.1,0.3c0,0.1,0,0.2-0.1,0.2c0,0.1,0,0.2-0.1,0.3c0,0.1,0,0.2,0,0.3c0,0.1,0,0.2,0,0.2c0,0.2,0,0.3,0,0.5c0,0,0,0.1,0,0.1l0,0c0,0,0,0,0,0.1l3.3,73.6c-4.2-2.1-9.3-3.2-14.9-3.2c-4.6,0-9.3,0.8-13.9,2.3c-18.1,6-28.7,21.3-24.2,34.8c3.2,9.5,13.5,15.7,26.3,15.7c4.6,0,9.3-0.8,13.9-2.3c16.4-5.4,26.6-18.4,25.1-30.9c0.3-0.7,0.4-1.5,0.4-2.3l-2-44.1l72.3-33.5l2,41.5c-4.2-2.1-9.3-3.2-14.8-3.2c-4.6,0-9.3,0.8-13.9,2.3c-8.2,2.7-15.3,7.6-19.9,13.7c-5,6.7-6.6,14.3-4.4,21.1c3.2,9.5,13.5,15.7,26.3,15.7c4.6,0,9.3-0.8,13.9-2.3c8.2-2.7,15.3-7.6,19.9-13.7c4.1-5.4,5.9-11.5,5.2-17.2c0.3-0.7,0.4-1.5,0.4-2.4L171.1,62.1z M60,170.9c-3.4,1.1-6.8,1.7-10.1,1.7c-7.5,0-13.4-2.9-14.9-7.5c-2.3-6.9,5.3-15.8,16.6-19.6c3.4-1.1,6.8-1.7,10.1-1.7c7.5,0,13.4,2.9,14.9,7.5C78.9,158.1,71.3,167.1,60,170.9z M86.7,92l-1.2-27.2l72.1-35.4l1.4,29.1L86.7,92z M159.2,139.2c-3.1,4.1-8.2,7.6-14.1,9.5c-3.4,1.1-6.8,1.7-10.1,1.7c-7.5,0-13.4-2.9-14.9-7.5c-1.3-4,1-8,2.6-10.1c3.1-4.1,8.2-7.6,14.1-9.5c3.4-1.1,6.8-1.7,10.2-1.7c7.5,0,13.4,2.9,14.9,7.5C163.1,133.2,160.7,137.2,159.2,139.2z"/></svg></div>{/block:indexpage}{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}
- {block:Answer}{block:indexpage}<div class="over"><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="M37.1,171h141.9c3.3,0,6-2.7,6-6V74.7c0,0,0-0.1,0-0.1V50.7c0-3.3-2.7-6-6-6H37.1c-3.3,0-6,2.7-6,6v25.1c0,0,0,0,0,0.1V165C31.1,168.3,33.8,171,37.1,171z M43.1,56.7h129.9v15.2l-65.5,55.5L43.1,73V56.7z M43.1,88.7l60.5,51.1c2.2,1.9,5.5,1.9,7.7,0l61.6-52.2V159H43.1V88.7z"/></svg></div>{/block:indexpage}<div class="q"><div class="as user">{Asker} sent:</div>{Question}</div>{block:answerer}<li class="comment"><div class="user">{answerer} replied:</div><div class="tex">{answer}</div></li>{/block:Answerer}{block:NotReblog}<li class="comment"><div class="tex" style="margin-top:0;">{replies}</div></li>{/block:NotReblog}{block:rebloggedfrom}{block:reblogs}<li class="comment"><a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{username}</a><div class="tex">{body}</div></li>{/block:Reblogs}{/block:rebloggedfrom}{/block:Answer}
- {block:Date}
- {block:indexpage}<div class="when"><a href="{ReblogURL}" target="_blank" class="r">reblog</a><a class="like-b">{LikeButton size="50"}<span class="b">like</span></a><a class="time-ago" href="{permalink}" target="_blank">{timestamp}</a></div>{/block:indexpage}
- {block:permalinkpage}<div class="permalink">posted {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}{block:notecount} with <span class="notedd">{notecount}</span>{/block:notecount}{block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource}, source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}{block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>{/block:permalinkpage}
- {/block:Date}
- </div></article>
- {block:PostNotes}<article class="pagenotes"><div class="title">{NoteCountWithLabel}</div>{PostNotes}</article>{/block:PostNotes}
- {/block:Posts}
- {block:Pagination}<footer><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">prev page</a>{block:nextpage}/{/block:nextpage}{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next page</a>{/block:NextPage}</div>{block:ifinfinitescroll}<div id="more"><a class="load">load more</a></div>{/block:ifinfinitescroll}</footer>{/block:Pagination}
- </section>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!-- jquery -->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="https://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>{block:indexpage}<script src="//static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script><script type="text/javascript" src="//static.tumblr.com/i5s2zks/9Acok8oo2/bct-timeago.min.js"></script>{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});
- $('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head").append($("<style type='text/css'> .audio-player{background:{color:background} !important} </style>"));
- });
- {block:permalinkpage}
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- {/block:permalinkpage}
- {block:indexpage}
- $('.small, .over').click(function(e){
- e.preventDefault();
- $(this).closest('article').find('.inner').clone().appendTo('modal');
- $('modal').fadeIn(400);
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- resizeVideos();
- $('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head").append($("<style type='text/css'> .audio-player{background:{color:background} !important} </style>"));
- });
- $('modal').css('visibility', 'visible');
- e.stopPropagation();
- });
- $('modal').on('click', function(e) {
- if (e.target !== this) return;
- $('modal').fadeOut(400).empty();
- });
- var $container = $('section');
- $container.imagesLoaded(function() {$container.masonry({ itemSelector: 'article'}); });
- $('.time-ago').timeAgo({
- time:"letter",
- suffix:" ago"
- });
- $(window).resize(function(){$container.masonry();});
- {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 $newElemsIDs = $newElems.map(function () {return this.id;}).get();
- Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
- $newElems.imagesLoaded(function(){
- $container.masonry('appended', $newElems);
- $newElems.animate({opacity: 1, zIndex: 1});
- });
- $newElems.find('.time-ago').timeAgo({
- time:"letter",
- suffix:" ago"
- });
- $newElems.find('.small, .over').click(function(e){
- e.preventDefault();
- $(this).closest('article').find('.inner').clone().appendTo('modal');
- $('modal').fadeIn(400);
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- resizeVideos();
- $('modal').css('visibility', 'visible');
- e.stopPropagation();
- });
- $newElems.find('p').filter(function (){return $.trim(this.innerHTML) == ""}).remove();
- $newElems.find('iframe.tumblr_audio_player').load(function(){
- $('iframe.tumblr_audio_player').contents().find("head").append($("<style type='text/css'> .audio-player{background:{color:background}!important} </style>"));
- });
- });
- $(window).unbind('.infscr');
- $('.load').click(function(){
- $('footer').fadeTo("400", 0);
- $container.delay(400).infinitescroll('retrieve').parent('body').find('#more').parent().delay(400).fadeTo("400", 1);
- });
- {/block:ifinfinitescroll}{/block:indexpage}
- });
- </script>
- <a class="nice" href="http://sorrism.tumblr.com">@</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement