Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme: gloss
- - sorrism -
- time stamp shortening by bycholoethemes
- 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="#FBFBFB"/>
- <meta name="color:Text" content="#666666"/>
- <meta name="color:Link" content="#444444"/>
- <meta name="color:Link Hover" content="#b0b7ea"/>
- <meta name="color:Title" content="#444444"/>
- <meta name="color:Blog Title" content="#000000"/>
- <meta name="color:Scrollbar" content="#d5d5d5" />
- <meta name="color:Posts" content="#ffffff"/>
- <meta name="color:Accents" content="#e4e4e4"/>
- <meta name="color:Text Borders" content="#eeeeee"/>
- <meta name="if:Infinite Scroll" content="1"/>
- <meta name="image:Icon" content=""/>
- <meta name="select:Post Height" content="250" title="250px"/>
- <meta name="select:Post Height" content="300" title="300px"/>
- <meta name="select:Post Height" content="350" title="350px"/>
- <meta name="text:Home Title" content="home"/>
- <meta name="text:Ask Title" content="message"/>
- <meta name="text:Archive Title" content="archive"/>
- <meta name="text:Link 1 URL" content=""/>
- <meta name="text:Link 1" content=""/>
- <meta name="text:Link 2 URL" content=""/>
- <meta name="text:Link 2" content=""/>
- <meta name="text:Link 3 URL" content=""/>
- <meta name="text:Link 3" content=""/>
- <!--CSS customization here. -->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <link href="//static.tumblr.com/sas2ex2/HFinqriui/photoset.css" rel="stylesheet" type="text/css">
- <script src="//use.edgefonts.net/source-sans-pro:n4,i4,n6.js"></script>
- <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:10px!important;
- font-weight:normal!important;
- text-shadow:none!important;
- }
- .lightbox-image {
- -moz-box-shadow:none!important;
- -webkit-box-shadow:none!important;
- box-shadow:none!important;
- -moz-border-radius:0px!important;
- -webkit-border-radius:0px!important;
- border-radius:0px!important;
- background:{color:posts}!important;
- opacity:1!important;
- }
- .vignette {opacity:0!Important;}
- /*tooltip*/
- .ui-tooltip {
- z-index:6;
- position:Absolute;
- z-index:9999;
- padding-top:15px;
- }
- .ui-tooltip-content {
- background:{color:accents};
- padding:2px 5px;
- font-size:.9em;
- text-transform:lowercase;
- color:{color:text};
- white-space:nowrap;
- display:inline-block;
- }
- /*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;
- }
- .square::-webkit-scrollbar {width:0px;}
- /*controls*/
- .iframe-controls--desktop {
- z-index:999;
- top:2px!important;
- right:-20px!important;
- opacity:0;
- padding-right:75px;
- filter:invert(1) contrast(150%);
- -webkit-filter:invert(1) contrast(150%);
- -o-filter:invert(1) contrast(150%);
- -moz-filter:invert(1) contrast(150%);
- -ms-filter:invert(1) contrast(150%);
- transform:scale(0.6);
- -webkit-transform:scale(0.6);
- -o-transform:scale(0.6);
- -moz-transform:scale(0.6);
- -ms-transform:scale(0.6);
- transform-origin:100% 0;
- -webkit-transform-origin:100% 0;
- -o-transform-origin:100% 0;
- -moz-transform-origin:100% 0;
- -ms-transform-origin:100% 0;
- }
- .iframe-controls--desktop:hover {opacity:.6;}
- .cv {
- position:fixed;
- top:5px;
- right:5px;
- z-index:99;
- }
- .cv svg {
- margin:4px 3px 0 0;
- height:15px;
- fill:{color:title};
- }
- /*basics*/
- body {
- background:{color:background};
- color:{color:text};
- font:normal 11px/1.5em source-sans-pro, arial, sans-serif;
- word-wrap:break-word;
- overflow-wrap:break-word;
- position:relative;
- text-align:left;
- letter-spacing:.25px;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- margin:0;
- }
- a {
- word-wrap:break-word;
- overflow-wrap:break-word;
- color:{color:text};
- text-decoration:none;
- }
- a, svg, .mi, .count, article, .iframe-controls--desktop {
- transition:all .3s linear;
- -webkit-transition:all .3s linear;
- -moz-transition:all .3s linear;
- -o-transition:all .3s linear;
- }
- a, a img {cursor:pointer;}
- .comment a {color:{color:link};}
- .comment a:hover, nav a:hover {
- color:{color:link hover};
- text-decoration:none;
- }
- img {
- opacity:1;
- border:none;
- text-decoration:none;
- }
- blockquote {
- padding:.1em 0 .1em 15px;
- text-align:left;
- margin:.5em 0;
- border-left:2px 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:.5em 0;}
- .comment > p:first-child {margin-top:0;}
- .comment > p:last-child {margin-bottom:0;}
- .comment img {margin:1.5em auto!important;}
- .comment > img:first-child {margin-top:0!important;}
- .comment > img:last-child {margin-bottom:0!important;}
- .tmblr-full > img {width:100%!important;}
- b, strong, b a, strong a {
- color:{color:title};
- font-weight:600!important;
- }
- article ol, article ul {
- list-style:none;
- text-align:left;
- padding-left:0;
- }
- article li {
- position:relative;
- padding-left:30px;
- {block:indexpage}
- padding-left:15px;
- {/block:indexpage}
- }
- article ol li {counter-increment:list;}
- article ol li:before {
- content:counter(list) '.' ;
- left:0;
- position:absolute;
- }
- article ul li:before {
- position:absolute;
- left:15px;
- {block:indexpage}
- left:0px;
- {/block:indexpage}
- top:.1em;
- font-size:1.2em;
- line-height:.83em;
- content:'›';
- }
- .chat li:before {display:none;}
- .comment > ol:first-child, .comment ul:first-child {padding-top:0;}
- .comment > ol:last-child, .cmment ul:last-child {padding-bottom:0;}
- small, big, sub, pre {
- font-size:1em!important;
- line-height:1.5em!important;
- vertical-align:baseline!important;
- }
- h1, h2, h3, h4 {
- font-size:1em;
- margin:0;
- padding:0;
- color:{color:title};
- font-weight:600;
- }
- .comment > h1:first-child, .comment > h2:first-child, .comment > h3:first-child, .comment > h4:first-child {padding:0 0 15px 0;}
- hr {
- border:none;
- box-shadow:0;
- margin:2em 25%;
- border-top:2px solid {color:text borders};
- }
- header, footer, article {
- -webkit-animation-name: fade-in;
- -webkit-animation-duration: 1.5s;
- }
- /*header*/
- header {
- {block:permalinkpage}
- width:500px;
- {/block:permalinkpage}
- padding-bottom:50px;
- {block:indexpage}
- position:fixed;
- white-space:normal;
- left:100px;
- width:calc(100vw - 200px)!important;
- top:calc(50vh - {select:post width}px / 2);
- z-index:3;
- transform:translate(0%,-100%);
- -webkit-transform:translate(0%,-100%);
- -o-transform:translate(0%,-100%);
- -moz-transform:translate(0%,-100%);
- {/block:indexpage}
- }
- nav {margin:15px 0 5px 0;}
- nav a {
- display:inline-block;
- margin-right:5px;
- }
- .tai {
- vertical-align:middle;
- font:600 1.2em/35px source-sans-pro, arial, sans-serif;
- display:inline-block;
- color:{color:title};
- }
- .ic {
- display:inline-block;
- height:35px;
- vertical-align:middle;
- margin:0 20px 0 0;
- }
- .ic img {
- display:block;
- height:35px;
- width:35px;
- -moz-border-radius:100%;
- -webkit-border-radius:100%;
- border-radius:100%;
- }
- /*pagination*/
- footer {
- height:calc({select:post height}px - 30px);
- background:{color:posts};
- padding:15px calc(15px + .5em);
- margin-right:50px;
- white-space:normal;
- display:inline-block;
- position:relative;
- {block:ifinfinitescroll}
- display:none;
- {/block:ifinfinitescroll}
- }
- footer a {
- position:absolute;
- left:0;
- top:calc(50% - .5em);
- height:1em;
- width:100%;
- text-align:center;
- }
- footer svg {
- height:1em;
- fill:{color:title};
- }
- #infscr-loading {display:none!important;}
- {block:ifinfinitescroll}
- #pagination {display:none;}
- {/block:ifinfinitescroll}
- .nice {
- position:fixed;
- right:20px;
- font-size:8px;
- z-index:5;
- bottom:10px;
- }
- .nice a {color:{color:text};}
- /*posts*/
- section {
- {block:indexpage}
- margin:calc(50vh - {select:post height}px / 2) 0 50px 100px;
- white-space:nowrap;
- height:1px;
- {/block:indexpage}
- position:relative;
- {block:permalinkpage}
- margin:150px auto 50px auto;
- {/block:permalinkpage}
- }
- {block:permalinkpage}
- section, .posts, .photo img {width:500px;}
- {/block:permalinkpage}
- article {
- white-space:normal;
- {block:indexpage}
- height:{select:post height}px;
- margin-right:50px;
- overflow:hidden;
- {/block:indexpage}
- vertical-align:top;
- background:{color:posts};
- position:relative;
- display:inline-block;
- }
- {block:indexpage}{block:ifinfinitescroll}
- article:last-of-type {margin-right:100px!important;}
- {/block:ifinfinitescroll}
- .photo img {height:{select:post height}px;}
- {/block:indexpage}
- .photo {
- position:relative;
- {block:indexpage}
- height:{select:post height}px;
- overflow-y:hidden;
- {/block:indexpage}
- }
- .photo img {display:block;}
- article .pic {
- position:relative;
- display:none;
- line-height:0;
- counter-increment:ph;
- }
- .pic:first-of-type {display:block!important;}
- .mi {
- position:absolute;
- width:calc(100% - 30px);
- height:calc(100% - 30px + 45px);
- left:0;
- z-index:3;
- padding:15px;
- color:{color:title};
- background:{color:posts};
- }
- .mi, .count {
- top:{select:post height}px;
- position:absolute;
- }
- article:not(.active):hover .mi, article:not(.ative):hover .count {top:calc({select:post height}px - 45px);}
- .active .mi {top:-45px;}
- .inf {
- margin:-15px -15px 15px -15px;
- padding:0 15px;
- }
- .inf, .count {
- display:block;
- line-height:45px;
- }
- .count {
- text-align:right;
- right:15px;
- z-index:4;
- }
- .count:hover {color:{color:text};}
- article .count:before {content:counter(ph);}
- .close {font-weight:600;}
- .media {overflow:hidden;}
- .video iframe, .tumblr_video_container {
- display:block;
- max-height:100%;
- {block:indexpage}
- height:{select:post height}px;
- {/block:indexpage}
- }
- .over:before {
- content:'';
- position:absolute;
- height:100px;
- left:0;
- width:100%;
- bottom:0;
- z-index:2;
- background:-moz-linear-gradient(top, rgba({RGBcolor:posts},0) 0%, rgba({RGBcolor:posts},1) 100%);
- background: -webkit-linear-gradient(top, rgba({RGBcolor:posts},0) 0%,rgba({RGBcolor:posts},1) 100%);
- background:linear-gradient(to bottom, rgba({RGBcolor:posts},0) 0%,rgba({RGBcolor:posts},1) 100%);
- }
- /*text and captions*/
- .square {
- {block:indexpage}
- width:calc({select:post height}px - 50px);
- height:calc({select:post height}px - 50px);
- overflow:hidden;
- {/block:indexpage}
- padding:25px;
- }
- {block:permalinkpage}
- .no .square {padding:0;}
- {/block:permalinkpage}
- .title {
- color:{color:title};
- font:600 1.1em/1.5em source-sans-pro, sans-serif;
- }
- .title a {color:{color:title};}
- .title a:hover {color:{color:link hover};}
- .ted:first-of-type {margin-top:15px;}
- /*quote*/
- .quote {
- font-weight:normal;
- font-size:1.2em;
- }
- .source {
- padding-top:15px;
- font-size:.8em;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- /*captions*/
- .comment {
- margin:0;
- padding:0 0 15px 0;
- list-style:none;
- }
- .comment:last-of-type {padding-bottom:0;}
- .user {
- border:0!important;
- display:block;
- margin-bottom:10px;
- font-weight:600;
- }
- /*audio*/
- .tumblr_audio_player {
- width:400px;
- height:30px;
- margin-top:-2px;
- }
- .player {
- width:25px;
- height:24px;
- display:block;
- {block:permalinkpage}
- position:absolute;
- left:15px;
- top:calc(50% - 12px);
- {/block:permalinkpage}
- overflow:hidden;
- {block:indexpage}
- margin:0 auto;
- padding-right:5px;
- {block:indexpage}
- }
- .hold {
- background:{color:accents};
- position:relative;
- display:block;
- min-height:24px;
- padding:15px;
- {block:indexpage}
- margin:calc({select:post height}px / 2) -25px 0 -25px;
- padding:0;
- background:{color:posts};
- transform:translate(0%,-100%);
- -webkit-transform:translate(0%,-100%);
- -o-transform:translate(0%,-100%);
- -moz-transform:translate(0%,-100%);
- {/block:indexpage}
- }
- .audio_info {
- width:450px;
- margin-left:45px;
- {block:indexpage}
- vertical-align:middle;
- text-align:center;
- width:calc({select:post height}px - 50px);
- margin:15px 25px 0 25px;
- {/block:indexpage}
- }
- .audio_info span {
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- display:block;
- }
- .hold .artist {color:rgba({RGBcolor:text},.7);}
- /*asks*/
- .q {
- padding:15px 25px;
- background:{color:accents};
- font-style:italic;
- color:rgba({RGBcolor:text},.7);
- }
- .as {text-transform:lowercase;}
- .as, .as a {color:{color:text}!important;}
- /*chats*/
- .chat {
- margin:0;
- padding:0;
- list-style:none;
- }
- .l {padding:0 0 15px 0;}
- .l:nth-of-type(even) {color:rgba({RGBcolor:text},.7);}
- .l:last-of-type {padding-bottom:0px;}
- .label {
- display:inline-block;
- font-weight:600;
- }
- /*permalink and notes*/
- .cp .when {
- margin:-15px -15px 15px -15px;
- padding:15px;
- background:{color:accents};
- }
- .when a, .help a {
- display:inline-block;
- margin:0 5px;
- }
- .when a:nth-of-type(2) {margin-left:10px;}
- .like-b {
- position:relative;
- display:inline-block;
- height:1.5em;
- vertical-align:bottom;
- line-height:1.5em;
- overflow:hidden;
- }
- .like-b .like_button iframe, .like_button {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- height:1.5em;
- z-index:20;
- opacity:0.000001;
- }
- .like-b .liked + .b {color:#D95E40;}
- .like-b .liked + .b:after {content:'d';}
- .pc {padding:25px;}
- .pinfo {
- position:relative;
- z-index:3;
- padding:0 25px 25px 25px;
- }
- .no .pinfo, .ph .pinfo {padding-top:25px;}
- .cp .pinfo {
- padding-top:0px;
- margin-top:-15px;
- }
- .pagenotes {margin-top:50px;}
- .pagenotes .title {
- display:block;
- line-height:1em;
- padding:15px;
- }
- #vs {
- padding:15px;
- background:{color:accents};
- font-size:.8em;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- ol.notes {
- list-style-type:none;
- padding:0 15px 15px 15px;
- margin:0;
- }
- ol.notes li.note {padding:0 0 5px 25px;}
- ol.notes li.note:nth-child(odd) * {color:rgba({RGBcolor:text},.7);}
- ol.notes li.note img.avatar {display:none!important;}
- ol.notes li:last-of-type {padding-bottom:0!important;}
- .more_notes_link, .notes_loading {
- display:block;
- text-align:left;
- text-transform:lowercase;
- color:rgba({RGBcolor:title},.7)!important;
- }
- .more_notes_link_container:after {display:none;}
- .help {
- display:none;
- margin-top:-10px;
- padding:0 25px 15px 25px;
- }
- .help a:first-of-type {margin-left:0;}
- .ph .help {
- padding:15px 25px;
- margin:0;
- }
- {CustomCSS}
- @media screen and (max-width:800px) {
- section {
- white-space:normal;
- width:80vw;
- margin:150px 10vw 50px 10vw;
- }
- header {
- position:relative;
- margin:0;
- left:0;
- transform:translate(0%,0%);
- -webkit-transform:translate(0%,0%);
- -o-transform:translate(0%,0%);
- -moz-transform:translate(0%,0%);
- }
- article, .photo img, .square, .media, .photo {
- height:auto;
- width:80vw!important;
- }
- .square {
- width:calc(80vw - 50px);
- overflow:auto;
- }
- .over:before {display:none;}
- article {
- margin:0 0 10vw 0;
- padding:0;
- }
- .audio_info {width:calc(80vw - 50px);}
- .mi, .count {display:none!important;}
- {block:indexpage}
- .help {display:block!important;}
- {/block:indexpage}
- footer {
- width:calc(80vw - 50px);
- padding:15px 25px;
- height:auto;
- margin-bottom:10vw;
- }
- }
- </style>
- </head>
- <body>
- <div class="cv"><a><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M106.6,134c14.3,0,26-11.7,26-26s-11.7-26-26-26s-26,11.7-26,26S92.2,134,106.6,134z M106.6,94c7.7,0,14,6.3,14,14s-6.3,14-14,14s-14-6.3-14-14S98.9,94,106.6,94z M40.4,124.6l7.2,3.3c3,1.4,4.4,4.8,3.3,7.9l-2.8,7.4c-2.1,5.7-1.4,11.8,2.1,16.7c3.4,5,9,7.9,15,7.9c2.2,0,4.4-0.4,6.5-1.2l7.4-2.8c0.7-0.3,1.4-0.4,2.2-0.4c2.4,0,4.7,1.4,5.7,3.7l3.3,7.2c3,6.6,9.4,10.7,16.6,10.7s13.6-4.1,16.6-10.7l3.3-7.2c1-2.2,3.2-3.7,5.7-3.7c0.7,0,1.5,0.1,2.2,0.4l7.4,2.8c2.1,0.8,4.3,1.2,6.5,1.2c0,0,0,0,0,0c5.9,0,11.5-3,15-7.9c3.4-5,4.2-11.1,2.1-16.7l-2.8-7.4c-1.1-3.1,0.3-6.5,3.3-7.9l7.2-3.3c6.6-3,10.7-9.4,10.7-16.6s-4.1-13.6-10.7-16.6l-7.2-3.3c-3-1.4-4.4-4.8-3.3-7.9l2.8-7.4c2.1-5.7,1.4-11.8-2.1-16.7c-3.4-5-9-7.9-15-7.9c-2.2,0-4.4,0.4-6.5,1.2l-7.4,2.8c-0.7,0.3-1.4,0.4-2.2,0.4c-2.4,0-4.7-1.4-5.7-3.7l-3.3-7.2c-3-6.6-9.4-10.7-16.6-10.7S93,35.2,90,41.8l-3.3,7.2c-1,2.2-3.2,3.7-5.7,3.7c-0.7,0-1.5-0.1-2.2-0.4l-7.4-2.8c-2.1-0.8-4.3-1.2-6.5-1.2c-5.9,0-11.5,3-15,7.9c-3.4,5-4.2,11.1-2.1,16.7l2.8,7.4c1.1,3.1-0.3,6.5-3.3,7.9l-7.2,3.3c-6.6,3-10.7,9.4-10.7,16.6S33.8,121.6,40.4,124.6z M45.3,102.3l7.2-3.3c8.7-4,12.9-14.1,9.5-23l-2.8-7.4c-1-2.7,0-4.7,0.7-5.7c1.6-2.4,4.6-3.4,7.4-2.3l7.4,2.8c2.1,0.8,4.2,1.2,6.4,1.2c0,0,0,0,0,0c7.1,0,13.6-4.2,16.6-10.7l3.3-7.2c1.5-3.4,4.7-3.7,5.7-3.7s4.1,0.3,5.7,3.7l3.3,7.2c3,6.5,9.5,10.7,16.6,10.7c2.2,0,4.3-0.4,6.4-1.2l7.4-2.8c2.8-1,5.7,0,7.4,2.3c0.7,1,1.7,3,0.7,5.7l-2.8,7.4c-3.3,8.9,0.8,19,9.5,23l7.2,3.3c3.4,1.5,3.7,4.7,3.7,5.7s-0.3,4.1-3.7,5.7l-7.2,3.3c-8.7,4-12.9,14.1-9.5,23l2.8,7.4c1,2.7,0,4.7-0.7,5.7c-1.6,2.4-4.6,3.4-7.4,2.3l-7.4-2.8c-2.1-0.8-4.2-1.2-6.4-1.2c-7.1,0-13.6,4.2-16.6,10.7l-3.3,7.2c-1.5,3.4-4.7,3.7-5.7,3.7s-4.1-0.3-5.7-3.7l-3.3-7.2c-3-6.5-9.5-10.7-16.6-10.7c-2.2,0-4.3,0.4-6.4,1.2l-7.4,2.8c-2.8,1-5.7,0-7.4-2.3c-0.7-1-1.7-3-0.7-5.7l2.8-7.4c3.3-8.9-0.8-19-9.5-23l-7.2-3.3c-3.4-1.5-3.7-4.7-3.7-5.7S41.9,103.9,45.3,102.3z"/></svg></a></div>
- <section id="entries">
- <header>{block:ifIconImage}<a href="/" class="ic"><img src="{image:Icon}"/></a>{/block:ifIconImage}<a href="/" class="tai">{title}</a><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></div></header>
- {block:Pagination}{block:PreviousPage}<footer><div id="pagination" class="pag"><a href="{PreviousPage}" class="back" title="previous page"><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="M137.3,43.2c-2.5-2.1-6.3-1.8-8.5,0.7L78,104.1c-1.9,2.2-1.9,5.5,0,7.7l50.8,60.3c1.2,1.4,2.9,2.1,4.6,2.1c1.4,0,2.7-0.5,3.9-1.4c2.5-2.1,2.9-5.9,0.7-8.5L90.4,108L138,51.6C140.1,49.1,139.8,45.3,137.3,43.2z"/></svg></a></div></footer>{/block:PreviousPage}{/block:Pagination}
- {block:Posts}<article class="posts {block:caption}cp{/block:caption} {block:photo}ph{/block:photo}{block:photoset}ph{/block:photoset}{block:video}ph{/block:video}{block:audio}no{/block:audio}" id="{PostId}">
- {block:Quote}<div class="square check">
- <div class="title quote">{Quote}</div>
- {block:Source}<div class="source">{Source}</div>{/block:Source}
- </div>{/block:Quote}
- {block:Text}<div class="square check">
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- {block:RebloggedFrom}{block:Reblogs}<li class="comment {block:Title}ted{/block:Title}"><a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{username}</a>{body}</li>{/block:Reblogs}{/block:RebloggedFrom}{block:NotReblog}<li class="comment {block:Title}ted{/block:Title}">{body}</li>{/block:NotReblog}
- </div>{/block:Text}
- {block:Link}<div class="square check">
- <div class="title"><a href="{URL}">{Name}</a></div>
- {block:Description}<li class="comment ted">{description}</li>{/block:Description}{block:RebloggedFrom}{block:Reblogs}<li class="comment"><a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{username}</a>{body}</li>{/block:Reblogs}{/block:RebloggedFrom}</div>
- {/block:Link}
- {block:Chat}<div class="square check">{block:Title}<div class="title">{Title}</div>{/block:Title}<ol class="chat {block:title}ted{/block:title}">
- {block:Lines}<li class="l {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ol></div>{/block:Chat}
- <div class="media">
- {block:Photo}<div class="photo"><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}"alt="{PhotoAlt}"/></a></div>{/block:Photo}
- {block:Photoset}{block:indexpage}<div class="photo set"><a class="pic" href="#" onclick="Tumblr.Lightbox.init([/*{block:Photos}, /**/ { width: '{PhotoWidth-HighRes}', height: '{PhotoHeight-HighRes}', low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }{/block:Photos}]);$('body').toggleClass('tumblr_lightbox_active');return false">{block:Photos}<img src="{PhotoURL-HighRes}"><!--{/block:Photos}--><span class="count"> of {PhotoCount}</span></a></div>{/block:indexpage}{block:permalinkpage}<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:permalinkpage}{/block:Photoset}
- {block:Video}<div class="video">{Video-500}</div>{/block:Video}
- {block:Audio}<div class="square">{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}</div>{/block:Audio}
- </div>
- {block:Answer}
- <div class="q check"><span class="as">{Asker} sent: </span>{Question}</div>
- <div class="square check">{block:Answerer}<li class="comment"><span class="user">{answerer} replied: </span>{answer}</li>{/block:Answerer}
- {block:NotReblog}<li class="comment reply">{replies}</li>{/block:NotReblog}
- {block:rebloggedfrom}{block:reblogs}<li class="comment"><a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="user" target="_blank">{block:HasAvatar}<img src="{PortraitURL-64}"/>{/block:HasAvatar}{username}</a>{body}</li>{/block:Reblogs}{/block:rebloggedfrom}</div>
- {/block:Answer}
- {block:permalinkpage}
- {block:caption}<div class="pc">{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}</div>{/block:caption}
- {block:date}
- <div class="pinfo">posted {timeago} on {month} {dayofmonth}{dayofmonthsuffix}, {year}{block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
- {/block:date}
- {/block:permalinkpage}
- {block:indexpage}{block:date}
- <div class="help"><a href="{Permalink}" target="_blank" class="time no" {block:NoteCount}title="{notecountwithlabel}"{/block:NoteCount}>{timestamp}</a><a href="{ReblogURL}" target="_blank" class="r">reblog</a><a class="like-b">{LikeButton}<span class="b">like</span></a></div>
- <div class="mi"><a class="inf">info</a><div class="when">[<a class="close">close</a>]<a href="{Permalink}" target="_blank" class="time no" {block:NoteCount}title="{notecountwithlabel}"{/block:NoteCount}>{timestamp}</a><a href="{ReblogURL}" target="_blank" class="r">reblog</a><a class="like-b">{LikeButton}<span class="b">like</span></a></div>
- {block:caption}<div class="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}</div>{/block:caption}</div>{/block:date}
- {/block:indexpage}
- </article>
- {block:PostNotes}<article class="posts pagenotes">{block:RebloggedFrom}<div id="vs">reblogged via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource}<br>source: <a href="{ReblogRootURL}" >{ReblogRootName}</a>{/block:ContentSource}</div>{/block:RebloggedFrom}<div class="title">{NoteCountWithLabel}</div>{PostNotes}</article>{/block:PostNotes}{/block:Posts}
- {block:Pagination}{block:NextPage}<footer><div id="pagination" class="pag"><a href="{NextPage}" class="next" title="next page"><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="M78.7,172.8c1.1,0.9,2.5,1.4,3.9,1.4c1.7,0,3.4-0.7,4.6-2.1l50.8-60.3c1.9-2.2,1.9-5.5,0-7.7L87.2,43.9c-2.1-2.5-5.9-2.9-8.5-0.7c-2.5,2.1-2.9,5.9-0.7,8.5l47.5,56.4L78,164.4C75.9,166.9,76.2,170.7,78.7,172.8z"/></svg></a></div></footer>{/block:NextPage}{/block:pagination}
- </section>
- <!-- 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="//static.tumblr.com/i5s2zks/9Acok8oo2/bct-timeago.min.js"></script>{block:permalinkpage}<script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script><script src="//static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>{/block:permalinkpage}{block:indexpage}{block:ifinfinitescroll}<script src="//static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>{/block:ifinfinitescroll}{/block:indexpage}
- <script>
- $(document).ready(function() {
- $('body').tooltip({track:true});
- $('p').filter(function (){ return $.trim(this.innerHTML) == "" }).remove();
- var postHeight = {select:post height};
- $('article').find('.caption, .check .comment').each(function(){
- var textHeight = $(this).height();
- if (textHeight >= postHeight) {
- if ($(this).hasClass('caption')) {
- $(this).closest('.mi').addClass('over');
- }
- else {$(this).closest('.check').addClass('over');}
- }
- });
- $('.time').timeAgo({
- time:"letter",
- suffix:" ago"
- });
- {block:permalinkpage}
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '3px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- {/block:permalinkpage}
- $('.inf, .close').each(function() {
- $(this).click(function() {
- $(this).closest('article').toggleClass('active');
- });
- });
- $('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head").append($("<style type='text/css'> .audio-player{background:transparent!important} </style>"));
- });
- $(window).resize(function(){
- $container.find('.video.resized').each(function(){
- $(this).removeClass('resized');
- });
- $container.resizevideos();
- });
- var $container = $('section');
- $container.infinitescroll({
- itemSelector: 'article',
- navSelector: '#pagination',
- nextSelector: '#pagination a',
- loadingImg: '',
- loadingText: '<em></em>',
- bufferPx: 100,
- behavior: 'local'
- },
- 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:transparent!important} </style>"));
- });
- $newElems.find('p').filter(function (){ return $.trim(this.innerHTML) == "" }).remove();
- $newElems.find('.time').timeAgo({
- time:"short",
- spaces: true,
- suffix:" ago"
- });
- $newElems.find('.inf, .close').each(function() {
- $(this).click(function() {
- $(this).closest('article').toggleClass('active');
- });
- });
- $newElems.find('.caption, .check .comment').each(function(){
- var textHeight = $(this).height();
- if (textHeight >= postHeight) {
- if ($(this).hasClass('caption')) {
- $(this).closest('.mi').addClass('over');
- }
- else {$(this).closest('.check').addClass('over');}
- }
- });
- });
- });
- </script>
- {/block:ifinfinitescroll}
- {/block:indexpage}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <a class="nice" href="https://sorrism.tumblr.com" target="_blank">@</a>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement