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>
- <!--
- märchen @ 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 description" content="1">
- <meta name="if:show captions" content="1">
- <meta name="if:show tags" content="1">
- <meta name="if:search bar" 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-sans-pro.js"></script>
- <style type="text/css">
- /* general */
- body {
- margin:0;
- font-size:10px;
- font-family:source-sans-pro, calibri, 'trebuchet ms', sans-serif;
- line-height:16px;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- color:rgb(144,144,144);
- background:rgb(255,255,255);
- }
- a {
- color:inherit;
- text-decoration:none;
- -webkit-transition:all .2s ease-out;
- transition:all .2s ease-out;
- }
- a:hover {
- color:rgb(72,72,72);
- }
- b, strong {
- font-weight:inherit;
- }
- small, sub {
- font-size:inherit;
- vertical-align:baseline;
- }
- blockquote, ol, ul, p, pre {
- margin:0 0 10px;
- }
- blockquote {
- padding:0 0 0 18px;
- border-left:1px solid rgb(230,230,230)
- }
- h1, h2, h3, h4, h5, h6 {
- margin:0;
- font-size:inherit;
- font-weight:inherit;
- }
- ol, ul {
- list-style:none;
- padding:0;
- }
- img {
- border:0;
- max-width:100%;
- height:auto;
- display:block;
- }
- hr {
- border:0;
- margin:18px 0;
- height:1px;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- background-color:rgb(230,230,230);
- }
- /* accents */
- .title,
- .accent {
- font-size:8px;
- font-weight:normal;
- font-style:normal;
- font-family:source-sans-pro, calibri, 'trebuchet ms', sans-serif;
- text-transform:uppercase;
- letter-spacing:1px;
- color:rgb(144,144,144);
- }
- .title {
- padding-bottom:12px;
- margin-bottom:12px;
- border-bottom:1px solid rgb(230,230,230);
- }
- .text {
- padding:15px 18px;
- background-color:rgb(247,247,247);
- }
- .text *:first-child {
- margin-top:0;
- }
- .text *:last-child {
- margin-bottom:0;
- }
- .text img, .text figure {
- margin:18px 0;
- }
- ol, ul {
- padding: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:8px;
- left:13px;
- height:0;
- width:12px;
- margin-top:-1px;
- border-top:1px solid rgb(220,220,220);
- }
- .chat li,
- .notes li {
- padding-left:0;
- }
- .chat li:before,
- .notes li:before {
- display:none;
- }
- /* container */
- .main {
- margin:150px auto;
- padding-left:270px;
- width:400px;
- text-align:center;
- }
- /* sidebar */
- aside {
- position:fixed;
- margin-left:-270px;
- top:150px;
- bottom:0;
- width:170px;
- }
- aside .sidebar {
- display:block;
- margin:0 0 4px;
- }
- aside .sidebar img {
- opacity:.9;
- }
- aside .text {
- padding:9px 12px;
- }
- aside .title {
- padding-bottom:8px;
- margin-bottom:0;
- {block:ifNotShowDescription}
- padding-bottom:0;
- border-bottom:0;
- {/block:ifNotShowDescription}
- }
- aside .desc {
- margin-top:8px;
- }
- aside nav {
- overflow:hidden;
- margin:0px -10px 0 0;
- }
- aside nav li {
- display:block;
- float:left;
- text-align:center;
- margin:0 10px 0 0;
- }
- aside nav a,
- aside .search {
- display:inline-block;
- padding:8px 3px;
- width:74px;
- border-bottom:1px solid rgb(234,234,234);
- }
- aside nav li:nth-child(odd) .search,
- aside nav li:nth-child(odd) .query {
- width:164px;
- max-width:164px;
- }
- aside .search .query {
- max-width:70px;
- border:0;
- outline:0;
- padding:0;
- color:rgb(144,144,144);
- text-align:center;
- background-color:transparent;
- }
- ::-webkit-input-placeholder {color:rgb(144,144,144);}
- :-moz-placeholder {color:rgb(144,144,144); opacity:1;}
- ::-moz-placeholder {color:rgb(144,144,144); opacity:1;}
- :-ms-input-placeholder {color:rgb(144,144,144);}
- input:focus::-webkit-input-placeholder {color:transparent;}
- input:focus:-moz-placeholder {color:transparent;}
- input:focus::-moz-placeholder {color:transparent; }
- input:focus:-ms-input-placeholder { color:transparent;}
- /* entries */
- .entry {
- position:relative;
- margin:0 0 150px;
- }
- .entry:last-child {
- margin-bottom:0;
- }
- .post {
- text-align:left;
- margin-bottom:18px;
- }
- /* info */
- .info {
- padding:0 18px;
- display:inline-block;
- }
- .tags {
- padding:0 18px 8px;
- }
- .tags a {
- margin-left:1px;
- }
- .tags a:hover {
- color:{color:text};
- }
- .comma {
- margin:0 3px;
- }
- .comma:last-child {
- display:none;
- }
- {block:PermalinkPage}
- .tags + .info {
- padding:9px 18px 0;
- border-top:1px solid rgb(234,234,234);
- }
- {/block:PermalinkPage}
- {block:IndexPage}
- {block:ifShowTags}
- .tags + .info {
- padding:9px 18px 0;
- border-top:1px solid rgb(234,234,234);
- }
- {/block:ifShowTags}
- {block:ifNotShowTags}
- .tags {
- display:none;
- }
- {/block:ifNotShowTags}
- {/block:IndexPage}
- /* post types */
- .caption {
- {block:IndexPage}{block:ifNotShowCaptions}display:none;{/block:ifNotShowCaptions}{/block:IndexPage}
- }
- .chat {
- text-align:right;
- }
- .chat .line {
- list-style:none;
- margin-bottom:9px;
- }
- .chat .label {
- float:left;
- }
- .media,
- .audiowrap {
- margin:0 0 4px;
- }
- .media.photoset {
- margin:0;
- }
- .question {
- margin:0 0 18px;
- }
- .question .inquiry {
- overflow:hidden;
- }
- .question .sender {
- float:right;
- margin-left:18px;
- }
- .quote .title {
- text-transform:none;
- letter-spacing:0;
- font-style:italic;
- font-size:12px;
- line-height:;
- }
- .media > a img,
- .media > img,
- .media .photo-slideshow {
- opacity:.9;
- }
- /* audio posts */
- .audiowrap {
- position:relative;
- height:60px;
- overflow:hidden;
- }
- .albumart {
- position:absolute;
- top:0;
- right:0;
- z-index:1;
- display:block;
- width:60px;
- height:60px;
- opacity:.9;
- background-size:cover;
- }
- .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:75px;
- }
- .audio .track span:first-child {
- color:{color:text};
- }
- .pagination {
- margin-top:150px;
- text-align:center;
- display:block!important;
- }
- .notes {
- padding:0;
- }
- .notes li {
- display:block;
- }
- .notes img {
- display:none;
- }
- .notes blockquote {
- margin:8px 0!important;
- }
- .notes .more_notes_link_container {
- text-align:inherit!important;
- }
- #tumblr_controls,
- .tmblr-iframe {
- position:fixed!important;
- opacity:.67!important;
- -webkit-filter:invert(100%);
- -webkit-backface-visibility:hidden;
- padding:4px;
- }
- #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;
- border:0!important;
- max-width:none;
- }
- #tumblr_lightbox_caption, .lightbox-caption {
- visibility:hidden;
- }
- #theme {
- position:fixed;
- display:inline-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}
- {block:ifBiggerPosts}
- /* bigger posts */
- blockquote, ol, ul, p, pre {
- margin:0 0 12px;
- }
- blockquote {
- padding:0 0 0 23px;
- }
- .main {
- width:500px;
- }
- .text {
- padding:20px 23px;
- }
- .title {
- padding-bottom:17px;
- margin-bottom:17px;
- }
- {/block:ifBiggerPosts}
- </style>
- <link href="//static.tumblr.com/wupwnyt/1iho27ad1/gkthm.css" rel="stylesheet" type="text/css">
- <link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
- </head>
- <body>
- <div class="main">
- <aside>
- {block:ifSidebarImage}<a href="/" class="sidebar"><img src="{image:sidebar}"></a>{/block:ifSidebarImage}
- <div class="text">
- {block:ifShowTitle}<h1 class="title"><a href="/">{Title}</a></h1>{/block:ifShowTitle}
- {block:ifShowDescription}<div class="desc">{description}</div>{/block:ifShowDescription}
- </div>
- <nav 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}
- {block:ifSearchBar}<li><form action="/search" method="get" class="search"><input type="text" name="q" value="{SearchQuery}" class="accent query" placeholder="search"/></form></li>{/block:ifSearchBar}
- </nav>
- </aside>
- <div class="content">
- {block:Posts}
- <article class="entry {block:Photo}ph{/block:Photo}{block:Photoset}ph{/block:Photoset}" id="{PostID}">
- <section class="post">
- {block:Audio}
- <div class="audiowrap">
- <div class="albumart" style="{block:AlbumArt}background-image:url({AlbumArtURL});{/block:AlbumArt}"></div>
- <div class="audio accent">
- {block:AudioPlayer}
- <div class="player">{AudioPlayerWhite}</div>
- {/block:AudioPlayer}
- <div class="track">{block:TrackName}<span>{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 text">
- <div class="inquiry title">
- {Question}
- <span class="sender">{Asker}</span>
- </div>
- <div class="answer">{Answer}</div>
- </div>
- {/block:Answer}
- {block:Chat}
- <div class="chat text">
- {block:Title}<h1 class="title">{Title}</h1>{/block:Title}
- {block:Lines}
- <li class="line">
- {block:Label}
- <div class="label accent">{Label}</div>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Link}
- <div class="text">
- <h1 class="title"><a href="{URL}">{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}
- {block:Quote}
- <div class="quote text">
- <h1 class="title">{Quote}</h1>
- {block:Source}
- <div class="source">{Source}</div>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Text}
- <div class="text">
- {block:Title}<h1 class="title">{Title}</h1>{/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Caption}
- <div class="caption text">{Caption}</div>
- {/block:Caption}
- </section>
- {block:HasTags}<div class="tags accent">{block:Tags}<a href="{TagURL}">{Tag}</a><i class="comma"> /</i> {/block:Tags}</div>{/block:HasTags}
- {block:Date}
- <section class="info accent {block:HasTags}t{/block:HasTags}">
- <a href="{Permalink}" class="permalink">{TimeAgo}</a><i class="comma"> /</i> <a href="{ReblogURL}">reblog</a>
- </section>
- {/block:Date}
- </article>
- {block:PostNotes}
- <article class="entry" id="notes">
- <section class="post">
- <div class="text accent">
- <h1 class="title">{NoteCountWithLabel}</h1>
- {PostNotes}
- </div>
- </section>
- </article>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- {block:Pagination}<div class="pagination accent"><span class="pn">{block:PreviousPage}<a class="prev" href="{PreviousPage}">previous</a>{block:NextPage} <span>/</span>{/block:NextPage}{/block:PreviousPage} {block:NextPage}<a class="next" 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 '});
- });
- // soundcloud audio players
- var color = '#ededed';
- $('.soundcloud_audio_player').each(function(){
- $(this).attr({ src: $(this).attr('src').split('&')[0] + '&liking=false&sharing=false&auto_play=false&show_comments=false&continuous_play=false&buying=false&show_playcount=false&show_artwork=false&origin=tumblr&color=' + color.split('#')[1], height: 20, width: '100%' });
- });
- // pxu photosets
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '0px',
- 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,
- errorCallback: function(){
- $('.lm').text('');
- }
- },
- function( newElements ) {
- var $newElems = $( newElements );
- // likes
- var $newElemsIDs = $newElems.map(function () {
- return this.id;
- }).get();
- Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
- // pxu photosets
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '0px',
- 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 '});
- });
- // soundcloud audio players
- var color = '#ededed';
- $newElems.find('.soundcloud_audio_player').each(function(){
- $(this).attr({ src: $(this).attr('src').split('&')[0] + '&liking=false&sharing=false&auto_play=false&show_comments=false&continuous_play=false&buying=false&show_playcount=false&show_artwork=false&origin=tumblr&color=' + color.split('#')[1], height: 116, width: '100%' });
- });
- });
- {/block:ifInfiniteScroll}
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement