Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>{Title} {block:TagPage}/ #{Tag}{/block:TagPage}{block:PostSummary}: {PostSummary}{/block:PostSummary}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <!--- THEME BY BRU
- BASE CODE BY SEYCHE.TUMBLR.COM
- tumblr controls magnusthemes
- icons from font-awesome
- back to top by backtotopbutton.com
- day/night toggle by egg.design
- npf fix by glenthemes
- --->
- <!---- scripts ---->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
- <link rel="stylesheet" href=
- "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.css">
- </link>
- <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
- <!----- VARIABLES AND OPTIONS ----->
- <meta name="image:sidebar" content=""/>
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:text" content="#707070"/>
- <meta name="color:link" content="#313131"/>
- <meta name="color:accent" content="#71d3d7"/>
- <meta name="color:borders" content="#dcdcdc"/>
- <meta name="color:ask background" content="#f7dfd9"/>
- <meta name="color:selection text" content="#000"/>
- <meta name="color:selection background" content="#f0bfb3"/>
- <meta name="if:scroll to top" content="0"/>
- <meta name="select:Post Width" content="400px" title="400px"/>
- <meta name="select:Post Width" content="500px" title="500px"/>
- <meta name="select:Post Width" content="540px" title="540px"/>
- <meta name="text:desktop description" content=""/>
- <meta name="text:post margin" content="150"/>
- <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:link 4 URL" content=""/>
- <meta name="text:link 4" content=""/>
- <!---- day/night toggle----->
- <script>$(document).ready(function(){
- $('.daynight').click(function(){
- $(document).ready(function(){
- $('.daynight').click(function(){
- $('body').toggleClass('night');
- $('.daynight span').toggleClass('fa-sun');
- });
- });
- });
- });</script>
- <!--- NPF FIX --->
- <script src="//cdn.jsdelivr.net/npm/jquery@latest/dist/jquery.min.js"></script>
- <!--
- NPF images fix v3.0 by @glenthemes [2021]
- 💌 git.io/JRBt7
- --->
- <script src="//npf-images-v3.github.io/script.js"></script>
- <link rel="stylesheet" href="//npf-images-v3.github.io/recon.css">
- <style tmblr-npf>
- :root {
- --NPF-Caption-Spacing:1em;
- --NPF-Image-Spacing:4px;
- }
- </style>
- <link rel="stylesheet" media="screen" href="//assets.tumblr.com/client/prod/standalone/blog-network-npf/index.build.css">
- <!----- CSS ----->
- <style type="text/css">
- /*---- scrollbar ----*/
- ::-webkit-scrollbar {
- width:17px;
- height:17px;
- }
- ::-webkit-scrollbar {
- background-color:rgb(255,255,255); /* background color */
- }
- ::-webkit-scrollbar-track {
- border:8px solid rgb(255,255,255); /* background color */
- background-color:rgb(230,230,230); /* light border color */
- }
- ::-webkit-scrollbar-thumb {
- border:8px solid rgb(255,255,255); /* background color */
- background-color:rgb(144,144,144); /* dark border color */
- min-height:24px;
- min-width:24px;
- }
- /*----- BASIC STYLING -----*/
- body {
- font-family: 'Roboto';
- font-size:12.5px;
- font-style:lowercase;
- color: {color:text};
- background-color: {color:background};
- line-height: 160%;
- word-wrap: break-word;
- letter-spacing: 0.04em;
- margin: 0;
- padding: 0;
- }
- ::selection {
- color:{color:selection text};
- background:{color:selection background};
- }
- a {
- color: {color:link};
- text-decoration: none;
- -webkit-transition: all 0.3s;
- -moz-transition: all 0.3s;
- -ms-transition: all 0.3s;
- -o-transition: all 0.3s;
- transition: all 0.3s;
- }
- a:hover {
- color: {color:accent};
- -webkit-transition: all 0.3s;
- -moz-transition: all 0.3s;
- -ms-transition: all 0.3s;
- -o-transition: all 0.3s;
- transition: all 0.3s;
- }
- blockquote {
- padding: 0 0 0 1.5em;
- border-left: 1px solid {color:borders};
- margin: 1.5em 0 1.5em 1.5em;
- }
- h1, h2, h3, h4, h5, .title {
- letter-spacing: 0.06em;
- line-height: 145%;
- font-weight: bold;
- }
- h1, .title {font-size: 1.5em;}
- h2 {font-size: 1.3em;}
- h3 {font-size: 1.25em;}
- h4 {font-size: 1.1em;}
- h5 {font-size: 1em;}
- small {font-size: 0.9em;}
- big {font-size: 1.1em;}
- hr {
- height: 1px;
- border: none;
- box-shadow: none;
- background-color: {color:borders};
- }
- pre {
- line-height: inherit;
- font-size: inherit;
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- .iframe-controls--desktop {
- position:fixed;
- top:0px;
- right:0px;
- z-index:214748364789123456789;
- filter:invert(100%);
- -webkit-filter:invert(100%);
- -webkit-transform:scale(0.6,0.6);
- -webkit-transform-origin: 100% 0%;
- -ms-transform-origin:100% 0%;
- -ms-transform:scale(0.6,0.6);
- transform:scale(0.6,0.6);
- transform-origin:100% 0%;
- }
- /*----- SIDEBAR -----*/
- #sidebar {
- width: 300px;
- position: fixed;
- top: {text:post margin}px;
- text-align: center;
- }
- {block:ifSidebarImage}
- #side-img {margin-bottom: 1.5em; border-radius:2%;
- }
- {/block:ifSidebarImage}
- #description, nav {margin-top: 1.25em;}
- nav a {margin: auto 0.5em;}
- .subtitle {
- text-align:center;
- font-style:normal;
- font-family:{text:Font Family};
- font-weight:300;
- font-size:12px;
- margin-bottom:10px;
- }
- /*----- POSTS -----*/
- main {
- position: relative;
- width: calc(300px + {select:post width} + 150px);
- margin: auto;
- }
- section {
- position: relative;
- width: {select:post width};
- margin-left: 400px;
- }
- article {
- width: 100%;
- position: relative;
- margin: {text:post margin}px auto;
- }
- .posts li, .posts blockquote, figure, video, iframe, .video, .video iframe, figure.tmblr-embed.tmblr-full, figure.tmblr-embed.tmblr-full iframe, .caption iframe {max-width: 100%;}
- /*----- CAPTIONS -----*/
- .caption {margin-top: 2em; list-style-type: none;}
- .text-caption:first-of-type {margin-top: 0;}
- .user-icon, .ask-icon {
- display: inline-block;
- vertical-align: middle;
- width: 2em;
- height: 2em;
- margin-right: 1em;
- }
- .username {
- display: inline-block;
- vertical-align: middle;
- font-weight: bold;
- }
- .deactive::after {
- content: '(deactivated)';
- margin-left: 1em;
- opacity: 0.75;
- color: {color:text};
- }
- p.tmblr-attribution {margin-top: 1em !important;}
- /*----- TEXT -----*/
- h1.post-title {margin-top: 0;}
- /*----- LINK -----*/
- a.link-wrap {display: block; border: 1px solid {color:borders};}
- .link {padding: 2em;}
- .link-host, .link-txt {margin-top: 1.5em;}
- .npf-link-block {
- margin-top: 1.5em;
- background-color: inherit;
- border: 1px solid inherit;
- color: inherit;
- }
- /*----- PHOTO -----*/
- img {
- margin: 0;
- display: block;
- height: auto;
- max-width: 100%;
- }
- .photo img {width: 100%;}
- .vignette, #vignette {opacity: 0;}
- .tmblr-lightbox, #tumblr_lightbox {background-color: rgba(130, 130, 130, 0.75) !important;}
- .lightbox-image, #tumblr_lightbox img {
- box-shadow: none !important;
- border-radius: 0 !important;
- max-width: none;
- }
- #tumblr_lightbox_caption, .lightbox-caption {
- color: #fff !important;
- font-family: inherit;
- margin-top: 1em !important;
- }
- /*----- PHOTOSET -----*/
- .post-content div.npf_row, .post div.npf_row, body div.npf_row {
- margin-left: 0 !important;
- margin-right: 0 !important;
- }
- /*----- QUOTE -----*/
- .quote {line-height: 160%; font-size: 1.25em;}
- .quote p:first-of-type {margin-top: 0;}
- .quote p:last-of-type {margin-bottom: 0;}
- .source {margin-top: 1.5em;}
- /*----- CHAT -----*/
- .chat {padding: 0; margin: 0;}
- .chat li {list-style-type: none; margin-top: 1em;}
- .chat li:first-of-type {margin-top: 0;}
- .chatter {font-weight: bold;}
- p.npf_chat, p.npf_chat b {font-family: inherit;}
- /*----- ANSWER -----*/
- .askerbg {
- padding: 0px;
- border-radius: 100px;
- }
- .askerbg img {
- border-radius:100px!important;
- }
- .question {
- width: auto;
- margin-top: 10px;
- margin-bottom:20px;
- color:{color:text};
- padding: 10px;
- border-radius: 7px;
- background:{color:ask background};
- }
- /*----- AUDIO -----*/
- .audiopost {padding: 2em; border: 1px solid {color:borders};}
- .album-art {
- z-index: 1;
- display: inline-block;
- vertical-align: middle;
- float: left;
- width: 100px;
- height: 100px;
- }
- .audio-player-wrap {
- width: 100px;
- height: 100px;
- display: inline-block;
- }
- .button {
- width: 30px;
- height: 30px;
- overflow: hidden;
- position: relative;
- z-index: 2;
- margin: 7px;
- }
- .audiobox {
- background-color: #f2f2f2;
- z-index: 3;
- position: absolute;
- margin: 28px 0 0 28px;
- border-radius: 50%;
- }
- .audioinfo {
- display: inline-block;
- height: 100px;
- max-width: calc(100% - 100px);
- margin-left: 100px;
- display: flex;
- justify-content: center;
- flex-direction: column;
- box-sizing: border-box;
- padding-left: 2em;
- }
- .audioinfo li {list-style-type: none;}
- .track {font-weight: bold;}
- /*----- INFO -----*/
- .info {margin-top: 2em;}
- .info a {display: inline-block; vertical-align: middle;}
- .likeb {
- position: relative;
- display: inline-block;
- height: 1.6em;
- margin-bottom: -1px;
- }
- .likeb .like_button iframe {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- z-index: 2;
- opacity: 0;
- }
- .like_button iframe {width: 100% !important; height: 100% !important;}
- .likeb .liked + .actual-button {color: red;}
- .likeb .liked + .actual-button:after {content: 'd';}
- .info a, .tags a {margin-right: 0.75em;}
- a.pinned-post {font-weight: bold; color: {color:accent};}
- /*---- POST NOTES -----*/
- .notes {margin: {text:post margin}px 0;}
- ol.notes {
- max-width: 100%;
- padding: 0;
- margin: 2em 0 0 0;
- }
- ol.notes li.note {padding: 0.5em 0; list-style-type: none;}
- ol.notes li.note img.avatar {
- margin-right: 1em;
- vertical-align: middle;
- display: inline-block;
- width: 1.25em;
- height: 1.25em;
- }
- /*---- PAGINATION -----*/
- #page-navigation {text-align: center;}
- #page-navigation a, .current-page {margin: 0 0.5em;}
- .current-page {font-weight: bold; color: {color:accent};}
- /*---- CREDIT -----*/
- #credit {
- position: fixed;
- bottom: 20px;
- right: 20px;
- font-size: 15px;
- }
- #scrollToTop:link,
- #scrollToTop:visited {
- display: none;
- position: fixed;
- bottom:48px;
- right:17px;
- font-size: 20px;
- padding: 13px;
- color:{color:Link};
- }
- /*---- day/night toggle ---*/
- body.night {
- background:#292f36;
- color:white!important;
- transition:.6s;
- }
- .daynight span {
- position: fixed;
- top:20px;
- left:10px;
- font-size: 15px;
- cursor:pointer;
- padding:10px;
- border:1px solid;
- }
- body.night a, body.night b, body.night i { color:white!important; }
- body.night header, body.night scrollbar, body.night footer { background:#21262c!important; }
- /*----
- MEDIA QUERIES AND RESPONSIVENESS:
- if you change the basic layout (i.e. sidebar to header), you MUST modify or delete this section, or else your theme will get screwed up on smaller screen sizes. if you're unfamiliar with media queries and/or you aren't interested in making responsive themes, I recommend deleting this whole section.
- -----*/
- /*--- for small desktop/tablet screens. converts sidebar to header ---*/
- @media only screen and (max-width: 1100px) {
- main {width: {select:post width};}
- #sidebar {
- position: relative;
- margin: {text:post margin}px auto;
- width: 100%;
- top: auto;
- }
- section {margin-left: 0;}
- }
- /*--- for mobile devices ---*/
- @media only screen and (max-width: 720px) {
- main, section {width: 80vw;}
- }
- /*---- END OF MEDIA QUERIES -----*/
- {CustomCSS}
- </style>
- </head>
- <!----- HTML ----->
- <body>
- <!-- main = main container -->
- <main>
- <!----- SIDEBAR ----->
- <div class="daynight"><span class="fa fa-moon"></span></div>
- <aside id="sidebar">
- {block:ifSidebarImage}<img src="{image:Sidebar}" id="side-img" alt="Sidebar image"/></a>{/block:ifSidebarImage}
- <div class="title"><a href="/">{Title}</a></div>
- <div class="subtitle">@{name}</div>
- {block:Description}<div id="description">{text:desktop description}</div>{/block:Description}
- <nav>
- <a href="/" title="home"><i class="fas fa-home"></i></a>
- <a href="/ask" title"message"><i class="far fa-comment-alt"></i></a>
- <a href="{text:Link 1 URL}" title="{text:Link 1}"><i class="fas fa-at"></i></a>
- <a href="{text:Link 2 URL}" title="{text:Link 2}"><i class="fas fa-tasks"></i></a>
- <a href="{text:Link 3 URL}" title="{text:Link 3}"><i class="far fa-edit"></i></a>
- <a href="{text:Link 4 URL}" title="{text:Link 4}"><i class="far fa-heart"></i></a>
- {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
- </nav>
- </aside>
- <!----- TAG AND DAY PAGES ----->
- <!-- section = post container -->
- <section>
- {block:TagPage}
- <article>
- Viewing posts filed under #{Tag}
- </article>
- {/block:TagPage}
- {block:DayPage}
- <article>
- Viewing posts made on {Month} {DayOfMonth}, {Year}
- </article>
- {/block:DayPage}
- <!----- POSTS ----->
- {block:posts inlineMediaWidth="1280" inlineNestedMediaWidth="1280"}
- <article class="posts" id="{PostID}" post-type="{PostType}">
- {block:Text}
- {block:Title}<h1 class="post-title"><a href="{Permalink}">{Title}</a></h1>{/block:Title}
- {block:NotReblog}
- <li class="caption text-caption">
- {Body}
- </li>
- {/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <li class="caption text-caption source-head">
- <img src="{PortraitURL-64}" class="user-icon">
- <div class="username {block:IsDeactivated}deactive{/block:IsDeactivated}"><a href="{Permalink}">{Username}</a></div>
- {Body}
- </li>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Text}
- {block:Link}
- <a href="{URL}" class="link-wrap">
- {block:Thumbnail}<img src="{Thumbnail-HighRes}">{/block:Thumbnail}
- <div class="link">
- <div class="title">{Name}</div>
- {block:Excerpt}<div class="link-txt">{Excerpt}</div>{/block:Excerpt}
- {block:Host}<div class="link-host">{Host}</div>{/block:Host}
- </div>
- </a>
- {block:Description}
- {block:NotReblog}
- <li class="caption">
- {Description}
- </li>
- {/block:NotReblog}
- {/block:Description}
- {block:RebloggedFrom}
- {block:Reblogs}
- <li class="caption">
- <img src="{PortraitURL-64}" class="user-icon">
- <div class="username {block:IsDeactivated}deactive{/block:IsDeactivated}"><a href="{Permalink}">{Username}</a></div>
- {Body}
- </li>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Link}
- {block:Photo}
- <div class="photo">
- {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 src="{PhotoURL-HighRes}" alt="{PhotoAlt}"></a>{LinkCloseTag}
- </div>
- {block:Caption}
- {block:NotReblog}
- <li class="caption">
- {Caption}
- </li>
- {/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <li class="caption">
- <img src="{PortraitURL-64}" class="user-icon">
- <div class="username {block:IsDeactivated}deactive{/block:IsDeactivated}"><a href="{Permalink}">{Username}</a></div>
- {Body}
- </li>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="photo">{Photoset-700}</div>
- {block:Caption}
- {block:NotReblog}
- <li class="caption">
- {Caption}
- </li>
- {/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <li class="caption">
- <img src="{PortraitURL-64}" class="user-icon">
- <div class="username {block:IsDeactivated}deactive{/block:IsDeactivated}"><a href="{Permalink}">{Username}</a></div>
- {Body}
- </li>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Caption}
- {/block:Photoset}
- {block:Video}
- <div class="video">{Video-500}</div>
- {block:Caption}
- {block:NotReblog}
- <li class="caption">
- {Caption}
- </li>
- {/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <li class="caption">
- <img src="{PortraitURL-64}" class="user-icon">
- <div class="username {block:IsDeactivated}deactive{/block:IsDeactivated}"><a href="{Permalink}">{Username}</a></div>
- {Body}
- </li>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Caption}
- {/block:Video}
- {block:Quote}
- <div class="quote">{Quote}</div>
- {block:Source}<div class="source">{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}<h1 class="post-title"><a href="{Permalink}">{Title}</a></h1>{/block:Title}
- <ul class="chat">{block:Lines}
- <li>
- {block:Label}<div class="chatter">{Label}</div>{/block:Label}
- {Line}
- </li>
- {/block:Lines}</ul>
- {/block:Chat}
- {block:Answer}
- <table style="padding-bottom:5px;margin-bottom:5px;">
- <tr>
- <td class="askerbg" style="vertical-align:top;padding-right:10px;"><img src="{AskerPortraitURL-64}"></td><td style="vertical-align:top;"><strong>{Asker} asked:</strong>
- <div class="question">{Question}</div>
- </td>
- </tr>
- </table>
- {Answer}
- {/block:Answer}
- {block:Audio}
- <div class="audiopost">
- <div class="audiobox">
- <div class="button">
- {block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}
- </div>
- </div>
- {block:AlbumArt}
- <img src="{AlbumArtURL}" class="album-art">
- {/block:AlbumArt}
- <div class="audioinfo">
- {block:TrackName}<li class="track">{TrackName}</li>{/block:TrackName}
- {block:Artist}<li>{Artist}</li>{/block:Artist}
- {block:Album}<li>{Album}</li>{/block:Album}
- </div>
- </div>
- {block:Caption}
- {block:NotReblog}
- <li class="caption">
- {Caption}
- </li>
- {/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <li class="caption">
- <img src="{PortraitURL-64}" class="user-icon">
- <div class="username {block:IsDeactivated}deactive{/block:IsDeactivated}"><a href="{Permalink}">{Username}</a></div>
- {Body}
- </li>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Caption}
- {/block:Audio}
- <!----- INFO ----->
- {block:Date}
- <div class="info">
- {block:PinnedPostLabel}<a href="{Permalink}" class="pinned-post"><i class="fas fa-thumbtack"></i> {PinnedPostLabel}</a>{/block:PinnedPostLabel}
- <a href="{Permalink}">{DayOfMonth}/{MonthNumberWithZero}</a>
- {block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
- <!-- reblog info and content source on permalink pages -->
- {block:PermalinkPage}
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}">via</a>
- <a href="{ReblogRootURL}">originally</a>
- {/block:RebloggedFrom}
- {block:ContentSource}<a href="{SourceURL}">{lang:Source}</a>{/block:ContentSource}
- {/block:PermalinkPage}
- <!-- like and reblog buttons -->
- <a href="{ReblogURL}" target="_blank"><i class="fas fa-sync-alt"></i></a>
- <a class="likeb" href="#">{LikeButton}<span class="actual-button"><i class="far fa-heart"></i></span></a>
- </div>
- {/block:Date}
- <!----- TAGS ----->
- {block:HasTags}
- <div class="tags">
- {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- <!----- POST NOTES ----->
- {block:PermalinkPage}{block:Date}
- {block:NoteCount}{block:PostNotes}
- <div class="notes">
- {PostNotes-64}
- </div>
- {/block:PostNotes}{/block:NoteCount}
- {/block:Date}{/block:PermalinkPage}
- </article>
- {/block:Posts}
- <!-- end of posts container -->
- </section>
- <!----- PAGINATION ----->
- {block:Pagination}
- <article id="page-navigation">
- {block:PreviousPage}<a href="{PreviousPage}">previous page</a>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}<span class="current-page">{PageNumber}</span>{/block:CurrentPage}
- {block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}">next page</a>{/block:NextPage}
- </article>
- {/block:Pagination}
- <!-- end of main container -->
- </main>
- <!----- CREDIT do not remove. ----->
- <a href="https://geminicodes.tumblr.com" title="by bru" id="credit"><i class="far fa-moon"></i></a>
- {block:IfScrollToTop}<script>var topButton = "sleek/simple-light";</script><script src="//backtotopbutton.com/script/toTop.js"></script>{/block:IfScrollToTop}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement