Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <!--
- linear @ shythemes
- -->
- <title>{Title}</title>
- <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
- <link rel="shortcut icon" href="{Favicon}"/>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name="image:background" content=""/>
- <meta name="color:background" content="#f9f9f9"/>
- <meta name="color:text" content="#7f7f7f"/>
- <meta name="color:border" content="#ededed"/>
- <meta name="color:content bg" content="#ffffff"/>
- <meta name="color:accent" content="#adadad"/>
- <meta name="color:accent bg" content="#fafafa"/>
- <meta name="color:accent border" content="#ededed"/>
- <meta name="color:bold" content="#6a6a6a"/>
- <meta name="color:link" content="#adadad"/>
- <meta name="color:link hover" content="#6a6a6a"/>
- <meta name="color:post info" content="#adadad"/>
- <meta name="color:scrollbar" content="#dcdcdc"/>
- <meta name="select:post width" content="300" title="300px"/>
- <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="490" title="500px"/>
- <meta name="select:body font" content="lato" title="lato"/>
- <meta name="select:body font" content="open-sans" title="open sans"/>
- <meta name="select:body font" content="droid-sans" title="droid sans"/>
- <meta name="select:body font" content="pt-sans" title="pt sans"/>
- <meta name="select:body font" content="pt-serif" title="pt serif"/>
- <meta name="select:body font" content="lora" title="lora"/>
- <meta name="if:show avatar" content="1"/>
- <meta name="if:show title" content="1"/>
- <meta name="if:show description" content="1"/>
- <meta name="if:show captions" content="1"/>
- <meta name="if:show reblog" content="1"/>
- <meta name="if:show tags" content="1"/>
- <meta name="if:tile background" content="1"/>
- <meta name="if:letter spacing" content="0"/>
- <meta name="if:infinite scroll" content="1"/>
- <meta name="text:home link" content="home"/>
- <meta name="text:archive link" content="archive"/>
- <meta name="text:ask link" content="ask"/>
- <meta name="text:link 1" content=""/>
- <meta name="text:link 1 url" content=""/>
- <meta name="text:link 2" content=""/>
- <meta name="text:link 2 url" content=""/>
- <meta name="text:link 3" content=""/>
- <meta name="text:link 3 url" content=""/>
- <meta name="text:link 4" content=""/>
- <meta name="text:link 4 url" content=""/>
- <meta name="text:link 5" content=""/>
- <meta name="text:link 5 url" content=""/>
- <meta name="text:link 6" content=""/>
- <meta name="text:link 6 url" content=""/>
- <script src="//use.edgefonts.net/{select:body font}:n4,i4;inconsolata:n5.js"></script>
- <link href="http://static.tumblr.com/fwgzvyf/9EEnzvxdr/k.css" rel="stylesheet" type="text/css"/>
- <style type="text/css">
- /* basic styles */
- ::-webkit-scrollbar {
- width:4px;
- height:4px;
- }
- ::-webkit-scrollbar,
- ::-webkit-scrollbar-track {
- background-color:{color:background};
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};
- }
- body {
- font-size:9px;
- font-family:{select:body font}, 'trebuchet ms', sans-serif;
- line-height:15px;
- {block:ifLetterSpacing}letter-spacing:1px;{/block:ifLetterSpacing}
- color:{color:text};
- background-color:{color:background};
- {block:ifBackgroundImage}
- background-image:url({image:background});
- background-attachment:fixed;
- {block:ifNotTileBackground}background-size:cover;{/block:ifNotTileBackground}
- {/block:ifBackgroundImage}
- }
- a {
- -webkit-transition:all .3s ease-in-out;
- transition:all .3s ease-in-out;
- }
- blockquote {
- padding:0 1.5em;
- margin:0 0 0 1.5em;
- border-left:1px solid {color:accent border};
- }
- pre {
- font-family:consolas, inconsolata, monospace;
- }
- ol, ul {
- padding-left:3em;
- }
- b, strong {
- font-weight:400;
- color:{color:bold};
- }
- a b, a strong {
- color:inherit;
- }
- blockquote, ol, ul, p, pre {
- margin-top:1em;
- margin-bottom:1em;
- }
- /* accents */
- .accent {
- font-size:7px;
- font-family:'trebuchet ms', {select:body font}, sans-serif;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:post info};
- }
- .block {
- padding:1em 1.25em;
- border-right:1px solid {color:accent border};
- border-bottom:1px solid {color:accent border};
- background-color:{color:accent bg};
- color:{color:accent};
- }
- .title {
- font-size:1.2em;
- font-family:{select:body font}, 'trebuchet ms', sans-serif;
- line-height:inherit;
- text-transform:uppercase;
- letter-spacing:1px;
- margin-bottom:.83em;
- color:{color:bold};
- }
- ul {
- position:relative;
- font-size:7px;
- font-family:'trebuchet ms', {select:body font}, sans-serif;
- letter-spacing:1px;
- text-transform:uppercase;
- border:0!important;
- color:{color:post info};
- }
- ul, .notes {
- list-style-type:none;
- }
- ul li, .notes li {
- position:relative;
- }
- ul li::before, .notes li::before, .question > .asker::before {
- content:" ";
- display:inline-block;
- position:absolute;
- left:-2em;
- top:1em;
- width:1em;
- height:1px;
- background-color:{color:border};
- }
- /* container */
- #main {
- margin:0 auto;
- padding:150px;
- min-height:calc(100% - 300px);
- text-align:center;
- width:{select:post width}px;
- background-color:{color:content bg};
- }
- /* header/sidebar */
- aside {
- margin:0 auto;
- width:133px;
- }
- aside .avatar {
- display:block;
- width:32px;
- height:32px;
- margin:0 auto 1.75em;
- border-radius:3px;
- overflow:hidden;
- }
- aside .avatar.circle {
- border-radius:16px;
- }
- aside .desc {
- margin-bottom:1em;
- }
- aside hr {
- margin:1em 0;
- height:1px;
- background-color:{color:border};
- }
- aside nav a {
- padding:0 .25em;
- display:inline-block;
- }
- aside nav a::after {
- content:"";
- display:inline-block;
- width:.25em;
- }
- aside nav a:last-child::after {
- width:0;
- }
- /* posts */
- #content {
- text-align:left;
- }
- .entry {
- position:relative;
- margin:150px 0;
- }
- .entry:last-of-type {
- margin-bottom:0;
- }
- .post {
- position:relative;
- }
- /* info */
- .info {
- position:absolute;
- top:0;
- bottom:0;
- left:100%;
- width:calc(150px - 3.5em);
- margin:0 0 0 1.75em;
- color:{color:post info};
- background-color:transparent;
- border-right:0 solid {color:border};
- -webkit-transition:opacity .5s ease-in-out;
- transition:opacity .5s ease-in-out;
- {block:IndexPage}opacity:0;{/block:IndexPage}
- }
- .entry:hover .info {
- opacity:1;
- }
- .info hr {
- margin:1em 1px;
- height:1px;
- border-left:3em solid {color:border};
- }
- .tags {
- {block:IndexPage}
- -webkit-transition:opacity .5s ease-in-out 0s;
- transition:opacity .5s ease-in-out 0s;
- opacity:0;
- {block:ifNotShowTags}display:none;{/block:ifNotShowTags}
- {/block:IndexPage}
- }
- .entry:hover .tags {
- -webkit-transition-delay:.25s;
- transition-delay:.25s;
- opacity:1;
- }
- .tags .comma {
- font-style:inherit;
- }
- .tags .comma:last-of-type {
- display:none;
- }
- /* post titles */
- .quote, .question {
- position:relative;
- }
- .question {
- overflow:auto;
- }
- .question > .asker {
- margin-left:4em;
- position:relative;
- font-style:inherit;
- float:right;
- }
- .question > .asker::before {
- width:2em;
- left:-3em;
- background-color:{color:accent border};
- }
- /* text and captions */
- .text a {
- position:relative;
- line-height:initial;
- display:inline-block;
- vertical-align:baseline;
- color:{color:link};
- border-bottom:1px solid {color:border};
- }
- .text a::before {
- content:"";
- position:absolute;
- bottom:-1px;
- left:50%;
- right:50%;
- height:1px;
- z-index:1;
- opacity:.75;
- background-color:{color:link hover};
- -webkit-transition:all .3s ease-in-out;
- transition:all .3s ease-in-out;
- }
- .text a:hover {
- color:{color:link hover};
- border-color:transparent;
- }
- .text a:hover::before {
- left:0;
- right:0;
- }
- .text a:hover::after {
- opacity:0;
- }
- .answer, .source {
- padding:1.75em 1.75em 0;
- }
- .caption {
- padding:1.75em 1.75em 0;
- {block:IndexPage}{block:ifNotShowCaptions}display:none;{/block:ifNotShowCaptions}{/block:IndexPage}
- }
- /* chat posts */
- .chat .label {
- margin-right:.5em;
- }
- /* audio posts */
- .audiowrap {
- position:relative;
- padding:5px;
- height:27px;
- overflow:hidden;
- line-height:0;
- text-align:left;
- background-color:{color:accent bg};
- }
- .albumart {
- position:relative;
- z-index:1;
- display:inline-block;
- width:27px;
- height:27px;
- opacity:.9;
- background-size:cover;
- }
- .audio {
- position:absolute;
- display:inline-block;
- left:0px;
- top:0px;
- right:0px;
- bottom:0px;
- text-align:left;
- }
- .audio .player {
- width:27px;
- height:27px;
- left:37px;
- top:5px;
- opacity:.9;
- overflow:hidden;
- position:absolute;
- }
- .audio .track {
- overflow:hidden;
- position:absolute;
- top:0;
- left:67px;
- right:0;
- bottom:0;
- padding:5px;
- line-height:27px!important;
- background-color:{color:caption bg};
- }
- /* photos and videos */
- .media {
- overflow:hidden;
- }
- /* pagination */
- .pagination {
- margin-top:150px;
- {block:ifInfiniteScroll}display:none;{/block:ifInfiniteScroll}
- }
- .pagination hr {
- display:inline-block;
- vertical-align:middle;
- margin:0 .75em;
- width:1em;
- height:1px;
- background-color:{color:border};
- }
- /* post notes */
- .notes {
- margin:0;
- list-style-type:none;
- }
- .notes a {
- border:0;
- text-decoration:none;
- color:inherit;
- }
- .notes img {
- display:none;
- }
- .notes li blockquote {
- margin:.75em;
- }
- /* etc */
- #stt {
- text-align:center;
- display:block;
- position:fixed;
- left:calc(50% - {select:post width}px/2 - 150px);
- bottom:50px;
- opacity:0;
- width:150px;
- }
- #stt.s {
- opacity:1;
- }
- #theme {
- background-color:{color:content bg};
- color:{color:post info};
- }
- #tumblr_lightbox, .tmblr-lightbox {
- background-color:rgba({RGBcolor:accent bg},.9)!important;
- }
- </style>
- <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '5px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- {block:ifInfiniteScroll}
- $('#stt').click(function(){
- $('html,body').animate({ scrollTop: 0 }, 1000);
- return false
- });
- $(document).scroll(function(){
- var t = $(document).scrollTop();
- if (t > 1000) $('#stt').addClass('s');
- else $('#stt').removeClass('s');
- });
- {/block:ifInfiniteScroll}
- });
- </script>
- </head>
- <body>
- <div id="main">
- <aside class="accent"><!-- sidebar -->
- {block:ifShowAvatar}<a href="/" class="avatar {AvatarShape}"><img src="{PortraitURL-64}"/></a>{/block:ifShowAvatar}
- {block:ifShowTitle}<div class="title"><a href="/">{Title}</a></div>{/block:ifShowTitle}
- {block:ifShowDescription}<div class="desc">{Description}</div>{/block:ifShowDescription}
- <hr/><nav><!-- navigation -->{block:ifHomeLink}<a href="/">{text:home link}</a> {/block:ifHomeLink}{block:ifArchiveLink}<a href="/archive">{text:archive link}</a> {/block:ifArchiveLink}{block:ifAskLink}<a href="/ask">{text:ask link}</a> {/block:ifAskLink}{block:HasPages}{block:Pages}<a href="{URL}">{Label}</a> {/block:Pages}{/block:HasPages}{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:ifLink4}<a href="{text:link 4 url}">{text:link 4}</a> {/block:ifLink4}{block:ifLink5}<a href="{text:link 5 url}">{text:link 5}</a> {/block:ifLink5}{block:ifLink6}<a href="{text:link 6 url}">{text:link 6}</a> {/block:ifLink6}</ol></nav>
- </aside>
- <div id="content"><!-- posts -->
- {block:Posts}
- <article class="entry">
- <div class="post">
- {block:Answer}<!-- answer --><div class="question accent block">{Question}<i class="asker">{Asker}</i></div><div class="answer text">{Answer}</div>{/block:Answer}{block:Audio}<!-- audio --><div class="audiowrap"><div class="albumart" style="{block:AlbumArt}background-image:url({AlbumArtURL});{/block:AlbumArt}"></div><div class="audio accent block">{block:AudioPlayer}<div class="player">{AudioPlayerWhite}</div>{/block:AudioPlayer}<div class="track">{block:Artist}{Artist}{block:TrackName} — {/block:TrackName}{/block:Artist}{block:TrackName}{TrackName}{/block:TrackName}</div></div></div>{/block:Audio}{block:Chat}<!-- c h a t -->{block:Title}<h1 class="title">{Title}</h1>{/block:Title}<div class="chat text accent">{block:Lines}<div class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</div>{/block:Lines}</div>{/block:Chat}{block:Link}<!-- link --><h1 class="title"><a href="{URL}">{Name}</a></h1>{block:Description}<div class="text">{Description}</div>{/block:Description}{/block:Link}{block:Photo}<!-- photo --><div class="media">{LinkOpenTag}<img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}"/>{LinkCloseTag}</div>{/block:Photo}{block:Photoset}<!-- photoset --><div class="media"><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></div>{/block:Photoset}{block:Quote}<!-- quote --><div class="quote accent block">{Quote}</div>{block:Source}<div class="source text">{Source}</div>{/block:Source}{/block:Quote}{block:Text}<!-- text -->{block:Title}<h1 class="title">{Title}</h1>{/block:Title}<div class="text">{Body}</div>{/block:Text}{block:Video}<!-- v i d e o --><div class="media video">{Video-500}</div>{/block:Video}
- {block:Caption}<!-- caption --><div class="caption text">{Caption}</div>{/block:Caption}
- </div>
- {block:Date}<!-- date --><div class="info accent">
- <a href="{Permalink}">{12Hour}.{Minutes} {AmPm}</a>
- {block:IndexPage}
- {block:ifShowReblog}<br/><a href="{ReblogURL}" class="reblog">reblog</a>{/block:ifShowReblog}{block:ifNotShowReblog}{block:NoteCount}<br/><a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{/block:ifNotShowReblog}
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:RebloggedFrom}<br/><a href="{ReblogParentURL}" class="rf">via {ReblogParentName}</a>{block:ContentSource} / <a href="{ReblogRootURL}" class="src">src</a>{/block:ContentSource}{/block:RebloggedFrom}
- {/block:PermalinkPage}
- <hr/>
- {block:HasTags}<!-- tags --><div class="tags">{block:Tags}<a href="{TagURL}">{Tag}</a><i class="comma">, </i>{/block:Tags}</div>{/block:HasTags}
- </div>{/block:Date}
- </article>
- {block:PostNotes}<!-- post notes --><article id="notes" class="entry"><div class="post"><h1 class="title">Notes</h1><div class="accent">{PostNotes}</div></div></article>{/block:PostNotes}
- {/block:Posts}
- <!-- {block:ContentSource}{SourceURL} {/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL} {ReblogParentURL}{/block:RebloggedFrom} -->
- </div><!-- end #content -->
- {block:Pagination}<!-- pagination --><div class="pagination accent">{block:PreviousPage}<a class="back" href="{PreviousPage}">{lang:Newer}</a>{block:NextPage}<hr/>{/block:NextPage}{/block:PreviousPage}{block:NextPage}<a class="next" href="{NextPage}">{lang:Older}</a>{/block:NextPage}</div>{/block:Pagination}
- {block:ifInfiniteScroll}<a id="stt" href="#" class="accent">scroll to top</a>{/block:ifInfiniteScroll}
- </div><!-- end #main -->
- <a href="http://shythemes.tumblr.com" id="theme" class="accent" title="theme">k.</a>
- {block:IndexPage}
- {block:ifInfiniteScroll}<script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>{/block:ifInfiniteScroll}
- <script>
- $(document).ready(function(){
- var $container = $('#content');
- {block:ifInfiniteScroll}
- $container.infinitescroll({
- itemSelector: '.entry',
- navSelector: '.pagination',
- nextSelector: '.next',
- loadingImg: '',
- loadingText: '<em></em>',
- bufferPx: 2000
- },
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '5px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- resizeVideos();
- });
- {/block:ifInfiniteScroll}
- });
- </script>
- {/block:IndexPage}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement