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}
- <!--BOXICONS -->
- <link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <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:wght@400;600&display=swap" rel="stylesheet">
- <!--
- code by bru
- icons by feathericons, cappuccicons, font-awesome, boxicons
- tooltips by tippy
- NPF fix by glenthemes
- responsive side menu by codinglabs
- fade in/out by cory laviska
- scroll to top by paulund
- animated link by tobias sahlin
- not found page by fukuo
- search box by glenthemes
- popup box by odeysseus
- -->
- <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:Hover" content="#999">
- <meta name="color:Ask Background" content="#dbcefe">
- <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:gradient 1 underline" content="#9e90c3"/>
- <meta name="color:gradient 2 underline" content="#c3909c"/>
- <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="color:Tumblr Control Toggle" content=""/>
- <meta name="image:Sidebar Image" content=""/>
- <meta name="if:Sidebar Image" content="1" />
- <meta name="text:Desktop Description" content=""/>
- <meta name="text:Pop Up" content=""/>
- <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"/>
- <!-- SCRIPTS -->
- <script type="text/javascript">
- if(location.href=='https://{name}.tumblr.com/ask') location.replace('https://{name}.tumblr.com/msg');;
- </script>
- <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 rel="stylesheet" href="https://static.tumblr.com/svdghan/wUSr83npl/tempcf.css">
- <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>
- <script src="https://unpkg.com/feather-icons"></script>
- <script src="https://cdn.jsdelivr.net/npm/@phosphor-icons/[email protected]"></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>
- <style type="text/css">
- /*-------------------------------------------------------------------------*/
- /*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 ---- */
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top: 15px!important;
- right: 15px!important;
- opacity:0;
- color:white!important;
- 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;
- }
- .tumblrcontrols {
- position:fixed;
- top:23px;
- right:15px;
- z-index:999999999;
- cursor: pointer;
- color:{color:Tumblr Control Toggle};
- }
- .tumblrcontrols:hover {
- stroke: var(--bodyLinkHoverColor);
- }
- /*END OF GENERAL: TUMBLR CONTROLS */
- /*GENERAL: SCROLLBAR */
- ::-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};
- }
- /*END OF GENERAL: SCROLLBAR */
- /*GENERAL: SELECTION */
- ::selection {
- background: {color:select text};
- color: {color:text};
- }
- ::-moz-selection {
- background: {color:select text};
- color: {color:text};
- }
- /*END OF GENERAL: SELECT */
- /* SIDE MENU */
- :root{
- /* ===== Colors ===== */
- --body-color: #E4E9F7;
- --sidemenu-color: #FFF;
- --primary-color:#9e90c3;
- --primary-color-light: #F6F5FF;
- --toggle-color: #DDD;
- --text-color: #707070;
- /* ====== Transition ====== */
- --tran-03: all 0.2s ease;
- --tran-03: all 0.3s ease;
- --tran-04: all 0.3s ease;
- --tran-05: all 0.3s ease;
- }
- /*GENERAL: STYLING */
- body {
- font-size:12px;
- font-family:'Poppins', 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};
- min-height: 100vh;
- 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:'Poppins', 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;
- 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:hover};
- -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 1 underline}, {color:gradient 2 underline});
- transform: scaleX(0);
- transition: transform 0.3s ease;
- }
- a:hover::before {
- transform: scaleX(1);
- }
- .credit {
- position:fixed;
- bottom:35px;
- right:45px;
- z-index:10;
- }
- .credit a {
- color:{color:links};
- }
- .credit a:hover {
- color:{color:hover};
- }
- small, sub, sup {
- font-size:12px;
- }
- b, 700, strong {
- color:{color:links};
- }
- .entry h1 {
- font-size:18px!important;
- }
- pre {
- font-size:12px;
- font-family:'Poppins', sans-serif;
- }
- 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;
- list-style-type:circle;
- }
- ul {
- margin-left:-25px;
- list-style-type:circle;
- }
- 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 */
- /* --- FEATHERICONS ----*/
- .feather {
- width:23px;
- }
- /*END OF GENERAL SECTION */
- /*-------------------------------------------------------------------------*/
- /*SIDEBAR SECTION */
- /*SIDEBAR: GENERAL */
- aside {
- width:250px;
- height:auto;
- border-radius:10%;
- padding:10px;
- margin-left:0px;
- top: {text:post margin}px;
- text-align:Center;
- position:fixed;
- overflow:hidden;
- background:{color:posts};
- }
- /*END OF SIDEBAR: GENERAL */
- /*SIDEBAR: IMAGE */
- aside img {
- width:100px;
- float:center;
- border-radius:100%;
- }
- /*END OF SIDEBAR: IMAGE */
- /*SIDEBAR: TITLE*/
- aside h1 {
- margin-top:10px;
- }
- /*END OF SIDEBAR: TITLE*/
- /*SIDEBAR: DESCRIPTION */
- .description {
- color:{color:text}!important;
- }
- /*END OF SIDEBAR: DESCRIPTION */
- /*SIDEBAR: NAVIGATION */
- nav {
- overflow:visible;
- margin-top:8px;
- }
- nav a {
- display:inline-block;
- color:{color:links};
- margin-bottom:3px;
- margin-right:5px;
- font-weight:600;
- }
- nav a:hover {
- color:{color:hover};
- }
- /*END OF SIDEBAR: NAVIGATION */
- /*END OF SIDEBAR SECTION */
- /*-------------------------------------------------------------------------*/
- /*POSTS SECTION */
- /*POSTS: GENERAL */
- .content {
- margin:0px 0px;
- }
- .entry {
- width:580px;
- margin-bottom:150px;
- background:{color:posts};
- padding:10px;
- border-radius:2px 2px 2px 2px;
- }
- .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 {
- background:linear-gradient(to right, {color:gradient 1 tooltips}, {color:gradient 2 tooltips});
- padding:5px;
- padding-bottom:5px;
- border-radius:1px 10px 10px 10px;
- border-bottom:0;
- text-overflow:ellipsis;
- vertical-align:middle;
- font-weight: 600;
- text-transform:uppercase;
- color:{color:text}!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:15px;
- line-height:30px!important;
- }
- .caps a.tumblr_blog:hover {
- color:{color:hover}!important;
- text-decoration:none!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;
- }
- .caps a.tumblr_blog::before {
- content: "";
- position: absolute;
- display: block;
- width: 100%;
- height: 0px;
- bottom: 0;
- left: 0;
- background-image:linear-gradient(to right, {color:gradient 1 underline}, {color:gradient 2 underline});
- transform: scaleX(0);
- transition: transform 0.3s ease;
- }
- .caps .ic{
- width:18px;
- height:18px;
- border-radius:100%;
- 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;
- }
- .question {
- width: auto;
- font-family: 'Poppins', sans-serif;
- margin-top: 10px;
- margin-bottom:20px;
- color:{color:text};
- padding: 10px;
- border-radius: 7px;
- background:{color:Ask Background};
- }
- /*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 {
- background-image: none!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 1 underline}, {color:gradient 2 underline});
- transform: scaleX(0);
- transition: transform 0.3s ease;
- }
- a:hover::before {
- transform: scaleX(1);
- }
- /*END OF POSTS: STYLES */
- /*END OF POSTS SECTION /*
- /*-------------------------------------------------------------------------*/
- /*POST INFO SECTION */
- /*POST INFO: BOTTOM */
- .postinfo {
- margin-left:10px;
- margin-right:10px;
- text-align:left;
- font-family: 'Roboto', sans-serif;
- background:transparent;
- line-height:1.5em!important;
- padding-bottom:10px;
- }
- .postinfo b {
- }
- .postinfo a {
- display:inline-block;
- height:14px;
- line-height:10px;
- background-size: 0px 0px!important;
- }
- .postinfo i {
- font-style: normal;
- }
- .postinfo a:hover {
- color:{color:hover};
- padding:0px!important;
- }
- .postinfo p {
- margin-top:-10px!important;
- }
- .like-b {
- position:relative;
- display:inline-block;
- vertical-align:middle;
- float:right;
- height:1em;
- line-height:1em;
- overflow:hidden;
- margin-bottom:0px;
- }
- .like-b .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0;
- }
- .like-b .liked + .b {
- color:inherit;
- }
- .like-b .liked + .b:after {
- content:'d';
- color:{Links};
- }
- .tags {
- color:{color:links}!important;
- word-break:break-word;
- text-transform:lowercase;
- opacity:1;
- font-family:'Poppins', sans-serif!important;
- font-size:12px!important;
- -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:left;
- border-top:1px solid {color:Borders};
- padding-top:10px;
- }
- .tags a {
- font-style:none;
- margin-right:2px;
- }
- .tags a:hover {
- text-decoration:none;
- }
- .tags a:after { content:","; } .tags a:last-child:after { content:"."; }
- }
- /*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:540px;
- }
- li.note {
- margin:10px 0 10px 0;
- padding:0;
- font-style:normal;
- width:540px;
- list-style-type:none!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:none!important;
- }
- .notes {
- background-color:{color:posts};
- margin-right:0px;
- margin-left:0px;
- width:580px;
- padding:10px;
- margin-top:-100px;
- }
- 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 */
- /*-------------------------------------------------------------------------*/
- /*--- side menu --*/
- .sidemenu{
- position: fixed;
- top: -10px;
- left: 0;
- height: 100%;
- width: 250px;
- padding: 10px 14px;
- background: var(--sidemenu-color);
- transition: var(--tran-05);
- z-index: 100;
- }
- .sidemenu.close{
- width: 70px;
- }
- /* ===== Reusable code - Here ===== */
- .sidemenu li{
- height: 50px;
- list-style: none;
- display: flex;
- align-items: center;
- margin-top: 10px;
- }
- .sidemenu header .image,
- .sidemenu .icon{
- min-width: 60px;
- border-radius: 6px;
- }
- .sidemenu .icon{
- min-width: 60px;
- border-radius: 6px;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 20px;
- }
- .sidemenu .text,
- .sidemenu .icon{
- color: var(--text-color);
- transition: var(--tran-03);
- }
- .sidemenu .text{
- font-size: 17px;
- font-weight: 500;
- white-space: nowrap;
- opacity: 1;
- }
- .sidemenu.close .text{
- opacity: 0;
- }
- /* =========================== */
- .sidemenu header{
- position: relative;
- }
- .sidemenu header .image-text{
- display: flex;
- align-items: center;
- margin-top:10px;
- }
- .sidemenu header .logo-text{
- display: flex;
- flex-direction: column;
- }
- header .image-text .title {
- margin-top: 2px;
- font-size: 15px;
- font-weight: 600;
- }
- header .image-text .user {
- font-size: 13px;
- margin-top: -2px;
- display: block;
- }
- .sidemenu header .image{
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .sidemenu header .image img{
- width: 40px;
- border-radius: 6px;
- }
- .sidemenu header .toggle{
- position: absolute;
- top: 50%;
- right: -25px;
- transform: translateY(-50%) rotate(180deg);
- height: 25px;
- width: 25px;
- background-color: var(--primary-color);
- color: var(--sidemenu-color);
- border-radius: 50%;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 22px;
- cursor: pointer;
- transition: var(--tran-05);
- }
- .sidemenu.close .toggle{
- transform: translateY(-50%) rotate(0deg);
- }
- .sidemenu .menu{
- margin-top: 40px;
- }
- .sidemenu li.search-box{
- border-radius: 6px;
- background-color: var(--primary-color-light);
- cursor: pointer;
- transition: var(--tran-05);
- }
- .sidemenu li.search-box input{
- height: 100%;
- width: 100%;
- outline: none;
- border: none;
- background-color: var(--primary-color-light);
- color: var(--text-color);
- border-radius: 6px;
- font-size: 17px;
- font-weight: 500;
- transition: var(--tran-05);
- }
- .sidemenu li a{
- list-style: none;
- height: 100%;
- background-color: transparent;
- display: flex;
- align-items: center;
- height: 100%;
- width: 100%;
- border-radius: 6px;
- text-decoration: none;
- transition: var(--tran-03);
- }
- .sidemenu li a:hover{
- background-color: var(--primary-color);
- }
- .sidemenu li a:hover .icon,
- .sidemenu li a:hover .text{
- color: var(--sidemenu-color);
- }
- .sidemenu li a::before {
- content: "";
- position: absolute;
- display: block;
- width: 100%;
- height: 0px;
- bottom: 0;
- left: 0;
- background-image:linear-gradient(to right, {color:gradient 1 underline}, {color:gradient 2 underline});
- transform: scaleX(0);
- transition: transform 0.3s ease;
- }
- .sidemenu .menu-bar{
- height: calc(100% - 55px);
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- overflow-y: scroll;
- }
- .menu-bar::-webkit-scrollbar{
- display: none;
- }
- .sidemenu .menu-bar .mode{
- border-radius: 6px;
- background-color: var(--primary-color-light);
- position: relative;
- transition: var(--tran-05);
- }
- .menu-bar .mode .sun-moon{
- height: 50px;
- width: 60px;
- }
- .mode .sun-moon i{
- position: absolute;
- }
- .mode .sun-moon i.sun{
- opacity: 0;
- }
- .menu-bar .bottom-content .toggle-switch{
- position: absolute;
- right: 0;
- top:-20px;
- height: 100%;
- min-width: 60px;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 6px;
- cursor: pointer;
- }
- .toggle-switch .switch{
- position: relative;
- height: 22px;
- width: 40px;
- border-radius: 25px;
- background-color: var(--toggle-color);
- transition: var(--tran-05);
- }
- .switch::before{
- content: '';
- position: absolute;
- height: 15px;
- width: 15px;
- border-radius: 50%;
- top: 50%;
- left: 5px;
- transform: translateY(-50%);
- background-color: var(--sidemenu-color);
- transition: var(--tran-04);
- }
- .home{
- position: absolute;
- top: 0;
- top: 0;
- left: 250px;
- height: 100vh;
- width: calc(100% - 250px);
- background-color: var(--body-color);
- transition: var(--tran-05);
- }
- .home .text{
- font-size: 30px;
- font-weight: 500;
- color: var(--text-color);
- padding: 12px 60px;
- }
- .sidemenu.close ~ .home{
- left: 78px;
- height: 100vh;
- width: calc(100% - 78px);
- }
- /* POP UP SEARCH */
- .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:'Lora', 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:800px!important;
- height:650px;/* 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 {
- top:0;
- left:0;
- margin-top:50px;
- margin-left:50px;
- height:0px;
- }
- .typing, .typing::placeholder, #searchentries, #searchentries a, .enter {
- padding:5px;
- text-transform:uppercase;
- letter-spacing:0.5px;
- color:#999;
- font-size:12px;
- background-color:#fff;
- width:200px;
- }
- .typing, #searchentries {
- width:500px;
- border-radius:3px 3px 3px 3px;
- }
- .typing {
- margin-bottom:0px;
- outline:none;
- border:0px solid transparent;
- }
- .typing::placeholder {
- padding:0px;!important;
- }
- #searchentries {
- display:inline-block;
- background-color:#fff!important;
- padding:10px;
- font-family:'Poppins', sans-serif!important;
- font-weight:600!important;
- }
- #searchentries a {
- display:block;
- padding:10px;
- padding:0px!important;
- width:150px;
- background-size:0px 0px!important;
- text-align:center;
- }
- #searchentries a:hover {
- background:none!important;
- padding:0px 0px 0px!important;
- text-transform:normal!important;
- width:150px;
- background-size:0px 0px!important;
- padding:10px;
- }
- #search a::before {
- content: "";
- position: absolute;
- display:inline-block;
- width: 100%;
- height: 0px;
- bottom: 0;
- left: 0;
- background-image:linear-gradient(to right, {color:gradient 1 underline}, {color:gradient 2 underline});
- transform: scaleX(0);
- transition: transform 0.3s ease;
- }
- a:hover::before {
- transform: scaleX(1);
- }
- .enter {
- margin-left:4px;
- margin-bottom:0px;
- outline:none;
- border:0px solid transparent;
- cursor:pointer;
- }
- /* ----------- 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};
- }
- /*-----*/
- /*-- MASONRY NAV --*/
- .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;
- }
- </style></head>
- <body>
- <script>
- document.body.classList.add('fade-out');
- window.addEventListener('DOMContentLoaded', () => {
- document.body.classList.remove('fade-out');
- });
- </script>
- <nav class="sidemenu close">
- <header>
- <div class="image-text">
- <span class="image">
- <img src="{PortraitURL-128}" alt="">
- </span>
- <div class="text logo-text">
- <span class="title">{Title}</span>
- <span class="user"><a href="https://tumblr.com/follow/{name}">@{name}</a></span>
- </div>
- </div>
- <i class='bx bx-chevron-right toggle'></i>
- </header>
- <div class="menu-bar">
- <div class="menu">
- <ul class="menu-links">
- <li class="nav-link">
- <a href="/">
- <i class='bx bx-home-alt icon' ></i>
- <span class="text nav-text">Refresh</span>
- </a>
- </li>
- <li class="nav-link">
- <a href="https://tumblr.com/message/{name}">
- <i class='bx bx-message-square-dots icon' ></i>
- <span class="text nav-text">Direct message</span>
- </a>
- </li>
- <li class="nav-link">
- <a href="{text:Pop Up}">
- <i class='bx bx-search icon'></i>
- <span class="text nav-text">Search this blog</span>
- </a>
- </li>
- <div id="pop"> <div class="fade"></div>
- <div class="popup">
- <div id="searchblock">
- <form class="find" action="/tagged/" 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/">entry #1</a><br>
- <a href="/tagged/">entry #2</a><br>
- <a href="/tagged/">entry #3</a><br>
- <a href="/tagged/">entry #4</a><br>
- <a href="/tagged/">entry #5</a><br>
- <a href="/tagged/">entry #6</a><br>
- </div><!--END 'searchentries' div-->
- </div><!--END 'searchblock' div-->
- </div>
- </div>
- <li class="nav-link">
- <a href="#" class="scrollToTop">
- <i class='bx bx-arrow-to-top icon'></i>
- <span class="text nav-text">Scroll to top</span>
- </a>
- </li>
- <li class="nav-link">
- <a href="/">
- <i class='bx bx-code-alt icon' ></i>
- <span class="text nav-text">Link 1</span>
- </a>
- </li>
- <li class="nav-link">
- <a href="/">
- <i class='bx bx-coffee icon' ></i>
- <span class="text nav-text">Link 2</span>
- </a>
- </li>
- <li class="nav-link">
- <a href="/archive">
- <i class='bx bx-folder icon' ></i>
- <span class="text nav-text">Archive</span>
- </a>
- </li>
- </ul>
- </div>
- <div class="bottom-content">
- <li class="">
- <a href="https://geminicodes.tumblr.com/">
- <i class='bx bx-moon icon'></i>
- <span class="text nav-text">Theme by bru</span>
- </a>
- </li>
- <li class="">
- <a href="https://tumblr.com/dashboard">
- <i class='bx bx-log-out icon' ></i>
- <span class="text nav-text">Back to Dash</span>
- </a>
- </li>
- </div>
- </div>
- </nav>
- <script>
- const body = document.querySelector('body'),
- sidemenu = body.querySelector('nav'),
- toggle = body.querySelector(".toggle"),
- searchBtn = body.querySelector(".search-box"),
- modeSwitch = body.querySelector(".toggle-switch"),
- modeText = body.querySelector(".mode-text");
- toggle.addEventListener("click" , () =>{
- sidemenu.classList.toggle("close");
- })
- searchBtn.addEventListener("click" , () =>{
- sidemenu.classList.remove("close");
- })
- </script>
- <div class="main">
- <div class="credit">
- </div>
- <div class="asidecontainer">
- <aside>
- {block:IfSidebarImage}
- <img src="{image:sidebar image}">
- {/block:IfSidebarImage}
- <h1>
- <a href="/">{title}</a>
- </h1>
- <div class="description">
- {text:Desktop Description}
- </div>
- <nav>
- <a href="/" title="{text:Home Title}"> {text:Home Title}</a>
- <a href="/ask" title="{text:Ask Title}">{text:Ask Title}</a>
- <a href="{text:Link 1 Url}" title="{text:Link 1 Title}">{text:Link 1 Title}</a>
- <a href="{text:Link 2 Url}" title="{text:Link 2 Title}">{text:Link 2 Title}</a>
- <a href="{text:Link 3 Url}" title="{text:Link 3 Title}">{text:Link 3 Title}</a>
- </nav>
- </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}">
- {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}
- <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} asked:</strong>
- <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">
- <center>{block:PinnedPostLabel}<a href="{Permalink}" class="pinned-post" style="display:inline-block; vertical-align:middle; text-transform:uppercase; font-weight:bold"><i class="fas fa-thumbtack" style="font-size:9px;"></i> pinned post </a>{/block:PinnedPostLabel}</center>
- <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonth}" title="{TimeAgo}" style="text-transform:lowercase"><i class="ph-calendar-blank-bold"></i></a>
- /
- {block:NoteCount}
- <a href="{Permalink}" title="{NoteCountWithLabel}"><i class="ph-activity-bold"></i></a>
- /
- {/block:NoteCount}
- <a href="{ReblogURL}" target="_blank" title="REBLOG"><i class="ph-arrows-clockwise-bold"></i></a>
- <a class="like-b" href="#">{LikeButton}<span class="b">like</span></a>
- {block:HasTags}
- <div class="tags">
- <b>tagged as:</b>
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a></i>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div>
- {/block:Date}
- </article>
- <!--- TUMBLR CONTROLS -->
- <div class="tumblrcontrols"><i class="fas fa-cog fa-spin"></i></div>
- <center>{block:PostNotes} {PostNotes} {/block:PostNotes}</center> {/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>
- <!--- 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>
- <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>
- <script src=â//ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.jsâ></script>
- <script>
- $(document).ready(function(){
- $('.controls-button').click(function(){
- $('body').toggleClass('controls-click');
- });
- });
- </script>
- <script src="https://static.tumblr.com/wgg6svp/I8Yobwo15/unnest.min.js"></script>
- <script> $('article').unnest({ yourCaption: ".caption", wrapName: ".caps", newCaptionUsername: true, originalPostCaptionUsername: false, tumblrAvatars: true, 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>
- $(document).ready(function(){
- //Click event to scroll to top
- $('.scrollToTop').click(function(){
- $('html, body').animate({scrollTop : 0},800);
- return false;
- });
- });
- </script>
- <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>
- <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>
- <!-- 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