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
- npf fix by glenthemes
- hide nav toggle w3schools
- scrollbar by shythemes
- tumblr controls, masonry by maziekeen
- tooltips by tippy
- --->
- <!----- VARIABLES AND OPTIONS ----->
- <meta name="image:Sidebar" content=""/>
- <meta name="image:Sidebar Avatar" content=""/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Containers" content="#fff"/>
- <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:Gradient 1" content="#fff"/>
- <meta name="color:Gradient 2" content="#000"/>
- <meta name="color:Usernames" content="#fff"/>
- <meta name="color:Controls" content="#000"/>
- <meta name="color:Pagination" content="#fff"/>
- <meta name="if:Gradient Background">
- <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:Post Margin" content="90"/>
- <meta name="text:Desktop Description" content=""/>
- <meta name="text:Home Link" content="home"/>
- <meta name="text:Ask Link" content="ask"/>
- <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=""/>
- <!---- SCRIPTS ------>
- <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">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $(".button-nav").click(function(){
- $("nav").slideToggle();
- });
- });
- </script>
- <!--- FONTS & ICONS ---->
- <script src="https://cdn.jsdelivr.net/npm/@phosphor-icons/[email protected]"></script>
- <script src="//pull.cappuccicons.com/cpf.js"></script>
- <script src="https://unpkg.com/[email protected]/dist/boxicons.js"></script>
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=Poppins&family=Roboto+Flex&family=Schibsted+Grotesk&display=swap" rel="stylesheet">
- <!----- CSS ----->
- <style type="text/css">
- /* SCROLLBAR */
- ::-webkit-scrollbar {
- width:17px;
- height:17px;
- }
- ::-webkit-scrollbar {
- background-color:{color:Gradient 2}; /* background color */
- }
- ::-webkit-scrollbar-track {
- border:8px solid {color:Gradient 2}; /* background color */
- background-color:{color:Gradient 2}; /* light border color */
- }
- ::-webkit-scrollbar-thumb {
- border:8px solid {color:Gradient 1}; /* background color */
- background-color:{color:Gradient 2}; /* dark border color */
- min-height:24px;
- min-width:24px;
- }
- /* ----- TUMBLR CONTROLS ---- */
- .controls-button {
- position: fixed;
- cursor: help;
- top: 20px;
- right: 2rem;
- z-index: 1000;
- cursor: pointer;
- right:1.5rem;
- color:{color:Controls};
- }
- .tmblr-iframe {
- z-index: 999999999!important;
- opacity: 0;
- visibility: hidden;
- width:30px;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- -ms-transition: all 0.5s;
- -o-transition: all 0.5s;
- transition: all 0.5s;
- }
- body.controls-click .tmblr-iframe {
- opacity: 1;
- margin-right: 4rem;
- display:inline;
- vertical-align:bottom;
- visibility: visible;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- -ms-transition: all 0.5s;
- -o-transition: all 0.5s;
- transition: all 0.5s;
- }
- .tmblr-iframe-compact .tmblr-iframe--unified-controls {z-index: 999999999!important;}
- /* -------- TOOLTIPS --------- */
- .tippy-tooltip.gradient-theme {
- background-image:linear-gradient(to right, {color:Gradient 1}, {color:Gradient 2});
- border-radius:5px;
- color:{color:Usernames};
- text-align:center;
- font-family:'Poppins', sans-serif!important;
- font-weight:bold;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:0.90em;
- box-shadow: 7px 7px 7px -9px rgba(000,000,000, 0.45);}
- .tippy-tooltip.gradient-theme .tippy-svg-arrow {
- fill:var(--text);}
- /*----- BASIC STYLING -----*/
- body {
- font-family: 'Schibsted Grotesk', sans-serif;
- font-size: 15px;
- color: {color:text};
- {block:ifGradientBackground}
- background-image: linear-gradient(to right, {color:Gradient 1}, {color:Gradient 2});
- {/block:ifGradientBackground}
- line-height: 160%;
- word-wrap: break-word;
- letter-spacing: 0.04em;
- margin: 0;
- padding: 0;
- }
- 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 {
- letter-spacing: 0.06em;
- line-height: 145%;
- font-weight: bold;
- }
- h1 {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;
- }
- u {
- font-weight:bold;
- text-decoration:none;
- border-bottom: 1px solid {color:Gradient 1};
- }
- .ph {
- border:2px solid {color:accent};
- padding:5px;
- border-radius:100%;
- }
- .tmblr-iframe-compact .tmblr-iframe--unified-controls {z-index: 999999999!important;}
- /*----- SIDEBAR -----*/
- #sidebar {
- width: 300px;
- position: fixed;
- top: {text:post margin}px;
- text-align: center;
- border:1px solid {color:Borders};
- padding:10px;
- border-radius:10px;
- background:{color:containers};
- }
- {block:ifSidebarImage}
- #side-img {
- margin-bottom: 1.5em;
- width:300px;
- border-radius:10px;
- }
- {/block:ifSidebarImage}
- #description, nav {
- margin-top: 1.25em;}
- .side-avatar {
- width:312px;
- margin-left:-11px;
- margin-top:-11px;
- margin-bottom:5px;
- padding:5px;
- background:{color:Gradient 2};
- border-radius:10px 10px 0 0;
- border:0px solid {color:borders};
- }
- .side-avatar img {
- width:50px;
- margin-bottom:5px;
- border-radius:100%;
- border:3px solid {color:Accent};
- }
- .title {
- font-size:18px;
- font-family: 'Roboto Flex', sans-serif;
- font-weight:600;
- text-transform:uppercase;
- text-align:right!important;
- margin-right:5%;
- }
- .title a:hover{
- font-size:19px;
- }
- .subtitle {
- font-size:12px;
- font-weight:300;
- text-align:right;
- vertical-align:middle;
- font-family: 'Poppins', sans-serif;
- margin-right:5%;
- }
- nav a {
- margin: auto 0.5em;
- display:block;
- text-align:left;
- margin-bottom:10px;
- font-size:15px;
- text-align:left;
- margin-left:5%;
- }
- nav a:hover {
- font-size:13px;
- }
- nav {
- display:none;
- font-family: 'Roboto Flex', sans-serif;
- }
- .button-nav {
- text-align:center;
- font-size:12px;
- padding:10px;
- color:{color:Link};
- font-family: 'Poppins', sans-serif;
- text-transform:uppercase;
- outline:none;
- border:0px;
- background-color:transparent;
- }
- .search .query {
- color:{color:text};
- width:290px;
- font-family:'Poppins';
- background-color:transparent;
- text-align:center;
- font-size:10px;
- border:0px;
- margin-top:10px;
- margin-bottom:10px;
- outline:none;
- }
- /*----- POSTS -----*/
- main {
- position: relative;
- width: calc(250px + {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;
- border:1px solid {color:Borders};
- padding:10px;
- border-radius:10px;
- background:{color:containers};
- }
- .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: 0px;}
- .user-icon, .ask-icon {
- display: inline-block;
- vertical-align: middle;
- width: 3em;
- height:3em;
- margin-right: 1em;
- border-radius:100%;
- border:2px solid {color:Gradient 1};
- }
- .username {
- display: inline-block;
- vertical-align: middle;
- font-weight: bold;
- background-image: linear-gradient(to right, {color:Gradient 1}, {color:Gradient 2});
- padding:8px;
- border-radius:10px;
- }
- .username a {
- color:{color:Usernames};
- }
- .username a:hover {
- color:{color:Accent};
- }
- .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 -----*/
- .ask-wrap {border-bottom: 1px solid {color:borders}; padding-bottom: 2em;}
- .ask-wrap .asking {
- display: inline-block;
- margin-left: -0.2em;
- font-weight: bold;
- font-size:12px;
- text-transform:uppercase;
- font-family: 'Poppins', sans-serif;
- }
- .asking a {
- background-image: linear-gradient(to right, {color:Gradient 1}, {color:Gradient 2});
- padding:8px;
- border-radius:10px;
- color:{color:containers};
- }
- .question {margin-top: 1em;}
- .question p:first-of-type {margin-top: 0;}
- .question p:last-of-type {margin-bottom: 0;}
- .question {
- background:{color:Gradient 1};
- padding:10px;
- border-radius:1px 10px 15px 10px;
- margin-left:1.5em;
- }
- /*----- 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 {
- padding:10px;
- text-align:center;
- margin-top: 2em;
- border-top:1px solid {color:Borders};
- text-transform:lowercase;
- font-family: 'Roboto Flex', sans-serif;
- }
- .info a {
- display: inline-block;
- vertical-align: middle;
- }
- .info a:hover{
- border-radius:100%;
- margin-top:-10px;
- }
- .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;
- }
- .tags {
- text-align:center;
- font-size:12.5px;
- font-family: 'Schibsted Grotesk', sans-serif;
- padding:10px;
- word-wrap:break-word;
- }
- .tags a:hover {
- background:{color:Gradient 2};
- color:{color:containers};
- padding:5px;
- border-radius:5px;
- }
- .like_button iframe {width: 100% !important; height: 100% !important;}
- .likeb .liked + .actual-button {color: red;}
- .likeb .liked + .actual-button:after {content: '';}
- .info a, .tags a {margin-right: 0.75em;}
- a.pinned-post {font-weight: bold; color: {color:links};}
- /*---- POST NOTES -----*/
- .notes {margin: {text:post margin}px 0; margin-top:-10px;}
- 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 -----*/
- .pagination {
- display:flex;
- justify-content:space-between;
- margin:60px 0;
- width:50%;
- margin-left:200px;
- }
- .jump { max-width:90%; }
- .pagination a, .pagination span, .current {
- display:inline-block;
- padding:7px;
- background:{color:Pagination};
- color:#fff;
- border-radius:5px;
- overflow:hidden;
- -webkit-transition:all 0.4s ease;
- -moz-transition:all 0.4s ease;
- -o-transition:all 0.4s ease;
- -ms-transition:all 0.4s ease;
- transition:all 0.4s ease;
- }
- .jump a, .current { margin:0 7px; }
- .current { background:transparent; color:#000; }
- .prev a, .next a { position:absolute; margin:0; z-index:99999; }
- .pagination span { background:transparent; color:rgba(0,0,0,0.4); }
- .pagination a:hover { background:{color:Gradient 1}; color:#fff; }
- /*---- CREDIT -----*/
- #credit {
- position: fixed;
- bottom: 20px;
- right: 20px;
- font-size: 20px;
- }
- /*----
- 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: 540px;
- top: auto;
- }
- #side-img {
- display:none;
- }
- .side-avatar {
- width:550px;
- margin-left:-10px;
- margin-top:-10px;
- margin-bottom:5px;
- padding:5px;
- background:{color:Gradient 2};
- border-radius:10px 10px 0 0;
- }
- section {margin-left: 0;}
- }
- .pagination {
- display:flex;
- justify-content:space-between;
- margin:60px 0;
- width:50%;
- margin-left:140px;
- }
- /*--- 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 ----->
- <aside id="sidebar">
- <div class="side-avatar"><center><img src="{image:sidebar avatar}"></center>
- </div>
- {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"><a href="https://tumblr.com/follow/{name}">@{name}</a></div>
- {block:Description}<div id="description">
- {text:Desktop Description}
- <p></div>{/block:Description}
- <form class="search" action="javascript:return false">
- <input type="text" class="query" placeholder="search this blog...">
- </form>
- <nav>
- {block:ifHomeLink}<a href="/"><i class="ph ph-house"></i> {text:Home Link}</a>{/block:ifHomeLink}
- {block:AskEnabled}{block:ifAskLink}<a href="/ask"><i class="ph ph-paper-plane"></i> {text:Ask Link}</a>{/block:ifAskLink}{/block:AskEnabled}
- {block:ifLink1}<a href="{text:Link 1 URL}"><i class="ph ph-map-trifold"></i> {text:Link 1}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link 2 URL}"><i class="ph ph-pencil-simple"></i> {text:Link 2}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link 3 URL}"><i class="ph ph-code"></i> {text:Link 3}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link 4 URL}"><i class="ph ph-user"></i> {text:Link 4}</a>{/block:ifLink4}
- </nav>
- <button class="button-nav"><i class="cp cp-apps-o"></i> navigation</button>
- </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}
- <div class="ask-wrap">
- <img src="{AskerPortraitURL-64}" class="ask-icon">
- <div class="asking"> â ({12Hour}:{Minutes}{AmPm}) {Asker} sent: </div>
- <div class="question">{Question}</div>
- </div>
- {block:Answerer}
- <li class="caption">
- <img src="{AnswererPortraitURL-64}" class="user-icon">
- <div class="username {block:IsDeactivated}deactive{/block:IsDeactivated}"><a href="{Permalink}">{Answerer}</a></div>
- {Answer}
- </li>
- {/block:Answerer}
- {block:NotReblog}
- <li class="caption">
- {Replies}
- </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: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" title="{PinnedPostLabel}"><i class="ph ph-push-pin"></i></a>{/block:PinnedPostLabel}
- <a href="{Permalink}" title="{DayofMonth} {Month}, {Year}"><i class="ph ph-calendar-blank"></i> </a>
- {block:NoteCount}<a href="{Permalink}" title="{NoteCountWithLabel}"><i class="ph ph-pulse"></i></a>{/block:NoteCount}
- <!-- reblog info and content source on permalink pages -->
- {block:PermalinkPage}
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="via"><i class="ph ph-arrow-circle-left"></i></a>
- <a href="{ReblogRootURL}" title="original poster"><i class="ph ph-user"></i></a>
- {/block:RebloggedFrom}
- {block:ContentSource}<a href="{SourceURL}">{lang:Source}</a>{/block:ContentSource}
- {/block:PermalinkPage}
- <!-- like and reblog buttons -->
- <a href="{ReblogURL}" target="_blank" title="Reblog this post"><i class="ph ph-repeat"></i> </a>
- <a class="likeb" href="#" title="Like this post">{LikeButton}<span class="actual-button"><i class="ph ph-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>
- <!--- TUMBLR CONTROLS -->
- <div title="Tumblr Controls" class="controls-button"><i class="cp cp-more" style="font-size:20px"></i></div>
- {/block:Posts}
- <!-- end of posts container -->
- </section>
- <!----- PAGINATION ----->
- {block:Pagination}
- <div class="pagination">
- <div class="prev">{block:PreviousPage}<a href="{PreviousPage}">Previous</a>{/block:PreviousPage}<span>Previous</span></div>
- <div class="jump">{block:JumpPagination length="2"}{block:CurrentPage}<div class="current">{PageNumber}</div>{/block:CurrentPage}{block:JumpPage}<a href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}</div>
- <div class="next">{block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}<span>Next</span></div>
- </div>
- {/block:Pagination}
- <!-- end of main container -->
- </main>
- <!----- CREDIT----->
- <a href="https://geminicodes.tumblr.com" title="by bru" id="credit" style="color:{color:Controls};"><i class="ph ph-moon"></i></a>
- <!--- SCRIPTS --->
- <!--- search --->
- <script>
- $(document).ready(function(){
- $('.search').submit(function(event){
- var value = $('input:first').val();
- location.replace('https://{Name}.tumblr.com/tagged/' + value);
- });
- });
- </script>
- <!--- TUMBLR CONTROLS -->
- <script src=â//ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.jsâ></script>
- <script>
- $('.controls-button').click(function(){
- $('body').toggleClass('controls-click');
- });
- </script>
- <!-- masonry navigation -->
- <script src="https://static.tumblr.com/0siu224/Ljlqmh1nv/masonry.pkgd.min.js"></script>
- <script type="text/javascript">
- // masonry navigation
- var elements = document.getElementsByClassName('masonry-navigation');
- var msnry;
- var nElements = elements.length;
- for(var i = 0; i < nElements; i++){
- msnry = new Masonry( elements[i], {
- // columnWidth: 268,
- gutter: 10,
- itemSelector: '.masonry-navigation-item',
- });
- }
- </script>
- <!--- tooltips --->
- <script src="https://unpkg.com/popper.js@1"></script>
- <script src="https://unpkg.com/tippy.js@5/dist/tippy-bundle.iife.js"></script>
- <link rel="stylesheet" href="https://unpkg.com/tippy.js@5/dist/svg-arrow.css" />
- <script>
- tippy('a[title]', {
- theme: 'gradient',
- arrow: false,
- zIndex: 9999999999,
- maxWidth: 300,
- content(reference) {
- const title = reference.getAttribute('title');
- reference.removeAttribute('title');
- return title;
- },
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement