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>
- <!--
- tuesday @ 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="#fbfbfb"/>
- <meta name="color:post border" content="#f3f3f3"/>
- <meta name="color:post bg" content="#ffffff"/>
- <meta name="color:text" content="#8f8f8f"/>
- <meta name="color:bold" content="#555555"/>
- <meta name="color:blockquote border" content="#ededed"/>
- <meta name="color:link border" content="#ededed"/>
- <meta name="color:link hover" content="#8f8f8f"/>
- <meta name="color:link border hover" content="#cccccc"/>
- <meta name="color:post title" content="#9f9f9f"/>
- <meta name="color:post title bg" content="#f8f8f8"/>
- <meta name="color:post info" content="#bebebe"/>
- <meta name="color:scrollbar" content="#dcdcdc"/>
- <meta name="select:post width" content="200" title="200"/>
- <meta name="select:post width" content="250" title="250"/>
- <meta name="select:post width" content="300" title="300"/>
- <meta name="select:post width" content="350" title="350"/>
- <meta name="select:post width" content="400" title="400"/>
- <meta name="if:one column" content="0"/>
- <meta name="if:horizontal scroll" content="0"/>
- <meta name="if:inline captions" content="1"/>
- <meta name="if:hover captions" content="1"/>
- <meta name="if:show captions" content="1"/>
- <meta name="if:show tags" content="1"/>
- <meta name="if:letter spacing" content="1"/>
- <meta name="if:tile background" content="1"/>
- <meta name="if:infinite scroll" content="1"/>
- <meta name="text:font size" content=""/>
- <meta name="text:font family" content=""/>
- <meta name="text:secondary font family" content=""/>
- <meta name="text:home link" content="home"/>
- <meta name="text:archive link" content="past"/>
- <meta name="text:ask link" content="mssg"/>
- <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=""/>
- <style type="text/css">
- /* basic styles */
- ::-webkit-scrollbar {
- width:2px;
- height:2px;
- }
- ::-webkit-scrollbar,
- ::-webkit-scrollbar-track {
- background-color:inherit;
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:scrollbar};
- }
- body {
- margin:0px;
- font-family:'trebuchet ms', 'helvetica neue', arial, sans-serif;
- font-size:9px;
- line-height:1.5em;
- word-wrap:break-word;
- -moz-font-smoothing:subpixel-antialiased;
- -webkit-font-smoothing:subpixel-antialiased;
- font-smoothing:subpixel-antialiased;
- color:{color:text};
- font-family:{text:font family}, 'helvetica neue', arial, sans-serif;
- font-size:{text:font size}px;
- background-color:{color:background};
- {block:ifLetterSpacing}letter-spacing:1px;{/block:ifLetterSpacing}
- background-color:{color:background};
- {block:ifBackgroundImage}background-image:url('{image:background}');{/block:ifBackgroundImage}
- {block:ifNotTileBackground}background-size:cover;{/block:ifNotTileBackground}
- }
- blockquote, ol, ul, p, pre {
- margin-top:5px;
- margin-bottom:5px;
- }
- blockquote {
- margin-left:10px;
- padding-left:5px;
- border-left:1px solid {color:blockquote border};
- margin-right:0px;
- }
- pre {
- white-space:normal;
- font-family:consolas, 'courier new', courier, monospace;
- letter-spacing:0px;
- }
- img {
- border:0px;
- }
- a {
- color:inherit;
- text-decoration:none;
- transition:color .25s linear, border-color .25s linear;
- }
- a:hover {
- color:{color:link hover};
- }
- ol, ul {
- padding-left:2.5em;
- }
- strong, b {
- font-weight:normal;
- color:{color:bold};
- }
- small, sub {
- font-size:1em;
- vertical-align:baseline;
- }
- h1, h2, h3, h4, h5, h6 {
- font-size:1em;
- font-weight:normal;
- }
- /* header */
- header {
- padding:10px;
- text-align:;
- position:fixed;
- top:0px;
- left:0px;
- right:0px;
- z-index:100;
- line-height:0;
- border-bottom:1px solid {color:post border};
- background-color:{color:post bg};
- }
- header .title,
- header .right {
- margin:0px;
- padding:10px;
- line-height:15px;
- vertical-align:middle;
- display:inline-block;
- }
- header .title {
- padding:15px 15px 15px 20px;
- font-style:italic;
- font-size:8px;
- font-family:consolas, 'trebuchet ms', sans-serif;
- font-family:{text:secondary font family}, consolas, 'trebuchet ms', sans-serif;
- line-height:15px;
- letter-spacing:5px;
- text-transform:uppercase;
- background-color:{color:post title bg};
- color:{color:post title};
- }
- header .title:hover {
- color:{color:post title};
- }
- header .right {
- max-width:50%;
- box-sizing:border-box;
- }
- header .desc {
- max-width:100%;
- max-height:15px;
- overflow:hidden;
- }
- header nav {
- font-size:8px;
- font-family:consolas, 'trebuchet ms', sans-serif;
- font-family:{text:secondary font family}, consolas, 'trebuchet ms', sans-serif;
- line-height:17px;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:post info};
- }
- nav .sp {
- display:inline-block;
- width:5px;
- }
- /* container */
- #main {
- margin:84px 10px 30px;
- overflow:hidden;
- {block:ifNotInfiniteScroll}margin-bottom:65px;{/block:ifNotInfiniteScroll}
- }
- /* posts */
- #content {
- width:212px;
- margin:0 auto;
- }
- .entry {
- float:left;
- margin:10px;
- width:200px;
- position:relative;
- overflow:hidden;
- padding:5px;
- border:1px solid {color:post border};
- background-color:{color:post bg};
- {block:IndexPage}{block:ifNotOneColumn}{block:ifNotHorizontalScroll}
- opacity:0;
- z-index:-1;
- {/block:ifNotHorizontalScroll}{/block:ifNotOneColumn}{/block:IndexPage}
- }
- .post {
- position:relative;
- }
- .post img {
- max-width:100%;
- height:auto;
- }
- /* one column */
- .o #content {
- margin-top:100px;
- }
- .o .entry {
- margin-bottom:100px;
- }
- /* horizontal scroll */
- .h #main {
- margin:74px 20px 20px;
- width:100%!important;
- }
- .h #content {
- margin-top:20px;
- margin-right:-200000000px;
- display:inline;
- float:left;
- position:absolute;
- width:auto;
- }
- .h .entry {
- display:inline-block;
- }
- .o.h .entry {
- margin-bottom:20px;
- }
- /* 250px option */
- .w250 #content {
- width:262px;
- }
- .w250 .entry {
- width:250px;
- }
- /* 300px option */
- .w300 #content {
- width:312px;
- }
- .w300 .entry {
- width:300px;
- }
- /* 350px option */
- .w350 #content {
- width:362px;
- }
- .w350 .entry {
- width:350px;
- }
- /* 400px option */
- .w400 #content {
- width:412px;
- }
- .w400 .entry {
- width:400px;
- }
- /* post info */
- .date,
- .tagged {
- font-size:8px;
- font-family:consolas, 'trebuchet ms', sans-serif;
- font-family:{text:secondary font family}, consolas, 'trebuchet ms', sans-serif;
- line-height:14px;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:post info};
- }
- .date {
- padding-bottom:5px;
- border-bottom:1px solid {color:post border};
- }
- .date a {
- padding:3px;
- line-height:8px;
- display:inline;
- }
- .date a:last-child {
- float:right;
- }
- .tagged {
- padding:5px 3px 0px 3px;
- border-top:1px solid {color:post border};
- {block:ifNotShowTags}display:none;{/block:ifNotShowTags}
- }
- .tagged a {
- padding:3px 0px;
- line-height:8px;
- display:inline;
- }
- .tagged a {
- margin-right:.75em;
- }
- /* post titles */
- .post > h1,
- .quote,
- .question {
- padding:8px;
- margin:0;
- font-size:8px;
- font-family:consolas, 'trebuchet ms', sans-serif;
- font-family:{text:secondary font family}, consolas, 'trebuchet ms', sans-serif;
- line-height:14px;
- letter-spacing:1px;
- text-transform:uppercase;
- background-color:{color:post title bg};
- color:{color:post title};
- }
- .post > h1 a:hover,
- .question a:hover {
- color:{color:post title};
- }
- /* text and captions */
- .caption,
- .body,
- .source {
- padding:15px;
- }
- .caption a,
- .body a,
- .source a {
- border-bottom:1px solid {color:link border};
- }
- .caption a:hover,
- .body a:hover,
- .source a:hover {
- border-color:{color:link border hover};
- }
- .caption *:first-child,
- .body *:first-child,
- .source *:first-child {
- margin-top:0px;
- }
- .caption *:last-child,
- .body *:last-child,
- .source *:last-child {
- margin-bottom:0px;
- }
- .caption {
- margin-bottom:-5px;
- background-color:{color:post bg};
- {block:IndexPage}{block:ifNotShowCaptions}display:none;{/block:ifNotShowCaptions}{/block:IndexPage}
- }
- .t .caption {
- margin-bottom:0;
- }
- .source {
- text-align:right;
- }
- /* inline captions */
- .il.caption {
- font-size:0;
- line-height:0;
- }
- .il.caption * {
- display:inline;
- margin:0;
- padding:0;
- }
- .il.caption blockquote {
- border:0;
- }
- .il.caption > * {
- font-size:9px;
- line-height:1.6em;
- font-size:{text:font size}px;
- }
- .il.caption p {
- margin-right:.25em!important;
- }
- /* hover captions */
- .hc.nest {
- position:absolute;
- top:0px;
- right:0px;
- bottom:0px;
- left:0px;
- }
- .hc .caption {
- position:absolute;
- width:100%;
- max-height:100%;
- overflow:auto;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- bottom:0px;
- margin:0;
- opacity:0;
- transition:opacity .25s linear;
- }
- .entry:hover .hc .caption {
- opacity:.93;
- }
- /* photos and videos */
- .media {
- opacity:.87;
- }
- .media img,
- .media .photoset {
- display:block;
- max-width:100%;
- margin:0px auto;
- }
- .video iframe,
- .video .tumblr_video_container {
- display:block;
- max-width:100%;
- max-height:{select:post width}px;
- }
- .video #youtube_iframe {
- display:block;
- max-width:100%;
- max-height:calc({select:post width}px * 0.67);
- }
- .video .instagram-media {
- max-height:none!important;
- box-shadow:none!important;
- }
- /* chat posts */
- .chat .line {
- font-size:8px;
- font-family:consolas, 'trebuchet ms', sans-serif;
- font-family:{text:secondary font family}, consolas, 'trebuchet ms', sans-serif;
- line-height:14px;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- .chat .label {
- margin-right:.5em;
- }
- /* audio posts */
- .audiowrap {
- position:relative;
- height:43px;
- overflow:hidden;
- background-color:{color:post title bg};
- color:{color:post title};
- }
- .albumart {
- position:relative;
- display:inline-block;
- width:43px;
- height:43px;
- background-size:cover;
- opacity:.93;
- }
- .audio {
- position:absolute;
- display:inline-block;
- left:0px;
- top:0px;
- right:0px;
- bottom:0px;
- text-align:left;
- }
- .audio .player {
- width:27px;
- height:27px;
- left:8px;
- top:8px;
- overflow:hidden;
- position:absolute;
- opacity:.75;
- }
- .audio .track {
- position:absolute;
- top:8px;
- left:51px;
- right:8px;
- bottom:8px;
- overflow:hidden;
- font-size:8px;
- font-family:consolas, 'trebuchet ms', sans-serif;
- font-family:{text:secondary font family}, consolas, 'trebuchet ms', sans-serif;
- line-height:14px;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- .audio .track i {
- font-style:normal;
- display:block;
- position:relative;
- width:100%;
- height:14px;
- overflow:hidden;
- }
- /* post notes */
- .n .body {
- max-height:250px;
- overflow:auto;
- }
- .n .body::-webkit-scrollbar {
- width:1px;
- height:1px;
- }
- .notes {
- list-style-type:none;
- padding:0;
- margin:0;
- }
- .post .notes a {
- border:0;
- }
- .notes img {
- display:none;
- }
- /* pagination */
- footer {
- position:fixed;
- bottom:0px;
- left:0px;
- right:0px;
- padding:10px;
- font-size:8px;
- font-family:consolas, 'trebuchet ms', sans-serif;
- font-family:{text:secondary font family}, consolas, 'trebuchet ms', sans-serif;
- line-height:14px;
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:center;
- border-top:1px solid {color:post border};
- background-color:{color:post bg};
- color:{color:post info};
- {block:ifInfiniteScroll}display:none;{/block:ifInfiniteScroll}
- }
- footer .sp {
- display:inline-block;
- width:5px;
- }
- #theme {
- position:fixed;
- display:inline-block;
- bottom:10px;
- right:10px;
- z-index:999;
- padding:5px;
- line-height:1em;
- font-size:8px;
- font-family:consolas, 'trebuchet ms', sans-serif;
- font-family:{text:secondary font family}, consolas, 'trebuchet ms', sans-serif;
- text-transform:uppercase;
- color:{color:post info};
- background-color:{color:post bg};
- }
- #infscr-loading {
- display:none!important;
- }
- #tumblr_controls, .tmblr-iframe {
- position:fixed!important;
- opacity:.67!important;
- -webkit-filter:invert(100%);
- -webkit-backface-visibility:hidden;
- -moz-box-sizing:content-box;
- box-sizing:content-box;
- padding:22px;
- z-index:9999999999999!important;
- }
- #tumblr_lightbox, .tmblr-lightbox {
- background-color:rgba({RGBcolor:background},.98)!important;
- }
- #vignette, .vignette {
- opacity:0;
- }
- #tumblr_lightbox img, .lightbox-image {
- box-shadow:none!important;
- border-radius:0!important;
- max-width:none;
- }
- #tumblr_lightbox_caption, .lightbox-caption {
- visibility:hidden;
- }
- </style>
- <link href="http://static.tumblr.com/qudkd6d/wHJnkfyua/style.css" rel="stylesheet" type="text/css"/>
- </head>
- <body class="{block:IndexPage}w{select:post width}{/block:IndexPage}{block:PermalinkPage}w400{/block:PermalinkPage}{block:ifOneColumn} o{/block:ifOneColumn}{block:ifHorizontalScroll} h{/block:ifHorizontalScroll}">
- <header><!-- header -->
- <a href="/" class="title">{Title}</a><div class="right"><div class="desc">{Description}</div><nav>{block:ifHomeLink}<a href="/">{text:home link}</a><i class="sp"></i>{/block:ifHomeLink}{block:ifArchiveLink}<a href="/archive">{text:archive link}</a><i class="sp"></i>{/block:ifArchiveLink}{block:ifAskLink}<a href="/ask">{text:ask link}</a><i class="sp"></i>{/block:ifAskLink}{block:HasPages}{block:Pages}<a href="{URL}">{Label}</a><i class="sp"></i>{/block:Pages}{/block:HasPages}{block:ifLink1}<a href="{text:link 1 url}">{text:link 1}</a><i class="sp"></i>{/block:ifLink1}{block:ifLink2}<a href="{text:link 2 url}">{text:link 2}</a><i class="sp"></i>{/block:ifLink2}{block:ifLink3}<a href="{text:link 3 url}">{text:link 3}</a><i class="sp"></i>{/block:ifLink3}{block:ifLink4}<a href="{text:link 4 url}">{text:link 4}</a><i class="sp"></i>{/block:ifLink4}{block:ifLink5}<a href="{text:link 5 url}">{text:link 5}</a><i class="sp"></i>{/block:ifLink5}{block:ifLink6}<a href="{text:link 6 url}">{text:link 6}</a><i class="sp"></i>{/block:ifLink6}</nav></div>
- </header>
- <div id="main"><!-- container -->
- <div id="content"><!-- posts -->
- {block:Posts}
- <article class="entry">
- {block:Date}<!-- post info --><div class="date"><a href="{Permalink}" class="permalink">{ShortMonth} {DayOfMonth} ({NoteCount})</a><a href="{ReblogURL}" class="reblog">R</a></div>{/block:Date}
- <div class="post">
- {block:Answer}<!-- answer --><div class="ask"><div class="question">{Asker}: {Question}</div></div><div class="answer body">{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">{block:AudioPlayer}<div class="player">{AudioPlayerWhite}</div>{/block:AudioPlayer}<div class="track">{block:TrackName}<i>Track: {TrackName}</i>{/block:TrackName}{block:Artist}<i>Artist: {Artist}</i>{/block:Artist}</div></div></div>{/block:Audio}{block:Chat}<!-- chat -->{block:Title}<h1>{Title}</h1>{/block:Title}<div class="chat body">{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><a href="{URL}">{Name}</a></h1>{block:Description}<div class="body">{Description}</div>{/block:Description}{/block:Link}{block:Photo}<!-- photo --><div class="media">{LinkOpenTag}<img src="{PhotoURL-500}"/>{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 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></div>{/block:Photoset}{block:Quote}<!-- quote --><div class="quote">{Quote}</div>{block:Source}<div class="source">{Source}</div>{/block:Source}{/block:Quote}{block:Text}<!-- text -->{block:Title}<h1>{Title}</h1>{/block:Title}<div class="body">{Body}</div>{/block:Text}{block:Video}<!-- video --><div class="media video">{Video-500}</div>{/block:Video}
- <!-- {block:ContentSource} {SourceURL} {/block:ContentSource} {block:RebloggedFrom} {ReblogRootURL} {ReblogParentURL} {/block:RebloggedFrom} -->
- {block:Caption}<div class="nest{block:ifHoverCaptions}{block:Photo} hc{/block:Photo}{block:Photoset} hc{/block:Photoset}{/block:ifHoverCaptions}{block:HasTags} t{/block:HasTags}"><div class="caption{block:ifInlineCaptions} il{/block:ifInlineCaptions}">{Caption}</div></div>{/block:Caption}
- </div>
- {block:HasTags}<div class="tagged">{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </article>
- {block:PostNotes}<!-- post notes --><article class="entry n"><div class="post"><h1>Notes</h1><div class="body">{PostNotes}</div></div></article>{/block:PostNotes}
- {/block:Posts}
- </div>
- </div>
- {block:Pagination}<footer class="pagination">{block:PreviousPage}<a class="back" href="{PreviousPage}">back</a>{block:NextPage} — {/block:NextPage}{/block:PreviousPage}{block:NextPage}<a class="next" href="{NextPage}">next</a>{/block:NextPage}</footer>{/block:Pagination}
- <a href="http://shythemes.tumblr.com" id="theme" class="accent" title="theme">k.</a>
- <script src="//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>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: 'false',
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- {block:IndexPage}
- {block:ifNotOneColumn}<script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>{/block:ifNotOneColumn}
- {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:ifNotOneColumn}
- $container.masonry({
- itemSelector: '.entry',
- columnWidth: {select:post width} + 32,
- isFitWidth: true
- });
- $container.imagesLoaded(function(){
- $container.masonry();
- });
- $(window).resize(function(){
- $container.masonry();
- });
- {/block:ifNotOneColumn}
- $('.entry').animate({ opacity: 1, zIndex: 10 });
- {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: '3px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- {block:ifNotOneColumn}
- },
- function(){
- $container.masonry();
- });
- $newElems.imagesLoaded(function(){
- $container.masonry( 'appended', $newElems );
- $newElems.animate({ opacity: 1, zIndex: 1 });
- });
- {/block:ifNotOneColumn}
- {block:ifOneColumn}
- });
- $newElems.animate({ opacity: 1, zIndex: 1 });
- {/block:ifOneColumn}
- });
- {/block:ifInfiniteScroll}
- });
- </script>
- {/block:IndexPage}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement