Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme: air
- - sorrism -
- 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:Scrollbar" content="#d5d5d5" />
- <meta name="color:Posts" content="#ffffff"/>
- <meta name="color:Accents" content="#e4e4e4"/>
- <meta name="color:Text Borders" content="#eeeeee"/>
- <meta name="color:Overlay" content="#494949"/>
- <meta name="if:Infinite Scroll" content="1"/>
- <meta name="if:Manual Load" content="0"/>
- <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">
- <link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,400i,500,500i,700,700i" rel="stylesheet">
- <style type="text/css">
- /*tumblr controls and lightbox*/
- .tmblr-lightbox {background:rgba({RGBcolor:overlay}, .97)!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:overlay}!important;
- opacity:1!important;
- }
- .vignette {opacity:0!Important;}
- /*tooltip*/
- .ui-tooltip {
- z-index:6;
- position:Absolute;
- z-index:9999;
- padding-top:15px;
- }
- .ui-tooltip-content {
- background:{color:posts};
- padding:2px 5px;
- font-weight:500;
- font-size:.9em;
- letter-spacing:1.5px;
- text-transform:uppercase;
- color:{color:title};
- 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%);
- transform:scale(0.6);
- -webkit-transform:scale(0.6);
- transform-origin:100% 0;
- -webkit-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 10px/1.5em roboto mono, arial, monospace;
- word-wrap:break-word;
- overflow-wrap:break-word;
- position:relative;
- text-align:left;
- letter-spacing:.1px;
- overflow-x:hidden;
- -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, article, .iframe-controls--desktop, .ic:before {
- 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};
- }
- aside, footer, article {
- -webkit-animation-name: fade-in;
- -webkit-animation-duration: 1.5s;
- }
- aside, section {
- transition:all .4s ease-in;
- -webkit-transition:all .4s ease-in;
- -o-transition:all .4s ease-in;
- -moz-transition:all .4s ease-in;
- }
- /*aside*/
- aside {
- position:fixed;
- left:0;
- z-index:10;
- top:0;
- width:35px;
- background:{color:posts};
- padding:50px 25px;
- height:calc(100vh - 100px);
- }
- .o aside {width:225px;}
- .o section {margin-left:calc(100px + 225px);}
- .overlay {
- position:fixed;
- z-index:9;
- width:100vw;
- height:100vh;
- top:0;
- left:0;
- display:none;
- background:rgba({RGBcolor:overlay},.97);
- }
- .sorry {display:none;}
- .tai {
- margin-bottom:10px;
- font:500 1.2em/1.5em roboto mono, arial, monospace;
- display:block;
- color:{color:title};
- }
- .ic {
- background:{color:accents};
- position:relative;
- overflow:hidden!important;
- margin-bottom:25px;
- }
- .ic, .ic img, .ic:before {
- display:block;
- height:35px;
- width:35px;
- }
- .ic, .ic img, .ic svg, .ic:before, .when a {
- -moz-border-radius:100%;
- -webkit-border-radius:100%;
- border-radius:100%;
- }
- .ic img {-webkit-backface-visibility:hidden;}
- .ic svg {
- position:absolute;
- top:0;
- left:0;
- line-height:35px;
- {block:ifIconImage}opacity:0;{/block:ifIconImage}
- fill:{color:text};
- width:2em;
- margin:calc((35px - 2em) / 2);
- }
- .ic:before {
- opacity:0;
- content:'';
- background:{color:accents};
- position:absolute;
- margin-top:0;
- }
- .ic:hover svg, .ic:hover:before {opacity:1;}
- .sorry > div {margin-bottom:15px;}
- nav a {
- display:block;
- margin-bottom:.5em;
- counter-increment:number;
- }
- nav a:before {
- content:counter(number, decimal-leading-zero);
- font-weight:500;
- color:{color:title};
- margin-right:10px;
- }
- /*pagination*/
- footer {
- background:{color:posts};
- padding:50px;
- margin:0 -50px;
- {block:ifinfinitescroll}
- {block:ifnotmanualload}
- display:none;
- {/block:ifnotmanualload}
- {/block:ifinfinitescroll}
- }
- footer a {
- display:inline-block;
- margin:0 5px;
- }
- footer a:first-of-type {margin-left:0;}
- footer a:last-of-type {margin-right:0;}
- .current {
- font-weight:500;
- color:{color:title};
- }
- #infscr-loading {display:none!important;}
- {block:ifinfinitescroll}
- #pagination {display:none;}
- {/block:ifinfinitescroll}
- .nice {
- position:fixed;
- right:20px;
- z-index:5;
- bottom:10px;
- }
- .nice a {color:{color:text};}
- /*posts*/
- section {
- position:relative;
- z-index:2;
- width:calc(100vw - 150px);
- margin:50px 0 0 135px;
- {block:permalinkpage}
- margin-bottom:50px;
- {/block:permalinkpage}
- }
- .flat {margin-bottom:50px;}
- {block:permalinkpage}
- section, .posts, .photo img {width:500px;}
- {/block:permalinkpage}
- article {
- {block:indexpage}
- height:{select:post height}px;
- margin:0 50px 50px 0;
- overflow:hidden;
- {/block:indexpage}
- vertical-align:top;
- background:{color:posts};
- position:relative;
- display:inline-block;
- }
- {block:indexpage}
- .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;
- }
- .pic:first-of-type {display:block!important;}
- .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 roboto mono, monospace;
- }
- .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*/
- modal {
- position:fixed;
- z-index:15;
- background:rgba({RGBcolor:overlay},.97);
- display:none;
- visibility:hidden;
- overflow-y:scroll;
- height:100vh;
- width:100vw;
- top:0;
- left:0;
- }
- modal .caption {
- padding:25px;
- display:block;
- position:absolute;
- z-index:20;
- background:{color:posts};
- width:33.33vw;
- overflow:auto;
- top:50%;
- left:50%;
- transform:translate(-50%, -50%);
- -webkit-transform:translate(-50%, -50%);
- }
- .caption {display:none;}
- .comment {
- margin:0;
- padding:0 0 15px 0;
- list-style:none;
- }
- .comment:last-of-type {padding-bottom:0;}
- .user, .read_more {
- border:0!important;
- display:block;
- margin-bottom:10px;
- font-weight:500;
- }
- .user, .user a {color:{color:title};}
- /*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%);
- {/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;
- margin:-25px -25px 0 -25px;
- {block:indexpage}
- max-width:calc({select:post height}px - 50px);
- {/block:indexpage}
- background:{color:accents};
- color:rgba({RGBcolor:text},.7);
- }
- .as {text-transform:lowercase;}
- .as, .as a {color:{color:text}!important;}
- .a {
- margin-top:15px;
- background:{color:posts};
- {block:permalinkpage}
- margin-bottom:-20px;
- {/block:permalinkpage}
- }
- /*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*/
- .when {
- position:absolute;
- bottom:10px;
- z-index:3;
- left:50%;
- max-width:100%;
- transform:translatex(-50%);
- -webkit-transform:translatex(-50%);
- line-height:1em;
- }
- .when a {
- background:{color:title};
- display:inline-block;
- padding:3px;
- opacity:0;
- position:relative;
- margin:0 2.5px;
- top:10px;
- }
- article:hover .when a {
- opacity:1;
- top:0;
- }
- .when a:nth-of-type(2) {transition-delay:150ms}
- .when a:nth-of-type(3) {transition-delay:300ms}
- .when a:nth-of-type(4) {transition-delay:450ms}
- .when svg {
- width:1.25em;
- line-height:1em;
- display:block;
- fill:{color:posts};
- }
- .like:hover svg, .when a:hover svg{fill:{color:link hover};}
- .like .liked + svg {fill:#D95E40;}
- .like_button {cursor:pointer;}
- .like_button iframe {
- position:absolute;
- opacity:0.00001;
- top:0;
- bottom:0;
- right:0;
- z-index:4;
- }
- .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};
- text-transform:lowercase;
- }
- #vs a {
- font-weight:500;
- color:{color:title};
- }
- 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, .read_more {
- display:block;
- text-align:left;
- text-transform:lowercase;
- color:{color:title}!important;
- font-weight:500;
- }
- .more_notes_link_container:after {display:none;}
- {CustomCSS}
- @media screen and (max-width:700px) {
- section {margin:50px 0 0 85px;}
- article, .photo img, .media, .photo {
- height:auto;
- width:calc(100vw - 85px);
- }
- .square, .q {
- max-width:none;
- height:auto;
- width:calc(100vw - 125px);
- overflow:auto;
- }
- .over:before {display:none;}
- article {
- margin:0 0 50px 0;
- padding:0;
- }
- .audio_info {width:calc(100vw - 125px);}
- .o section {margin-left:225px;}
- }
- </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>
- <aside id="sidebar">
- <a class="ic op" id="button">
- <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="M45,72h128c3.3,0,6-2.7,6-6s-2.7-6-6-6H45c-3.3,0-6,2.7-6,6S41.7,72,45,72z"/><path d="M45,117h128c3.3,0,6-2.7,6-6s-2.7-6-6-6H45c-3.3,0-6,2.7-6,6S41.7,117,45,117z"/><path d="M45,162h128c3.3,0,6-2.7,6-6s-2.7-6-6-6H45c-3.3,0-6,2.7-6,6S41.7,162,45,162z"/></svg>
- {block:ifIconImage}<img src="{image:Icon}"/>{/block:ifIconImage} </a>
- <div class="sorry">
- <a href="/" class="tai">{title}</a>
- <div>{description}</div>
- <nav>
- {block:ifHomeTitle}<a href="/">{text:home title}</a>{/block:ifHomeTitle}
- {block:ifAskTitle}<a href="/ask">{text:ask title}</a>{/block:ifAskTitle}
- {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
- {block:ifArchiveTitle}<a href="/archive">{text:archive title}</a>{/block:ifArchiveTitle}
- </nav>
- </div>
- </aside>
- <div class="overlay"></div>
- <section id="entries" {block:indexpage}{block:ifInfiniteScroll}{block:ifnotmanualload}class="flat"{/block:ifnotmanualload}{/block:ifInfiniteScroll}{/block:indexpage}>
- <div class="con">{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 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" 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}--></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="square check">
- <div class="q">
- <span class="as">{Asker} sent: </span>{Question}
- </div>
- <div class="a">
- {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>
- </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="when">
- <a href="{Permalink}" target="_blank" title="view post"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M154,27H58c-3.3,0-6,2.7-6,6v153.7c0,2.5,1.5,4.7,3.8,5.6c2.3,0.9,4.9,0.3,6.6-1.6l44.8-49.1l42.3,49c1.2,1.3,2.8,2.1,4.5,2.1c0.7,0,1.4-0.1,2.1-0.4c2.3-0.9,3.9-3.1,3.9-5.6V33C160,29.7,157.3,27,154,27z M148,170.6l-36.1-41.9c-1.1-1.3-2.7-2.1-4.5-2.1c-1.7,0-3.4,0.7-4.5,2L64,171.3V39h84V170.6z"/></svg></a>
- <a href="{ReblogURL}" target="_blank" title="reblog"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M108.7,159.2c-22.3,0-42.4-14.9-48.8-36.2c-1-3.2-4.3-5-7.5-4c-3.2,1-5,4.3-4,7.5c8.1,26.8,32.3,44.7,60.3,44.7c34.7,0,63-28.3,63-63c0-34.7-28.3-63-63-63c-19.7,0-38.2,9.4-50,24.6l-2.5-19.8c-0.4-3.3-3.4-5.6-6.7-5.2c-3.3,0.4-5.6,3.4-5.2,6.7L49,88.1c0.4,3,3,5.2,5.9,5.2c0.2,0,0.5,0,0.7,0l36.2-4.1c3.3-0.4,5.7-3.3,5.3-6.6s-3.3-5.7-6.6-5.3L66.2,80c9.4-14.1,25.3-22.8,42.5-22.8c28.1,0,51,22.9,51,51S136.8,159.2,108.7,159.2z"/></svg></a>
- <a class="like" title="like">{LikeButton}<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M148,37.8c-3.9,0-7.5,0.6-10.8,1.9c-15.1,5.7-24.6,17.8-29.8,26.7c-6-8.6-16.1-20.5-27.6-24.4c-3.8-1.3-8.1-2-12.3-2c-10.7,0-20.3,4.1-27,11.5c-5.7,6.2-12,18-10,38.8c4.1,42.6,71.5,87.1,74.3,88.9c1,0.7,2.1,1,3.3,1c1.1,0,2.3-0.3,3.3-1c2.7-1.8,66.5-43.6,73.7-86.1c3.7-21.8-2.7-34.9-8.8-42.1C169.2,42.7,158.6,37.8,148,37.8z M173.1,91c-2.6,15.2-15.1,33.4-36.1,52.7c-11.9,10.9-23.5,19.4-29,23.2c-5.7-4-17.9-12.9-30.3-24.3C56,122.5,43.8,104,42.3,89c-1.3-13,1.1-23.2,6.9-29.6c6-6.6,13.9-7.6,18.1-7.6c3,0,5.9,0.5,8.5,1.3c11.4,3.9,23.3,21.7,26.9,28.3c1.1,2.1,3.4,3.3,5.7,3.1c2.4-0.2,4.4-1.7,5.2-4c0.1-0.2,8.2-22.4,27.7-29.7c1.9-0.7,4.2-1.1,6.6-1.1c7.2,0,14.3,3.3,19,9C173.3,66.2,175.5,77.4,173.1,91z"/></svg></a>
- {block:caption}<a class="see" title="caption"><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></a>{/block:caption}
- </div>
- {block:caption}
- <div class="caption copy">
- {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}
- {/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}
- </div>
- {block:Pagination}
- <footer>
- {block:ifinfinitescroll}{block:ifmanualload}{block:NextPage}
- <div class="pag">
- <a class="load">load more</a>
- </div>{/block:NextPage}{/block:ifmanualload}{/block:ifinfinitescroll}
- <div id="pagination" class="pag">
- {block:PreviousPage}
- <a href="{PreviousPage}">previous page</a>/{/block:PreviousPage}{block:JumpPagination length="5"}{block:CurrentPage}<a class="current">{PageNumber}</a>{/block:CurrentPage}{block:JumpPage}<a href="{URL}" class="jump">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}/<a href="{NextPage}" id="next">next page</a>{/block:NextPage}
- </div>
- </footer>
- {/block:Pagination}
- </section>
- <modal></modal>
- <!-- 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>{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();
- $('.ic').click(function() {
- if ($(this).hasClass('op')) {
- $('body').addClass('o');
- $('.sorry').delay(600).fadeIn(300);
- $(this).removeClass('op').addClass('cl');
- $('.overlay').fadeIn(400);
- }
- else {
- $('.sorry').fadeOut(300);
- $('.overlay').delay(300).fadeOut(400);
- setTimeout(function() {
- $('body').removeClass('o');
- },400);
- $(this).removeClass('cl').addClass('op');
- }
- });
- $(document).click(function(e) {
- if ($('body').hasClass('o')) {
- if (e.target.id != 'sidebar' && e.target.id != 'button' && !$('aside').find(e.target).length) {
- $('.overlay').delay(300).fadeOut(400);
- $('.sorry').fadeOut(300);
- setTimeout(function() {
- $('body').removeClass('o');
- },400);
- $('#button').removeClass('cl').addClass('op');
- }
- }
- });
- var postHeight = {select:post height};
- {block:indexpage}
- $('article').find('.check').each(function(){
- var textHeight = $(this).innerHeight();
- if (textHeight >= postHeight) {
- $(this).closest('.check').addClass('over');
- }
- });
- {/block:indexpage}
- {block:permalinkpage}
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '3px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- {/block:permalinkpage}
- $('.see').click(function(e){
- e.preventDefault();
- $(this).closest('article').find('.copy').clone().appendTo('modal');
- $('modal').fadeIn(400);
- $('modal').css('visibility', 'visible');
- e.stopPropagation();
- });
- $('modal').on('click', function(e) {
- if (e.target !== this) return;
- $('modal').fadeOut(400).empty();
- });
- $('iframe.tumblr_audio_player').load(function() {
- $('iframe.tumblr_audio_player').contents().find("head").append($("<style type='text/css'> .audio-player{background:transparent!important} </style>"));
- });
- var $container = $('.con');
- {block:indexpage}
- {block:ifinfinitescroll}
- $container.infinitescroll({
- itemSelector: 'article',
- navSelector: '#pagination',
- nextSelector: '#pagination #next',
- 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('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('.see').click(function(e){
- e.preventDefault();
- $(this).closest('article').find('.copy').clone().appendTo('modal');
- $('modal').fadeIn(400);
- $('modal').css('visibility', 'visible');
- e.stopPropagation();
- });
- $newElems.find('.check').each(function(){
- var textHeight = $(this).innerHeight();
- if (textHeight >= postHeight) {
- $(this).closest('.check').addClass('over');
- }
- });
- });
- {block:ifmanualload}
- $(window).unbind('.infscr');
- $('.load').click(function(){
- $('footer').fadeTo("200", 0);
- $container.delay(400).infinitescroll('retrieve').parent('section').find('.pag').parent('footer').delay(400).fadeTo("400", 1);
- });
- {/block:ifmanualload}
- {/block:ifinfinitescroll}
- {/block:indexpage}
- });
- </script>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <a class="nice" href="https://sorrism.tumblr.com" target="_blank">@</a>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement