Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <meta name="image:Favicon" content=""/>
- <meta name="color:Background" content="#fff"/>
- <meta name="color:Text" content="#333"/>
- <meta name="color:Accent" content="#0a9"/>
- <meta name="if:Custom favicon" content="0"/>
- <meta name="if:Custom title" content="0"/>
- <meta name="if:Show icon" content="1"/>
- <meta name="if:Search bar" content="1"/>
- <meta name="if:400px posts" content="1"/>
- <meta name="if:Gradient borders" content="0"/>
- <meta name="if:Hide captions" content="0"/>
- <meta name="if:Hide tags" content="0"/>
- <meta name="text:Title" content=""/>
- <meta name="text:Accent font" content="Share Tech Mono"/>
- <meta name="text:Body font" content="Roboto"/>
- <meta name="text:Font size" content="13px"/>
- {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <head><title>{Title}{block:PostSummary} — {PostSummary}{/block:PostSummary}{block:SearchPage} — {lang:Search results for SearchQuery}{/block:SearchPage}</title>
- {block:ifCustomFavicon}
- <link rel="shortcut icon" href="{image:favicon}"/>
- {/block:ifCustomFavicon}
- {block:ifNotCustomFavicon}
- <link rel="shortcut icon" href="{Favicon}"/>
- {/block:ifNotCustomFavicon}
- <link href="https://fonts.googleapis.com/css?family={text:Body font}:400,400i,700,700i|{text:Accent font}:400,700" rel="stylesheet">
- <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.6/SmoothScroll.min.js"></script>
- <script src="https://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <style>
- body, html {
- background:{color:background};
- margin:0;
- padding:0;
- font:{text:Font size} '{text:Body font}';
- color:rgba({RGBcolor:text},.75);
- line-height:1.5em;
- }
- *:not(#s-m-t-tooltip) {
- transition:.3s all ease;
- }
- ::-webkit-scrollbar {
- width:10px;
- height:10px;
- }
- ::-webkit-scrollbar-track {
- border:4px solid {color:background};
- {block:ifGradientBorders}
- background:linear-gradient(to top,{color:accent} -20%,{color:background} 120%);
- {/block:ifGradientBorders}
- {block:ifNotGradientBorders}
- background:{color:accent};
- {/block:ifNotGradientBorders}
- }
- ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-corner {
- border:2px solid {color:accent};
- background:{color:background};
- }
- ::selection {
- background:rgba({RGBcolor:accent},.6);
- color:{color:background};
- }
- ::moz-selection {
- background:rgba({RGBcolor:accent},.6);
- color:{color:background};
- }
- h1, h2, h3, h4, h5 {
- margin:10px;
- font-family:'{text:accent font}';
- font-weight:{TitleFontWeight};
- }
- p:first-child { margin-top:0; }
- p:last-child { margin-bottom:0; }
- a {
- text-decoration:none;
- outline:none;
- color:inherit;
- }
- #s-m-t-tooltip {
- margin:14px;
- background:{color:background};
- border:2px solid rgba({RGBcolor:accent},.6);
- color:inherit;
- font-style:italic;
- padding:6px 8px;
- z-index:9999;
- pointer-events:none;
- }
- #sidebar {
- border-width:0 2px;
- {block:ifGradientBorders}
- border-image:linear-gradient(to bottom,{color:accent} 0%,rgba({RGBcolor:accent},.2) 80%);
- {/block:ifGradientBorders}
- {block:ifNotGradientBorders}
- border-color:{color:accent};
- {/block:ifNotGradientBorders}
- top:0;
- bottom:0;
- width:220px;
- padding:10px;
- left:100px;
- flex-flow:column nowrap;
- align-items:center;
- }
- #pagination {
- line-height:1em;
- border-width:2px 0;
- {block:ifGradientBorders}
- border-image:linear-gradient(to left,{color:accent} 0%,rgba({RGBcolor:accent},.2) 80%);
- {/block:ifGradientBorders}
- {block:ifNotGradientBorders}
- border-color:{color:accent};
- {/block:ifNotGradientBorders}
- left:0;
- right:0;
- height:30px;
- bottom:100px;
- align-items:center;
- justify-content:flex-end;
- padding:0 40px;
- }
- .pag { flex-grow:0; line-height:1em; }
- .pag.lnr {
- font-size:27px;
- margin:0 2px;
- background:{color:background};
- padding:10px;
- }
- .pag.lnr:hover, .linke:hover {
- color:{color:text};
- border-color:{color:accent};
- }
- .pag.cur {
- padding:0 7px;
- font:13px '{text:accent font}';
- pointer-events:none;
- }
- #sidebar, #pagination {
- position:fixed;
- display:flex;
- border-image-slice:9;
- border-style:solid;
- }
- #title {
- margin:30px 10px -15px;
- text-align:center;
- text-transform:uppercase;
- color:{color:text};
- font:{TitleFontWeight} 1.4em '{text:accent font}';
- }
- img#side {
- margin-top:35px;
- padding:13px;
- }
- img#side, .linke, #search input, .pag.lnr, .post, .info {
- border:2px solid rgba({RGBcolor:accent},.3);
- }
- #desc {
- text-align:center;
- margin:35px 30px;
- }
- #search {
- position:absolute;
- bottom:169px;
- }
- #search input {
- color:rgba({RGBcolor:text},.5);
- background:{color:background};
- line-height:1em;
- width:139px;
- padding:7px;
- font-family:'{text:accent font}';
- font-weight:{TitleFontWeight};
- outline:none;
- text-align:center;
- text-transform:uppercase;
- }
- #search input:focus {
- border-color:{color:accent};
- color:{color:text};
- text-transform:initial;
- }
- #links {
- position:fixed;
- width:40px;
- top:30px;
- bottom:164px;
- left:30px;
- counter-reset:linx;
- }
- .linke {
- display:block;
- margin-bottom:30px;
- text-align:center;
- line-height:1em;
- font:{TitleFontWeight} 14px '{text:accent font}';
- padding:10px 4px;
- }
- .linke:not(#cred):before {
- counter-increment:linx;
- content:counter(linx,lower-roman);
- }
- #cred {
- position:fixed;
- box-sizing:border-box;
- bottom:0px;
- left:30px;
- padding:9px 3px;
- width:40px;
- }
- #content {
- left:344px;
- right:181px;
- height:100%;
- position:absolute;
- z-index:9;
- }
- .post {
- margin:50px auto 0;
- padding:0 13px 13px;
- }
- .post, .info {
- background:{color:background};
- {block:if400pxposts}
- width:400px;
- {/block:if400pxposts}
- {block:ifnot400pxposts}
- width:500px;
- {/block:ifnot400pxposts}
- }
- #sidebar, #pagination {
- /*display:none;*/
- z-index:3;
- }
- .post-title, .ques {
- margin:0;
- background:rgba({RGBcolor:accent},.15);
- color:{color:text};
- padding:7px 9px;
- margin-top:13px;
- text-align:center;
- }
- @font-face {
- font-family: Calluna;
- src: url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.eot?3=&v=f685dc881c60c298ea22a73fe505b88a");
- src: url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.eot?3%3F=&v=f685dc881c60c298ea22a73fe505b88a#iefix") format("embedded-opentype"),url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.woff?3=&v=760a50f4d098e59aebaf0f0e58ae2cc8") format("woff"),url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.ttf?3=&v=5ace789439bff3b27f8d4112725531da") format("truetype"),url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.svg?3=&v=5b95c481dd7411c6e112143d6646bd9b#_.regular") format("svg");
- font-weight: 700;
- font-style: italic;
- }
- @font-face {
- font-family: Fairwater;
- src: url("https://assets.tumblr.com/fonts/fairwater/fairwater_script_regular-webfont.woff2?v=b7ab7a58cded3365889a447bfd9e9c45") format("woff2"),url("https://assets.tumblr.com/fonts/fairwater/fairwater_script_regular-webfont.woff?v=96e975b7468359e6f67086305577e43e") format("woff");
- font-weight: 400;
- font-style: normal;
- }
- p.npf_quirky { font:1.7em Fairwater; }
- p.npf_chat { font:1.7em Courier; }
- p.npf_quote { font:1.7em Calluna; }
- .caption, .media-wrap, .more {
- {block:if400pxposts}
- width:400px;
- {/block:if400pxposts}
- {block:ifnot400pxposts}
- width:500px;
- {/block:ifnot400pxposts}
- box-sizing:border-box;
- }
- .caption {
- line-height:1.5em;
- }
- .caption img {
- margin:5px 0;
- max-width:100%;
- }
- .caption, .tag-wrap {
- padding:10px;
- background:rgba({RGBcolor:text},.03);
- }
- .caption a, #desc a {
- border-bottom:1px solid rgba({RGBcolor:accent},.6);
- }
- .caption a:hover, #desc a:hover {
- color:{color:text};
- border-bottom-color:transparent;
- }
- .tumblr_blog {
- font-weight:bold;
- }
- blockquote, blockquote blockquote {
- margin:auto 0;
- padding-left:10px;
- border-left:2px solid rgba({RGBcolor:accent},.5);
- }
- hr {
- border:none;
- border-top:2px solid rgba({RGBcolor:accent},.3);
- margin:1em 20%;
- }
- .media-wrap, .caption, .tag-wrap, .more {
- margin:13px 0 0;
- }
- .media-wrap.no-text {
- line-height:0;
- }
- .media-wrap img {
- max-width:100%;
- margin:auto;
- }
- .quote {
- font-weight:normal;
- padding:10px;
- line-height:1.4em;
- }
- .chat {
- padding:7px;
- border-top:1px solid rgba({RGBcolor:accent},.2);
- }
- .chat:first-child { margin-top:6px; border-top:none; }
- .chat.odd { text-indent:20px; }
- .link-host {
- font:bold {text:Font size} '{text:Body font}';
- margin-bottom:5px;
- }
- .askr {
- position:relative;
- z-index:2;
- text-align:center;
- text-transform:uppercase;
- display:block;
- font:{TitleFontWeight} 1.2em '{text:accent font}';
- margin:4px auto -11px;
- }
- .a-url {
- background:{color:background};
- padding:3px 8px;
- }
- .askr a { color:{color:accent}; }
- .askr a:hover { color:{color:text}; }
- .ques {
- background:transparent;
- border:2px solid rgba({RGBcolor:accent},.2);
- margin:0;
- padding:15px 12px 12px;
- color:inherit;
- font-style:italic;
- }
- .tumblr_audio_player {
- height:85px !important;
- }
- .tag-wrap {
- font-size:.92em;
- }
- .tag {
- color:rgba({RGBcolor:accent},.7);
- margin-right:5px;
- }
- .tag:hover, #notes .tumblelog:hover { color:{color:accent}; }
- .more {
- padding:10px;
- display:block;
- text-align:center;
- background:rgba({RGBcolor:accent},.15);
- text-transform:uppercase;
- font-family:'{text:accent font}';
- font-weight:{TitleFontWeight};
- }
- .more:hover {
- color:{color:text};
- }
- /*Fade in content*/
- @-webkit-keyframes fade { from { opacity:0; } to { opacity:1; } }
- @-moz-keyframes fade { from { opacity:0; } to { opacity:1; } }
- @keyframes fade { from { opacity:0; } to { opacity:1; } }
- #sidebar, #pagination {
- opacity:0;
- -webkit-animation:.5s ease-in 1.1s 1 forwards fade;
- -moz-animation:.5s ease-in 1.1s 1 forwards fade;
- animation:.5s ease-in 1.1s 1 forwards fade;
- }
- #content {
- opacity:0;
- -webkit-animation:1.3s ease-in 1.4s 1 forwards fade;
- -moz-animation:1.3s ease-in 1.4s 1 forwards fade;
- animation:1.3s ease-in 1.4s 1 forwards fade;
- }
- .info {
- padding:13px;
- margin:13px auto 50px;
- font-family:'{text:accent font}';
- position:relative;
- text-transform:uppercase;
- }
- .info a, #notes .tumblelog { color:rgba({RGBcolor:accent},.7); }
- .info a:hover { color:rgba({RGBcolor:accent},.9); }
- .controls {
- font-size:16px;
- float:right;
- margin-top:1px;
- }
- .controls a {
- color:rgba({RGBcolor:text},.4);
- }
- .lnr-redo {
- margin-right:10px;
- }
- .like-wrap {
- position:relative;
- width:30px;
- height:30px;
- }
- .like_button {
- position:absolute;
- z-index:5;
- top:-2px;
- left:0;
- opacity:0;
- width:16px;
- height:16px;
- }
- .like_button iframe {
- width:100% !important;
- height:100% !important;
- }
- .like-btn { z-index:1; }
- .like_button.liked + .like-btn { color:{color:text}; }
- #notes {
- margin-bottom:50px;
- padding:10px;
- }
- #notes blockquote { margin-left:9px; }
- #notes ol.notes {
- list-style-type:none;
- padding:0;
- margin:0;
- }
- li.note {
- border-bottom:1px solid rgba({RGBcolor:borders},.5);
- padding:5px;
- }
- #notes ol.notes li:last-child { border-bottom:none; }
- #notes ol.notes img.avatar {
- margin-right:7px;
- margin-top:calc(1em - 15px);
- width:20px;
- height:20px;
- float:left;
- border-radius:2px;
- }
- #notes .tumblelog, #notes .source_tumblelog, .note.like a {
- font-family:'{text:accent font}';
- text-transform:uppercase;
- }
- .caption:empty, #title:empty, .post-title:empty, #desc:empty {
- display:none;
- }
- {block:IndexPage}
- {block:ifHideCaptions}
- .caption:not(.text-body) { display:none; }
- /*keeps the captions on text posts for obvious reasons*/
- {/block:ifHideCaptions}
- {block:ifHideTags}
- .tag-wrap { display:none; }
- {/block:ifHideTags}
- {/block:IndexPage}
- {CustomCSS}
- </style>
- </head>
- <body>
- <aside id="sidebar">
- {block:ifNotCustomTitle}
- <h1 id="title">{Title}</h1>
- {/block:ifNotCustomTitle}
- {block:ifCustomTitle}
- <h1 id="title">{text:Title}</h1>
- {/block:ifCustomTitle}
- {block:ifShowIcon}
- <img id="side" src="{PortraitURL-128}">
- {/block:ifShowIcon}
- <section id="desc">
- {Description}
- </section>
- {block:ifSearchBar}
- <form id="search" action="/search" method="get">
- <input type="text" name="q" value="{lang:Search}" onfocus="if (this.value == '{lang:Search}') {this.value=''}" onblur="if (this.value == '') {this.value='{lang:Search}'}"/>
- </form>
- {/block:ifSearchBar}
- <nav id="links">
- <a class="linke" href="/" title="Index"></a>
- {block:AskEnabled}<a class="linke" href="/ask" title="Ask"></a>{/block:AskEnabled}
- {block:SubmissionsEnabled}<a class="linke" href="/submit" title="Submit"></a>{/block:SubmissionsEnabled}
- {block:HasPages}
- {block:Pages}
- <a class="linke" href="{URL}" title="{Label}"></a>
- {/block:Pages}
- {/block:HasPages}
- </nav>
- <a class="linke" id="cred" href="http://linthm.tumblr.com/thm" title="Theme by Laighlin">@L</a>
- </aside>
- <main id="content">
- {block:SearchPage}
- <article class="post">
- <h2 class="post-title">
- {block:SearchResults}
- {lang:SearchResultCount results for SearchQuery 2}
- {/block:SearchResults}
- {block:NoSearchResults}
- {lang:No search results for SearchQuery 2}
- {/block:NoSearchResults}
- </h2>
- {block:NoSearchResults}
- <div class="caption">This blog might have search indexing disabled. Tough luck.</div>
- {/block:NoSearchResults}
- </article>
- {/block:SearchPage}
- {block:TagPage}
- <article class="post">
- <h2 class="title">
- {lang:Posts tagged Tag 3}
- </h2>
- </article>
- {/block:TagPage}
- {block:Posts inlineMediaWidth="400" nestedMediaWidth="380"}
- <article class="post">
- {block:Title}
- <h2 class="post-title">{Title}</h2>
- {/block:Title}
- {block:Text}
- <div class="text-body caption">{Body}</div>
- {/block:Text}
- {block:Answer}
- <div class="askr">
- <span class="a-url"><i class="lnr lnr-bubble"></i> {Asker}</span>
- </div>
- <div class="ques">{Question}</div>
- <div class="caption">{Answer}</div>
- {/block:Answer}
- {block:Chat}
- {block:Lines}
- <div class="chat {Alt}">{block:Label}<b>{Label} </b>{/block:Label}{Line}</div>
- {/block:Lines}
- {/block:Chat}
- {block:Link}
- <a href="{URL}">
- <h2 class="post-title">
- {block:Host}<div class="link-host">{Host}</div>{/block:Host}
- {Name} »
- </h2></a>
- <div class="caption">
- {block:Excerpt}<blockquote>{Excerpt}</blockquote>{/block:Excerpt}
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}
- {block:Quote}
- <h2 class="post-title quote">» {Quote}</h2>
- {block:Source}<div class="caption" style="text-align:right">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Photo}
- <figure class="media-wrap no-text">
- {LinkOpenTag}<img src="{PhotoURL-500}" width="100%">{LinkCloseTag}
- {block:Caption}
- <figcaption class="caption">{Caption}</figcaption>
- {/block:Caption}
- </figure>
- {/block:Photo}
- {block:Photoset}
- <figure class="media-wrap no-text">
- {block:if400pxposts}
- {Photoset-400}
- {/block:if400pxposts}
- {block:ifnot400pxposts}
- {Photoset-500}
- {/block:ifnot400pxposts}
- {block:Caption}
- <figcaption class="caption">{Caption}</figcaption>
- {/block:Caption}
- </figure>
- {/block:Photoset}
- {block:Audio}
- <figure class="media-wrap no-text">
- {block:if400pxposts}
- {AudioEmbed-400}
- {/block:if400pxposts}
- {block:ifnot400pxposts}
- {AudioEmbed-500}
- {/block:ifnot400pxposts}
- {block:Caption}
- <figcaption class="caption">{Caption}</figcaption>
- {/block:Caption}
- </figure>
- {/block:Audio}
- {block:Video}
- <figure class="media-wrap no-text">
- {block:if400pxposts}
- {Video-400}
- {/block:if400pxposts}
- {block:ifnot400pxposts}
- {Video-500}
- {/block:ifnot400pxposts}
- {block:Caption}
- <figcaption class="caption">{Caption}</figcaption>
- {/block:Caption}
- </figure>
- {/block:Video}
- {block:More}
- <a class="more" href="{Permalink}">{lang:Keep reading}</a>
- {/block:More}
- {block:HasTags}
- <footer class="tag-wrap">
- {block:Tags}<a class="tag" href="{TagURL}">#{Tag}</a>{/block:Tags}
- </footer>
- {/block:HasTags}
- </article>
- {block:Date}
- <footer class="info">
- <a href="{Permalink}" title="{TimeAgo}">{DayofMonth}.{MonthNumber}.{Year}</a>
- {block:NoteCount}
- • <a href="{Permalink}#notes">{NoteCountWithLabel}</a>
- {/block:NoteCount}
- {block:RebloggedFrom}
- <br/>
- <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> • <a href="{ReblogRootURL}" title="{ReblogRootName}">op</a>
- {/block:RebloggedFrom}
- {block:ContentSource}
- {block:RebloggedFrom} • {/block:RebloggedFrom}
- <a href="{SourceURL}" title="{SourceTitle}">src</a>
- {/block:ContentSource}
- <div class="controls">
- <a href="{ReblogURL}"><span class="lnr lnr-redo"></span></a>
- <span class="like-wrap">{LikeButton}<a class="like-btn lnr lnr-heart"></a></span>
- </div>
- </footer>
- {/block:Date}
- {block:PostNotes}
- <footer id="notes" class="post" name="notes">
- {PostNotes-64}
- </footer>
- {/block:PostNotes}
- {/block:Posts}
- </main>
- <nav id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a class="pag prev lnr lnr-arrow-left" href="{PreviousPage}"></a>
- {/block:PreviousPage}
- <span class="pag cur">{CurrentPage} / {TotalPages}</span>
- {block:NextPage}
- <a class="pag next lnr lnr-arrow-right" href="{NextPage}"></a>
- {/block:NextPage}
- {/block:Pagination}
- </nav>
- </body>
- <script>
- $(document).ready(function() {
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:200
- });
- $('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head")
- .append($("<style type='text/css'> .audio-player { background:rgba({RGBcolor:accent},.4) !important; width:calc({text:post width} - 6px) !important } .audio-player * { color:{color:text} !important } </style>"));
- });
- });
- </script>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement