Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!-----
- YOU'RE TELLING ME A GAY CODED THIS theme by @puella
- umm.... peanus supremus
- happy holidays!!! i hope you all have a wonderful 2022!! <33
- DEFAULTS:
- -by default, the theme is a sidebar theme. if you want it to be a header theme, then turn the 'header' option on!
- -by default, the grid option is off. if you want a grid, then turn the 'grid' option on!
- -by default, the footer, description, title, and links are visible. if you want them off, turn off 'show footer', 'show description', 'show title', or 'show links'!
- -by default, the icon is a square. if you want it to be a header image, then turn the 'header image' option on! NOTE: the header image is NOT optimized for sidebar grid. only use the header image in header theme form or nongrid sidebar form.
- -by default, the links are in text form. if you want them to be pixels, then turn the 'pixel links' option on!
- CREDITS:
- -photosets by @annasthms
- -scrollbar from https://gist.github.com/Dakedres/0ccda599648833a1c2f65d3967aa131b
- -infinite scroll from https://github.com/MatthewRayfield/tumblr-infinite-scrolling
- ----->
- <!--- blobs -_- --->
- {block:ifblobs}
- <script>
- // <![CDATA[
- var colour="{color:blob color}"; // what colour are the blobs
- var speed=66; // speed of animation, lower is faster
- var blobs=20; // how many blobs are in the jar
- var charc="{text:blob}"; // a blob - can be changed to charc='hello' or charc='*' for a different effect
- /***************************\
- * Blobs in a Jar Effect *
- * (c)2012 mf2fm web-design *
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- \***************************/
- window.onload=fill_the_jar;
- var div;
- var xpos=new Array();
- var ypos=new Array();
- var zpos=new Array();
- var dx=new Array();
- var dy=new Array();
- var dz=new Array();
- var blob=new Array();
- var swide=800;
- var shigh=600;
- function fill_the_jar() {
- var i, dvs;
- div=document.createElement('div');
- dvs=div.style;
- dvs.position='fixed';
- dvs.left='0px';
- dvs.top='0px';
- dvs.width='1px';
- dvs.height='1px';
- document.body.appendChild(div);
- set_width();
- for (i=0; i<blobs; i++) {
- add_blob(i);
- jamjar(i);
- }
- }
- function add_blob(ref) {
- var dv, sy;
- dv=document.createElement('div');
- dv.appendChild(document.createTextNode(charc));
- sy=dv.style;
- sy.position='absolute';
- sy.textAlign="center";
- if (navigator.appName=="Microsoft Internet Explorer") {
- sy.fontSize="10px";
- sy.width="100px";
- sy.height="100px";
- sy.paddingTop="40px";
- sy.color=colour;
- }
- else sy.color='rgba(0,0,0,0)';
- ypos[ref]=Math.floor(shigh*Math.random());
- dy[ref]=(0.5+Math.random())*(Math.random()>.5?2:-2);
- xpos[ref]=Math.floor(swide*Math.random());
- dx[ref]=(0.5+Math.random())*(Math.random()>.5?2:-2);
- zpos[ref]=Math.random()*20;
- dz[ref]=(0.5+Math.random())*(Math.random()>.5?.5:-.5);
- blob[ref]=dv;
- div.appendChild(blob[ref]);
- set_blob(ref);
- }
- function rejig(ref, xy) {
- if (xy=='y') {
- dx[ref]=(0.5+Math.random())*sign(dx[ref]);
- dy[ref]=(0.5+Math.random())*-sign(dy[ref]);
- }
- else {
- dx[ref]=(0.5+Math.random())*-sign(dx[ref]);
- dy[ref]=(0.5+Math.random())*sign(dy[ref]);
- }
- }
- function sign(a) {
- if (a<0) return (-2);
- else if (a>0) return (2);
- else return (0);
- }
- function set_blob(ref) {
- var sy;
- sy=blob[ref].style;
- sy.top=ypos[ref]+'px';
- sy.left=xpos[ref]+'px';
- if (navigator.appName=="Microsoft Internet Explorer") {
- sy.filter="glow(color="+colour+",strength="+zpos[ref]+")";
- sy.fontSize=30-zpos[ref]+"px";
- }
- else {
- sy.textShadow=colour+' 0px 0px '+zpos[ref]+'px';
- sy.fontSize=40+zpos[ref]+'px';
- }
- }
- function jamjar(ref) {
- if (ypos[ref]+dy[ref]<-50 || ypos[ref]+dy[ref]>shigh) rejig(ref, 'y');
- ypos[ref]+=dy[ref];
- if (xpos[ref]+dx[ref]<-50 || xpos[ref]+dx[ref]>swide) rejig(ref, 'x');
- xpos[ref]+=dx[ref];
- if (zpos[ref]+dz[ref]<0 || zpos[ref]+dz[ref]>20) dz[ref]=-dz[ref];
- zpos[ref]+=dz[ref];
- set_blob(ref);
- setTimeout("jamjar("+ref+")", speed);
- }
- window.onresize=set_width;
- function set_width() {
- var sw_min=999999;
- var sh_min=999999;
- if (document.documentElement && document.documentElement.clientWidth) {
- if (document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth;
- if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight;
- }
- if (typeof(self.innerWidth)!="undefined" && self.innerWidth) {
- if (self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth;
- if (self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight;
- }
- if (document.body.clientWidth) {
- if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;
- if (document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;
- }
- if (sw_min==999999 || sh_min==999999) {
- sw_min=800;
- sh_min=600;
- }
- swide=sw_min;
- shigh=sh_min;
- }
- // ]]>
- </script>
- {/block:ifblobs}
- <link href="https://static.tumblr.com/0podkko/oDSpg7y88/photosets.css" rel="stylesheet">
- <script>
- function gatherData(images, arr) {
- for (let i = 0; i < images.length; i++) {
- let currentData = {
- "width": images[i].getAttribute('data-width'),
- "height": images[i].getAttribute('data-height'),
- "low_res": images[i].getAttribute('data-lowres'),
- "high_res": images[i].getAttribute('data-highres')
- };
- arr.push(currentData);
- }
- }
- function getIndex(elem) {
- let i = 0;
- while( (elem = elem.previousElementSibling) != null ) i++;
- return i;
- }
- function lightbox(elem) {
- let currentPhotoset = elem.parentNode;
- let photosetPhotos = currentPhotoset.getElementsByTagName('div');
- let data = [];
- gatherData(photosetPhotos, data);
- Tumblr.Lightbox.init(data, getIndex(elem) + 1);
- }
- </script>
- <script src="https://kit.fontawesome.com/f936906ae0.js" crossorigin="anonymous"></script>
- <meta charset="utf-8">
- <meta https-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <title>{Title}</title>
- <link rel="shortcut icon" href="{image:favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" href="https://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
- <link rel="stylesheet" href="https://static.tumblr.com/p6yopnt/PxJr3vu6k/scrollbar.css">
- {block:ifsmoothscrolling}
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
- {/block:ifsmoothscrolling}
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
- <script src="https://static.tumblr.com/rtrqcib/VGGnlh8rf/jquery.style-my-tooltips.min.js"></script>
- <script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:0,tip_fade_speed:0,attribute:"title"});});})(jQuery);</script>
- <script src="https://matthewrayfield.github.io/tumblr-infinite-scrolling/infinitescrolling.js"></script>
- <link href="https://fonts.googleapis.com/css?family=Kosugi+Maru|Short+Stack" rel="stylesheet">
- <meta name="image:favicon" content=""/>
- <meta name="image:icon" content=""/>
- <meta name="image:pixel link one" content=""/>
- <meta name="image:pixel link two" content=""/>
- <meta name="image:pixel link three" content=""/>
- <meta name="image:background" content=""/>
- <meta name="color:background" content=""/>
- <meta name="color:post background" content="#fff"/>
- <meta name="color:sidebar header background" content="#fff"/>
- <meta name="color:footer background" content="#fff"/>
- <meta name="color:text" content="#000"/>
- <meta name="color:title" content="#000"/>
- <meta name="color:title hover" content=""/>
- <meta name="color:title glow" content=""/>
- <meta name="color:title glow hover" content=""/>
- <meta name="color:title outline" content=""/>
- <meta name="color:title outline hover" content=""/>
- <meta name="color:links" content="#000"/>
- <meta name="color:links hover" content=""/>
- <meta name="color:links glow" content=""/>
- <meta name="color:links glow hover" content=""/>
- <meta name="color:links outline" content=""/>
- <meta name="color:links outline hover" content=""/>
- <meta name="color:border" content="#000"/>
- <meta name="color:tooltip background" content="#fff"/>
- <meta name="color:tooltip text" content="#000"/>
- <meta name="color:box shadow" content=""/>
- <meta name="color:box glow" content=""/>
- <meta name="color:selection background" content=""/>
- <meta name="color:selection text" content=""/>
- <meta name="color:blob color" content="#000"/>
- <meta name="if:show title" content="1"/>
- <meta name="if:show description" content="1"/>
- <meta name="if:show links" content="1"/>
- <meta name="if:show footer" content="1"/>
- <meta name="if:captions" content="1"/>
- <meta name="if:pixel links" content=""/>
- <meta name="if:smooth scrolling" content="1"/>
- <meta name="if:redirect" content=""/>
- <meta name="if:title glow" content=""/>
- <meta name="if:title outline" content="1"/>
- <meta name="if:links glow" content=""/>
- <meta name="if:links outline" content=""/>
- <meta name="if:hover blur" content=""/>
- <meta name="if:round borders" content=""/>
- <meta name="if:box shadow" content=""/>
- <meta name="if:box glow" content=""/>
- <meta name="if:background cover" content=""/>
- <meta name="if:grid" content=""/>
- <meta name="if:header" content=""/>
- <meta name="if:header image" content=""/>
- <meta name="if:blobs" content=""/>
- <meta name="select:border style" content="solid"/>
- <meta name="select:border style" content="double"/>
- <meta name="select:border style" content="dashed"/>
- <meta name="select:border style" content="dotted"/>
- <meta name="select:border style" content="inset"/>
- <meta name="select:border style" content="outset"/>
- <meta name="select:border style" content="groove"/>
- <meta name="select:border style" content="ridge"/>
- <meta name="text:font size" content="20"/>
- <meta name="text:font" content="ms gothic"/>
- <meta name="text:title" content="title"/>
- <meta name="text:title font" content=""/>
- <meta name="text:description" content=""/>
- <meta name="text:link 1" content="I"/>
- <meta name="text:link 1 url" content=""/>
- <meta name="text:link 2" content="II"/>
- <meta name="text:link 2 url" content=""/>
- <meta name="text:link 3" content="III"/>
- <meta name="text:link 3 url" content=""/>
- <meta name="text:border width" content="2"/>
- <meta name="text:blob" content="a"/>
- <meta name="text:redirect" content="">
- <style type="text/css">
- .npf_row {
- margin: 0 !important;
- }
- iframe.tumblr_audio_player {
- height: 85px;
- }
- ::selection {
- background: {color:selection background};
- color:{color:selection text};
- }
- ::-moz-selection {
- background: {color:selection background};
- color:{color:selection text};
- }
- #s-m-t-tooltip{
- margin: 20px 0 0 20px;
- padding: 5px;
- max-width: 300px;
- background-color:{color:tooltip background};
- color:{color:tooltip text};
- border:{text:border width}px {select:border style} {color:border};
- z-index: 9999;
- {block:ifroundborders}
- border-radius:10px;
- {/block:ifroundborders}
- }
- @font-face{
- font-family: 'Magica';
- src: url(https://static.tumblr.com/p6yopnt/Qkiqnu0r5/theheart.ttf);
- }
- @font-face{
- font-family: 'DEAD END';
- src: url(https://static.tumblr.com/pvnotae/DzVqdg2j5/dead_end.ttf);
- }
- @font-face{
- font-family: 'Decibil';
- src: url(https://static.tumblr.com/pvnotae/kwwqdg2pw/decibel_2.ttf);
- }
- @font-face{
- font-family: 'Aachen';
- src: url(https://static.tumblr.com/pvnotae/YIoqdg2yp/aachen-bold-opentype.otf);
- }
- body {
- margin:0px;
- background:{color:background};
- background-image: url('{image:background}');
- {block:ifbackgroundcover}
- background-size: cover;
- {/block:ifbackgroundcover}
- {block:ifnotbackgroundcover}
- background-repeat:repeat;
- {/block:ifnotbackgroundcover}
- background-attachment:fixed;
- font-family:{text:font};
- font-size:{text:font size}px;
- color:{color:text};
- }
- p{
- margin:0 0 0px 0;
- padding:0;
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- a{
- color:{color:links};
- {block:iflinksglow}
- text-shadow:0 0 2px {color:links glow},0 0 2px {color:links glow},0 0 2px {color:links glow}, 0 0 1px {color:links glow};
- {/block:iflinksglow}
- {block:iflinksoutline}
- text-shadow: -1px 0 {color:links outline}, 0 1px {color:links outline}, 1px 0 {color:links outline}, 0 -1px {color:links outline};
- {/block:iflinksoutline}
- transition:0.5s;
- text-decoration:none;
- }
- a:hover{
- color:{color:links hover};
- {block:iflinksglow}
- text-shadow:0 0 2px {color:links glow hover},0 0 2px {color:links glow hover},0 0 2px {color:links glow hover},0 0 1px {color:links glow hover};
- {/block:iflinksglow}
- {block:iflinksoutline}
- text-shadow: -1px 0 {color:links outline hover}, 0 1px {color:links outline hover}, 1px 0 {color:links outline hover}, 0 -1px {color:links outline hover};
- {/block:iflinksoutline}
- {block:ifhoverblur}
- -webkit-filter: blur(.9px);
- {/block:ifhoverblur}
- cursor:help;
- }
- a.tumblr_blog{
- display:inline-block;
- margin-bottom:5px;
- }
- li{
- margin-left:-15px;
- }
- #wrapper{
- {block:ifnotgrid}
- width:850px;
- {block:ifheaderimage}
- width:952px;
- {block:ifheaderimage}
- {/block:ifnotgrid}
- {block:ifgrid}
- {block:IndexPage}
- width:1230px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:850px;
- {/block:PermalinkPage}
- {/block:ifgrid}
- margin:55px auto;
- animation: fadeEffect 1s;
- }
- @keyframes fadeEffect {
- from {opacity: 0;}
- to {opacity: 1;}
- }
- #sidebarcontainer{
- position:fixed;
- display: flex;
- flex-direction:column;
- height:fit-content;
- height:-moz-fit-content;
- top: 0;
- bottom: 0;
- margin: auto;
- }
- #sidebar{
- {block:ifnotheaderimage}
- width:225px;
- {/block:ifnotheaderimage}
- {block:ifheaderimage}
- width:450px;
- {/block:ifheaderimage}
- text-align:center;
- {block:ifboxshadow}
- box-shadow: 10px 10px rgb({RGBcolor:box shadow}, .3);
- {/block:ifboxshadow}
- {block:ifroundborders}
- border-radius:5px;
- {/block:ifroundborders}
- border: {text:border width}px {select:border style} {color:border};
- {block:ifheader}
- margin:auto;
- {/block:ifheader}
- {block:ifboxglow}
- -webkit-box-shadow:0px 0px 10px 5px rgba({RGBcolor:box glow},0.5);
- -moz-box-shadow: 0px 0px 10px 5px rgba({RGBcolor:box glow},0.5);
- box-shadow: 0px 0px 10px 5px rgba({RGBcolor:box glow},0.5);
- {/block:ifboxglow}
- background-color:{color:sidebar header background};
- box-sizing:border-box;
- }
- #sidebar img{
- width:100%;
- height:225px;
- box-sizing: border-box;
- display:block;
- }
- img{
- transition:0.5s;
- }
- img:hover{
- {block:ifhoverblur}
- -webkit-filter: blur(.9px);
- {/block:ifhoverblur}
- transition:0.5s;
- }
- #title{
- padding:5px;
- font-size:calc({text:font size}px * 2 - 5px);
- text-align:center;
- border-bottom: {text:border width}px {select:border style} {color:border};
- min-height:30px;
- display: flex;
- align-items: center;
- justify-content: center;
- font-family:{text:title font};
- }
- #title a{
- color:{color:title};
- text-decoration:none;
- {block:iftitleglow}
- text-shadow:0 0 2px {color:title glow},0 0 2px {color:title glow},0 0 2px {color:title glow}, 0 0 1px {color:title glow};
- {/block:iftitleglow}
- {block:iftitleoutline}
- text-shadow: -1px 0 {color:title outline}, 0 1px {color:title outline}, 1px 0 {color:title outline}, 0 -1px {color:title outline};
- {/block:iftitleoutline}
- transition:0.5s;
- }
- #title a:hover{
- color:{color:title hover};
- {block:iftitleglow}
- text-shadow:0 0 2px {color:title glow hover},0 0 2px {color:title glow hover},0 0 2px {color:title glow hover},0 0 1px {color:title glow hover};
- {/block:iftitleglow}
- {block:iftitleoutline}
- text-shadow: -1px 0 {color:title outline hover}, 0 1px {color:title outline hover}, 1px 0 {color:title outline hover}, 0 -1px {color:title outline hover};
- {/block:iftitleoutline}
- transition:0.5s;
- {block:ifhoverblur}
- -webkit-filter: blur(.9px);
- {/block:ifhoverblur}
- cursor:help;
- }
- #description{
- border-top: {text:border width}px {select:border style} {color:border};
- text-align:center;
- padding:10px;
- word-break: break-word;
- }
- #links{
- text-align:center;
- margin-top:10px;
- {block:ifheader}
- margin-bottom:40px;
- {/block:ifheader}
- }
- #content{
- {block:ifnotheader}
- float:right;
- {/block:ifnotheader}
- {block:ifgrid}
- {block:IndexPage}
- column-count: 2;
- column-gap: 40px;
- width:945px;
- {/block:IndexPage}
- {block:ifheader}
- {block:PermalinkPage}
- width:450px;
- {/block:PermalinkPage}
- {/block:ifheader}
- {/block:ifgrid}
- {block:ifheader}
- margin:auto;
- {/block:ifheader}
- {block:ifnotgrid}
- width:450px;
- margin:auto;
- {/block:ifnotgrid}
- }
- .post{
- width:450px;
- margin-bottom:40px;
- border: {text:border width}px {select:border style} {color:border};
- background-color:{color:post background};
- box-sizing:border-box;
- {block:ifboxshadow}
- box-shadow: 10px 10px rgb({RGBcolor:box shadow}, .3);
- {/block:ifboxshadow}
- {block:ifroundborders}
- border-radius:5px;
- {/block:ifroundborders}
- {block:ifgrid}
- break-inside: avoid;
- display:inline-block;
- {/block:ifgrid}
- {block:ifboxglow}
- -webkit-box-shadow:0px 0px 10px 5px rgba({RGBcolor:box glow},0.5);
- -moz-box-shadow: 0px 0px 10px 5px rgba({RGBcolor:box glow},0.5);
- box-shadow: 0px 0px 10px 5px rgba({RGBcolor:box glow},0.5);
- {/block:ifboxglow}
- animation: fadeEffect 1s;
- word-break: break-word;
- }
- .post img{
- max-width:100%;
- height:auto;
- }
- .footer{
- text-align:center;
- border-top: {text:border width}px {select:border style} {color:border};
- padding:10px;
- background-color:{color:footer background};
- }
- .caption{
- border-top: {text:border width}px {select:border style} {color:border};
- padding:10px;
- background-color:{color:footer background};
- }
- video{
- max-width:100%;
- height:auto!important;
- }
- .video-container {
- overflow: hidden;
- }
- .video-container iframe,
- .video-container object,
- .video-container embed {
- position: center;
- max-width: 445px;
- max-height: 445px;
- }
- .video-wrapper {
- max-width: 445px;
- max-height: 445px;
- }
- .media{
- margin:0;
- text-align:center;
- line-height:0 !important;
- transition:0.5s;
- }
- .media:hover{
- {block:ifhoverblur}
- -webkit-filter: blur(.9px);
- {/block:ifhoverblur}
- }
- .title{
- font-size:calc({text:font size}px * 2 - 5px);
- font-weight:bold;
- margin:10px 0 10px 0;
- color:{color:text};
- }
- h1, h2, h3, h4, h5, h6{
- font-size:calc({text:font size}px * 2 - 5px);
- font-weight:bold;
- margin:10px 0 10px 0;
- color:{color:text};
- }
- .quote{
- font-weight:normal;
- font-size:{text:font size}px;
- font-style:italic;
- margin:0 0 10px 0;
- }
- .question{
- margin-bottom:10px;
- border:dotted 1px {color:text};
- padding:10px;
- }
- blockquote{
- margin:0 0 0px 10px;
- padding:0 0 0 10px;
- border-left:dotted 1px {color:text};
- border-radius:5px;
- }
- ol.notes{
- list-style-type:none;
- padding:10px;
- height:200px;
- overflow:auto;
- border-top: {text:border width}px {select:border style} {color:border};
- margin:0;
- background-color:{color:footer background};
- }
- ol.notes li.note img{
- display:none;
- }
- ol.notes li.note{
- margin:0px;
- }
- [photoset-layout] {
- grid-gap: 5px;
- }
- /***** the image *****/
- [photoset-layout] img {
- display: block;
- height: 100%;
- width: 100%;
- object-fit: cover;
- }
- [photoset-layout] div {
- cursor: help;
- }
- #button{
- position:fixed;
- right:12px;
- bottom:6px;
- font-size:18px !important;
- }
- #heartbeat{
- position:fixed;
- left:12px;
- bottom:6px;
- font-size:18px !important;
- }
- #heartbeat:hover{
- animation: heartbeat 1s infinite;
- }
- @keyframes heartbeat
- {
- 0%
- {
- transform: scale( .90 );
- }
- 20%
- {
- transform: scale( 1 );
- }
- 40%
- {
- transform: scale( .90 );
- }
- 60%
- {
- transform: scale( 1 );
- }
- 80%
- {
- transform: scale( .90 );
- }
- 100%
- {
- transform: scale( .90 );
- }
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- {block:ifredirect}
- {block:IndexPage}
- <script type="text/javascript">
- var url = location.href;
- if (url == "{BlogURL}") {
- window.location = "{BlogURL}tagged/{text:redirect}";
- }
- </script>
- {/block:IndexPage}
- {/block:ifredirect}
- <div id="wrapper">
- {block:ifnotheader}
- <div id="sidebarcontainer">
- {/block:ifnotheader}
- <div id="sidebar">
- {block:ifshowtitle}
- <div id="title">
- <a href="/">{text:title}</a>
- </div>
- {/block:ifshowtitle}
- <a href="/"><img src="{image:icon}"></a>
- {block:ifshowdescription}
- <div id="description">
- {text:description}
- </div>
- {/block:ifshowdescription}
- </div>
- {block:ifshowlinks}
- <div id="links">
- <a href="{text:link 1 url}">{block:ifnotpixellinks}{text:link 1}{/block:ifnotpixellinks}{block:ifpixellinks}<img src="{image:pixel link one}">{/block:ifpixellinks}</a>
- <a href="{text:link 2 url}">{block:ifnotpixellinks}{text:link 2}{/block:ifnotpixellinks}{block:ifpixellinks}<img src="{image:pixel link two}">{/block:ifpixellinks}</a>
- <a href="{text:link 3 url}">{block:ifnotpixellinks}{text:link 3}{/block:ifnotpixellinks}{block:ifpixellinks}<img src="{image:pixel link three}">{/block:ifpixellinks}</a>
- </div>
- {/block:ifshowlinks}
- {block:ifnotheader}
- </div>
- {/block:ifnotheader}
- <div id="content">
- {block:Posts}
- <div class="post">
- {block:Text}
- <div style="padding:10px">
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
- {block:ifcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifcaptions}
- {/block:Photo}
- {block:Photoset}
- <div class="photoset-grid" photoset-layout="{PhotosetLayout}">{block:Photos}<div data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}" data-lowres="{PhotoURL-500}" data-highres="{PhotoURL-HighRes}" onclick="lightbox(this)"><img src="{PhotoURL-HighRes}" /></div>{/block:Photos}</div>
- {block:ifcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifcaptions}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">"{Quote}"</div>
- {block:Source}
- <div class="quotesource">{Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <div style="padding:10px"><
- <div class="title"><a href="{URL}">{Name}</a></div>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div style="padding:10px">
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}
- <b>{Label}</b>{/block:Label}
- {Line}
- </div>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Video}
- <div class="media"><div class="video-wrapper">
- <div class="video-container">{video-500}</div>
- </div></div>
- {block:ifcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifcaptions}
- {/block:Video}
- {block:Audio}
- <div class="media">
- {block:AudioEmbed}<div class="video-wrapper"><div class="video-container">{AudioEmbed}</div></div>{/block:AudioEmbed}
- </div>
- {block:ifcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifcaptions}
- {/block:Audio}
- {block:Answer}
- <div style="padding:10px">
- <div class="question" style="font-style:italic">{Asker}: {Question}</div>
- {Answer}
- </div>
- {/block:Answer}
- {block:ifshowfooter}
- {block:Date}
- <div class="footer">
- <a href="{Permalink}"><a href="{Permalink}" title="{notecount}%">{24hourwithzero}:{minutes}</a>
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->{block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:HasTags}<div class="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- </div>
- {block:PermalinkPage}
- {block:NoteCount}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:NoteCount}
- {/block:PermalinkPage}
- {/block:Date}
- {/block:ifshowfooter}
- </div>
- {/block:Posts}
- </div>
- </div>
- {block:IndexPage}
- <a id="button"><i class="fas fa-arrow-up"></i></a>
- {/block:IndexPage}
- <script>
- var btn = $('#button');
- btn.hide();
- $(window).scroll(function() {
- if ($(window).scrollTop() > 200) {
- btn.fadeIn();
- } else {
- btn.fadeOut();
- }
- });
- btn.on('click', function(e) {
- e.preventDefault();
- $('html, body').animate({scrollTop:0}, '300');
- });
- </script>
- <a id="heartbeat" href="https://puella.tumblr.com" title="by @puella"><i class="fas fa-heart"></i>️</a>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
- <script>window.jQuery || document.write('<script src="https://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
- </body>
- </html>
Add Comment
Please, Sign In to add comment