Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html xmlns="https://www.w3.org/1999/xhtml">
- <head>
- <!--
- rosé @ 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="if:show description" content="">
- <meta name="if:show avatar" content="">
- <meta name="if:show tags" content="">
- <meta name="if:infinite scroll" content="">
- <meta name="text:home link" content="">
- <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="">
- <link href='//fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
- <style type="text/css">
- .video iframe {min-width:0!important;}
- html, body {
- width:100%;
- }
- body {
- margin:0;
- font-size:9px;
- letter-spacing:0.5px;
- font-family:lato, helvetica, sans-serif;
- line-height:16px;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- -ms-text-size-adjust:100%;
- -moz-text-size-adjust:100%;
- -webkit-text-size-adjust:100%;
- overflow-x:hidden;
- color:#2f2f2f;
- background:#f6f6f6;
- }
- a {
- color:inherit;
- text-decoration:none;
- -webkit-transition:opacity .4s ease-in-out;
- transition:opacity .4s ease-in-out;
- }
- small, sub {
- font-size:1em;
- vertical-align:baseline;
- }
- blockquote, ol, ul, p, pre {
- margin:0 0 10px;
- }
- h1, h2, h3, h4, h5, h6 {
- margin:0 0 10px;
- font-size:1em;
- font-weight:inherit;
- }
- ul, ol {
- padding-left:20px;
- }
- ol li {
- padding-left:6px;
- }
- pre {
- white-space:normal;
- font-size:9px;
- font-family:'roboto mono', monospace;
- }
- iframe {
- display:block;
- }
- img {
- border:0;
- max-width:100%;
- height:auto;
- display:block;
- }
- hr {
- margin:1em 0;
- border:0;
- height:1px;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- background-color:#dddddd;
- }
- svg {
- width:10px;
- height:auto;
- opacity:.5;
- padding:1px;
- display:block;
- overflow:visible;
- }
- /* accents */
- .accent, .title {
- font-size:7px;
- font-weight:bold;
- font-family:lato, sans-serif;
- letter-spacing:1.5px;
- text-transform:uppercase;
- }
- .text a {
- font-style:italic;
- }
- .text a:hover {
- background-image:linear-gradient(rgb(120,120,120), rgb(120,120,120));
- background-size:1px 1px;
- background-repeat:repeat-x;
- background-position:left bottom;
- }
- 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:#d9d9d9;
- }
- blockquote:last-child:after {
- display:none;
- }
- /* container */
- .main {
- margin:76px 20px 20px;
- }
- /* header */
- header {
- position:fixed;
- margin-top:-76px;
- left:0;
- right:0;
- z-index:5;
- padding:20px;
- overflow:hidden;
- text-align:center;
- background-color:#ffffff;
- }
- header .title {
- margin:0;
- font-size:8px;
- line-height:inherit;
- padding-left:0;
- display:block;
- }
- header .links {
- opacity:.6;
- }
- nav li {
- font-style:italic;
- display:inline-block;
- }
- nav li a {
- opacity:.63;
- }
- nav li a:hover {
- opacity:.33;
- }
- nav li:after {
- content:'';
- margin:0 5px;
- }
- nav li:last-child:after {
- content:'';
- margin:0;
- }
- /* aside */
- aside {
- margin:75px auto 0;
- padding:150px 75px 0;
- text-align:center;
- max-width:400px;
- {block:ifNotShowDescription}
- {block:ifNotShowAvatar}
- display:none;
- {/block:ifNotShowAvatar}
- {/block:ifNotShowDescription}
- }
- aside:empty {
- display:none;
- }
- aside .desc {
- opacity:.6;
- font-style:italic;
- }
- aside .icon {
- margin:0 auto 16px;
- width:32px;
- border-radius:2px;
- }
- aside .circle.icon {
- border-radius:16px;
- }
- /* posts */
- .content {
- margin:0;
- padding-top:75px;
- font-size:0;
- text-align:center;
- min-height:calc(100vh - 152px);
- }
- .entry {
- position:relative;
- display:inline-block;
- font-size:9px;
- padding:75px;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- text-align:left;
- width:450px;
- {block:PermalinkPage}
- width:450px;
- max-width:calc(100vw - 100px);
- display:block;
- margin:0 auto;
- {/block:PermalinkPage}
- }
- .post {
- padding:15px 18px;
- overflow:hidden;
- }
- .post, .media {
- background-color:#ffffff;
- }
- /* post info */
- .date, .tags {
- position:relative;
- }
- .permalink {
- float:right;
- }
- .tags {
- font-style:italic;
- display:inline;
- }
- .tags a {
- opacity:.63;
- }
- .tags a:hover {
- opacity:.33;
- }
- .tags .comma {
- margin:0 4px;
- }
- .rf {
- margin:0 0 10px;
- }
- /* media */
- .media {
- position:relative;
- overflow:hidden;
- display:none;
- }
- .a .media,
- .m .media {
- display:block;
- }
- .video {
- width:300px;
- }
- /* post text */
- .text:not(:last-child) {
- margin-bottom:10px;
- }
- .text img {
- padding:2px 0;
- }
- .chat {
- padding:0;
- list-style-type:none;
- }
- .question, .quote {
- margin:0 -20px 18px;
- padding:0 20px 18px;
- border-bottom:1px solid #e6e6e6;
- overflow:hidden;
- }
- .quote {
- font-size:12px;
- font-style:italic;
- letter-spacing:0.25px;
- }
- .sender {
- opacity:.6;
- font-style:italic;
- text-transform:lowercase;
- float:right;
- padding-left:14px;
- }
- /* audio posts */
- .audiowrap {
- position:relative;
- height:60px;
- overflow:hidden;
- background-color:#ffffff;
- border-bottom:1px solid #e6e6e6;
- }
- .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:last-child {
- opacity:.6;
- }
- /* pagination */
- .page {
- text-align:center;
- margin:0 75px 75px;
- }
- .page a {
- display:inline-block;
- margin:0 20px;
- }
- .page .prev,
- .page .comma {
- opacity:.33;
- }
- .page .next {
- opacity:.6;
- }
- /* post notes */
- #notes .title {
- margin:0;
- }
- .notes {
- margin:18px 0 0;
- padding:0;
- }
- .note {
- display:block;
- padding:0;
- opacity:.6;
- }
- .note img {
- display:none;
- }
- .note blockquote {
- margin:0;
- }
- .more_notes_link_container {
- text-align:left!important;
- margin-top:18px;
- }
- #tumblr_controls,
- .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls {
- position:fixed!important;
- top:0!important;
- right:0!important;
- opacity:.4!important;
- -webkit-filter:invert(100%);
- -webkit-backface-visibility:hidden;
- padding:17px;
- }
- #tumblr_lightbox, .tmblr-lightbox {
- background-color:#f6f6f6!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;
- opacity:.6;
- }
- #infscr-loading {
- display:none!important;
- }
- {block:IndexPage}
- /* index */
- .entry.m {
- width:auto;
- }
- .entry.m .post {
- position:absolute;
- opacity:0;
- bottom:75px;
- left:75px;
- right:75px;
- background-color:#ffffff;
- -webkit-transition:opacity .4s ease-in-out;
- transition:opacity .4s ease-in-out;
- }
- .entry.m:hover .post {
- opacity:1;
- }
- .entry.m .caption {
- display:none;
- }
- .media img {
- max-width:300px;
- max-height:300px;
- }
- {block:ifNotShowTags}
- .tags {
- display:none;
- }
- {/block:ifNotShowTags}
- {block:ifInfiniteScroll}
- .pagination {
- display:none;
- }
- {/block:ifInfiniteScroll}
- {/block:IndexPage}
- </style>
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css">
- </head>
- <body class="{select:font}">
- <div class="main">
- <header><h1 class="title"><a href="/">{Title}</a></h1>
- <nav>
- {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}
- </nav>
- </header>
- <aside>
- {block:ifShowAvatar}<img class="{AvatarShape} icon" src="{PortraitURL-64}">{/block:ifShowAvatar}
- {block:ifShowDescription}<div class="desc">{Description}</div>{/block:ifShowDescription}
- </aside>
- <div class="content">
- {block:Posts}
- <article id="{PostID}" class="entry {block:Photo}m{/block:Photo}{block:Photoset}m{/block:Photoset}{block:Video}m{/block:Video}{block:Audio}a{/block:Audio}">
- <section class="media">
- {block:Audio}
- <div class="audiowrap">
- <div class="audio">
- {block:AudioPlayer}
- <div class="player">{AudioPlayerWhite}</div>
- {/block:AudioPlayer}
- <div class="track">{block:TrackName}<span class="h">{TrackName}</span>{/block:TrackName}{block:Artist}<span>{Artist}</span>{/block:Artist}</div>
- </div>
- </div>
- {/block:Audio}
- {block:Photo}
- {block:PermalinkPage}
- {LinkOpenTag}
- <img src="{PhotoURL-HighRes}">
- {LinkCloseTag}
- {/block:PermalinkPage}
- {block:IndexPage}
- <a class="lb h" href="#" onclick="Tumblr.Lightbox.init([{ width: '{PhotoWidth-HighRes}', height: '{PhotoHeight-HighRes}', low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]);$('body').toggleClass('tumblr_lightbox_active');return false">
- <img src="{PhotoURL-HighRes}">
- </a>
- {/block:IndexPage}
- {/block:Photo}
- {block:Photoset}
- {block:PermalinkPage}
- <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:PermalinkPage}
- {block:IndexPage}
- <a class="lb" href="#" onclick="Tumblr.Lightbox.init([/*{block:Photos}, /**/ { width: '{PhotoWidth-HighRes}', height: '{PhotoHeight-HighRes}', low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }{/block:Photos}]);$('body').toggleClass('tumblr_lightbox_active');return false">
- {block:Photos}<img src="{PhotoURL-500}"><!--{/block:Photos}-->
- </a>
- {/block:IndexPage}
- {/block:Photoset}
- {block:Video}
- <div class="video">{Video-500}</div>
- {/block:Video}
- </section>
- <section class="post">
- {block:Answer}
- <div class="question">
- <span class="inquiry h">{Question}</span>
- <span class="sender">{Asker}</span>
- </div>
- <div class="answer text h">{Answer}</div>
- {/block:Answer}
- {block:Chat}
- {block:Title}<h1 class="title h">{Title}</h1>{/block:Title}
- <div class="chat text h">
- {block:Lines}
- <p class="line">
- {block:Label}
- <span class="label">{Label} </span>
- {/block:Label}
- {Line}
- </p>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Link}
- <h1 class="title h"><a href="{URL}">{Name}</a></h1>
- {block:Description}<div class="text h">{Description}</div>{/block:Description}
- {/block:Link}
- {block:Quote}
- <div class="quote"><div class="text h">{Quote}</div></div>
- {block:Source}
- <div class="source text h">{Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<h1 class="title h">{Title}</h1>{/block:Title}
- <div class="text h">{Body}</div>
- {/block:Text}
- {block:Caption}
- <div class="caption text h">{Caption}</div>
- {/block:Caption}
- {block:Date}
- <div class="date">
- {block:PermalinkPage}
- {block:RebloggedFrom}
- <div class="rf text">
- Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {block:ContentSource}
- / Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:ContentSource}
- </div>
- {/block:RebloggedFrom}
- {/block:PermalinkPage}
- {block:HasTags}
- <div class="tags">
- {block:Tags}<a href="{TagURL}">{Tag}</a><i class="comma"></i> {/block:Tags}
- </div>
- {/block:HasTags}
- <a href="{Permalink}" class="permalink accent">{DayOfWeek}</a>
- </div>
- {/block:Date}
- </section>
- </article>
- {block:PostNotes}
- <article id="notes" class="entry">
- <section class="post">
- <h1 class="title accent">{NoteCountWithLabel}</h1>
- {PostNotes}
- </section>
- </article>
- {/block:PostNotes}
- {/block:Posts}
- <!-- {block:ContentSource}{SourceURL}{/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL}{ReblogParentURL}{/block:RebloggedFrom} -->
- </div>
- </div>
- {block:Pagination}
- <div class="page title">
- <div class="pagination">{block:PreviousPage}<a class="prev" href="{PreviousPage}">{lang:Previous}</a>{block:NextPage}<i class="comma">/</i>{/block:NextPage}{/block:PreviousPage}{block:NextPage}<a class="next" href="{NextPage}">{lang:Next page}</a>{/block:NextPage}</div>
- </div>
- {/block:Pagination}
- <a href="https://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="https://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script src="https://static.tumblr.com/fwgzvyf/2nno5ubpt/shythemes.fn.js"></script>
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- {block:IndexPage}
- {block:ifInfiniteScroll}
- <script src="https://static.tumblr.com/wgijwsy/u2vm2hxv6/jquery.infinitescroll.min.js"></script>
- {/block:ifInfiniteScroll}
- {/block:IndexPage}
- <script>
- $(document).ready(function(){
- var $container = $('.content');
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- $container.audioplayers('{color:accents}');
- $container.resizevideos();
- {block:IndexPage}
- {block:ifInfiniteScroll}
- $container.infinitescroll({
- itemSelector: '.entry',
- navSelector: '.pagination',
- nextSelector: '.next',
- loadingImg: '',
- loadingText: '<em></em>',
- bufferPx: 2000
- },
- function( newElements ) {
- var $newElems = $(newElements);
- var $newElemsIDs = $newElems.map(function(){
- return this.id;
- }).get();
- Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- $newElems.audioplayers('{color:accents}');
- $newElems.resizevideos();
- });
- {block:ifInfiniteScroll}
- {/block:IndexPage}
- });
- </script>
- </body>
- </html>
Add Comment
Please, Sign In to add comment