Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html xmlns="https://www.w3.org/1999/xhtml">
- <head>
- <title>{Title}</title>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="shortcut icon" href="{Favicon}">
- {block:Description}
- <meta name="description" content="{MetaDescription}">
- {/block:Description}
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <!--
- theme by bru
- icons by feathericons, cappuccicons, font-awesome, phosphoricons
- tooltips by tippy
- NPF fix by glenthemes
- animated links by tobias ahlin
- masonry, tumblr controls by maziekeen
- fade in by cory laviska
- -->
- <meta name="color:Background" content="#fff">
- <meta name="color:Posts" content="#fff">
- <meta name="color:Text" content="#3f3f3f">
- <meta name="color:Borders" content="#f1f1f1">
- <meta name="color:Links" content="#333">
- <meta name="color:Nav Links" content="#000">
- <meta name="color:Link Glow" content="#fff">
- <meta name="color:Hover" content="#999">
- <meta name="color:Asks" content="#fff">
- <meta name="color:Custom Scrollbar" content="#333"/>
- <meta name="color:Gradient 1" content="#ffb3b3"/>
- <meta name="color:Gradient 2" content="#ffdada"/>
- <meta name="text:Desktop Description" content=""/>
- <meta name="image:Sidebar Image" content=""/>
- <meta name="if:Sidebar Image" content="1" />
- <meta name="if:Custom Scrollbar" content="1" />
- <meta name="text:Home Title" content="Home"/>
- <meta name="text:Ask Title" content="Ask"/>
- <meta name="text:Link 1 Url" content="/"/>
- <meta name="text:Link 1 Title" content="One"/>
- <meta name="text:Link 2 Url" content="/"/>
- <meta name="text:Link 2 Title" content="Two"/>
- <meta name="text:Link 3 Url" content="/">
- <meta name="text:Link 3 Title" content="Three"/>
- <meta name="text:Link 4 Url" content="/">
- <meta name="text:Link 4 Title" content="Four"/>
- <!-- 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 type="text/javascript" src="https://static.tumblr.com/iuggpng/bGqm4yfv9/jquery-1.7.2.js"></script>
- <link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="https://static.tumblr.com/5omyijl/RZtn2yg9v/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>
- <!-- ICONS, FONTS -->
- <script src="https://unpkg.com/feather-icons"></script>
- <script src="https://cdn.jsdelivr.net/npm/@phosphor-icons/[email protected]"></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=Inter&family=Poppins&family=Work+Sans&display=swap" rel="stylesheet">
- <link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css">
- <!-- POP UP -->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script><script>
- $(document).ready(function(){
- $('.click,.fade').click(function() {
- $('#pop').fadeToggle();
- });
- });
- </script>
- <style type="text/css">
- /*-------------------------------------------------------------------------*/
- /*GENERAL SECTION */
- /* TOOLTIPS */
- .tippy-tooltip.gradient-theme {
- background-image:linear-gradient(to right, {color:Gradient 1}, {color:Gradient 2});
- 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 ---- */
- .controls-button {
- position: fixed;
- cursor: help;
- top: 20px;
- right: 2rem;
- z-index: 1000;
- cursor: pointer;
- right:1.5rem;
- }
- .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;
- }
- /*GENERAL: SCROLLBAR */
- {block:IfCustomScrollbar}
- ::-webkit-scrollbar {
- width:12px;
- height:12px;
- background:{color:background};
- }
- ::-webkit-scrollbar-thumb {
- background:{color:custom scrollbar};
- }
- ::-webkit-scrollbar,::-webkit-scrollbar-thumb {
- border:5px solid {color:background};
- }
- {/block:IfCustomScrollbar}
- /*END OF GENERAL: SCROLLBAR */
- /*GENERAL: SELECTION */
- ::selection {
- background-color:{color:Links};
- color:{color:background};
- }
- /*END OF GENERAL: SELECT */
- /*GENERAL: STYLING */
- body {
- font-size:11.5px;
- font-family: 'Inter', sans-serif;
- text-align:justify;
- margin:0;
- line-height:1.5em;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- color:{color:text};
- background:{color:background};
- opacity: 1;
- transition: 1s opacity;
- }
- body.fade-out {
- opacity: 0;
- transition: none;
- }
- html {
- background-color: {color:background};
- }
- #s-m-t-tooltip {
- font-size:12px;
- font-family: 'Work Sans', sans-serif;
- max-width:300px;
- background:{color:posts};
- margin:10px;
- padding:5px;
- border:0px;
- border-radius:0px;
- color:{color:text};
- z-index:999999;
- font-style:none;
- box-shadow: 0px 0px 0px rgba(0,0,0,.1);
- text-transform:lowercase;
- }
- a {
- color: {color:Links};
- position:relative;
- 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:Hover};
- -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::before {
- content: "";
- position: absolute;
- display: block;
- width: 100%;
- height: 2px;
- bottom: 0;
- left: 0;
- background-image:linear-gradient(to right, {color:Gradient 1}, {color:Gradient 2});
- transform: scaleX(0);
- transition: transform 0.3s ease;
- }
- a:hover::before {
- transform: scaleX(1);
- }
- a[href*="http"] {
- position: relative;
- }
- u {
- font-weight:600;
- border-bottom:2px solid {color:Gradient 2};
- text-decoration:none;
- padding:1px;
- }
- ::selection {
- color:{color:Selected Text};
- background:{color:Links};
- }
- li {
- list-style-type:circle;
- }
- .credit {
- position:fixed;
- bottom:35px;
- right:45px;
- font-size:18px;
- z-index:10;
- text-shadow: 1px 1px 10px {color:Link Glow};
- }
- .credit a {
- color:{color:Nav Links};
- }
- .credit a:hover {
- color:{color:hover};
- }
- .credit a::before {
- height: 0px;
- }
- small, sub, sup {
- font-size:12px;
- }
- b, 700, strong {
- color:{color:links};
- }
- .entry h1 {
- font-size:18px!important;
- }
- pre {
- font-size:12px;
- font-family:arial;
- }
- blockquote {
- display:block;
- margin:0;
- margin-left:5px;
- margin-right:5px;
- padding-left:10px;
- border-left:1px #f1f1f1 solid;
- }
- blockquote blockquote {
- border:none;
- padding:0;
- margin:0;
- }
- img {
- border:0;
- max-width:100%;
- height:auto;
- margin-left:0px;
- }
- hr {
- margin:1em 0;
- border:0;
- height:1px;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- background-color:{color:borders};
- }
- ol {
- margin-left:-25px;
- }
- ul {
- margin-left:-25px;
- }
- /*END OF GENERAL: STYLING */
- /*GENERAL: CONTAINERS */
- .main {
- margin:150px auto;
- padding-left:300px;
- width:540px;
- }
- .asidecontainer {
- position:fixed;
- height:100%;
- margin-left:-380px;
- }
- /*END OF GENERAL: CONTAINERS */
- /* --- FEATHERICONS ----*/
- .feather {
- width:12px;
- }
- #update-icon {
- display: flex;
- flex-direction: row-reverse;
- justify-content: center;
- align-items: center;
- position: fixed;
- height:100vh;
- top: 0;
- right: 20px;
- z-index: 50;
- }
- #update-icon i {
- font-size: 21px;
- color: #212121;
- }
- #update-wrapper {display: none;}
- #update-content {
- display: flex;
- justify-content: center;
- align-items: center;
- margin-right: 10px;
- }
- #update-arrow {
- border-top: 10px solid transparent;
- border-bottom: 10px solid transparent;
- border-left: 10px solid #fbfbfb;
- }
- #update-box {
- width: 160px;
- font-size: 12px;
- padding: 1em;
- background: #fbfbfb;
- color: #555;
- border-radius: 5px;
- }
- #update-box i {font-size: 1em; }
- .update-title {font-weight: bold; font-size: 14px; line-height: 1.6em;}
- /*END OF GENERAL SECTION */
- /*-------------------------------------------------------------------------*/
- /*SIDEBAR SECTION */
- /*SIDEBAR: GENERAL */
- aside {
- width:350px;
- height:auto;
- padding:10px;
- margin-left:-60px;
- border-radius:20px;
- top: {text:post margin}px;
- text-align:Center;
- position:fixed;
- overflow:hidden;
- background:{color:posts};
- border:1px solid {color:Borders};
- }
- /*END OF SIDEBAR: GENERAL */
- /*SIDEBAR: IMAGE */
- aside img {
- width:300px;
- border-radius:5px;
- }
- /*END OF SIDEBAR: IMAGE */
- /*SIDEBAR: TITLE*/
- aside h1 {
- margin-top:10px;
- font-family: 'Poppins', sans-serif;
- text-shadow: 1px 1px 10px {color:Link Glow};
- }
- .subtitle {
- font-size:11px;
- font-family: 'Work Sans', sans-serif;
- weight:300;
- margin-top:-10px;
- margin-bottom:10px;
- }
- .subtitle a:hover{
- font-style:italic!important;
- }
- /*END OF SIDEBAR: TITLE*/
- /*SIDEBAR: DESCRIPTION */
- .description {
- color:{color:text}!important;
- margin-top:10px;
- }
- .search .query {
- color:{color:text};
- width:290px;
- font-family:'Poppins';
- background-color:transparent;
- text-align:center;
- font-size:10px;
- border:0px;
- margin-top:20px;
- outline:none;
- }
- /*END OF SIDEBAR: DESCRIPTION */
- /*SIDEBAR: NAVIGATION */
- nav {
- overflow:visible;
- margin-top:15px;
- font-family:'Poppins', sans-serif;
- font-size:14px;
- width:350px;
- padding-left:10px;
- }
- nav a {
- display:inline-block;
- text-align:center;
- color:{color:nav links};
- margin-bottom:3px;
- margin-right:15px;
- font-weight:600;
- text-shadow: 1px 1px 10px {color:Link Glow};
- }
- nav a:hover {
- color:{color:hover};
- }
- nav a::before {
- height: 0px;
- }
- /*END OF SIDEBAR: NAVIGATION */
- /*END OF SIDEBAR SECTION */
- /*-------------------------------------------------------------------------*/
- /*---- MASONRY ----*/
- .masonry-navigation {
- width: 100%;
- border-bottom: 1px solid #e2e2e2;
- margin-bottom:15px;
- }
- .masonry-navigation:last-child {
- border:none;
- }
- .masonry-navigation-item.one-column {
- width: 100%;
- padding: 0 5px;
- margin-bottom: 10px;
- }
- .masonry-navigation-item.one-column ul {
- display: flex;
- flex-wrap: wrap;
- margin: 0;
- padding: 0;
- }
- /* if you have any problem with one colum lists (ul li) you edit here */
- .masonry-navigation-item.one-column ul li {
- margin: 4px 15px;
- padding: 0;
- }
- /* if they don't display two columns correctly, try to decrease the value on width: 240px */
- .masonry-navigation-item.two-columns {
- width: 240px;
- padding: 0 5px;
- margin-bottom: 10px;
- }
- /* if they don't display three columns correctly, try to decrease the value on width: 160px */
- .masonry-navigation-item.three-columns {
- width: 160px;
- padding: 0 5px;
- margin-bottom: 10px;
- }
- /* edit height: 215px to adjust the box height if you add the class scroll in the html */
- .masonry-navigation-item.scroll {
- height:215px;
- overflow-y: scroll;
- }
- /*POSTS SECTION */
- /*POSTS: GENERAL */
- .content {
- margin:0px 0px;
- }
- .entry {
- width:580px;
- margin-bottom:150px;
- background-color:{color:posts};
- border:1px solid {color:Borders};
- padding:10px;
- border-radius:10px;
- }
- .entry 700, b, strong {
- color:{color:links};
- }
- .entry:last-child {
- margin-bottom:0;
- }
- .post {
- margin:0px 0px 0px 0px;
- width:540px;
- position:relative;
- padding:20px;
- }
- .text:last-child, .text *:last-child {
- margin-bottom:0px;
- }
- .vignette, #vignette {
- opacity:0;
- }
- .lightbox-image, #tumblr_lightbox img {
- box-shadow:none !important;
- border-radius:0px !important;
- max-width:none;
- }
- .tmblr-lightbox, #tumblr_lightbox {
- background-color:rgba(255,255,255,.75) !important;
- }
- /*END OF POSTS: GENERAL */
- /*POSTS: CAPTIONS */
- .caption {
- width:540px;
- margin-top:10px;
- padding:0px;
- margin-bottom:0px;
- border:0;
- text-align:justify;
- }
- .caption blockquote {
- max-width:540px;
- font-weight:normal;
- border:0;
- margin:0px 0px 7px 0px;
- padding:0;
- }
- .caption blockquote:last-child {
- margin:0px;
- }
- .caption p {
- padding:0;
- margin:0;
- }
- .caps blockquote {
- max-width:540px;
- margin:10px 0px 10px 0px;
- font-weight:normal;
- border-left:1px solid {color:borders};
- padding-left:10px;
- padding-right:10px;
- }
- .caps a.tumblr_blog {
- padding-bottom:0px;
- border-bottom:0;
- text-overflow:ellipsis;
- vertical-align:middle;
- font-weight: 600;
- text-transform:lowercase;
- color:{color:nav links}!important;
- -webkit-transition:all 0.2s;
- -moz-transition:all 0.2s;
- -ms-transition:all 0.2s;
- -o-transition:all 0.2s;
- transition:all 0.2s;
- margin-top:0px;
- margin-bottom:0px;
- line-height:16px!important;
- text-shadow: 1px 1px 10px {color:Link Glow};
- }
- .caps a.tumblr_blog:hover {
- color:{color:links}!important;
- text-decoration:none;
- -webkit-transition:all 0.2s;
- -moz-transition:all 0.2s;
- -ms-transition:all 0.2s;
- -o-transition:all 0.2s;
- transition:all 0.2s;
- }
- .caps .ic{
- width:18px;
- height:18px;
- margin-right:10px;
- display:inline-block;
- float:left;
- background:transparent;
- text-align:left;
- padding:0;
- margin-left:0;
- margin-top:0;
- }
- .caps {
- margin:0px 0px 0px 0px;
- padding:0;
- border-left:0;
- }
- .caps p {
- margin:5px 0 5px 0;
- font-weight:normal;
- padding:0;
- border-left:0;
- }
- .caps p:last-child {
- margin:5px 0 0 0;
- }
- .caps b {
- color:{color:links};
- font-weight:400;
- }
- .caps hr {
- margin:0;
- border:0;
- }
- .caps img {
- margin-top:10px;
- max-width:100%;
- display:inline-block;
- }
- /*END OF POSTS: CAPTIONS */
- /*POSTS: ASKS */
- .ask {
- min-height:30px;
- padding:20px;
- width:auto;
- margin-bottom:3px;
- background:{color:asks};
- border-radius:10px;
- border:1px solid {color:borders};
- }
- .question {
- text-transform:lowercase;
- }
- .question a {
- color: {color:links};
- }
- .question a:hover {
- color: {color:hover};
- }
- .askimg {
- width: 50px;
- display:inline;
- float:right;
- }
- .askimg img {
- width:35px;
- margin-top:0px;
- margin-left:15px;
- border-radius:100%;
- }
- .answer img {
- margin-bottom:10px;
- }
- /*END OF POSTS: ASKS */
- /*POSTS: STYLES */
- .chat {
- list-style-type:none;
- margin-bottom:10px;
- }
- .chat .label {
- line-height:1.5em;
- }
- .quote {
- margin-bottom:5px;
- }
- .source {
- }
- .media {
- position:relative;
- display:inline-block;
- width:100%;
- }
- .media img {
- position:relative;
- display:inline-block;
- width:540px!important;
- }
- /*END OF POSTS: STYLES */
- /*END OF POSTS SECTION /*
- /*-------------------------------------------------------------------------*/
- /*POST INFO SECTION */
- /*POST INFO: BOTTOM */
- .postinfo {
- margin:65px 0 0 0;
- margin:20px 0px 0px 0px;
- text-align:left;
- background:transparent;
- line-height:1.5em!important;
- }
- .postinfo b {
- }
- .postinfo a {
- display:inline-block;
- height:14px;
- line-height:10px;
- }
- .postinfo i {
- font-style: normal;
- }
- .postinfo a:hover {
- color:{color:hover};
- }
- .postinfo a::before {
- height: 0px;
- }
- .postinfo p {
- margin-top:-10px!important;
- }
- svg {
- width:12px;
- height:auto;
- opacity:.7;
- padding:1px;
- display:block;
- overflow:visible;
- margin-left:5px;
- margin-top:-3px;
- background:transparent;
- }
- .controls a {
- position:relative;
- display:inline-block;
- overflow:hidden;
- padding:5px;
- width:18px;
- height:12px;
- color:#333;
- margin-left:-7px;
- background:transparent;
- }
- .controls a::before {
- height: 0px;
- }
- .controls .reblog {
- opacity:0.93;
- background:transparent;
- }
- .controls .reblog svg {
- width:16px;
- background:transparent;
- }
- .controls .like .liked + svg {
- opacity:1;
- background:transparent;
- }
- .controls .like .liked + svg path {
- fill:#ffaaaa;
- }
- .controls .like .like_button {
- position:relative;
- background:transparent;
- }
- .controls .like .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0.000001;
- }
- .tags {
- color:{color:links}!important;
- text-transform:lowercase;
- opacity:1;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- text-align:justify!important;
- }
- .tags a {
- font-style:none;
- margin-right:2px;
- word-wrap:break-word;
- }
- .tags a:hover {
- text-decoration:none;
- }
- /*END OF POST INFO: BOTTOM */
- /*POST INFO: PERMALINK */
- ol.notes {
- list-style-type:none;
- font-style:normal;
- margin-top:-137px;
- margin-left:0px;
- }
- li.note {
- margin:10px 0 10px 0;
- padding:0;
- font-style:normal;
- }
- li.note:before {
- content:"";
- padding:0;
- }
- .more_notes_link, .notes_loading {
- float:left;
- text-align:left!important;
- text-transform:lowercase!important;
- font-weight:400!important;
- }
- .notes img {
- display:none!important;
- }
- ol.notes li.note blockquote {
- border:0;
- padding:0px 0px;
- margin:0px 0 0 0px;
- }
- /*END OF POST INFO: PERMALINK */
- .tagpage {
- text-transform:uppercase;
- font-size:9px;
- color:{Borders};
- padding-bottom:40px;
- }
- /*END OF POST INFO SECTION */
- /*-------------------------------------------------------------------------*/
- /*PAGINATION SECTION */
- /*PAGINATION: GENERAL */
- .pagi {
- margin-top:20px;
- text-align:center;
- font-size:14px;
- margin-left:10px;
- padding-top:20px;
- width:540px;
- }
- .pagi a {
- color:{color:links};
- }
- .pagi a:hover {
- color:{color:hover};
- }
- /*END OF PAGINATION: GENERAL */
- /*END OF PAGINATION SECTION */
- /*-------------------------------------------------------------------------*/
- </style></head>
- <body>
- <script>
- document.body.classList.add('fade-out');
- window.addEventListener('DOMContentLoaded', () => {
- document.body.classList.remove('fade-out');
- });
- </script>
- <div class="main">
- <div class="credit">
- </div>
- <div class="asidecontainer">
- <aside>
- <h1>
- <a href="/">{title}</a>
- </h1>
- <div class="subtitle">+ <a href="https://www.tumblr.com/follow/{Name}">@{Name}</a></div>
- {block:IfSidebarImage}
- <img src="{image:sidebar image}">
- {/block:IfSidebarImage}
- <div class="description">
- {text:Desktop Description}
- </div>
- <form class="search" action="javascript:return false">
- <input type="text" class="query" placeholder="search this blog...">
- </form>
- <nav>
- <a href="/" title="{text:Home Title}"><i class="cp cp-home"></i></a>
- <a href="/ask" title="{text:Ask Title}"><i class="cp cp-chat"></i></a>
- <a href="{text:Link 1 Url}" title="{text:Link 1 Title}"><i class="cp cp-planet"></i></a>
- <a href="{text:Link 2 Url}" title="{text:Link 2 Title}"><i class="cp cp-stars"></i></a>
- <a href="{text:Link 3 Url}" title="{text:Link 3 Title}"><i class="cp cp-folder"></i></a>
- <a href="{text:Link 4 Url}" title="{text:Link 4 Title}"><i class="cp cp-code"></i></a>
- </nav>
- </aside>
- </div>
- <div class="content">
- {block:TagPage}
- <div class="tagpage">
- Showing posts tagged with #{Tag}:
- </div>
- {/block:TagPage}
- {block:posts inlineMediaWidth="1280" inlineNestedMediaWidth="1280"}
- <article class="entry {block:Photo}ph{/block:Photo}{block:Photoset}ph{/block:Photoset}" id="{PostID}" post-type="{PostType}">
- <section class="post" id="{PostID}" post-type="{PostType}">
- {block:Audio}
- <div class="audio" id="{PostID}">
- {block:AudioEmbed}
- {AudioEmbed width="540px"}
- {/block:AudioEmbed}
- </div>
- {/block:Audio}
- {block:Photo}
- <div class="media" id="{PostID}">
- <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}"></a>
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="media photoset" id="{PostID}">
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
- {block:Photos}
- <div class="photo-data">
- <div class="pxu-photo">
- <img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div>
- <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>
- {/block:Photos}
- </div></div>
- {/block:Photoset}
- {block:Video}
- <div class="media video" id="{PostID}">{Video-500}</div>
- {/block:Video}
- {block:Answer}
- <div class="ask" id="{PostID}">
- <div class="askimg"><img src="{AskerPortraitURL-40}" /></div>
- <div class="question"><strong><i class="ph-envelope-simple-open-bold" style="vertical-align:middle"></i> {Asker} asked:</strong>
- <br>{Question}
- </div>
- </div>
- <div class="caption">{Answer}</div>
- {/block:Answer}
- {block:Chat}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- <ul class="chat text">
- {block:Lines}
- <li class="line">
- {block:Label}
- <span class="label">{Label} </span>
- {/block:Label}
- {Line}</li>
- {/block:Lines}</ul>
- {/block:Chat}
- {block:Link}
- <h1>
- <a href="{URL}">{Name}</a></h1>
- {block:Description}
- <div class="caption">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Quote}
- <div class="quote" id="{PostID}">{Quote}</div>
- {block:Source}
- <div class="source">â {Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}
- <h1>{Title}</h1>
- {/block:Title}
- {block:Body}
- <div class="caption">{Body}</div>
- {/block:Body}
- {/block:Text}
- {block:Caption}
- <div class="caption" id="{PostID}">{Caption}</div>
- {/block:Caption}
- </section>
- {block:Date}
- <div class="postinfo">
- {block:PinnedPostLabel}<a href="{Permalink}" class="pinned-post"><i class="ph-push-pin-bold"></i> </a> / {/block:PinnedPostLabel} <a href="{Permalink}" title="{TimeAgo}"><i class="ph-calendar-check-bold"></i></a>
- {block:NoteCount}
- / <a href="{Permalink}" title="{NoteCountWithLabel}"><i class="ph-activity-bold"></i></a>
- {/block:NoteCount}
- <span style="float:right;"><span class="controls"><a href="{ReblogURL}" target="_blank" class="reblog" title="reblog this post"> <i class="ph-arrows-clockwise-bold"></i></a>
- <a href="#" class="like" title="like this post">{LikeButton} <i class="ph-heart-bold"></i></a></span></span>
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a></i>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {/block:Date}
- </article>
- <!--- TUMBLR CONTROLS -->
- <div title="Tumblr Controls" class="controls-button"><i class="ph-gear" style="font-size:15px"></i></div>
- <div class="credit"><a href="https://geminicodes.tumblr.com/" title="by bru"><i class="ph-moon"></i></a></div>
- {block:PostNotes} {PostNotes} {/block:PostNotes} {/block:Posts} <!-- {block:ContentSource}{SourceURL}{/block:ContentSource}{block:RebloggedFrom}{ReblogRootURL}{ReblogParentURL}{/block:RebloggedFrom} --> </div>
- {block:Pagination}
- <div class="pagi">
- {block:PreviousPage}
- <a href="{PreviousPage}" title="previous page">previous</a> /
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" title="next page">next</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <!-- SCRIPTS -->
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
- <script>feather.replace();</script>
- <script>
- $(document).ready(function(){
- $('.search').submit(function(event){
- var value = $('input:first').val();
- location.replace('https://{Name}.tumblr.com/search/' + 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>
- <!--- CAPTIONS -->
- <script src="https://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
- <script> $('article').unnest({ yourCaption: ".caption", wrapName: ".caps", newCaptionUsername: true, originalPostCaptionUsername: false, tumblrAvatars: false, tumblrAvatarClass: ".ic", usernameColon: false }); </script>
- <script src="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script>
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
- <script> $(document).ready(function(){ $('.photo-slideshow').pxuPhotoset({ lightbox: true, rounded: 'corners', gutter: '4px', borderRadius: '0px', photoset: '.photo-slideshow', photoWrap: '.photo-data', photo: '.pxu-photo' }); }); </script>
- <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>
- <!-- 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>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement