Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- theme: petrol updated 7.11.2016
- - sorrism -
- -->
- <head>
- <title>{block:TagPage}#{Tag} : {/block:TagPage} {block:PostSummary}{PostSummary} : {/block:PostSummary}{Title}</title>
- <link rel="shortcut icon" href="{favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!--Default Variables-->
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Text" content="#cccccc"/>
- <meta name="color:Link" content="#eeeeee"/>
- <meta name="color:Link Hover" content="#000000"/>
- <meta name="color:Title" content="#575757"/>
- <meta name="color:Blog Title" content="#000000"/>
- <meta name="color:Scrollbar" content="#d5d5d5" />
- <meta name="color:Borders" content="#eeeeee"/>
- <meta name="if:Centered Content" content="0"/>
- <meta name="if:Infinite Scroll" content="1"/>
- <meta name="if:Manual Load" content="1"/>
- <meta name="select:Post Info" content="default" title="Default"/>
- <meta name="select:Post Info" content="side" title="Side"/>
- <meta name="select:Font" content="roboto" title="Roboto"/>
- <meta name="select:Font" content="arial" title="Arial"/>
- <meta name="select:Font" content="helvetica neue" title="Helvetica Neue"/>
- <meta name="select:Caption" content="def" title="Default"/>
- <meta name="select:Caption" content="inl" title="Inline"/>
- <meta name="select:Caption" content="hide def" title="Hide Default"/>
- <meta name="select:Caption" content="hide inl" title="Hide Inline"/>
- <meta name="select:Post Spacing" content="50px" title="50px"/>
- <meta name="select:Post Spacing" content="75px" title="75px"/>
- <meta name="select:Post Spacing" content="90px" title="90px"/>
- <meta name="select:Post Spacing" content="100px" title="100px"/>
- <meta name="select:Post Spacing" content="120px" title="120px"/>
- <meta name="select:Post Width" content="300" title="300px"/>
- <meta name="select:Post Width" content="325" title="325px"/>
- <meta name="select:Post Width" content="350" title="350px"/>
- <meta name="select:Post Width" content="400" title="400px"/>
- <meta name="select:Post Width" content="450" title="450px"/>
- <meta name="select:Post Width" content="500" title="500px"/>
- <meta name="select:Post Width" content="540" title="540px"/>
- <meta name="text:Ask Title" content="message"/>
- <meta name="text:Archive Title" content="history"/>
- <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'><link href='https://fonts.googleapis.com/css?family=Roboto:400,400italic,700' rel='stylesheet' type='text/css'>
- <!-- CSS -->
- <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: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;
- padding:0px!important;
- margin:0px!important;
- border:0!important;
- opacity:1!important;
- }
- .vignette {opacity:0!Important;}
- .iframe-controls--desktop {
- white-space:nowrap!important;
- -webkit-filter:invert(70%)!important;
- -moz-filter:invert(70%)!important;
- -ms-filter:invert(70%)!important;
- -o-filter:invert(70%)!important;
- filter:invert(70%)!important;
- top:10px!important;
- right:10px!important;
- opacity:.3!important;
- position:fixed!important;
- }
- /*tooltip*/
- .ui-tooltip {
- position:Absolute;
- z-index:9999;
- padding-top:15px;
- }
- .ui-tooltip-content {
- background:{color:background};
- font-family:consolas
- border-top:1px solid {color:borders};
- text-transform:lowercase;
- padding:2px 5px;
- }
- /*scrollbar*/
- ::-webkit-scrollbar {
- height:2px;
- width:2px;
- background:inherit;
- }
- ::-webkit-scrollbar-thumb {
- background:{color:scrollbar};
- border-radius:2px;
- -webkit-border-radius:2px;
- }
- /*basics*/
- body {
- background:{color:background};
- color:{color:text};
- font:10px/1.4em {select:font}, arial, sans-serif;
- word-wrap:break-word;
- position:relative;
- text-align:left;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- margin:0;
- }
- a {
- color:{color:text};
- text-decoration:none;
- transition:all .4s linear;
- -webkit-transition:all .4s linear;
- -o-transition:all .4s linear;
- -moz-transition:all .4s linear;
- }
- a, a img {cursor:pointer;}
- a:hover {color:{color:link hover}!important;}
- .text a, .caption a, .a a {border-bottom:1px solid {color:link};}
- .text a:hover, .caption a:hover, .a a:hover {
- border-color:{color:link hover};
- text-decoration:none;
- }
- img {
- opacity:1;
- border:0;
- text-decoration:none;
- max-width:100%;
- height:auto;
- display:block;
- }
- blockquote {
- padding:.25em 0 .25em 25px;
- text-align:left;
- margin:.5em 0;
- border-left:1px solid {color:borders};
- }
- pre {
- padding:0;
- margin:0;
- line-height:inherit!important;
- background:transparent;
- font-family:inherit!Important;
- font-size:inherit!important;
- white-space:pre-wrap;
- white-space:-moz-pre-wrap;
- white-space:-pre-wrap;
- white-space:-o-pre-wrap;
- word-wrap:break-word;
- }
- p {margin:1em 0;}
- p:first-of-type {margin-top:0;}
- p:last-of-type {margin-bottom:0;}
- b, strong, b a, strong a {
- color:rgba({RGBcolor:title},.9);
- font-weight:normal;
- }
- b a:hover, strong a:hover, a:hover b, a:hover strong {color:{color:link hover}!important;}
- ol, ul {
- list-style:none;
- text-align:left;
- padding-left:0;
- }
- li {
- position:relative;
- padding:.25em 0 .25em 25px;
- margin-left:0;
- }
- ol li {counter-increment:list;}
- ol li:before, ul li:before {
- left:-25px;
- display:inline-block;
- position:relative;
- width:0;
- vertical-align:middle!important;
- }
- ol li:before {content:counter(list) '.';}
- ul li:before {
- content:'›';
- margin-top:-1px;
- vertical-align:middle!important;
- }
- .chat li:before, .pagenotes li:before {display:none;}
- .chat li {margin:0;}
- small, big, sub, pre {
- font-size:1em!important;
- line-height:1.4em!important;
- vertical-align:baseline!important;
- }
- h1, h2, h3, h4 {
- margin:1.5em 0;
- font-size:1em;
- padding:0;
- color:{color:title};
- font-weight:normal;
- }
- .caption h1, .caption h2, .caption h3, .caption h4 {
- text-align:left;
- text-transform:none;
- letter-spacing:none;
- font-family:inherit!important;
- }
- .text h1:first-child, .text h2:first-child, .text h3:first-child, .text h4:first-child, .caption h1:first-child, .caption h2:first-child, .caption h3:first-child, .caption h4:first-child {margin-top:0;}
- hr {
- border:none;
- box-shadow:0;
- margin:2em auto;
- width:30%;
- border-top:1px solid {color:borders};
- }
- header, article, footer {
- -webkit-animation-name: fade-in;
- -webkit-animation-duration: 1.5s;
- }
- /*header*/
- header {
- width:{select:post width}px;
- margin:100px 0 0 100px;
- {block:ifcenteredcontent}
- margin:100px auto 0 auto;
- {/block:ifcenteredcontent}
- position:relative;
- }
- .side header {padding-right:275px;}
- nav a {
- display:inline-block;
- margin-right:5px;
- color:{color:text};
- text-transform:lowercase;
- }
- nav a:after {content:'.';}
- .tai {
- vertical-align:middle;
- font:1.5em/1em consolas;
- margin-right:10px;
- color:{color:blog title};
- }
- .tai:after {
- content:'//';
- letter-spacing:-2px;
- margin-left:10px;
- color:rgba({RGBcolor:text},.4)!important;
- }
- #d {margin-top:10px;}
- /*pagination*/
- footer {
- {block:ifinfinitescroll}
- {block:ifnotmanualload}
- display:none;
- {/block:ifnotmanualload}
- {/block:ifinfinitescroll}
- margin:0 0 100px 100px;
- {block:ifcenteredcontent}
- margin:0 auto 100px auto;
- {/block:ifcenteredcontent}
- border-top:1px solid {color:borders};
- padding-top:15px;
- width:{select:post width}px;
- }
- .side footer {padding-right:275px;}
- {block:ifinfinitescroll}
- #pagination {display:none;}
- {/block:ifinfinitescroll}
- footer a {
- display:inline-block;
- margin:0 5px;
- text-transform:lowercase;
- }
- footer a:first-of-type {margin-left:0px;}
- .nice {
- position:fixed;
- right:15px;
- font-size:.9em;
- bottom:10px;
- }
- .nice a {color:{color:text};}
- #infscr-loading {display:none!important;}
- /*posts*/
- section {
- margin:50px 0 0 100px;
- {block:ifcenteredcontent}
- margin:50px auto 0 auto;
- {/block:ifcenteredcontent}
- width:{select:post width}px;
- {block:permalinkpage}
- margin-bottom:100px;
- {/block:permalinkpage}
- position:relative;
- }
- .side section {width:calc({select:post width}px + 275px);}
- article {width:calc({select:post width}px + 275px);}
- .post {
- width:{select:post width}px;
- display:inline-block;
- }
- .side .post {margin-bottom:{select:post spacing};}
- .default article {margin-bottom:{select:post spacing};}
- .post, .info {
- vertical-align:top;
- padding-top:15px;
- border-top:1px solid {color:borders};
- }
- .default .info {
- display:block!important;
- margin:15px 0 0 0;
- width:{select:post width}px;
- }
- .side .info {
- width:250px;
- margin-left:25px;
- display:inline-block!important;
- }
- .ph {
- position:relative;
- overflow:hidden;
- }
- .ph img {
- width:{select:post width}px;
- display:block;
- }
- .video * {
- display:block;
- min-width:{select:post width}px;
- }
- /*text*/
- .title {
- font:1.2em/1.6em consolas;
- color:{color:title};
- }
- .title a {color:{color:title};}
- .title a:hover {color:{color:link hover};}
- .ted {margin-top:10px!important;}
- a.tumblr_blog {
- display:inline-block;
- margin-bottom:5px;
- }
- a.read_more {text-transform:lowercase;}
- /*quote*/
- .quote {
- font:italic 1.2em/1.6 {select:font}, arial, sans-serif;
- color:{color:title};
- }
- .source {
- font-size:10px;
- margin-top:5px;
- font-style:normal;
- }
- /*caption*/
- .caption {margin-top:15px;}
- .default .caption {
- margin:0 0 15px 0;
- padding-bottom:15px;
- border-bottom:1px solid {color:borders};
- }
- .side .norm, .default .ey {display:none;}
- .inl.ree .caption p:first-of-type, .inl.ree .caption blockquote:first-of-type, .inl.ree .text p:first-of-type, .inl.ree .text blockquote:first-of-type {display:inline;}
- .inl.ree .caption p:first-of-type::after {content:' ';}
- .inl.ree .caption blockquote:first-of-type, .inl.ree .text blockquote:first-of-type {
- border:0;
- padding:0;
- }
- {block:indexpage}.hide .caption {display:none!important;}{/block:indexpage}
- .post img, .post li, .post blockquote, .caption img, .caption iframe, .text iframe {max-width:100%;}
- .caption *:last-child, .a *:last-child, .text *:last-child {
- margin-bottom:0!important;
- padding-bottom:0!Important;
- }
- /*audio*/
- .tumblr_audio_player {
- width:{select:post width}px;
- height:30px;
- margin-top:-2px;
- }
- .player {
- width:25px;
- height:24px;
- position:absolute;
- left:15px;
- opacity:.5;
- top:calc(50% - 12px);
- display:block;
- overflow:hidden;
- }
- .hold {
- background:rgba(228,228,228,.5);
- position:relative;
- display:block;
- min-height:24px;
- padding:15px;
- }
- .audio_info {
- vertical-align:middle;
- font-family:consolas;
- margin-left:40px;
- max-width:calc(100% - 40px);
- }
- .audio_info span {
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- display:block;
- }
- .hold .artist {color:rgba({RGBcolor:text},.7);}
- /*asks*/
- .q {position:relative;}
- .q span {display:inline;}
- .q span, .source {
- font-family:consolas;
- margin-left:15px;
- }
- .q span {text-transform:lowercase;}
- .q span, .q a, .source, .source a {color:rgba({RGBcolor:text},.7);}
- .q span:before, .source:before {
- content:'';
- display:inline-block;
- vertical-align:middle;
- width:15px;
- height:1px;
- background:{color:borders};
- margin-right:5px;
- }
- .a {margin-top:15px;}
- /*chat*/
- .chat {
- margin:0;
- padding:0;
- list-style:none;
- }
- .l {
- padding:5px 0;
- border-bottom:1px solid {color:borders};
- }
- .label {
- font-family:consolas;
- color:{color:title};
- display:inline-block;
- }
- /*permalink and notes*/
- .when {text-transform:lowercase;}
- .when a {
- color:{color:text};
- margin-right:5px;
- }
- .when a:last-of-type {margin:0;}
- .when a::after {content:'.';}
- #permalink {
- margin-top:15px;
- padding-top:15px;
- text-transform:lowercase;
- border-top:1px solid {color:borders};
- }
- .pagenotes {
- margin-top:15px;
- width:{select:post width}px;
- padding:15px 0;
- border-top:1px solid {color:borders};
- }
- .side .pagenotes {width:calc({select:post width}px + 275px);}
- ol.notes {
- list-style-type:none;
- padding:0px;
- margin:0px;
- }
- ol.notes li.note {
- display:block;
- padding:0;
- margin:5px 0;
- }
- ol.notes li.note img.avatar {display:none!important;}
- .more_notes_link, .notes_loading {
- display:block;
- font-family:consolas;
- text-transform:lowercase;
- color:{color:title};
- text-align:left;
- }
- {CustomCSS}
- </style>
- </head>
- <body class="{select:post info}">
- <header><nav><a href="/" class="tai">{title}</a><a href="/ask">{text:ask title}</a><a href="/archive">{text:archive title}</a>{block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}{block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}{block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}</nav><div id="d">{description}</div></header>
- <section id="entries">
- {block:Posts}
- <article class="entry {select:caption}{block:RebloggedFrom} ree{/block:RebloggedFrom}">
- <div class="post">
- {block:Quote}<div class="quote">{Quote}{block:Source}<div class="source">{Source}</div>{/block:Source}</div>{/block:Quote}
- {block:Text}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <div class="text {block:title}ted{/block:title}">{Body}</div>
- {/block:Text}
- {block:Link}
- <div class="title"><a href="{URL}">{Name}</a></div>
- {block:Description}<div class="text ted">{Description}</div>{/block:Description}
- {/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}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ol>{/block:Chat}
- <div class="ph">{block:Photo}{block:permalinkpage}{linkopentag}{/block:permalinkpage}{block:indexpage}<a href="{permalink}">{/block:indexpage}<img src="{PhotoURL-HighRes}"alt="{PhotoAlt}"/>{block:indexpage}</a>{/block:indexpage}{block:permalinkpage}{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>{TrackName}</span>{/block:TrackName}{block:Artist}<span class="artist">{Artist}</span>{/block:Artist}</div></div>{/block:AudioPlayer}{/block:Audio}</div>
- {block:Answer}
- <div class="q">{Question}<span>sent by {Asker}</span></div><div class="a">{Answer}</div>
- {/block:Answer}
- </div>{block:Date}<div class="info">{block:Caption}<div class="caption norm">{Caption}</div>{/block:Caption}<div class="when"><a href="{permalink}" target="_blank">{month} {dayofmonth}{dayofmonthsuffix}</a>{block:notecount}<a href="{permalink}">{NoteCountWithLabel}</a>{/block:notecount}<a href="{ReblogURL}" target="_blank">reblog</a></div>{block:Caption}<div class="caption ey">{Caption}</div>{/block:Caption}{block:permalinkpage}<div id="permalink">{block:RebloggedFrom}<span>Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} — source: <a href="{ReblogRootURL}">{ReblogRootName}</a></span>{/block:ContentSource}{/block:RebloggedFrom}{block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
- {/block:permalinkpage}
- </div>{/block:Date}
- {block:PostNotes}<div class="pagenotes">{PostNotes}</div>{/block:PostNotes}
- </article>
- {/block:Posts}
- </section>
- {block:Pagination}<footer><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">previous page</a>{block:nextpage}/{/block:nextpage}{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next page</a>{/block:NextPage}</div>{block:ifinfinitescroll}{block:ifmanualload}<div id="more"><a style="cursor:help;" class="load">load more</a></div>{/block:ifmanualload}{/block:ifinfinitescroll}</footer>{/block:Pagination}
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="https://code.jquery.com/ui/1.10.4/jquery-ui.js"></script><script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script><script src="//static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script>
- $(document).ready(function() {
- $('body').tooltip({
- track:true
- });
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '2px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- $('iframe.tumblr_audio_player').each(function(){
- var audio = $(this).attr('src')
- $(this).attr('src', audio + '&color=transparent');
- });
- });
- </script>
- {block:indexpage}{block:ifinfinitescroll}
- <script src="//static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- <script>
- $(document).ready(function() {
- var $container = $('section');
- $container.infinitescroll({
- itemSelector: 'article',
- navSelector: '#pagination',
- nextSelector: '#pagination a',
- loadingImg: '',
- loadingText: '<em></em>',
- errorCallback: function(){ $('.load').text('no more posts').parent().delay(4000).slideUp(400); },
- bufferPx: 3000
- },
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '2px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- $newElems.find('iframe.tumblr_audio_player').each(function(){
- var audio = $(this).attr('src')
- $(this).attr('src', audio + '&color=transparent');
- });
- resizeVideos();
- });
- {block:ifmanualload}
- $(window).unbind('.infscr');
- $('.load').click(function(){
- $(this).parent().fadeTo("400", 0);
- $('section').delay(400).infinitescroll('retrieve').parent('body').find('.load').parent().delay(400).fadeTo("400", 1); return false;
- });
- {/block:ifmanualload}
- });
- </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="http://sorrism.tumblr.com">@</a>
- </body></html>
Add Comment
Please, Sign In to add comment