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 cyantists
- icons from font-awesome, feathericons and cappuccicons
- day/night toggle by egg.design
- tooltips by tippy
- 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 rel="stylesheet" href="https://static.tumblr.com/svdghan/wUSr83npl/tempcf.css">
- <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=Manrope:wght@375&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Public+Sans&display=swap" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css2?family=Work+Sans&display=swap" rel="stylesheet">
- <script src="https://unpkg.com/feather-icons"></script>
- <!----- VARIABLES AND OPTIONS ----->
- <meta name="image:Sidebar" content=""/>
- <meta name="image:sideicon" content=""/>
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:gradient 1 bg" content="#000"/>
- <meta name="color:gradient 2 bg" content="#000"/>
- <meta name="color:link bottom" content="#000"/>
- <meta name="color:sideicon bg" content="#000" />
- <meta name="color:like button" content="#000" />
- <meta name="color:like button bg" content="#000"/>
- <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:shadow box" content="#000"/>
- <meta name="color:askbg" content="#000"/>
- <meta name="color:answerbg" content="#000"/>
- <meta name="color:info" content="#000"/>
- <meta name="color:navborder" content="#000"/>
- <meta name="color:selected text" content="#000"/>
- <meta name="color:selected text bg" content="#000" />
- <meta name="color:gradient 1 tooltips" content="#000"/>
- <meta name="color:gradient 2 tooltips" content="#fff"/>
- <meta name="if:Gradient Background" content="0"/>
- <meta name="text:Post Margin" content="150"/>
- <meta name="text:Desktop Description" content=""/>
- <meta name="text:Home Link" content="home"/>
- <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=""/>
- <meta name="text:Link 5 URL" content=""/>
- <meta name="text:Link 5" content=""/>
- <meta name="text:Link 6 URL" content=""/>
- <meta name="text:Link 6" 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">
- /* TOOLTIPS */
- .tippy-tooltip.gradient-theme {
- background-image:linear-gradient(to right, {color:gradient 1 tooltips}, {color:gradient 2 tooltips});
- color:var(--boxes);
- text-align:center;
- font-family:'Public Sans', sans-serif;
- 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);}
- /*TUMBLR CONTROLS*/
- /*---- 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: 'Manrope';
- font-size:12px;
- font-weight:500
- text-shadow: 1px 0 1px gray;
- font-style:lowercase;
- color: {color:text};
- background-color: {color:background};
- {block:ifGradientBackGround}
- background-image:linear-gradient(to right, {color:gradient 1 bg}, {color:gradient 2 bg});
- {/block:ifGradientBackground}
- line-height: 160%;
- word-wrap: break-word;
- letter-spacing: 0.04em;
- margin: 0;
- padding: 0;
- }
- ::selection {
- color: {color:selected text};
- background: {color:selected text bg};
- }
- a {
- position: relative;
- color: {color:link};
- text-decoration: none;
- }
- a:hover {
- color: {color:accent};
- }
- a::before {
- content: "";
- position: absolute;
- display: block;
- width: 100%;
- height: 1px;
- bottom: 0;
- left: 0;
- background-color:{color:link bottom};
- transform: scaleX(0);
- transform-origin:top left;
- transition: transform 0.3s ease;
- }
- a:hover::before {
- transform: scaleX(1);
- }
- 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;
- }
- /* ----- TUMBLR CONTROLS ---- */
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top: 15px!important;
- right: 15px!important;
- opacity:0;
- padding-right:38px;
- -webkit-transform:scale(0.75);
- -ms-transform:scale(0.75);
- transform:scale(0.75);
- -webkit-transform-origin:100% 0;
- -ms-transform-origin:100% 0;
- transform-origin:100% 0;
- cursor: pointer;
- }
- iframe.tmblr-iframe:hover {
- opacity:1!important;
- }
- .controls {
- position:fixed;
- top:23px;
- right:15px;
- z-index:999999999;
- cursor: pointer;
- }
- .controls:hover {
- stroke: var(--bodyLinkHoverColor);
- }
- /* --- FEATHERICONS ----*/
- .feather {
- width:12px;
- }
- /*----- SIDEBAR -----*/
- #sidebar {
- width: 300px;
- position: fixed;
- background-color:{color:background};
- top: {text:post margin}px;
- text-align: center;
- border-radius:2px 2px 2px 2px;
- border:1px solid {color:borders};
- padding:15px;
- box-shadow: 10px 10px {color:shadow box};
- }
- {block:ifSidebarImage}
- #side-img {
- margin-bottom: 1.5em;
- border-radius:2%;
- }
- {/block:ifSidebarImage}
- #description {
- margin-top:1.55em;
- font-size:12px;
- font-family:'Work Sans';
- text-align:center;
- text-shadow:0.5px 0 0.1px gray;
- }
- .search .query {
- color:{color:text};
- width:290px;
- font-family:'Public Sans';
- text-align:center;
- font-size:10px;
- border:0px;
- margin-top:10px;
- outline:none;
- }
- nav {
- margin-top: 1.25em;
- border-width:0.1em;
- border-radius:3px;
- padding:10px;
- border-color:{color:navborder};
- text-shadow:1px 0px 1px gray;
- }
- nav a {margin: auto 0.5em;
- }
- #sideicon {
- width:70px;
- border-radius:100%;
- margin:0px;
- margin-top:-10px;
- border:4px solid {color:sideicon bg};
- }
- .title {
- font-family:'Poppins';
- text-align:right;
- font-size:16px;
- font-weight:700;
- margin-top:-55px;
- letter-spacing:1px;
- }
- .title a:hover{
- font-style:italic;
- }
- .subtitle {
- text-align:right;
- font-style:normal;
- font-family:'Work Sans';
- font-weight:300;
- font-size:11px;
- margin-bottom:10px;
- text-shadow:0.5px 0 0.1px gray;
- }
- .subtitle a:hover{
- font-style:italic;
- }
- /*----- POSTS -----*/
- main {
- position: relative;
- width: calc(300px + 540px + 150px);
- margin: auto;
- }
- section {
- position: relative;
- width: 540px;
- margin-left: 500px;
- }
- article {
- width: 100%;
- position: relative;
- margin: {text:post margin}px auto;
- border: 1px solid {color:borders};
- padding:15px;
- border-radius:7px;
- box-shadow:10px 10px {color:shadow box};
- background-color:{color:background};
- }
- .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;
- border-radius:100px;
- }
- .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;
- font-family:'Work Sans';
- margin-top: 10px;
- margin-bottom:20px;
- color:{color:text};
- padding: 10px;
- border-radius: 7px;
- background:{color:askbg};
- }
- /*----- 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:0px;
- margin-bottom:10px;
- text-align:left;
- font-family:'Poppins';
- font-size:13px;
- font-weight:600;
- text-shadow: 1px 0 1px gray;
- }
- .info a {display: inline-block; vertical-align: middle;}
- .likeb {
- display: inline-block;
- margin-top:-80px;
- margin-bottom:-1px;
- margin-left:530px;
- background:{color:like button bg};
- width:50px;
- height:50px;
- border-radius:100%;
- }
- .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: '';}
- .info a {
- margin-right: 0.75em;
- font-family:'Poppins';
- font-style:bold;
- color:{color:info};
- }
- a.tag-button {
- cursor: help;
- display: inline-block;
- vertical-align: middle;
- text-align:Center;
- }
- a.tag-button i {
- width: 20px;
- height: 20px;
- }
- a.tag-button:hover {
- color: #b1c9e8;
- }
- a.tag-button.tag-clicked i {
- color: #e83884;
- }
- .tags {
- display: none;
- }
- a.pinned-post {font-weight: bold; color: {color:accent};}
- /* SIDE INFO */
- .sideinfo {
- display: block;
- vertical-align:middle;
- margin-left:-80px;
- }
- /*---- POST NOTES -----*/
- .post-notes {
- max-width: 100%;
- width: {select:Post Size};
- margin: 2.5rem 0.5rem;
- padding-top: 0.2rem;
- list-style-type: none;
- font-family: var(--bodyFont), Arial, sans-serif;
- font-size:var(--bodyFontSize);
- color:var(--bodyTextColor);
- background-color:var(--postsBackgroundColor);
- text-align:center;
- }
- .post-notes ol li, .post-notes ul li {
- list-style-type: none;
- margin:0;
- line-height: calc(var(--bodyLineHeight) + 0.5rem);
- }
- .post-notes ol li.like::before {
- font-size:calc(var(--bodyFontSize) - 40%);
- margin-right:0.7rem;
- display:inline-block;
- vertical-align:middle;
- position:relative;
- color: var(--bodyLinkColor);
- }
- .post-notes ol li.reblog::before {
- font-size:calc(var(--bodyFontSize) - 40%);
- margin-right:0.7rem;
- display:inline-block;
- vertical-align:middle;
- position:relative;
- color: var(--bodyLinkColor);
- }
- .post-notes ol li.original_post::before {
- font-size:calc(var(--bodyFontSize) - 40%);
- bottom:0.5rem;
- margin-right:0.7rem;
- display:inline-block;
- vertical-align:middle;
- position:relative;
- color: var(--bodyLinkColor);
- }
- .post-notes ol li:hover:before {
- color:var(--bodyLinkHoverColor);
- }
- .post-notes ol li .more_notes_link a::before {
- content: '';
- }
- ol.notes {
- list-style:none;
- color:var(--bodyTextColor);
- padding:0;
- }
- ol.notes img{
- display:none;
- }
- /*---- PAGINATION -----*/
- .page-navigation {
- text-align: center;
- font-size:10px;
- }
- .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:155px;
- left:160px;
- font-size: 13px;
- cursor:pointer;
- padding:10px;
- }
- body.night a, body.night b, body.night i { color:white!important; }
- body.night #sidebar, body.night scrollbar, body.night footer, body.night article { 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: 540px;}
- #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 ----->
- <aside id="sidebar">
- <div class="daynight"><i class="fas fa-toggle-on" style="color:{color:link}"></i></div>
- {block:ifSidebarImage}<img src="{image:Sidebar}" id="side-img" alt="Sidebar image"/></a>{/block:ifSidebarImage}
- <img src="{image:sideicon}" id="sideicon" alt="icon sidebar"></div>
- <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}</div>{/block:Description}
- <form class="search" action="javascript:return false">
- <input type="text" class="query" placeholder="search this blog...">
- </form>
- <nav>
- <a href="/" title="home"><i class="cp cp-ufo-o"></i></a>
- <a href="/ask" title="messages"><i class="cp cp-paper-plane-o"></i></a>
- <a href="{text:Link 1 URL}" title="{text:Link 1}"><i class="cp cp-crystal-ball-o"></i></a>
- <a href="{text:Link 2 URL}" title="{text:Link 2}"><i class="cp cp-command"></i></a>
- <a href="{text:Link 3 URL}" title="{text:Link 3}"><i class="cp cp-cc-o"></i></a>
- <a href="{text:Link 4 URL}" title="{text:Link 4}"><i class="cp cp-heart-o"></i></a>
- <a href="{text:Link 5 URL}" title="{text:Link 5}"><i class="cp cp-cloud-o"></i>
- </a>
- {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
- </nav>
- {block:Pagination}
- <div class="page-navigation">
- {block:PreviousPage}<a href="{PreviousPage}" title="previous page"><i class="cp cp-minus"></i></a>{/block:PreviousPage}
- {block:JumpPagination length="3"}
- {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}" title="next page"><i class="cp cp-plus"></i></a>{/block:NextPage}
- </div>
- {/block:Pagination}
- </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}">
- <!----- INFO ----->
- {block:Date}
- <div class="info">
- {block:PinnedPostLabel}<a href="{Permalink}" title="pinned post" class="pinned-post"><i class="fas fa-thumbtack"></i></a>{/block:PinnedPostLabel}
- <a href="{Permalink}" title="{TimeAgo}"><i data-feather="calendar"></i>
- </a>
- {block:NoteCount}<a href="{Permalink}" title="{NoteCountWithLabel}"><i data-feather="activity"></i></a>{/block:NoteCount}
- <!-- reblog info and content source on permalink pages -->
- {block:PermalinkPage}
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="reblogged from"><i data-feather="chevron-left"></i></a>
- <a href="{ReblogRootURL}" title="original poster"><i data-feather="compass"></i></a>
- {/block:RebloggedFrom}
- {/block:PermalinkPage}
- <!-- like and reblog buttons -->
- <a href="{ReblogURL}" target="_blank" title="reblog this post"><i data-feather="refresh-cw"></i></a>
- <a class="likeb" href="#" title="like this post">{LikeButton}<span class="actual-button"><i class="cp cp-heart-o" style="font-size:30px; color:{color:like button}; position:relative; padding: 10px 10px 10px 10px; display:inline-block; vertical-align:middle;"></i></span></a>
- </div>
- {/block:Date}
- <!---- end info--->
- {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> ({24HourWithZero}:{Minutes}) {Asker} asked:</strong>
- <div class="question">{Question}</div>
- </td>
- </tr>
- </table>
- <hr><p><p><p>
- <table style="padding-bottom:5px;margin-bottom:5px; margin-top:5px;">
- <tr>
- <td style="vertical-align:top;padding-right:10px;"><i class="cp cp-strawberries-o" style="font-size:18px;"></i></td><td style="vertical-align:top;"><strong>& the answer is:</strong></div><p>
- <div class="answer">
- {block:NotReblog}
- {Replies}
- {/block:NotReblog}
- {block:Answerer}
- {Answer}
- {/block:Answerer}
- </div>
- </td>
- </tr>
- </table>
- {/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}
- <!----- TAGS ----->
- {block:HasTags}<a class="tag-button" title="show tags"><i class="cp cp-app-o"></i></a>{/block:HasTags}
- {block:HasTags}
- <div class="tags">
- {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}
- </div>
- {/block:HasTags}
- <!----- POST NOTES ----->
- {block:PostNotes}
- <div class="post-notes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- </article>
- {/block:Posts}
- <!-- end of posts container --
- <!----- PAGINATION ----->
- </section>
- <!-- end of main container -->
- <!-- tumblr controls -->
- <div class="controls"><i class="fas fa-power-off"></i></div>
- </main>
- <!----- CREDIT ----->
- <a href="https://geminicodes.tumblr.com" title="by bru" id="credit"><i class="far fa-moon"></i></a>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script>feather.replace();</script>
- <script>
- $(document).ready(function(){
- $('.search').submit(function(event){
- var value = $('input:first').val();
- location.replace('http://{Name}.tumblr.com/tagged/' + value);
- });
- });
- </script>
- <script>
- $(document).ready(function(){
- $('.tags').hide();
- $('.tag-button').click(function() {
- $(this).closest('article').find('.tags').slideToggle(500);
- $(this).toggleClass('tag-clicked');
- return false;
- });
- });
- </script>
- </body>
- <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>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement