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>
- <!--
- myth @ 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="viewport" content="width=device-width, initial-scale=1">
- <meta name="image:sidebar" content="">
- <meta name="if:bigger posts" content="0">
- <meta name="if:show title" content="1">
- <meta name="if:show captions" content="1">
- <meta name="if:show tags" content="1">
- <meta name="if:show album art" content="1">
- <meta name="if:show note count" content="1">
- <meta name="if:justify text" content="1">
- <meta name="if:infinite scroll" content="0">
- <meta name="text:home link" content="">
- <meta name="text:archive link" content="archive">
- <meta name="text:ask link" content="message">
- <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/source-serif-pro;lato.js"></script>
- <style type="text/css">
- /* general */
- body {
- margin:0;
- font-size:9px;
- font-family:source-serif-pro, georgia, serif;
- line-height:14px;
- word-break:break-word;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- color:rgb(55,55,55);
- background:rgb(255,255,255);
- {block:ifJustifyText}text-align:justify;{/block:ifJustifyText}
- }
- a {
- color:inherit;
- text-decoration:none;
- -webkit-transition:all .4s ease-out;
- transition:all .4s ease-out;
- }
- a:hover {
- color:rgb(0,0,0)!important;
- }
- small, sub {
- font-size:inherit;
- vertical-align:baseline;
- }
- blockquote, ol, ul, li, p, pre {
- margin:0 0 10px;
- }
- .text figure, .text img {
- margin:0 0 12px;
- }
- h1, h2, h3, h4, h5, h6 {
- margin:0;
- font-size:inherit;
- font-weight:inherit;
- }
- ol, ul {
- list-style:none;
- padding:0;
- }
- pre {
- white-space:normal;
- }
- img {
- border:0;
- max-width:100%;
- height:auto;
- display:block;
- }
- hr {
- border:0;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- }
- ::-webkit-scrollbar {
- width:17px;
- height:17px;
- }
- ::-webkit-scrollbar {
- background-color:rgb(255,255,255);
- }
- ::-webkit-scrollbar-track {
- border:8px solid rgb(255,255,255);
- background-color:rgb(240,240,240);
- }
- ::-webkit-scrollbar-thumb {
- border:8px solid rgb(255,255,255);
- background-color:rgb(144,144,144);
- min-height:24px;
- min-width:24px;
- }
- /* accents */
- .title, b, strong {
- font-size:7px;
- font-weight:bold;
- font-family:lato;
- line-height:inherit;
- text-transform:uppercase;
- letter-spacing:2px;
- color:rgb(0,0,0);
- }
- b, strong {
- padding-left:2px;
- }
- h1.title {
- padding-left:0;
- margin-bottom:23px;
- }
- .accent {
- font-size:7px;
- font-weight:normal;
- font-family:lato;
- text-transform:uppercase;
- letter-spacing:2px;
- line-height:inherit;
- color:rgb(122,122,122);
- }
- .text a {
- color:rgb(144,144,144);
- }
- blockquote:after,
- blockquote > p:first-child > .tumblr_blog:first-child:before {
- content:'';
- display:block;
- }
- hr,
- blockquote:after,
- blockquote > p:first-child > .tumblr_blog:first-child:before {
- margin:13px 0 14px;
- width:25px;
- height:1px;
- background-color:rgb(230,230,230);
- }
- blockquote:last-child:after,
- .source .tumblr_blog:before {
- display:none;
- }
- ol, ul {
- padding:6px 0;
- list-style-type:none;
- }
- ol li,
- ul li {
- position:relative;
- padding-left:37px;
- }
- ol li:before,
- ul li:before {
- content:'';
- position:absolute;
- display:block;
- top:7px;
- left:13px;
- height:0;
- width:12px;
- margin-top:-1px;
- border-top:1px solid rgb(224,224,224);
- }
- .chat li,
- .notes li {
- padding-left:0;
- }
- .chat li:before,
- .notes li:before {
- display:none;
- }
- /* container */
- .main {
- margin:50px 0 50px 276px;
- width:701px;
- }
- /* sidebar */
- aside {
- position:fixed;
- top:50px;
- bottom:50px;
- left:0;
- width:175px;
- padding:9px 50px;
- border-right:1px solid rgb(240,240,240);
- }
- aside .title,
- aside .desc,
- aside .links {
- margin:0 0 23px;
- }
- aside .sidebar {
- display:block;
- margin:25px 0;
- }
- aside .sidebar:first-child {
- margin:-9px 0 25px;
- }
- aside .sidebar img {
- opacity:.9;
- }
- aside .links li {
- display:block;
- }
- /* entries */
- .entry {
- position:relative;
- overflow:hidden;
- margin:0 0 125px;
- }
- .entry:last-child {
- margin-bottom:0;
- }
- .entry > section {
- float:left;
- position:relative;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- }
- .entry > .post {
- width:401px;
- padding:9px 50px;
- border-right:1px solid rgb(240,240,240);
- }
- .ph > .post {
- padding:0 50px;
- }
- .entry > .side {
- width:300px;
- margin-left:-1px;
- padding:9px 25px;
- border-left:1px solid rgb(240,240,240);
- }
- .comma {
- margin:0 5px;
- }
- .tags .comma:last-child {
- display:none;
- }
- {block:PermalinkPage}
- .entry > .post,
- .entry > .side {
- float:none;
- width:600px!important;
- border:0!important;
- }
- .entry > .post {
- margin:0 0 125px;
- }
- .entry > .side {
- padding:9px 50px;
- }
- {/block:PermalinkPage}
- {block:IndexPage}
- .tags {
- {block:ifNotShowTags}display:none;{/block:ifNotShowTags}
- }
- {/block:IndexPage}
- {block:ifBiggerPosts}
- /* bigger posts */
- .main {
- width:801px;
- }
- .entry > .post {
- width:501px;
- }
- {/block:ifBiggerPosts}
- /* post types */
- .text {
- margin:1em 0 0;
- max-width:500px;
- }
- .text:last-child,
- .text *:last-child {
- margin-bottom:0;
- }
- .caption {
- {block:IndexPage}{block:ifNotShowCaptions}display:none;{/block:ifNotShowCaptions}{/block:IndexPage}
- }
- .quote,
- .question {
- margin-bottom:23px;
- }
- .chat {
- padding:0;
- list-style-type:none;
- text-align:right;
- }
- .chat .line {
- margin-bottom:9px;
- }
- .chat .label {
- float:left;
- }
- .media > a img, .media > img, .media .photo-slideshow {
- display:block;
- margin:0;
- opacity:.9;
- }
- /* audio posts */
- .audiowrap {
- position:relative;
- height:60px;
- overflow:hidden;
- background-color:rgb(246,246,246);
- }
- .audio {
- position:absolute;
- display:inline-block;
- left:0;
- top:0;
- right:0;
- bottom:0;
- text-align:left;
- line-height:60px;
- }
- .audio .player {
- width:27px;
- height:27px;
- left:16px;
- top:16px;
- opacity:.4;
- line-height:0;
- overflow:hidden;
- position:absolute;
- }
- .audio .track {
- overflow:hidden;
- line-height:15px;
- margin-left:60px;
- width: calc(100% - 60px);
- display:inline-block;
- vertical-align:middle;
- }
- .audio .track span {
- display:block;
- max-height:15px;
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- margin-right:15px;
- }
- .audio .track span:first-child {
- color:{color:text};
- }
- .pagination {
- margin:125px 0 0;
- padding:0 50px;
- display:block!important;
- }
- .pagination span {
- margin:0 5px;
- }
- .notes {
- padding:0;
- }
- .notes li {
- display:block;
- }
- .notes img {
- display:none;
- }
- .notes .more_notes_link_container {
- text-align:inherit!important;
- }
- #tumblr_controls,
- .tmblr-iframe {
- position:fixed!important;
- opacity:.67!important;
- -webkit-filter:invert(90%);
- -webkit-backface-visibility:hidden;
- padding:10px;
- }
- #tumblr_lightbox, .tmblr-lightbox {
- background-color:rgba(255,255,255,.98)!important;
- }
- #vignette, .vignette {
- opacity:0;
- }
- #tumblr_lightbox img, .lightbox-image {
- box-shadow:none!important;
- border-radius:0!important;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- max-width:none;
- }
- #tumblr_lightbox_caption, .lightbox-caption {
- visibility:hidden;
- }
- #theme {
- position:fixed;
- display:block;
- bottom:10px;
- right:10px;
- z-index:999;
- padding:5px;
- line-height:1em;
- background-color:rgb(255,255,255);
- }
- {block:ifInfiniteScroll}
- .pagination .pn,
- #infscr-loading {
- display:none!important;
- }
- {/block:ifInfiniteScroll}
- </style>
- <link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
- </head>
- <body>
- <div class="main">
- <aside>
- {block:ifShowTitle}<h1 class="title"><a href="/">{Title}</a>{/block:ifShowTitle}</h1>
- {block:ifSidebarImage}<a href="/" class="sidebar"><img src="{image:sidebar}"></a>{/block:ifSidebarImage}
- <div class="desc">{description}</div>
- <div class="links accent">
- {block:ifHomeLink}<li><a href="/">{text:home link}</a></li>{/block:ifHomeLink}
- {block:ifArchiveLink}<li><a href="/archive">{text:archive link}</a></li>{/block:ifArchiveLink}
- {block:ifAskLink}<li><a href="/ask">{text:ask link}</a></li>{/block:ifAskLink}
- {block:HasPages}{block:Pages}<li><a href="{URL}">{Label}</a></li> {/block:Pages}{/block:HasPages}
- {block:ifLink1}<li><a href="{text:link 1 url}">{text:link 1}</a></li>{/block:ifLink1}
- {block:ifLink2}<li><a href="{text:link 2 url}">{text:link 2}</a></li>{/block:ifLink2}
- {block:ifLink3}<li><a href="{text:link 3 url}">{text:link 3}</a></li>{/block:ifLink3}
- {block:ifLink4}<li><a href="{text:link 4 url}">{text:link 4}</a></li>{/block:ifLink4}
- {block:ifLink5}<li><a href="{text:link 5 url}">{text:link 5}</a></li>{/block:ifLink5}
- {block:ifLink6}<li><a href="{text:link 6 url}">{text:link 6}</a></li>{/block:ifLink6}
- </div>
- </aside>
- <div class="content">
- {block:Posts}
- <article class="entry {block:Photo}ph{/block:Photo}{block:Photoset}ph{/block:Photoset}{block:Video}ph{/block:Video}{block:Audio}ph{/block:Audio}" id="{PostID}">
- <section class="post">
- {block:Audio}
- {block:ifShowAlbumArt}{block:AlbumArt}<div class="media"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}{/block:ifShowAlbumArt}
- <div class="audiowrap">
- <div class="audio accent block">
- {block:AudioPlayer}
- <div class="player">{AudioPlayerWhite}</div>
- {/block:AudioPlayer}
- <div class="track">{block:TrackName}<span class="title">{TrackName}</span>{/block:TrackName}{block:Artist}<span>{Artist}</span>{/block:Artist}</div>
- </div>
- </div>
- {/block:Audio}
- {block:Photo}
- <div class="media">
- {LinkOpenTag}
- <img src="{PhotoURL-HighRes}">
- {LinkCloseTag}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="media 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>
- </div>
- {/block:Photoset}
- {block:Video}
- <div class="media">
- <div class="video">{Video-500}</div>
- </div>
- {/block:Video}
- {block:Answer}
- <div class="question accent">
- <span class="sender title">{Asker}</span> /
- {Question}
- </div>
- <div class="answer text">{Answer}</div>
- {/block:Answer}
- {block:Chat}
- {block:Title}<h1 class="title">{Title}</h1>{/block:Title}
- <ul class="chat text">
- {block:Lines}
- <li class="line">
- {block:Label}
- <div class="label accent">{Label}</div>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- {block:Link}
- <h1 class="title"><a href="{URL}">{Name}</a></h1>
- {block:Description}<div class="text">{Description}</div>{/block:Description}
- {/block:Link}
- {block:Quote}
- <div class="quote title">{Quote}</div>
- {block:Source}
- <div class="source text">{Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<h1 class="title">{Title}</h1>{/block:Title}
- <div class="text">{Body}</div>
- {/block:Text}
- </section>
- <section class="side">
- {block:Date}
- <div class="date">
- <a class="permalink title" href="{Permalink}">{DayOfMonth} {Month} {Year}</a>
- {block:IndexPage}{block:NoteCount}{block:ifShowNoteCount}<br><a class="notecount accent" href="{Permalink}">{NoteCountWithLabel}</a>{/block:ifShowNoteCount}{/block:NoteCount}{/block:IndexPage}
- {block:PermalinkPage}{block:RebloggedFrom}<div class="rf accent">via <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource}<span class="comma"> / </span><a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}</div>{/block:RebloggedFrom}{/block:PermalinkPage}
- </div>
- {/block:Date}
- {block:Caption}
- <div class="caption text"><hr>{Caption}</div>
- {/block:Caption}
- {block:HasTags}
- <div class="tags accent"><hr>
- {block:Tags}<a href="{TagURL}">{Tag}</a><span class="comma"> / </span>{/block:Tags}
- </div>
- {/block:HasTags}
- </section>
- </article>
- {block:PostNotes}
- <article class="entry" id="notes">
- <section class="side">
- <h1 class="title">{NoteCountWithLabel}</h1>
- <div class="text light">{PostNotes}</div>
- </section>
- </article>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- {block:Pagination}<div class="pagination accent"><span class="pn">{block:PreviousPage}<a class="prev accent" href="{PreviousPage}">previous</a>{block:NextPage}<span class="accent"> / </span>{/block:NextPage}{/block:PreviousPage}{block:NextPage}<a class="next title" href="{NextPage}">next page</a>{/block:NextPage}</span></div>{/block:Pagination}
- </div>
- <!-- {block:ContentSource}{SourceURL}{/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL}{ReblogParentURL}{/block:RebloggedFrom} -->
- <a href="http://shythemes.tumblr.com" id="theme" class="accent" title="theme">k.</a>
- <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>
- {block:IndexPage}
- {block:ifInfiniteScroll}
- <script src="http://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- {/block:ifInfiniteScroll}
- {/block:IndexPage}
- <script>
- $(document).ready(function(){
- // tumblr audio players
- $('.tumblr_audio_player').each(function(){
- $(this).attr({ src: $(this).attr('src').split('&color=')[0] + '&color=transparent&simple=1 '});
- });
- // pxu photosets
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '6px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- {block:ifInfiniteScroll}
- // infinite scroll
- var $container = $('.content');
- $container.infinitescroll({
- itemSelector: '.entry',
- navSelector: '.pagination',
- nextSelector: '.next',
- loadingImg: '',
- loadingText: '<em></em>',
- bufferPx: 2000
- },
- function( newElements ) {
- var $newElems = $( newElements );
- // pxu photosets
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '6px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- // videos
- resizeVideos();
- // tumblr audio players
- $newElems.find('.tumblr_audio_player').each(function(){
- $(this).attr({ src: $(this).attr('src').split('&color=')[0] + '&color=transparent&simple=1 '});
- });
- });
- {/block:ifInfiniteScroll}
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement