Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme: apricot
- - sorrism -
- time stamp shortening by bycholoethemes
- note shortening & 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:Posts" content="#ffffff"/>
- <meta name="color:Background" content="#f4f4f4"/>
- <meta name="color:Text" content="#555555"/>
- <meta name="color:Link" content="#777777"/>
- <meta name="color:Link Hover" content="#000000"/>
- <meta name="color:Blog Title" content="#000000"/>
- <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="if:Infinite Scroll" content="0"/>
- <meta name="if:Manual Load" content="1"/>
- <meta name="if:Hide Captions" content="0"/>
- <meta name="image:Sidebar" content=""/>
- <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=""/>
- <link href="//static.tumblr.com/sas2ex2/HFinqriui/photoset.css" rel="stylesheet" type="text/css">
- <!--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: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:13px;
- opacity:0;
- top:9px;
- 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:text};}
- /*tooltip*/
- .ui-tooltip {
- position:Absolute;
- z-index:9999;
- padding-top:10px;
- }
- .ui-tooltip-content {
- background:{color:posts};
- padding:0.25em 5px;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:.8em;
- }
- /*scrollbar*/
- ::-webkit-scrollbar {
- width:12px;
- height:12px;
- background-color:transparent;
- }
- ::-webkit-scrollbar-thumb{
- background-clip:padding-box;
- border-radius:6px;
- background-color:{color:scrollbar};
- border:4px solid transparent;
- }
- /*general*/
- body {
- background:{color:background};
- color:{color:text};
- font:12px/1.5em trebuchet ms, arial;
- word-wrap:break-word;
- text-align:left;
- overflow-x:hidden;
- letter-spacing:.25px;
- margin:0;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- }
- a {
- color:{color:text};
- text-decoration:none;
- }
- a, svg, input {
- transition:all .3s linear;
- -webkit-transition:all .3s linear;
- -o-transition:all .3s linear;
- -moz-transition:all .3s linear;
- }
- .comment a:not(.user), .nav li span, footer a {border-bottom:2px solid {color:link};}
- a, a img {cursor:pointer;}
- a:hover {
- color:{color:link hover}!important;
- text-decoration:none;
- border-color:{color:link hover};
- }
- a svg:hover {fill:{color:link};}
- 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:500;
- 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;
- position:absolute;
- left:5px;
- top:.5em;
- }
- .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:1.5em 0;
- font-size:1em;
- padding:0;
- font-weight:500;
- color:{color:title};
- font-weight:normal;
- }
- article h1:first-child, article h2:first-child, article h3:first-child, article h4:first-child {margin-top:0;}
- hr {
- border:none;
- box-shadow:0;
- margin:2em 0;
- width:30%;
- border-top:2px solid {color:text borders};
- }
- .comment h1, .comment h2, .comment h3, .comment h4 {
- text-align:left;
- font-size:inherit!important;
- font-family:inherit!important;
- }
- footer, {block:permalinkpage}article, {/block:permalinkpage}nav {
- -webkit-animation-name: fade-in;
- -webkit-animation-duration: 1.5s;
- }
- /*header*/
- nav {
- padding:0 50px;
- width:calc(100vw - 100px);
- position:fixed;
- top:0;
- left:0;
- background:{color:posts};
- z-index:10;
- border-bottom:1px solid {color:borders};
- }
- nav a {
- display:inline-block;
- margin-right:20px;
- font-size:.8em;
- font-weight:600;
- border-bottom:2px solid transparent;
- }
- nav a, .search-form input {
- text-transform:uppercase;
- letter-spacing:1.5px;
- padding:20px 0 18px 0;
- }
- nav a:hover, .active {border-bottom-color:{color:link hover};}
- .active {color:{color:link hover};}
- .search-form {
- border:none;
- display:inline-block;
- }
- .search-form input {
- border:0;
- width:150px;
- border-bottom:2px solid transparent;
- padding-bottom:20px;
- color:{color:text};
- background:{color:posts};
- font:600 .8em/1.5em trebuchet ms, arial;
- display:inline-block;
- outline:none;
- margin:0;
- }
- .search-form input[type=text] {
- color:{color:text};
- transition:all .3s linear;
- -webkit-transition:all .3s linear;
- -o-transition:all .3s linear;
- -moz-transition:all .3s linear;
- }
- .search-form input:focus {
- outline:none;
- border-bottom:2px solid {color:link hover};
- transition:all .3s linear;
- -webkit-transition:all .3s linear;
- -o-transition:all .3s linear;
- -moz-transition:all .3s linear;
- }
- input::-webkit-input-placeholder {
- color:{color:text};
- transition:all .3s linear;
- -webkit-transition:all .3s linear;
- -o-transition:all .3s linear;
- -moz-transition:all .3s linear;
- }
- input::-moz-placeholder {
- color:{color:text};
- opacity:1;
- transition:all .3s linear;
- -webkit-transition:all .3s linear;
- -o-transition:all .3s linear;
- -moz-transition:all .3s linear;
- }
- input:-ms-input-placeholder {
- color:{color:text};
- transition:all .3s linear;
- -webkit-transition:all .3s linear;
- -o-transition:all .3s linear;
- -moz-transition:all .3s linear;
- }
- .search-form input[type=text]:focus {color:{color:link hover};}
- input:focus::-webkit-input-placeholder {color:{color:link hover};}
- input:focus::-moz-placeholder {color:{color:link hover};}
- input:-ms-input-placeholder {color:{color:link hover};}
- 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;}
- /*aside*/
- #aside > div {padding:50px;}
- .tai {
- font:600 1em/1em trebuchet ms, arial;
- color:{color:blog title};
- position:relative;
- display:block;
- text-transform:uppercase;
- letter-spacing:1.25px;
- text-align:center;
- }
- #aside img {
- width:60px;
- display:block;
- margin:0 auto 30px auto;
- -moz-border-radius:100%;
- -webkit-border-radius:100%;
- border-radius:100%;
- }
- .tai span {display:block;}
- #d {margin-top:30px;}
- #d a {color:{color:link};}
- /*pagination*/
- footer {
- {block:ifinfinitescroll}
- {block:ifnotmanualload}
- display:none;
- {/block:ifnotmanualload}
- {/block:ifinfinitescroll}
- border-top:1px solid {color:borders};
- width:calc(100vw - 100px);
- margin-top:2px;
- background:{color:posts};
- padding:50px;
- text-align:center;
- position:relative;
- z-index:2;
- }
- footer a {margin:0 10px;}
- {block:ifinfinitescroll}
- #pagination {display:none;}
- {/block:ifinfinitescroll}
- #infscr-loading {display:none!important;}
- .nice {
- position:fixed;
- right:15px;
- bottom:15px;
- font-size:10px;
- z-index:5;
- }
- /*posts*/
- section {
- width:100vw;
- padding-top:2px;
- background:{color:background};
- position:relative;
- }
- article {
- vertical-align:top;
- display:inline-block;
- width:100%;
- background:{color:posts};
- {block:indexpage}
- z-index:-1;
- opacity:0;
- {/block:indexpage}
- box-sizing:border-box;
- margin:5px 0;
- border-bottom:1px solid {color:borders};
- }
- article.loaded {
- z-index:2;
- opacity:1;
- transition:opacity 1s;
- -webkit-transition:opacity 1s;
- -moz-transition:opacity 1s;
- -o-transition:opacity 1s;
- }
- @media screen and (min-width:900px) {article {width:calc(50% - 1.5px)}}
- {block:indexpage}
- @media screen and (min-width:1200px) {article {width:calc(33.3333% - 1.5px);}}
- @media screen and (min-width:2000px) {article {width:calc(25% - 1.5px);}}
- {/block:indexpage}
- article > div {padding:50px;}
- .ph {
- position:relative;
- overflow:hidden;
- }
- .ph img {
- width:100%;
- display:block;
- }
- .video * {
- display:block;
- min-width:100%;
- }
- .spotify_audio_player {height:80px!important;}
- /*titles*/
- .title {
- color:{color:title};
- font:600 1em/1.5em trebuchet ms, arial;
- text-transform:uppercase;
- letter-spacing:1.25px;
- margin-bottom:15px;
- }
- .title a {color:{color:title};}
- .title a:hover {color:{color:link hover};}
- /*captions*/
- {block:indexpage}{block:ifhidecaptions}
- .cap {display:none;}
- {/block:ifhidecaptions}{/block:indexpage}
- .comment {
- padding:15px 0;
- border-top:1px dotted {color:borders};
- list-style:none;
- }
- .comment:first-of-type {border-top:0!important;}
- .user {
- display:inline-block;
- line-height:1em;
- font-weight:600;
- vertical-align:middle;
- margin-bottom:10px;
- }
- .user a, .user {color:{color:title}}
- .user img {
- height:1.75em;
- width:1.75em;
- vertical-align:middle;
- display:inline-block;
- margin:0 10px 0 0;
- -moz-border-radius:100%;
- -webkit-border-radius:100%;
- border-radius:100%;
- }
- .comment img:not(.user img) {
- width:100%;
- margin:.5em 0;
- }
- .comment * img:first-child {margin-top:0;}
- .comment * img:last-child {margin-bottom:0;}
- .source {padding-top:0;}
- /*asks*/
- .as {
- text-transform:lowercase;
- display:block;
- }
- .q {
- padding:0 0 15px 0;
- border-top:0;
- border-bottom:1px dotted {color:borders};
- }
- .eh .user {font-weight:normal;}
- .eh .user i {
- font-weight:600;
- font-style:normal;
- }
- /*chats*/
- .ted .chat {margin-top:0;}
- .chat {
- margin:0;
- padding:15px 15px 0 15px;
- list-style:none;
- }
- .l {
- margin:0 0 15px 0!important;
- display:block;
- padding:0;
- }
- .label {
- text-transform:lowercase;
- font-weight:600;
- }
- .bla {
- border:1px solid {color:borders};
- padding:7px;
- display:inline-block;
- -moz-border-radius:3px;
- -webkit-border-radius:3px;
- border-radius:3px;
- }
- .l:nth-child(odd) .bla {background:{color:accents};}
- /*audio*/
- .player {
- width:25px;
- height:24px;
- position:absolute;
- left:10px;
- top:calc(50% - 15px);
- display:block;
- overflow:hidden;
- }
- .hold {
- position:relative;
- border-bottom:1px dotted {color:borders};
- display:block;
- min-height:24px;
- padding:15px;
- color:rgba({RGBcolor:text},.7);
- }
- .ed .hold {border:0;}
- .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;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:.8em;
- }
- .hold .track {
- font-weight:600;
- color:{color:text};
- }
- /*permalink and notes*/
- .when, .permalink {
- position:relative;
- padding-top:15px;
- }
- .when, .permalink, ol.notes {
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:.8em;
- }
- .ed .when, .ed .permalink, .eh .when, .eh .permalink, .li .when, .li .permalink {border-top:1px dotted {color:borders};}
- .when {text-align:right;}
- .when a {
- position:relative;
- vertical-align:middle;
- line-height:2em;
- display:inline-block;
- margin-left:10px;
- }
- .when svg {margin:-2px 5px 0 0;}
- .when svg, .permalink svg {
- vertical-align:middle;
- height:1.2em;
- display:inline-block;
- fill:{color:text};
- }
- .when a:hover svg {fill:{color:link hover};}
- .like-b {}
- .like-b .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- height:1em!important;
- z-index:2;
- opacity:0.00001;
- }
- .like-b .liked ~ .b {color:#D95E40;}
- .like-b .liked ~ .b:after {content:'d';}
- .like-b .liked + svg {fill:#D95E40!important;}
- .permalink a {color:{color:link};}
- .when a, .tags a {color:{color:text};}
- .tags {
- margin-top:5px;
- font-style:italic;
- }
- .tags svg {margin:-1px 10px 0 0;}
- .tags a {
- display:inline;
- margin-right:5px;
- }
- .pagenotes {overflow:auto;}
- .pagenotes::-webkit-scrollbar {width:0;}
- ol.notes {
- margin:0;
- list-style-type:none;
- padding:0;
- }
- ol.notes li.note {
- padding:5px 0;
- margin:0;
- width:calc(50% - 7.5px);
- display:inline-block;
- vertical-align:top;
- border-top:1px dotted {color:borders};
- }
- ol.notes li.note:nth-child(odd) {margin-right:7.5px;}
- ol.notes li.note:nth-child(even) {margin-left:7.5px;}
- ol.notes li.note:last-of-type {margin-bottom:0;}
- ol.notes li.note img.avatar {display:none!important;}
- .more_notes_link, .notes_loading {
- color:{color:title}!important;
- display:block;
- font-weight:600;
- text-align:left!important;
- }
- {customCss}
- </style>
- </head>
- <body {block:homepage}class="hey-{currentpage}"{/block:homepage}>
- <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>
- <nav>{block:ifHomeTitle}<a href="/" class="hh">{text:Home Title}</a>{/block:ifHomeTitle}{block:ifAskTitle}<a href="/ask" class="ass">{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}<form action="/search" class="search-form" method="get"><input id="searchField" name="q" placeholder="search" type="text" value="" autocomplete="off"></form></nav>
- <section id="entries">{block:homepage}<article id="aside"><div><a href="/" class="tai">{block:ifSidebarImage}<img src="{image:sidebar}"/>{/block:ifSidebarImage}<span>{title}</span></a><div id="d">{description}</div></div></article>{/block:homepage}{block:Posts}<article id="{PostId}" class="post"><div class="{block:caption}ed{/block:caption} {block:Text}ed{/block:Text} {block:Quote}ed{/block:Quote} {block:Answer}eh{/block:Answer} {block:Link}li {block:RebloggedFrom}ed{/block:RebloggedFrom}{/block:Link} {block:Date}dated{/block:Date}">
- {block:Quote}
- <div class="title">{Quote}</div>
- {block:Source}<li class="comment source">{Source}</li>{/block:Source}
- {/block:Quote}
- {block:Text}
- {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" {block:NoteCount}data-notes="{NoteCount}" data-with=" with "{/block:NoteCount}>
- {block:HasAvatar}<img src="{PortraitURL-64}"/>{/block:HasAvatar}
- {username}
- </a>
- {body}
- </li>
- {/block:Reblogs}{/block:RebloggedFrom}
- {block:NotReblog}
- <li class="comment {block:Title}ted{/block:Title} org">
- {body}
- </li>
- {/block:NotReblog}
- {/block:Text}
- {block:Link}
- <div class="title link">
- <a href="{URL}" {Target}>
- {Name}
- </a>
- </div>
- {block:Description}
- {block:NotReblog}
- <li class="comment ted org">
- {description}
- </li>
- {/block:NotReblog}
- {/block:Description}
- {block:RebloggedFrom}{block:Reblogs}
- <li class="comment">
- <a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank" {block:NoteCount}data-notes="{NoteCount}" data-with=" with "{/block:NoteCount}>
- {block:HasAvatar}<img src="{PortraitURL-64}"/>{/block:HasAvatar}
- {Username}
- </a>
- {body}
- </li>
- {/block:Reblogs}{/block:RebloggedFrom}
- {/block:Link}
- {block:Chat}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <ol class="chat {block:Title}ted{/block:Title}">
- {block:Lines}
- <li class="l {Alt}">
- <span class="bla">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </span>
- </li>
- {/block:Lines}
- </ol>
- {/block:Chat}
- <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}
- {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}<div class="cap">
- {block:Reblogs}
- <li class="comment">
- <a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank" {block:NoteCount}data-notes="{NoteCount}" data-with=" with "{/block:NoteCount}>
- {block:HasAvatar}<img src="{PortraitURL-64}"/>{/block:HasAvatar}
- {Username}
- </a>
- {body}
- </li>
- {/block:Reblogs}
- {block:NotReblog}
- <li class="comment">
- <a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank" {block:NoteCount}data-notes="{NoteCount}" data-with=" with "{/block:NoteCount}>
- <img src="{PortraitURL-64}"/>
- {name}
- </a>
- {Caption}
- </li>
- {/block:NotReblog}
- </div>{/block:caption}
- </div>
- {block:Answer}
- <div class="q comment">
- <span class="as user">
- <img src="{AskerPortraitURL-64}"/>
- <i>{Asker}</i> sent:
- </span>
- {Question}
- </div>
- {block:Answerer}
- <li class="comment">
- <span class="user">
- <img src="{AnswererPortraitURL-64}"/>
- <i>{answerer}</i> replied:
- </span>
- {answer}
- </li>
- {/block:Answerer}
- {block:NotReblog}
- <li class="comment">
- <a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">
- <img src="{PortraitURL-64}"/>
- <i>{name}</i> answered:
- </a>
- {replies}
- </li>
- {/block:NotReblog}
- {block:RebloggedFrom}{block:Reblogs}
- <li class="comment">
- <a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank" {block:NoteCount}data-notes="{NoteCount}" data-with=" with "{/block:NoteCount}>
- {block:HasAvatar}<img src="{PortraitURL-64}"/>{/block:HasAvatar}
- <i>{username}</i> commented:
- </a>
- {body}
- </li>
- {/block:Reblogs}{/block:RebloggedFrom}
- {/block:Answer}
- {block:Date}
- {block:indexpage}
- <div class="when">
- <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="M113.7,20.4c-2.3,0.9-3.7,3.1-3.7,5.6v39.1c-6.2,0.3-16.3,1.2-27.1,3.7c-20.4,4.9-34.6,13.6-42.3,26c-8.7,14.1-1.3,35.4,22.2,63.5c16.4,19.6,34.7,35.5,35.4,36.2c1.1,1,2.5,1.5,3.9,1.5c0,0,0,0,0,0c3.3,0,6-2.7,6-6c0-1.2-0.4-2.3-1-3.3c-1.2-2.1-7-13-12.4-25.3c-10.5-23.9-10.6-32.7-10.1-35.3c1-5.6,11.1-6.5,17.1-6.5c3.6,0,7.1,0.3,9.7,0.6l2,36.1c0.1,2.3,1.5,4.3,3.6,5.2c2.1,0.9,4.5,0.5,6.3-1l67.2-58c1.3-1.1,2-2.6,2.1-4.3s-0.6-3.3-1.7-4.5l-70.7-72C118.6,20.1,116,19.5,113.7,20.4z M122,40.7l55.9,57l-53.2,45.9l-1.6-28.8c-0.2-2.7-2.1-5-4.8-5.5c-0.3-0.1-7.9-1.5-16.6-1.5c-21.5,0-27.6,8.9-28.9,16.4c-1.4,7.7,1.6,20.2,9.1,37.9c-3.3-3.6-6.7-7.4-10-11.3c-19.2-23-26.7-40.5-21.1-49.4C65.4,77.7,110.2,77,115.3,77c0.3,0,0.5,0,0.6,0c1.6,0,3.2-0.6,4.3-1.7c1.2-1.1,1.8-2.7,1.8-4.3V40.7z"/></svg>reblog</a>
- <a class="like-b">
- {LikeButton size="50"}<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><span class="b">like</span>
- </a>
- <a href="{permalink}" target="_blank"><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><span class="time-ago">{timestamp}</span></a>
- {block:NoteCount}<a href="{permalink}"><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="M155.5,71.8c0.5,0,1,0.1,1.5,0.1c0,0,0,0,0,0c13.8,0,25.3-10.9,26.1-24.7c0.8-14.4-10.2-26.8-24.6-27.7c-14.5-0.8-26.8,10.3-27.6,24.6c-0.2,3.5,0.3,6.8,1.3,9.9L70,91.1c-4.6-3.9-10.5-6.3-17-6.3c-14.4,0-26.1,11.7-26.1,26.1c0,14.4,11.7,26.1,26.1,26.1c6.1,0,11.8-2.1,16.2-5.7l60.7,33c-1.6,6.2-0.8,12.7,2.2,18.4c4.5,8.7,13.4,14.2,23.2,14.2c0,0,0,0,0,0c4.2,0,8.3-1.1,12-3.1c12.8-6.6,17.8-22.6,11.2-35.3c-4.5-8.7-13.4-14.1-23.2-14.1c-4.2,0-8.3,1-12,3c-3,1.6-5.7,3.7-7.8,6.2l-58.7-31.9c1.5-3.3,2.4-7,2.4-10.9c0-3.6-0.7-7-2-10.1l61.5-36.5C143,68.6,148.9,71.5,155.5,71.8z M142.9,44.9c0.4-7.5,6.6-13.3,14.1-13.3c0.3,0,0.6,0,0.8,0c7.8,0.5,13.7,7.1,13.3,14.9c-0.4,7.7-7.1,13.7-14.9,13.3C148.4,59.3,142.4,52.6,142.9,44.9z M38.9,110.9c0-7.8,6.3-14.1,14.1-14.1c7.8,0,14.1,6.3,14.1,14.1c0,7.8-6.3,14.1-14.1,14.1C45.2,125,38.9,118.7,38.9,110.9z M148.8,158.1c2-1.1,4.2-1.6,6.5-1.6c5.3,0,10.1,2.9,12.6,7.6c3.6,6.9,0.9,15.5-6,19c-2,1.1-4.2,1.6-6.5,1.6h0c-5.3,0-10.1-2.9-12.6-7.6c-1.7-3.3-2.1-7.2-0.9-10.8C142.9,162.8,145.4,159.8,148.8,158.1z"/></svg><span class="no">{notecount}</span></a>{/block:NoteCount}
- </div>
- {/block:indexpage}
- {block:permalinkpage}
- <div class="permalink">posted {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}
- {block:NoteCount}
- with {NoteCountWithLabel}
- {/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">
- <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}
- </div>
- {/block:permalinkpage}
- {/block:Date}
- </div></article>{block:PostNotes}<article class="pagenotes">
- <div>
- <div class="title">{NoteCountWithLabel}</div>
- {PostNotes}
- </div></article>{/block:PostNotes}{/block:Posts}</section>
- {block:indexpage}<footer>{block:ifinfinitescroll}{block:ifmanualload}{block:NextPage}<div class="pag"><a class="load mhm">load more</a></div>{/block:NextPage}{/block:ifmanualload}{/block:ifinfinitescroll}
- {block:Pagination}
- <div id="pagination" class="pag">
- {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:Pagination}
- </footer>{/block:indexpage}
- {block:PermalinkPagination}<footer>
- {block:PreviousPost}
- <a href="{PreviousPost}">prev post</a>{block:nextpost}/{/block:nextpost}
- {/block:PreviousPost}
- {block:NextPost}
- <a href="{NextPost}">next post</a>
- {/block:NextPost}
- </footer>{/block:PermalinkPagination}
- {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="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script><script src="https://static.tumblr.com/sas2ex2/lI6p30hwv/notes.js"></script>{block:indexpage}<script src="//static.tumblr.com/i5s2zks/9Acok8oo2/bct-timeago.min.js"></script><script src="https://unpkg.com/masonry-layout@4.2.1/dist/masonry.pkgd.min.js"></script><script src="https://static.tumblr.com/iwtk77u/Yhym2yygt/jquery.imagesloaded.min.js"></script>{block:ifinfinitescroll}<script src="https://static.tumblr.com/8pnyeus/RMDoagq6r/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>
- switch(window.location.pathname) {
- case "/":
- $('.hh').addClass('active');
- break;
- case "/ask":
- $('.ass').addClass('active');
- break;
- }
- $(document).ready(function() {
- $('body').tooltip({track:true});
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- notes();
- $('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head").append($("<style type='text/css'> .audio-player{background:{color:posts} !important} </style>"));
- });
- {block:permalinkpage}
- var he = $('article:first-of-type').innerHeight();
- $('.pagenotes').css('max-height', he);
- $(window).resize(function(){
- var ewhe = $('article:first-of-type').innerHeight();
- $('.pagenotes').css('max-height', ewhe);
- });
- {/block:permalinkpage}
- var $container = $('section');
- var nh = $('nav').outerHeight();
- $container.css('margin-top', nh);
- $(window).resize(function(){
- var enh = $('nav').outerHeight();
- $container.css('margin-top', enh);
- });
- {block:indexpage}
- $('.time-ago').timeAgo({
- time:"letter",
- suffix:" ago"
- });
- $container.imagesLoaded(function() {
- $container.masonry({
- itemSelector: 'article',
- isAnimated: false,
- transitionDuration: 0,
- gutter: 2,
- });
- $container.find('article').addClass('loaded');
- });
- $(window).resize(function(){$container.masonry();});
- $container.infinitescroll({
- itemSelector: '.post',
- navSelector: '#pagination',
- nextSelector: '#pagination a',
- loadingImg: '',
- loadingText: '<em></em>',
- errorCallback: function(){ $('.load').text('no more posts').parent('footer').delay(4000).slideUp(400); },
- bufferPx: 2000
- },
- 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: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- $newElems.find('.time-ago').timeAgo({
- time:"short",
- spaces: true,
- suffix:" ago"
- });
- $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');}
- });
- $newElems.find('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head").append($("<style type='text/css'> .audio-player{background:{color:posts} !important} </style>"));
- });
- $newElems.imagesLoaded(function(){
- $container.masonry('appended', $newElems);
- $newElems.each(function() {$(this).addClass('loaded')});
- });
- resizeVideos();
- });
- {block:ifmanualload}
- $(window).unbind('.infscr');
- $('.load').click(function(){
- $('footer').fadeTo("200", 0);
- $container.delay(400).infinitescroll('retrieve').parent('body').find('.pag').parent().delay(400).fadeTo("400", 1);
- });
- {/block:ifmanualload}
- {/block:indexpage}
- });
- </script>
- <a class="nice" href="http://sorrism.tumblr.com" target="_blank">@</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement