Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--
- poetry
- @odeysseus
- - credits @ odeysseus.tumblr.com/credit
- -->
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <title>{Title}</title>
- <!--metas-->
- <meta name="color:Text" content="#aaaaaa"/>
- <meta name="color:accent" content="#bebcbc"/>
- <meta name="if:hide caption" content="0"/>
- <meta name="if:infinite scroll" content="1"/>
- <meta name="if:load more" content="1"/>
- <meta name="if:scroll to top" content="1"/>
- <meta name="if:show tags" content="1"/>
- <meta name="text:link 1 url" content=""/>
- <meta name="text:link 1" content=""/>
- <meta name="text:link 2 url" content=""/>
- <meta name="text:link 2" content=""/>
- <meta name="text:link 3 url" content=""/>
- <meta name="text:link 3" content=""/>
- <meta name="text:post width" content="350px"/>
- <meta name="text:font size" content="10px"/>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
- <!--font-->
- <link href='https://fonts.googleapis.com/css?family=Karla:300,300italic,400,400italic,700,700italic' rel='stylesheet' type='text/css'>
- <!--videos-->
- <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <style type="text/css">
- * { margin:0;padding:0; }
- @-webkit-keyframes fadein {
- 0% {opacity: 0;}
- 100% { opacity: 1; }
- }
- @-moz-keyframes fadein {
- 0% { opacity: 0; }
- 100% { opacity: 1; }
- }
- @keyframes fadein {
- 0% { opacity: 0; }
- 100% { opacity: 1; }
- }
- ::-webkit-scrollbar{
- height:3px;
- width:13px;
- background:#fff;
- }
- ::-webkit-scrollbar-thumb {background:#ccc;border:6px solid #fff;}
- ::-webkit-scrollbar-track {background:#eee;border:6px solid #fff};}
- ::-moz-selection{ background: #eee; color:#777;}
- ::selection { background:#eee; color:#777; }
- .tmblr-iframe{ white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%);opacity:.2;transition: .4s ease-in-out; -webkit-transition: .4s ease-in-out;-moz-transition: .4s ease-in-out;-o-transition: .4s ease-in-out;transform:scale(0.7,0.7);transform-origin:right top; } .tmblr-iframe:hover { opacity:1; }
- #s-m-t-tooltip{
- position:absolute;
- margin:15px;
- font-size:10px;
- max-width:250px;text-transform:uppercase;letter-spacing:.5px;
- z-index:999999999999999;
- border-bottom:1px solid #eee;
- padding:2px 5px 0px;
- border-radius:2px;
- background:#fff;
- }
- blockquote { padding:0px 0px 0px 10px;margin:0px 0px 0px 10px;border-left:2px solid #eee;}
- pre {
- white-space: pre-wrap; /* CSS 3 */
- white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
- white-space: -pre-wrap; /* Opera 4-6 */
- white-space: -o-pre-wrap; /* Opera 7 */
- word-wrap: break-word; /* Internet Explorer 5.5+ */
- color:#666;
- padding:10px;
- background:#f8f8f8;
- font-family:'Inconsolata',monospace;
- }
- body {
- background:#fff;
- color:{color:text};
- font-family:'Karla',sans-serif;
- font-weight:400;
- font-size:{text:font size};
- text-align:left;
- line-height:180%;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- }
- a {
- color:{color:accent};
- text-decoration:none;
- transition:0.2s ease-in-out;
- -webkit-transition:0.2s ease-in-out;
- -moz-transition:0.2s ease-in-out;
- }
- a:hover { text-decoration:none;color:#333;}
- b,strong { font-weight:600;color:{color:accent dark}; }
- ul li { list-style:square;list-style-position:inside;}
- p { margin:10px 0px 0px; }
- img{ opacity:1;border:none;text-decoration:none;}
- small { font-size:calc({text:font size} - 0.5px); }
- hr { width:100%;background:#eee;height:1px;border:none;display:block;margin:10px 0px; }
- .posts img, .posts li, .posts blockquote { max-width: 100%;}
- .posts img { display:block; }
- big { font-size:calc({text:font size} + 0.5px); }
- h1,h2,h3,h4,h5,h6 {
- line-height:120%;
- padding:4px 0px;
- text-align:center;font-weight:normal;
- font-size:11px;text-transform:uppercase;letter-spacing:1px;
- }
- h1 b { font-weight:normal;padding-bottom:5px;border-bottom:1px solid #eee; }
- .posts {
- position:relative;
- width:{text:post width};
- margin-bottom:100px;
- -webkit-animation-name: fadein;
- -webkit-animation-duration: 1s;
- }
- .entries {
- width:{text:post width};margin:80px auto;
- }
- .caption {
- margin-top:10px;
- {block:ifhidecaption}
- {block:indexpage}
- display:none;
- {/block:indexpage}
- {/block:ifhidecaption}
- }
- a.user,.asker,.asker a,.quotesource { color:{color:accent dark}; }
- .user { display:block;margin-bottom:-10px;margin-top:10px;}
- .user:first-of-type { margin-top:0 }
- .inf a:hover, .tags a:hover, a.tumblr_blog:hover { color:{color:accent};}
- .inf { text-align:center;margin-top:14px; }
- .inf b { font-weight:normal;font-size:10px;text-transform:uppercase;letter-spacing:.5px;border-top:1px solid #eee;padding-top:5px;transition:0.2s ease-in-out;} .inf b:hover { color:{color:accent};border-top:1px solid {color:accent};} .tags a:hover,.a.tumblr_blog:hover,nav a:hover { color:#444!important;} .tags { display:inline;}
- .tags a {
- text-transform:lowercase;letter-spacing:0px;
- border:none;
- margin:0px 2px;
- }
- .shownotes {
- cursor:help;
- color:#222;
- text-align:center;
- }
- .notes {
- overflow:auto;
- max-height:300px;
- display:none;
- background:#fafafa;
- }
- ol.notes { padding:0;margin:0;margin-top:15px;padding-top:15px;border-top:1px solid #eee;list-style-type:none;font-style:normal;}
- li.note { padding:0;margin:2px 0px;font-style:normal; }
- .notes_loading, .more_notes_link { font-weight:bold;float:left;text-align:left!important;text-transform:lowercase;}
- .notes img { display:none!important; }
- ol.notes li.note blockquote { padding:4px 10px;margin:5px 0px 0px 15px;}
- .quote {
- text-transform:lowercase;
- font-size:12px;
- color:#666;
- text-align:center;
- line-height:200%;
- }
- .quotesource {
- text-align:center;
- margin:5px auto!important;
- font-size:10px;text-transform:uppercase;letter-spacing:1px;
- }
- .quotesource:before {
- content:'';display:block;width:60px;height:2px;background:{color:accent};margin:10px auto;
- }
- .quotesource a {
- border:none;
- }
- .quotesource a:hover {
- border:none;
- }
- .chat {
- line-height:20px;
- list-style:none;
- }
- .line.odd {
- margin-bottom:2px;
- background:#fafafa;
- padding:3px;
- list-style:none;
- }
- .line.even {
- margin-bottom:2px;
- padding:3px;
- list-style:none;
- }
- .label {
- padding-right:1px;
- color:#444;
- }
- .question {
- padding:7px;
- margin-left:2px;
- background:#fafafa;
- text-align:left;
- }
- .question img {
- width:32px;
- height:32px;
- margin-right:7px;
- display:block;
- border-radius:3px;
- float:left;
- }
- .asker a:hover {
- border:none;
- color:#333;
- }
- .answer {
- margin-top:-15px;
- }
- .asker {
- text-transform:uppercase;
- font-size:7.5px;
- letter-spacing:1px;
- }
- .player {
- display:block;
- margin:auto;
- width:40px;
- background:#fafafa;
- height:40px;
- border-radius:5px;
- overflow:hidden;
- }
- .audio_d { margin:10px 0px;text-align:center;color:#222;font-size:10px;text-transform:uppercase;letter-spacing:1px;}
- .tumblr_audio_player {
- width:30px;
- margin:5px;
- height:30px;
- border-radius:5px;
- overflow:hidden;
- }
- .video iframe,
- .tumblr_video_container {
- display:block;
- margin-bottom:10px;
- }
- #cred {
- bottom:27px;
- position:fixed;
- padding:3px 6px;
- right:27px;
- }
- .sc {
- bottom:27px;
- left:27px;
- position:fixed;
- display:none;
- font-weight:bold;
- cursor:help;
- }
- .sc a { cursor:help;}
- #vignette,.vignette { opacity:0!important; }
- .lightbox-image,#tumblr_lightbox img { box-shadow: none !important; border-radius:0 !important;border:10px solid #fff!important; }
- #tumblr_lightbox,.tmblr-lightbox { background:rgba(255,255,255,.7)!Important; }
- #tumblr_lightbox_left_link, #tumblr_lightbox_right_link { visibility: hidden; }
- .lightbox-caption,#tumblr_lightbox_caption { opacity:0; }
- #pagination {
- word-spacing:7px;
- font-size:10px;text-transform:uppercase;letter-spacing:.5px;margin:auto;
- margin-bottom:80px;width:370px;
- text-align:center;
- {block:ifinfinitescroll}display:none;{/block:ifinfinitescroll}
- }
- #infscr-loading { display:none!Important; }
- footer {
- width:{text:post width};
- margin:auto;
- padding:7px;
- text-align:center;
- margin-bottom:80px;
- }
- a#more {
- position:relative;
- padding:2px 0px;border-bottom:1px solid #eee;
- font-size:10px;text-transform:uppercase;letter-spacing:1px;
- text-align:center;
- color:{color:accent};
- }
- a#more:hover { color:#222;border-bottom:1px solid #222; }
- header {
- width:{text:post width};text-align:center;
- margin:100px auto;
- }
- .blogt {
- color:#444;font-size:14px;font-weight:300;margin-bottom:10px;letter-spacing:.2px;
- }
- nav {
- margin-top:10px;font-size:10px;text-transform:uppercase;letter-spacing:1px;
- }
- </style>
- <!--scripts-->
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <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',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- $('.shownotes').click(function() {
- $('.notes').slideToggle(300);
- });
- $(window).scroll(function(){
- if ($(this).scrollTop() > 100) {
- $('.sc').fadeIn();
- } else {
- $('.sc').fadeOut();
- }
- });
- //Click event to scroll to top
- $('.sc').click(function(){
- $('html, body').animate({scrollTop : 0},800);
- return false;
- });
- });
- </script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
- </head>
- <body>
- <header>
- <div class="blogt">{title}</div>
- <div class="des">{description}</div>
- <nav>
- <a href="/">home</a> / <a href="/ask">inbox</a> / <a href="/archive">history</a>
- <br>
- {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}
- </nav>
- </header>
- <div class="entries">
- {block:Posts}
- <div class="posts">
- {block:Text}<div class="q">
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:NotReblog}{Body}{/block:NotReblog}
- {block:RebloggedFrom}<div class="text">{block:Reblogs}
- <a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}> {Username}</a> {Body}
- {/block:Reblogs}</div>{/block:RebloggedFrom}
- </div>{/block:Text}
- {block:Photo}
- <div class="q">
- {LinkOpenTag}<a 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 style="margin-bottom:-5px" src="{PhotoURL-HighRes}"></a>{LinkCloseTag}
- {block:NotReblog}<div class="caption">{Caption}</div>{/block:NotReblog}
- {block:RebloggedFrom}<div class="caption">{block:Reblogs}
- <a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}> {Username}</a> {Body}
- {/block:Reblogs}</div>{/block:RebloggedFrom}
- </div>
- {/block:Photo}
- {block:Photoset}<div class="q"><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:NotReblog}<div class="caption">{Caption}</div>{/block:NotReblog}
- {block:RebloggedFrom}<div class="caption">{block:Reblogs}
- <a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}> {Username}</a> {Body}
- {/block:Reblogs}</div>{/block:RebloggedFrom}
- </div>{/block:Photoset}
- {block:Quote}
- <div class="q txt">
- <div class="quote">{Quote}</div>
- {block:Source}<div class="quotesource">{Source}</div>{/block:Source}
- </div>{/block:Quote}
- {block:Link}
- <div class="q txt">
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="q txt">
- {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
- </div>
- {/block:Chat}
- {block:Audio}
- <div class="q txt">
- {block:AudioPlayer}
- <div class="player"> {AudioPlayerWhite}</div>
- <div class="audio_d">
- {block:TrackName}<b>{TrackName}</b>{/block:TrackName}
- {block:Artist} : {Artist} {/block:Artist}</div>
- {/block:AudioPlayer}
- {block:NotReblog}<div class="caption">{Caption}</div>{/block:NotReblog}
- {block:RebloggedFrom}<div class="caption">{block:Reblogs}
- <a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}> {Username}</a> {Body}
- {/block:Reblogs}</div>{/block:RebloggedFrom}
- </div>
- {/block:Audio}
- {block:Video}
- <div class="q">
- <div class="video iframe">{Video-500}</div>
- {block:NotReblog}<div class="caption">{Caption}</div>{/block:NotReblog}
- {block:RebloggedFrom}<div class="caption">{block:Reblogs}
- <a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}> {Username}</a> {Body}
- {/block:Reblogs}</div>{/block:RebloggedFrom}
- </div>
- {/block:Video}
- {block:Answer}
- <div class="q txt">
- <div class="question"> <div class="asker"><img src="{AskerPortraitURL-64}"/>{asker}</div> {Question}</div>
- <div class="answer">
- {block:Answerer}<div class="a"> <b>{Answerer}</b> {Answer}</div>{/block:Answerer}
- {block:NotReblog}{Answer}{/block:NotReblog}
- {block:RebloggedFrom}{block:Reblogs}
- <a class="user" {block:HasPermalink}href="{Permalink}"{/block:HasPermalink}> {Username}</a> {Body}
- {/block:Reblogs}{/block:RebloggedFrom}
- </div>
- </div>
- {/block:Answer}
- {block:date}
- <div class="inf">
- {block:indexpage}
- <a href="{Permalink}"><b>{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear} / {NoteCountWithLabel}</b></a>
- {block:ifshowtags}
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}{/block:ifshowtags} {/block:indexpage}
- {block:PermalinkPage}<a href="{Permalink}"><b>{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}, {TimeAgo}</b></a>
- {block:RebloggedFrom} <br>
- via <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource}; source <a href="{ReblogRootURL}" >{ReblogRootName}</a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- {block:HasTags}<br>
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:PermalinkPage}
- </div>
- {/block:date}
- {block:PostNotes}
- <div class="shownotes">view {NoteCountWithLabel}</div>
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div>
- {block:ifloadmore}{block:indexpage}
- <footer>
- <a id="more" style="cursor:help">load more posts</a>
- </footer>
- {/block:indexpage}{/block:ifloadmore}
- {block:Pagination}
- <div id="pagination">
- {block:previouspage}
- <a href="{PreviousPage}">prev</a>{/block:PreviousPage}
- {block:JumpPagination length="4"}{block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}{block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}{/block:JumpPagination}{block:NextPage}
- <a class="next" href="{NextPage}">next</a>
- {/block:nextpage}
- </div>
- {/block:Pagination}
- </div>
- {block:ContentSource}
- <!– {SourceURL}{block:SourceLogo}<img src=“{BlackLogoURL}”
- width=“{LogoWidth}” height=“{LogoHeight}” alt=“{SourceTitle}” />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} –>
- {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
- <div id="cred"><a href="http://odeysseus.tumblr.com">O</a></div>
- {block:ifscrolltotop}
- <div class="sc"> <a href="#">scroll to top</a></div>
- {/block:ifscrolltotop}
- {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(){
- var $container = $('.entries');
- {block:ifinfinitescroll}
- $container.infinitescroll({
- itemSelector: '.posts',
- navSelector: '#pagination',
- nextSelector: '.next',
- loadingImg: '',
- loadingText: '',
- doneText: 'no more posts',
- bufferPx: 2000,
- {block:ifloadmore}
- errorCallback: function () {
- jQuery ('a#more').delay(50).fadeOut();
- $('.posts').last().after($('a#more'));
- }
- {/block:ifloadmore}
- },
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.find('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- })
- resizeVideos();
- $newElems.find('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head")
- .append($("<style type='text/css'> .audio-player{background:#fafafa !important} </style>"));
- });
- });
- {block:ifloadmore}
- $(window).unbind('.infscr');
- $('a#more').click(function(){
- $container.infinitescroll('retrieve');return false;
- $('.posts').last().after($('a#more'));
- });
- {/block:ifloadmore}
- {/block:ifinfinitescroll}
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment