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">
- <!--
- code by bru
- icons by font-awesome, phosphoricons, boxicons
- navbar by codinglab
- tooltips by tippy
- NPF fix by glenthemes
- fade-in by cory laviska
- tumblr controls, masonry by maziekeen
- popup by odeysseus
- searchbox/entries by glenthemes
- not found by fukuo
- scroll to top by paulund
- animated link by tobias sahlin
- -->
- <meta name="color:Background" content="#fff">
- <meta name="color:Posts" content="#fff">
- <meta name="color:Sidenav" content="#000">
- <meta name="color:Subtitle" content="#000"/>
- <meta name="color:Gradient 1" content="#000"/>
- <meta name="color:Gradient 2" content="#fff"/>
- <meta name="color:Gradient 3" content="#000"/>
- <meta name="color:Sidelink Hover Button" content="#fff"/>
- <meta name="color:Text" content="#3f3f3f">
- <meta name="color:Borders" content="#f1f1f1">
- <meta name="color:Links" content="#333">
- <meta name="color:Hover" content="#999">
- <meta name="color:Asks" content="#fff">
- <meta name="color:Select Text" content="#f1f1f1"/>
- <meta name="color:Custom Scrollbar" content="#333"/>
- <meta name="color:Gradient 1 Tooltips" content="#ffb3b3"/>
- <meta name="color:Gradient 2 Tooltips" content="#ffdada"/>
- <meta name="color:Not Found Gradient BG 1" content="#d2c1fe"/>
- <meta name="color:Not Found Gradient BG 2" content="#8172aa"/>
- <meta name="color:Not Found Text" content="#000"/>
- <meta name="color:Not Found Link" content="#ffccd8"/>
- <meta name="image:Sidebar Image" content=""/>
- <meta name="if:Sidebar Image" content="1" />
- <meta name="text:Subtitle" content="Subtitle here"/>
- <meta name="text:Desktop Description" content="Desktop description here"/>
- <meta name="text:Home Title" content="Home"/>
- <meta name="text:Ask Title" content="Ask"/>
- <meta name="text:About Title" content="About"/>
- <meta name="text:Link 2 Url" content="/"/>
- <meta name="text:Link 2 Title" content=""/>
- <meta name="text:Link 3 Url" content="/"/>
- <meta name="text:Link 3 Title" content=""/>
- <meta name="text:Link 4 Url" content="/"/>
- <meta name="text:Link 4 Title" content=""/>
- <meta name="text:Link 5 Url" content="/"/>
- <meta name="text:Link 5 Title" content=""/>
- <meta name="text:Link 6 Url" content="/"/>
- <meta name="text:Link 6 Title" content=""/>
- <meta name="text:Pop Up" content="/">
- <!---- ABOUT TEXT --->
- <meta name="text:Name" content=""/>
- <meta name="text:Tracked Tag" content=""/>
- <meta name="text:Age" content=""/>
- <meta name="text:Pronouns" content=""/>
- <meta name="text:Sexuality" content=""/>
- <meta name="text:Country" content=""/>
- <meta name="text:Race Ethnicity" content=""/>
- <meta name="text:Zodiac" content=""/>
- <!-- GOOGLE FONTS & ICON FONTS-->
- <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=Manrope:wght@300&family=Poppins&display=swap" rel="stylesheet">
- <script src="https://cdn.jsdelivr.net/npm/@phosphor-icons/[email protected]"></script>
- <link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
- <!-- SCRIPTS -->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
- <!--
- NPF IMAGES READJUSTMENT | @glenthemes
- v2.0 [last updated: 2021-06-03]
- -->
- <link href="//glen-npf-2020.glitch.me/npf-override.css" rel="stylesheet">
- <script src="//glen-npf-2020.glitch.me/npf-evenize.js"></script>
- <style type="text/css">
- :root {
- --NPF-Image-Spacing:4px;
- --NPF-Bottom-Gap-From-Captions:1em;
- }
- </style>
- <script type="text/javascript" src="https://static.tumblr.com/iuggpng/bGqm4yfv9/jquery-1.7.2.js"></script>
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.css"></link>
- <link href="https://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="https://static.tumblr.com/0siu224/Ljlqmh1nv/masonry.pkgd.min.js"></script>
- <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>
- <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>
- <script type="text/javascript">
- if(location.href=='https://{name}.tumblr.com/ask') location.replace('https://{name}.tumblr.com/msg');;
- </script>
- <style type="text/css">
- /* NAVBAR */
- nav {
- position: fixed;
- top: -10px;
- left: 0;
- height: 90px;
- width: 100%;
- z-index: 100;
- backdrop-filter: blur(16px) saturate(180%);
- -webkit-backdrop-filter: blur(16px) saturate(180%);
- background-color: rgba(255, 255, 255, 0.76);
- border: 1px solid rgba(209, 213, 219, 0.3);
- }
- nav .nav-bar{
- position: relative;
- height: 100%;
- max-width: 1000px;
- width: 100%;
- margin: 0 auto;
- padding: 0 30px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- nav .nav-bar .sidebarOpen{
- color: {color:text};
- font-size: 25px;
- padding: 10px;
- cursor: pointer;
- display: none;
- }
- nav .nav-bar .logo a{
- font-size: 25px;
- font-weight: 500;
- color: {color:text};
- text-decoration: none;
- font-family:'Poppins', sans-serif;
- }
- .nav-bar .nav-links{
- display: flex;
- align-items: center;
- }
- .nav-bar .nav-links li{
- margin: 0 5px;
- list-style: none;
- font-family:'Poppins', sans-serif;
- }
- .nav-links li a{
- position: relative;
- font-size: 15px;
- font-weight: 400;
- color: {color:text};
- text-decoration: none;
- padding: 10px;
- }
- .nav-links li a::before{
- content: '';
- position: absolute;
- left: 50%;
- bottom: 0;
- transform: translateX(-50%);
- height: 6px;
- width: 6px;
- border-radius: 50%;
- background-color: {color:gradient 3};
- opacity: 0;
- transition: all 0.3s ease;
- }
- .nav-links li:hover a::before{
- opacity: 1;
- }
- @media (max-width: 790px) {
- nav .nav-bar .sidebarOpen{
- display: block;
- }
- .menu{
- position: fixed;
- height: 100%;
- width: 320px;
- left: -100%;
- top: 0;
- padding: 20px;
- backdrop-filter: blur(19px) saturate(92%);
- -webkit-backdrop-filter: blur(19px) saturate(92%);
- background-color: rgba(217, 177, 255, 0.69);
- border: 1px solid rgba(209, 213, 219, 0.3);
- z-index: 100;
- transition: all 0.4s ease;
- }
- nav.active .menu{
- left: -0%;
- }
- nav.active .nav-bar .navLogo a{
- opacity: 0;
- transition: all 0.3s ease;
- }
- .menu .logo-toggle{
- display: block;
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .nav-bar .nav-links{
- flex-direction: column;
- padding-top: 30px;
- width:90%;
- }
- .nav-links li a{
- display: block;
- margin-top: 20px;
- }
- }
- .about {
- height: 100%;
- width: 0;
- position: fixed;
- z-index: 9999999;
- top: 0;
- left: 0;
- background-color: {color:Sidenav};
- overflow-x: hidden;
- transition: 0.5s;
- padding-top: 60px;
- color:#fff;
- }
- .about a {
- text-decoration: none;
- color:#fff;
- display: block;
- transition: 0.3s;
- }
- .about a:hover {
- color: {color:gradient 2};
- }
- .about a::before {
- content: "";
- position: justify;
- display: block;
- width:100%;
- height:0px;
- bottom: 0;
- left: 0;
- background-image:linear-gradient(to right, {color:gradient 2}, {color:gradient 3});
- transform: scaleX(0);
- transition: transform 0.3s ease;
- }
- .about a:hover::before {
- transform: scaleX(1);
- }
- .about .closebtn {
- position: absolute;
- top:0;
- right: 25px;
- font-size: 12px;
- margin-left: 50px;
- border:1px solid {color:Hover};
- border-radius:4px;
- padding:10px;
- }
- .closebtn {
- margin-top:15px;
- }
- .about-icon {
- width:50px;
- border-radius:100%;
- }
- main {
- transition: margin-left .5s;
- padding: 16px;
- }
- .about h3 {
- font-family:'Poppins',sans-serif;
- font-size:14px;
- font-weight:bold;
- }
- .about h4 {
- font-family:'Manrope', sans-serif;
- font-size:12px;
- margin-top:-10px;
- }
- .about-info {
- display:flex;
- justify-content:center;
- flex-wrap:wrap;
- gap:30px;
- padding:10px;
- }
- .about-title {
- font-family:'Poppins',sans-serif;
- font-weight:bold;
- display: block;
- padding: 6px 5px 0;
- }
- .about li {
- list-style-type:circle;
- font-family:'Manrope', sans-serif;
- display: inline-block;
- padding: 5px 5px 0;
- }
- /* each profile box */
- .profile {
- margin-left:100px;
- margin-bottom: 25px;
- margin-top:20px;
- box-sizing: border-box;
- width:720px;
- outline: 1px solid {color:Hover}; /* you'll have to change the color here, or delete this line if you don't want the border */
- }
- /* each row wrapping the first info,
- ex: 1 row: full name and main aliases, 2 row: birth year and species/gender */
- .profile-row {
- display: flex;
- justify-content: center;
- }
- /* each info individually (name and description), full name is an info, main aliases is an info, links is an info, birth year is an info */
- .profile-info {
- width: 700px;
- display: inline-block;
- margin: 5px 15px;
- }
- .profile-title {
- font-weight: bold;
- padding: 0 5px 0;
- margin-top:20px;
- display: block;
- text-transform: uppercase;
- font-family:'Poppins', sans-serif;
- color:{color:Gradient 2};
- }
- .profile-description {
- max-height: 200px;
- padding: 0 5px 0;
- display: inline-block;
- overflow: auto;
- }
- .about h1 {
- text-align:center;
- text-transform:uppercase;
- font-family:'Poppins', sans-serif;
- font-weight:bold;
- }
- .social-wrap a {
- font-size: 26px;
- font-weight:400;
- color: #000;
- list-style-type: none;
- display: inline-block;
- padding: 15px 13px 10px;
- margin-right:10px;
- text-shadow:none;
- margin-left:20px;
- margin-right:30px;
- padding:10px;
- margin-top:10px;
- margin-bottom:10px;
- border-radius:10px 10px 10px 10px;
- }
- .social-wrap a:hover {
- color:{color:Sidelink Hover Button};
- }
- /*GENERAL SECTION */
- /* 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 ---- */
- .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;
- }
- /*END OF GENERAL: TUMBLR CONTROLS */
- /*GENERAL: SCROLLBAR */
- ::-webkit-scrollbar {
- width:0px;
- 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;
- }
- /*END OF GENERAL: SCROLLBAR */
- /*GENERAL: SELECTION */
- ::selection {
- background: {color:gradient 3};
- color:#000;
- }
- ::-moz-selection {
- background: {color:gradient 3};
- color:#000;
- }
- /*END OF GENERAL: SELECT */
- /*GENERAL: STYLING */
- body {
- font-size:12px;
- font-family: 'Manrope', 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: 'Manrope', 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};
- text-decoration:none;
- font-family:'Poppins', sans-serif;
- position:relative;
- cursor:pointer;
- -webkit-transition:all 0.2s;
- -moz-transition:all 0.2s;
- -ms-transition:all 0.2s;
- -o-transition:all 0.2s;
- transition:all 0.2s;
- }
- a:hover {
- text-decoration:none;
- color:{color:Sidelink Hover Button};
- -webkit-transition:all 0.2s;
- -moz-transition:all 0.2s;
- -ms-transition:all 0.2s;
- -o-transition:all 0.2s;
- transition:all 0.2s;
- }
- a::before {
- content: "";
- position: absolute;
- display: block;
- width: 100%;
- height: 2px;
- bottom: 0;
- left: 0;
- background-image:linear-gradient(to right, {color:gradient 2}, {color:gradient 3});
- transform: scaleX(0);
- transition: transform 0.3s ease;
- }
- a:hover::before {
- transform: scaleX(1);
- }
- small, sub, sup {
- font-size:12px;
- }
- b, 700, strong {
- color:{color:links};
- }
- .entry h1 {
- font-size:18px!important;
- }
- pre {
- font-size:12px;
- font-family: 'Manrope', sans-serif;
- }
- blockquote {
- display:block;
- margin:0;
- margin-left:5px;
- margin-right:5px;
- padding-left:10px;
- border-left:2px #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;
- }
- li {
- list-style-type:circle;
- }
- /*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 */
- /*END OF GENERAL SECTION */
- /*-------------------------------------------------------------------------*/
- /*SIDEBAR SECTION */
- /*SIDEBAR: GENERAL */
- aside {
- width:300px;
- height:auto;
- padding:10px 10px 0px 10px;
- margin-left:-60px;
- top: {text:post margin}px;
- text-align:Center;
- position:fixed;
- overflow:hidden;
- background:{color:posts};
- border-radius: 12px;
- border: 1px solid rgba(209, 213, 219, 0.3);
- box-shadow: 2px 2px 2px 0 #fff;
- }
- /*END OF SIDEBAR: GENERAL */
- /*SIDEBAR: IMAGE */
- aside img {
- width:268px;
- border-radius:5px;
- margin-top:10px;
- }
- /*END OF SIDEBAR: IMAGE */
- /*SIDEBAR: TITLE*/
- .subtitle {
- margin-top:10px;
- font-family:'Poppins', sans-serif;
- font-size:12px;
- color:{color:Subtitle};
- border-bottom:1px solid {color:Borders};
- }
- /*END OF SIDEBAR: TITLE*/
- /*SIDEBAR: DESCRIPTION */
- .description {
- color:{color:text}!important;
- margin-bottom:20px;
- margin-top:10px;
- font-size:13px;
- }
- /*END OF SIDEBAR: DESCRIPTION */
- /*SIDEBAR: NAVIGATION */
- .sidenav {
- overflow:visible;
- margin-top:0px;
- padding:10px;
- margin-left:-10px;
- backdrop-filter: blur(16px) saturate(180%);
- -webkit-backdrop-filter: blur(16px) saturate(180%);
- background-color:{color:Sidenav};
- border: 1px solid rgba(209, 213, 219, 0.3);
- border-radius:0px 0px 12px 12px;
- width:100%;
- height:50px;
- }
- .sidenav a {
- color:{color:links};
- margin-bottom:10px;
- display:inline-block;
- vertical-align:middle;
- margin-right:5px;
- font-weight:600;
- padding:10px;
- border-radius:100%;
- color:#fff;
- }
- .sidenav a:hover {
- color:{color:Sidelink Hover Button};
- }
- .sidenav a::before {
- content: "";
- position: absolute;
- display: block;
- width: 100%;
- height: 0px;
- bottom: 0;
- left: 0;
- background-image:linear-gradient(to right, {color:gradient 2}, {color:gradient 3});
- transform: scaleX(0);
- transition: transform 0.3s ease;
- }
- .sidenav a:hover::before {
- transform: scaleX(1);
- }
- /*---------------- SEARCH BOX ---------------------*/
- /* POP UP BOX */
- .click { cursor:help } /* for question mark cursor on hover */
- #pop {
- width:100%;
- height:100%;
- top:0;left:0;
- position:fixed;
- z-index:999;
- background:rgba(255,255,255,.9); /* background of popup. adjust the .9 for the opacity of the background (1 will be solid white, .5 will be semi transparent, etc.) */
- display:none;
- }
- .fade {
- top:0;
- left:0;
- position:fixed;
- z-index:1000;
- width:100%;
- height:100%;
- }
- .popup {
- top:50%;
- left:50%;
- font-family:'Manrope', sans-serif;
- text-transform:lowercase;
- font-weight:400;
- color:{color:Text}!important;
- transform:translate(-50%,-50%);
- position:fixed;
- background:#fff; /* background of popup box */
- padding:20px; /* padding of popup box */
- z-index:10000;
- width:600px!important;
- height:440px;/* width of popup */
- border:1px solid #eee; /* popup border */
- }
- .popup a {
- background:none!important;
- padding:0px!important;
- color:{color:Links}!important;
- text-transform:none!important;
- }
- /* SEARCH BOX */
- #searchblock {
- position:fixed;
- top:0;
- left:0;
- right:0;
- margin-top:50px;
- margin-left:50px;
- margin-right:50px;
- height:0px;
- text-align:center;
- }
- .typing, .typing::placeholder, #searchentries, #searchentries a, .enter {
- background-color:#fff;
- padding:5px;
- text-transform:uppercase;
- letter-spacing:0.5px;
- color:#999;
- font-size:12px;
- text-align:left;
- }
- .typing, #searchentries {
- width:400px;
- }
- .typing {
- margin-bottom:0px;
- outline:none;
- border:0px solid transparent;
- }
- .typing::placeholder {
- padding:0px;!important;
- }
- #searchentries {
- margin-top:10px;
- background-color:rgba(255,255,255,0.55)!important;
- }
- #searchentries a {
- display:block;
- margin-bottom:5px;
- text-align:center!important;
- }
- #searchentries a:hover {
- background-color:rgba(255,255,255,0.8)!important;
- }
- #searchentries a::before {
- content: "";
- position: absolute;
- display: block;
- width: 100%;
- height: 0px!important;
- bottom: 0;
- left: 0;
- background-image:linear-gradient(to right, {color:gradient 2}, {color:gradient 3});
- transform: scaleX(0);
- transition: transform 0.3s ease;
- }
- #searchentries a:hover::before {
- transform: scaleX(1);
- }
- .enter {
- margin-left:4px;
- margin-bottom:0px;
- outline:none;
- border:0px solid transparent;
- cursor:pointer;
- }
- /* SCROLL TO TOP */
- .scrollToTop{
- width:100px;
- height:130px;
- padding:10px;
- text-align:center;
- background: whiteSmoke;
- font-weight: bold;
- color: #444;
- text-decoration: none;
- position:fixed;
- top:75px;
- right:40px;
- display:none;
- background: url('arrow_up.png') no-repeat 0px 20px;
- }
- .scrollToTop:hover{
- text-decoration:none;
- }
- /*END OF SIDEBAR: NAVIGATION */
- /*END OF SIDEBAR SECTION */
- /*-------------------------------------------------------------------------*/
- /*POSTS SECTION */
- /*POSTS: GENERAL */
- .content {
- margin:0px 0px;
- }
- .entry {
- width:580px;
- margin-bottom:150px;
- padding:10px;
- background-color:{color:Posts};
- border-radius: 12px;
- border: 1px solid rgba(209, 213, 219, 0.3);
- box-shadow: 2px 2px 2px 0 #fff;
- }
- .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: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;
- }
- .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 */
- .askerbg {
- padding: 0px;
- border-radius: 100px;
- }
- .askerbg img {
- border-radius:100px!important;
- width:50px!important;
- }
- .question {
- width:auto;
- font-family: 'Poppins', sans-serif;
- margin-top: 10px;
- margin-bottom:20px;
- color:{color:text};
- padding: 10px;
- border-radius:1px 15px 15px 15px;
- background:{color:Asks};
- }
- /*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;
- }
- .media a::before {
- content: "";
- position: absolute;
- display: block;
- width: 100%;
- height: 0px!important;
- bottom: 0;
- left: 0;
- background-image:linear-gradient(to right, {color:gradient 2}, {color:gradient 3});
- transform: scaleX(0);
- transition: transform 0.3s ease;
- }
- .media a:hover::before {
- transform: scaleX(1);
- }
- .audio {
- text-align:center;
- display:flex;
- border-bottom:1px solid {color:Borders};
- align-items: center;
- position: relative;
- }
- .album-art {
- z-index: 1;
- display: inline-block;
- vertical-align: middle;
- float: left;
- width: 8rem;
- height: 8rem;
- }
- .button {
- width:30px;
- height:30px;
- display:inline-block;
- vertical-align:middle;
- overflow: hidden;
- position: relative;
- z-index: 2;
- margin: 0.7rem;
- display:hidden;
- }
- .audiobox {
- background-color: #f2f2f2;
- z-index: 3;
- position: absolute;
- margin: 2.8rem;
- border-radius: 50%;
- backdrop-filter: blur(3px) saturate(179%);
- -webkit-backdrop-filter: blur(3px) saturate(179%);
- background-color: rgba(229, 228, 255, 0.04);
- border-radius: 12px;
- border: 1px solid rgba(209, 213, 219, 0.3);
- }
- .audio_trackinfo {
- width:8rem;
- height:6rem;
- display: flex;
- flex: 4;
- align-items: flex-start;
- justify-content: center;
- flex-direction: column;
- padding: 0.5rem;
- padding: 1rem;
- color:{color:Text};
- }
- .audio_trackname {
- font-weight:600;
- font-family:'Poppins', sans-serif;
- color:{color:Text};
- text-align:center;
- font-size:1.6rem;
- }
- .spotify_audio_player {
- max-width: 100%;
- height: 80px;
- }
- /*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;
- color:#fff;
- background:transparent;
- line-height:1.5em!important;
- background-color:{color:Sidenav};
- border: 1px solid rgba(209, 213, 219, 0.3);
- border-radius:0px 0px 12px 12px;
- width:100%;
- height:auto;
- padding:10px;
- margin-left:-10px;
- margin-bottom:-10px;
- }
- .postinfo b {
- }
- .postinfo a {
- display:inline-block;
- height:14px;
- line-height:10px;
- color:#fff;
- }
- .postinfo i {
- font-style: normal;
- }
- .postinfo a:hover {
- color:{color:gradient 3};
- }
- .postinfo p {
- margin-top:-10px!important;
- }
- svg {
- width:12px;
- height:auto;
- opacity:.7;
- padding:1px;
- display:block;
- color:#fff;
- 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 {
- content: "";
- position: absolute;
- display: block;
- width: 100%;
- height: 0px;
- bottom: 0;
- left: 0;
- background-image:linear-gradient(to right, {color:gradient 2}, {color:gradient 3});
- transform: scaleX(0);
- transition: transform 0.3s ease;
- }
- .controls a:hover::before {
- transform: scaleX(1);
- }
- .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;
- word-break:break-word;
- text-align:left;
- 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;
- margin-top:10px;
- border-radius:4px;
- text-transform:lowercase;
- color:#fff;
- }
- .tags a:hover {
- text-decoration:none;
- color:{color:gradient 3};
- }
- /*END OF POST INFO: BOTTOM */
- /*POST INFO: PERMALINK */
- ol.notes {
- list-style-type:none!important;
- font-style:normal;
- margin-top:-137px;
- margin-left:0px;
- width:580px;
- }
- li.note {
- margin-left:30px;
- padding:10px;
- font-style:normal;
- width:580px;
- list-style-type:circle!important;
- }
- li.note:before {
- content:"";
- padding:0;
- list-style-type:none!important;
- }
- .more_notes_link, .notes_loading {
- float:center;
- text-align:center!important;
- text-transform:lowercase!important;
- font-weight:400!important;
- }
- .notes img {
- display:inline;
- width:20px;
- border-radius:100%;
- margin-right:10px;
- }
- .notes {
- background-color:{color:posts};
- margin-right:0px;
- margin-left:0px;
- width:580px;
- padding:10px;
- margin-top:-60px;
- border-radius:5px;
- }
- ol.notes li.note blockquote {
- border:0;
- padding:0px 0px;
- margin:0px 0 0 0px;
- list-style-type:none!important;
- }
- /*END OF POST INFO: PERMALINK */
- /*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 */
- /* MASONRY NAVIGATION CSS PART */
- .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;
- }
- /* ----------- NOT FOUND PAGE ---------*/
- .wrapper_notfound {
- position: fixed;
- visibility:hidden;
- left: 0px;
- top: 0px;
- width: 100%;
- height: 100%;
- background-image:linear-gradient(to right, {color:Not Found Gradient BG 1}, {color:Not Found Gradient BG 2});
- z-index: 999999999999;
- }
- .actual_notfound {
- position: absolute;
- color:{color:Not Found Text};
- left:50%;
- top:50%;
- font-family:'Poppins', sans-serif;
- transform:translate(-50%, -50%);
- width:calc(600px + 0.25vw);
- font-size:calc(22px + 0.25vw);
- line-height:170%;
- text-align: center;
- }
- .actual_notfound a {
- color:{color:Not Found Link};
- text-decoration: none;
- }
- .actual_notfound::selection {
- color:{color:select background};
- }
- /*-----*/
- /*-------------------------------------------------------------------------*/
- #credit {
- position: fixed;
- bottom: 20px;
- right: 20px;
- font-size: 15px;
- color:{color:text};
- border:1px solid {color:Borders};
- border-radius:3px;
- padding:10px;
- background-image:linear-gradient(to right, {color:gradient 2}, {color:gradient 3});
- }
- </style></head>
- <body>
- <script>
- document.body.classList.add('fade-out');
- window.addEventListener('DOMContentLoaded', () => {
- document.body.classList.remove('fade-out');
- });
- </script>
- <div id="pop"> <div class="fade"></div>
- <div class="popup">
- <div id="searchblock">
- <form class="find" action="/search" method="get">
- <a class="expand"><input class="typing" type="text" name="q" value="{SearchQuery}" placeholder="looking for something?" autocomplete="off"/></a>
- <input class="enter" type="submit" value="search"/>
- </form>
- <div id="searchentries">
- <a href="/tagged/">search entry</a><br>
- <a href="/tagged/">search entry</a><br>
- <a href="/tagged/">search entry</a><br>
- <a href="/tagged/">search entry</a><br>
- <a href="/tagged/">search entry</a><br>
- <a href="/tagged/">search entry</a><br>
- <a href="/tagged/">search entry</a><br>
- <a href="/tagged/">search entry</a><br>
- </div><!--END 'searchentries' div-->
- </div><!--END 'searchblock' div-->
- </div>
- </div>
- <!-- NAVBAR -->
- <nav>
- <div class="nav-bar">
- <i class='bx bx-menu sidebarOpen' ></i>
- <img src="{PortraitURL-128}" style="width:40px; border-radius:100%">
- <span class="logo navLogo"><a href="/">{Title}</a></span>
- <div class="menu">
- <ul class="nav-links">
- <li><a href="/">{text:Home Title}</a></li>
- <li><a href="/ask">{text:Ask Title}</a></li>
- <li><a style="font-size:15px;cursor:pointer" onclick="openAbout()">{text:About Title}</a></li>
- <li><a href="{text:Link 2 Url}">{text:Link 2 Title}</a></li>
- <li><a href="{text:Link 3 Url}">{text:Link 3 Title}</a></li>
- <li><a href="{text:Link 4 Url}">{text:Link 4 Title}</a></li>
- <li><a href="{text:Link 5 Url}">{text:Link 5 Title}</a></li>
- <li><a href="{text:Link 6 Url}">{text:Link 6 Title}</a></li>
- </ul>
- </div>
- </div>
- </nav>
- <!-- ABOUT MENU -->
- <div id="myabout" class="about">
- <a href="javascript:void(0)" class="closebtn" onclick="closeAbout()"><i class="cp cp-cross" style="font-size:11px"></i> close</a>
- <center>
- <img src="{PortraitURL-128}" class="about-icon">
- <a href="/"><h3>{Title}</h3></a>
- <h4>@{Name}</h4>
- </center>
- <div class="profile">
- <div class="profile-row">
- <div class="profile-info">
- <div class="profile-title"><i class="cp cp-user"></i> name.</div>
- <div class="profile-description">{text:Name}</div>
- </div> <!-- this closes the profile-info -->
- <div class="profile-info">
- <div class="profile-title"><i class="cp cp-target-o"></i> tracked tag.</div>
- <div class="profile-description">{text:Tracked Tag}</div>
- </div> <!-- this closes the profile-info -->
- </div> <!-- this closes the profile-row -->
- <div class="profile-row">
- <div class="profile-info">
- <div class="profile-title"><i class="cp cp-balloons"></i> age.</div>
- <div class="profile-description">{text:Age}</div>
- </div> <!-- this closes the profile-info -->
- <div class="profile-info">
- <div class="profile-title"><i class="cp cp-stars"></i> pronouns.</div>
- <div class="profile-description">{text:Pronouns}</div>
- </div> <!-- this closes the profile-info -->
- </div> <!-- this closes the profile-row -->
- <div class="profile-row">
- <div class="profile-info">
- <div class="profile-title"><i class="cp cp-rainbow"></i> sexuality.</div>
- <div class="profile-description">{text:Sexuality}</div>
- </div> <!-- this closes the profile-info -->
- <div class="profile-info">
- <div class="profile-title"><i class="cp cp-location"></i> country.</div>
- <div class="profile-description">{text:Country}</div>
- </div> <!-- this closes the profile-info -->
- </div> <!-- this closes the profile-row -->
- <div class="profile-row">
- <div class="profile-info">
- <div class="profile-title"><i class="cp cp-earth"></i> race/ethnicity.</div>
- <div class="profile-description">{text:Race Ethnicity}</div>
- </div> <!-- this closes the profile-info -->
- <div class="profile-info">
- <div class="profile-title"><i class="cp cp-z-gemini"></i> zodiac.</div>
- <div class="profile-description">{text:Zodiac}</div>
- </div> <!-- this closes the profile-info -->
- </div> <!-- this closes the profile-row -->
- <div class="profile-row">
- <div class="profile-info">
- <div class="profile-title"><i class="cp cp-sunflower"></i> About me.</div>
- <div class="profile-description">You can write whatever you want about yourself here! You can add links, <b>bolded texts</b>, <i>italics</i>, <strike>strike text</strike> & etc.
- <p>You can also start a new paragraph!</p>
- </div>
- </div> <!-- this closes the profile-info -->
- </div> <!-- this closes the profile-row -->
- <div class="profile-row">
- <div class="profile-info">
- <div class="profile-title"><i class="cp cp-like"></i> likes </div>
- <div class="profile-description">List here the things you like!
- </div>
- </div> <!-- this closes the profile-info -->
- <div class="profile-info">
- <div class="profile-title"><i class="cp cp-forbidden"></i> dislikes</div>
- <div class="profile-description">List here the things you don't like! </div>
- </div> <!-- this closes the profile-info -->
- </div> <!-- this closes the profile-row -->
- </div> <!-- this closes the profile -->
- <center><h1>Social Media</h1></center>
- <div class="profile">
- <div class="profile-row">
- <div class="profile-info">
- <div class="social-wrap">
- <a href="https://twitter.com/" title="twitter"><i class="ph-twitter-logo" style="color:#fff;"></i></a>
- <a href="https://instagram.com/" title="instagram"><i class="ph-instagram-logo" style="color:#fff;"></i></a>
- <a href="https://open.spotify.com/user/" title="spotify"><i class="ph-spotify-logo" style="color:#fff;"></i></a>
- <a href="https://www.youtube.com/channel/" title="youtube"><i class="ph-youtube-logo" style="color:#fff;"></i></a>
- <a href="https://discord.com/users/" title="discord"><i class="ph-discord-logo" style="color:#fff;"></i></a>
- <a href="https://ko-fi.com/" title="ko-fi"><i class="ph-coffee" style="color:#fff;"></i></a>
- <a href="https://www.paypal.com/paypalme/" title="paypal me"><i class="ph-wallet" style="color:#fff;"></i></a>
- <a href="https://archiveofourown.org/users/" title="ao3"><i class="ph-bookmark-simple" style="color:#fff;"></i></a>
- <a href="https://letterboxd.com/" title="letterboxd"><i class="ph-dots-three-outline" style="color:#fff;"></i></a>
- <a href="https://br.pinterest.com/" title="pinterest"><i class="ph-pinterest-logo" style="color:#fff;"></i></a>
- </div>
- </div> <!-- this closes the profile-info -->
- </div> <!-- this closes the profile-row -->
- </div> <!-- this closes the profile -->
- <h1>Tags</h1>
- <div class="profile">
- <div class="profile-row">
- <div class="profile-info">
- <div class="profile-title"><i class="cp cp-pencil"></i> creations.</div>
- <div class="profile-description">
- <li><a href="/tagged/">tag name</a></li> |
- <li><a href="/tagged/">tag name</a></li> |
- <li><a href="/tagged/">tag name</a></li> |
- <li><a href="/tagged/">tag name</a></li> |
- <li><a href="/tagged/">tag name</a></li> |
- <li><a href="/tagged/">tag name</a></li>
- </div>
- </div> <!-- this closes the profile-info -->
- <div class="profile-info">
- <div class="profile-title"><i class="cp cp-tv"></i> fandoms i edit the most.</div>
- <div class="profile-description">
- <li><a href="/tagged/">tag name</a></li> |
- <li><a href="/tagged/">tag name</a></li> |
- <li><a href="/tagged/">tag name</a></li> |
- <li><a href="/tagged/">tag name</a></li> |
- <li><a href="/tagged/">tag name</a></li> |
- <li><a href="/tagged/">tag name</a></li> |
- <li><a href="/tagged/">tag name</a></li> |
- <li><a href="/tagged/">tag name</a></li>
- </div>
- </div> <!-- this closes the profile-info -->
- </div> <!-- this closes the profile-row -->
- </div>
- <!-- DO NOT CHANGE OR REMOVE -->
- <h1><i class="cp cp-moon"></i></h1>
- <div class="profile">
- <div class="profile-row">
- <div class="profile-info">
- <center>
- <li>© <a href="https://geminicodes.tumblr.com/" style="display:inline-block">bru</a>, 2022. </li>
- <li>all rights reserved.</li>
- <li>powered by tumblr.</li>
- <li>theme by bru.</li>
- </center>
- </div> <!-- this closes the profile-info -->
- </div> <!-- this closes the profile-row -->
- </div> <!-- this closes the profile -->
- </div>
- <div class="main">
- <div class="credit">
- </div>
- <div class="asidecontainer">
- <aside>
- {block:IfSidebarImage}
- <img src="{image:sidebar image}">
- {/block:IfSidebarImage}
- <div class="subtitle">
- {text:subtitle}
- <p>
- </div>
- <div class="description">
- {text:Desktop Description}
- </div>
- <div class="sidenav">
- <a href="https://tumblr.com/dashboard" title="Back to dash"><i class="ph-sign-out" style="font-size:14px; font-weight:700"></i></a>
- <a href="https://tumblr.com/message/lizzies" title="DM me"><i class="ph-chats-circle" style="font-size:15px"></i></a>
- <a href="{text:Pop Up}" title="Search this blog"><i class="ph-magnifying-glass" style="font-size:14px; font-weight:700"></i></a>
- <a href="#" class="Scroll To Top" title="Scroll To Top"><i class="ph-arrow-line-up" style="font-size:14px; font-weight:700"></i></a>
- </div>
- </aside>
- </div>
- <div class="content">
- {block:Posts}
- <article class="entry {block:Photo}ph{/block:Photo}{block:Photoset}ph{/block:Photoset}" id="{PostID}">
- <section class="post" id="{PostID}">
- <center>{block:PinnedPostLabel}<a href="{Permalink}" class="pinned-post" style="display:inline-block; vertical-align:middle; text-transform:uppercase; font-weight:bold;margin-bottom:10px"><i class="fas fa-thumbtack" style="font-size:9px;"></i> pinned post </a>{/block:PinnedPostLabel}</center>
- {block:Audio}
- <div class="type-audio post">
- <div class="audio">
- <div class="audiobox">
- <div class="button">
- {block:AudioPlayer}{AudioPlayer}{/block:AudioPlayer}
- </div>
- </div>
- <div class="album-art">
- {block:AlbumArt}
- <img src="{AlbumArtURL}" />
- {/block:AlbumArt}
- </div>
- {block:TrackName}
- <div class="audio_trackinfo">
- <div class="audio_trackname">{TrackName}</div>
- {block:Artist}
- <div class="audio_artist">{Artist}</div>{/block:Artist}
- {block:Album}<div class="audio_album">{Album}</div>{/block:Album}
- </div>
- {/block:TrackName}
- </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}">
- <table style="padding-bottom:5px;margin-bottom:5px;">
- <tr>
- <td class="askerbg" style="vertical-align:top;padding-right:10px;"><img src="{AskerPortraitURL-64}"></td><td style="vertical-align:top;"><strong>{Asker}</strong> asked at {12HourWithZero}:{Minutes}{AmPm}:
- <div class="question">{Question}</div>
- </td>
- </tr>
- </table>
- {Answer}
- {/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">
- <a href="{Permalink}">{DayOfWeek}, {DayOfMonth} {Month} {Year}</a>
- {block:NoteCount}
- with <a href="{Permalink}">{NoteCountWithLabel}</a>
- {/block:NoteCount}
- <span style="float:right;"><span class="controls"><a href="{ReblogURL}" target="_blank" class="reblog"> <svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 640 512"><path fill="currentColor" d="M629.657 343.598L528.971 444.284c-9.373 9.372-24.568 9.372-33.941 0L394.343 343.598c-9.373-9.373-9.373-24.569 0-33.941l10.823-10.823c9.562-9.562 25.133-9.34 34.419.492L480 342.118V160H292.451a24.005 24.005 0 0 1-16.971-7.029l-16-16C244.361 121.851 255.069 96 276.451 96H520c13.255 0 24 10.745 24 24v222.118l40.416-42.792c9.285-9.831 24.856-10.054 34.419-.492l10.823 10.823c9.372 9.372 9.372 24.569-.001 33.941zm-265.138 15.431A23.999 23.999 0 0 0 347.548 352H160V169.881l40.416 42.792c9.286 9.831 24.856 10.054 34.419.491l10.822-10.822c9.373-9.373 9.373-24.569 0-33.941L144.971 67.716c-9.373-9.373-24.569-9.373-33.941 0L10.343 168.402c-9.373 9.373-9.373 24.569 0 33.941l10.822 10.822c9.562 9.562 25.133 9.34 34.419-.491L96 169.881V392c0 13.255 10.745 24 24 24h243.549c21.382 0 32.09-25.851 16.971-40.971l-16.001-16z"></path></svg></a>
- <a href="#" class="like">{LikeButton} <svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z"></path></svg></a></span></span>
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {/block:Date}
- </article>
- <!--- TUMBLR CONTROLS -->
- <div title="Tumblr Controls" class="controls-button"><i class="fas fa-cog fa-spin"></i></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>
- <!----- CREDIT do not remove. ----->
- <a href="https://geminicodes.tumblr.com" title="by bru" id="credit"><i class='bx bx-moon' ></i></a>
- <!--- NOT FOUND PAGE -->
- <div class="wrapper_notfound">
- <div class="actual_notfound">
- <h1><i class="ph-prohibit-bold" style="display:inline-block; vertical-align:middle"></i> not found!</h1>
- sorry! the url you requested could not be found :(
- <a href="/">try again?</a>
- </div>
- </div>
- <!-- SCRIPTS -->
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
- <script>feather.replace();</script>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <!-- SEARCH ENTRIES -->
- <script>
- $(document).ready(function(){
- $('.expand').click(function(list){
- list.stopPropagation();
- $("#searchentries").slideToggle('slow');
- });
- });
- $(document).click(function(outside){
- var box = $('#searchentries');
- if(!box.is(outside.target) && box.has(outside.target).length === 0){
- $('#searchentries').slideUp('slow');
- }
- });
- </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" />
- <!--- SCROLL TO TOP -->
- <script>
- $(document).ready(function(){
- //Click event to scroll to top
- $('.scrollToTop').click(function(){
- $('html, body').animate({scrollTop : 0},800);
- return false;
- });
- });
- </script>
- <!--- TOOLTIPS -->
- <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 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>
- <script>
- $(document).ready(function() {
- if ($('p:contains("The URL you requested could not be found.")').html()) {
- $(".wrapper_notfound").css( "visibility", "visible" );
- $(".article_position").remove();
- $('title').prepend( "Not Found | " ); }
- });
- </script>
- <script>
- /* Set the width of the side navigation to 250px and the left margin of the page content to 250px and add a black background color to body */
- function openAbout() {
- document.getElementById("myabout").style.width = "900px";
- document.getElementById(".main").style.marginLeft = "250px";
- document.body.style.backgroundColor = "rgba(0,0,0,0.4)";
- }
- /* Set the width of the side navigation to 0 and the left margin of the page content to 0, and the background color of body to white */
- function closeAbout() {
- document.getElementById("myabout").style.width = "0";
- document.getElementById("#main").style.marginLeft = "0";
- document.body.style.backgroundColor = "white";
- }
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement