Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- // theme by bru // base by egg.design //
- tumblr controls by magnusthemes, custom scrollbar by shythemes
- -->
- <!DOCTYPE html>
- <html>
- <head>
- <!-- favicon -->
- <link rel="shortcut icon" href="{Favicon}" />
- <!-- rss -->
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <!-- title and description -->
- <title>{Title}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <!-- stylesheets -->
- <link href="https://fonts.googleapis.com/css?family={text:Google Font}:700,400" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=ABeeZee&display=swap" rel="stylesheet">
- <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
- <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- });
- });
- })(jQuery);
- </script>
- <!-- this line ensures that your theme will be mobile friendly -->
- <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
- <!-- image options -->
- <meta name="image:background" content="" />
- <meta name="image:header" content=""/>
- <!-- color options -->
- <meta name="color:background" content="#f8f8f8" />
- <meta name="color:text" content="#222" />
- <meta name="color:blockquote border" content="#222"/>
- <meta name="color:links" content="#222" />
- <meta name="color:sidebar" content="#fff" />
- <meta name="color:sidebar header" content="#f2dadc" />
- <meta name="color:posts" content="#fff" />
- <meta name="color:answer posts" content="#f8f8f8" />
- <meta name="color:link post" content="#222" />
- <meta name="color:link text" content="#fff" />
- <meta name="color:quotes" content="#222" />
- <meta name="color:quote text" content="#fff" />
- <!-- text options -->
- <meta name="text:Google Font" content="Poppins" />
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 1 Title" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 2 Title" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 3 Title" content="" />
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 4 Title" content="" />
- <meta name="text:Link 5" content=""/>
- <meta name="text:Link 5 Title" content=""/>
- <!-- booleans -->
- <meta name="if:full background" content="" />
- <meta name:"if:header image" content="" />
- <!--- 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">
- <style>
- ::-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;
- }
- .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%;
- }
- body {
- margin:0;
- font-size:12px;
- color:{color:text};
- background:{color:background} url({image:background});
- {block:iffullbackground}
- background-size:cover;
- {/block:iffullbackground}
- background-attachment:fixed;
- font-family:Helvetica;
- word-wrap:break-word;
- }
- .flex {
- display:flex;
- flex-wrap:wrap;
- }
- .centered {
- align-items:center;
- justify-content:center;
- }
- blockquote {
- border-left:2px solid {color:blockquote border};
- padding-left:10px;
- }
- main {
- width:100%;
- justify-content:space-around;
- align-items:flex-start;
- }
- section {
- width:100%;
- }
- {block:indexpage}
- section.grid {
- column-count:2;
- grid-gap:20px;
- margin-top:50px;
- max-width:1000px;
- width:70%;
- }
- section.grid article {
- width:100%;
- break-inside:avoid;
- margin:0 0 20px 0;
- }
- section.grid .caption, section.grid .info, section.grid .tags {
- padding:10px;
- }
- {/block:indexpage}
- article {
- background:{color:posts};
- max-width:540px;
- width:50%;
- margin:50px auto 100px auto;
- }
- /* post note styling */
- ol.notes li {
- padding:10px;
- }
- ol.notes img {
- display:none;
- }
- article img {
- max-width:100%;
- display:block;
- margin: auto;
- }
- a {
- text-decoration:none;
- color:{color:links};
- }
- aside.header {
- position:relative;
- width:640px;
- left:auto;
- max-width:640px;
- margin:50px auto 100px auto;
- }
- /* this is the avatar image.*/
- aside img {
- width:80px;
- display:block;
- margin:auto;
- transform:translateY(317px);
- }
- aside img { -webkit-filter:grayscale(100%);}
- aside img.square {
- border-radius:3.2px;
- }
- aside img.circle {
- border-radius:100%;
- }
- .sideheader {
- background:url({image:header}) center;
- background-size:640px;
- background-repeat:no-repeat;
- background-size:640px;
- background-color:{color:sidebar header};
- height:390px;
- }
- .description, .links {
- padding:16px;
- text-align:center;
- }
- /* sidebar links */
- .links a {
- margin:0 10px;
- text-transform:uppercase;
- font-family:'Roboto';
- font-size:13px;
- font-weight:600;
- }
- .description {
- margin-top:10px;
- font-size:13px;
- border-top:1px solid rgba(0,0,0,.04);
- }
- .title {
- text-align:center;
- font-family:'ABeeZee';
- font-size:14px;
- font-weight:bold;
- margin-top:25px;
- }
- .subtitle {
- text-align:center;
- font-family:'ABeeZee';
- margin-top:1px;
- font-weight:300;
- }
- /* text post */
- .textpost h1 {
- padding:20px;
- border-bottom:1px solid rgba(0,0,0,.04);
- margin:0;
- }
- /* photoposts */
- .photopost img {
- width:100%;
- }
- /* quote post */
- .quote {
- background:{color:quotes};
- color:{color:quote text};
- }
- .quote, .source {
- padding:20px;
- }
- /* link post */
- .link {
- background:{color:link post};
- padding:10px;
- }
- .link a {
- color:{color:link text};
- }
- /* chat post */
- .chat {
- margin:0;
- padding:0;
- }
- .chat li {
- list-style:none;
- padding:10px;
- }
- .chat li:nth-of-type(odd) {
- background:{color:text};
- color:{color:posts};
- }
- /*answer posts */
- .question {
- padding:20px;
- background:{color:answer posts};
- }
- .replies {
- padding:20px;
- }
- /*Audio posts */
- .audiopost img {
- width:120px;
- height:120px;
- }
- .audiopost iframe {
- width:100%;
- }
- .audioinfo {
- width:calc(100% - 140px);
- align-items:center;
- padding:0 10px;
- }
- .theinfo {
- padding:20px;
- }
- /* captions */
- .caption {
- padding:20px;
- }
- .reblog-header a {
- font-weight:bold;
- }
- /* post info */
- .info {
- padding:20px;
- text-transform:lowercase;
- border-top:1px solid rgba(0,0,0,.04);
- }
- pre {
- word-wrap:break-word!Important;
- white-space: pre-wrap;
- }
- /* tags */
- .tags {
- padding:10px 20px;
- }
- .tags a:after { content:","; } .tags a:last-child:after { content:"."; }
- }
- .inactive:hover:after {
- content:'deactivated';
- }
- /* pagination */
- .pagination {
- width:90%;
- text-align:center;
- margin:40px auto;
- }
- /*credit */
- footer {
- width:50%;
- margin:20px auto;
- text-align:center;
- }
- /* mobile friendly sidebar */
- @media only screen and (max-width: 1100px) {
- aside {
- position:relative;
- width:60%;
- left:auto;
- max-width:540px;
- margin:50px auto;
- }
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <!-- main container -->
- <main class="flex">
- <!-- sidebar -->
- <aside class="header">
- <div class="sideheader">
- <img src="{portraiturl-128}" class="{AvatarShape}">
- </div>
- <div class="title">{Title}</div>
- <div class="subtitle">@{name}</div>
- <div class="description">
- {Description}
- </div>
- <div class="links">
- <a href="/">{lang:Home}</a>
- {block:askenabled}
- <a href="/ask">Ask</a>
- {/block:askenabled}
- <a href="{text:Link 1}">{text:Link 1 Title}</a>
- <a href="{text:Link 2}">{text:Link 2 Title}</a>
- <a href="{text:Link 3}">{text:Link 3 Title}</a>
- <a href="{text:Link 4}">{text:Link 4 Title}</a>
- <a href="{text:Link 5}">{text:Link 5 Title}</a>
- {block:HasPages}<p>
- {block:Pages}
- <a href="{URL}">{Label}</a>
- {/block:Pages}
- </div>
- {/block:HasPages}
- </aside>
- <!-- posts -->
- <section {block:ifgrid} class="grid" {/block:ifgrid}>
- {block:posts inlineMediaWidth="1280" inlineNestedMediaWidth="1280"}
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- {block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <article class="{posttype}post posts" post-type="{PostType}">
- <!-- text posts -->
- {block:Text}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {block:Notreblog}
- <div class="caption">
- {Body}
- </div>
- {/block:Notreblog}
- {block:Rebloggedfrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="reblogs">
- <div class="reblog-header source-head">
- {block:isactive}
- <a href="{permalink}">{username}</a>
- {/block:isactive}
- {block:isdeactivated}
- <a href="{permalink}" class="inactive">{username}</a>
- {/block:isdeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}
- {/block:Text}
- <!-- photo posts -->
- {block:Photo}
- <!-- photo alts add a description to the image for screen readers and for if the image doesn't load -->
- <img src="{PhotoURL-highres}" al="{photoalt}" class="photos">
- {/block:Photo}
- <!-- photoset -->
- {block:Photoset}
- {Photoset}
- {/block:Photoset}
- <!-- panorama -->
- {block:Panorama}
- <img src="{photourl-panorama}" alt="{photoalt}">
- {/block:Panorama}
- <!-- quote posts -->
- {block:Quote}
- <div class="quote">
- "{Quote}"
- </div>
- <div class="source">
- -{Source}
- </div>
- {/block:Quote}
- <!-- chat posts -->
- {block:Chat}
- <ul class="chat">
- {block:Lines}
- <li>{block:Label}{Label}{/block:Label} {Line}</li>
- {/block:Lines}
- </ul>
- {/block:Chat}
- <!--Link posts-->
- {block:link}
- <div class="link">
- <a href="{URL}"><span class="lnr lnr-link" aria-hidden="true"></span> {Name}</a>
- </div>
- {/block:link}
- <!-- video posts -->
- {block:Video}
- {Video-500}
- {/block:Video}
- <!--Audio posts-->
- {block:Audio}
- <div class="audio flex">
- {block:albumart}
- <img src="{AlbumArtURL}" alt="Album art for {block:trackname}{Trackname}{/block:trackname}">
- {/block:albumart}
- <div class="audioinfo flex">
- {block:trackname}{Trackname}{/block:trackname}<br>
- {block:Album}{Album}{/block:Album} <br>
- {block:Artist}{Artist}{/block:Artist}
- </div>
- </div>
- <div class="player">
- {AudioPlayer}
- </div>
- {/block:Audio}
- <!--answer posts-->
- {block:Answer}
- <div class="question">
- {Asker}:{Question}
- </div>
- <div class="replies">
- {block:Answerer}
- {Answerer}: {Answer}
- {/block:Answerer}
- {Replies}
- </div>
- {/block:Answer}
- <!-- captions -->
- {block:Caption}
- <div class="caption">
- {block:notreblog}
- {Caption}
- {/block:notreblog}
- {block:Rebloggedfrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="reblogs">
- <div class="reblog-header">
- {block:isactive}
- <a href="{permalink}">{username}</a>
- {/block:isactive}
- {block:isdeactivated}
- <a href="{permalink}" class="inactive">{username}</a>
- {/block:isdeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}
- </div>
- {/block:Caption}
- <!-- post info -->
- {block:Date}
- <div class="info">
- <a href="/day/{Year}/{MonthNumberWithZero}/{dayofmonthwithzero}">{DayOfMonthWithZero} {ShortMonth}, {Year} </a>
- {block:NoteCount} with
- <a href="{permalink}">{NoteCountWithLabel}</a>
- {/block:NoteCount}
- {block:permalinkpage}
- <br>
- {block:rebloggedfrom}
- <a href="{reblogparenturl}">reblogged from {reblogparentname}</a> / <a href="{reblogrooturl}">posted by {reblogrootname} </a>
- {/block:rebloggedfrom}
- {/block:permalinkpage}
- </div>
- {/block:Date}
- <!-- tags -->
- {block:Hastags}
- <div class="tags">
- <span class="lnr lnr-heart"></span><b> tagged as:</b>{block:Tags}
- <a href="{TagURL}">{Tag}</a>
- {/block:Tags}
- </div>
- {/block:Hastags}
- <!-- post note list -->
- {PostNotes}
- </article> <!-- end posts -->
- {/block:Posts}
- </section> <!-- end post section -->
- <!-- pagination -->
- {block:Pagination}
- <div class="pagination">
- {block:previouspage}
- <a href="{previouspage}">prev</a>
- {/block:previouspage}
- {block:nextpage}
- <a href="{nextpage}">next</a>
- {/block:nextpage}
- </div>
- {/block:pagination}
- </main> <!-- end container -->
- <footer><a href="https://geminicodes.tumblr.com/" title="by bru"><span class="lnr lnr-moon"></span></a> </footer>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement