themes/34-Drizzle

2027 lines
56 KiB
Plaintext

<!-----------------------------------------------------------------------
Theme [34]: Drizzle
Made by glenthemes
Initial release: 2019/04/16
Last updated: 2023/07/29
What's new:
✱ NPF audio post support
TERMS OF USE:
1) Do not remove the theme credit.
2) Do not repost/redistribute my themes.
3) Do not take parts of the code and use it as your own.
4) Do not use my themes as a base code.
5) Do not mix my themes together.
Guide: glenthemes.tumblr.com/drizzle
Credits: glenthemes.tumblr.com/drizzle-crd
------------------------------------------------------------------------>
<!DOCTYPE html>
<html>
<head>
<title>{Title}</title>
<link rel="shortcut icon" href="{Favicon}">
<!--------------------JAVASCRIPTS-------------------->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script src="//static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
<script>
(function($){
$(document).ready(function(){
$("a[title]").style_my_tooltips({
tip_follows_cursor:true,
tip_delay_time:75,
tip_fade_speed:50,
attribute:"title"
});
});
})(jQuery);
</script>
<script>
$(document).ready(function() {
$('iframe.tumblr_audio_player').load( function() {
$('iframe.tumblr_audio_player').contents().find("head")
.append($("<style type='text/css'> .audio-player{background:{color:music tab bg} !important; padding:5px 10px 5px 0px !important} .play-pause{color:{color:music tab text} !important; font-size:15px!important; padding:0 9.5px!important} </style>"));
});
});
</script>
<link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
<script src="//code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="//static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
<script>
$(document).ready(function(){
$('.photo-slideshow').pxuPhotoset({
lightbox: true,
rounded: false,
gutter: '{select:photos spacing}',
borderRadius: '0px',
photoset: '.photo-slideshow',
photoWrap: '.photo-data',
photo: '.pxu-photo'
});
});
</script>
<script>
$(document).ready(function(){
//remove tumblr redirects script by magnusthemes@tumblr
$('a[href*="t.umblr.com/redirect"]').each(function(){
var originalURL = $(this).attr("href").split("?z=")[1].split("&t=")[0];
var replaceURL = decodeURIComponent(originalURL);
$(this).attr("href", replaceURL);
});
});
</script>
<script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
<link href="//fonts.googleapis.com/css?family=Karla:300,400|Quicksand:500|Muli" rel="stylesheet">
<link rel="stylesheet" href="//static.tumblr.com/2pnwama/IUZoyg6qw/specialfonts.css">
<script src="//static.tumblr.com/2pnwama/DLppehqvd/feathericons.js"></script>
<script src="//static.tumblr.com/snld4jp/rTori7q11/gtresizing.js"></script>
<script src="//static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
<script src="//glen-themes.gitlab.io/thms/34/drizzle.js"></script>
<link rel="stylesheet" media="screen" href="//assets.tumblr.com/client/prod/standalone/blog-network-npf/index.build.css">
<script src="//npf-images-v3.github.io/script.js"></script>
<link rel="stylesheet" href="//npf-images-v3.github.io/recon.css">
<style tmblr-npf>
:root {
--NPF-Caption-Spacing:1.25em;
--NPF-Image-Spacing:{select:photos spacing};
}
a.post_media_photo_anchor, a.post_media_photo_anchor:hover {
padding-bottom:0!important;
border-bottom:none!important;
}
.spotify_audio_player {
height:80px!important;
}
</style>
<script>
// minimal soundcloud player @ shythemes.tumblr
// shythemes.tumblr.com/post/114792480648
$(document).ready(function(){
var soundcloud_btn = '{color:music tab bg}';
$('.soundcloud_audio_player').each(function(){
$(this).attr({ src: $(this).attr('src').split('&')[0] + '&amp;liking=false&amp;sharing=false&amp;auto_play=false&amp;show_comments=false&amp;continuous_play=false&amp;buying=false&amp;show_playcount=false&amp;show_artwork=true&amp;origin=tumblr&amp;color=' + soundcloud_btn.split('#')[1], height: 116, width: '100%' });
});
});
</script>
<!-- unblue polls -->
<!-- glenthemes.tumblr.com/post/708014819571302400 -->
<link href="//static.tumblr.com/gtjt4bo/mXBrpdj0n/unblue-polls.css" rel="stylesheet">
<style unblue-polls>
.poll-post {
--Poll-Question-Font-Size: {select:font size};
--Poll-Option-Background-Color: transparent;
--Poll-Option-Corner-Rounding: 6px;
--Poll-Option-Border-Size: 1px;
--Poll-Option-Border-Color: rgba({RGBcolor:text},0.2);
--Poll-Option-Padding: 10px;
--Poll-Option-Font-Size: {select:font size};
--Poll-Option-Spacing: 10px;
--Poll-Option-Text-Color: {color:text};
--Poll-Option-HOVER-Border-Color: rgba({RGBcolor:text},0.2);
--Poll-Option-HOVER-Background-Color: transparent;
--Poll-Option-HOVER-Text-Color: {color:link};
--Poll-Option-HOVER-Speed: 0.4s;
}
.poll-see-results {
padding-bottom:0!important;
border-bottom:none!important;
font-size:calc(var(--Poll-Option-Font-Size) - 1px)!important;
text-transform:uppercase;
letter-spacing:0.5px;
}
</style>
<!-- npf audio player -->
<!-- glenthemes.tumblr.com/post/722160746171072512 -->
<script src="//tmblr-npf-audio.gitlab.io/s/init.js"></script>
<link href="//tmblr-npf-audio.gitlab.io/s/base.css" rel="stylesheet">
<script>
tumblr_npf_audio({
emptyTitleText: "Untitled track",
emptyArtistText: "Untitled artist",
emptyAlbumText: "Untitled album",
titleLabel: "Track:",
artistLabel: "Artist:",
albumLabel: "Album:"
});
</script>
<style edit-npf-audio-player>
.npf-audio-wrapper {
--NPF-Audio-Buttons-Size: calc({select:font size} - 1px);
--NPF-Audio-Buttons-Color: {color:music tab text};
--NPF-Audio-Buttons-Padding: 9px;
--NPF-Audio-Buttons-Spacing: calc(var(--p) + 1.2em);
--NPF-Audio-Image-Size:64px;
--NPF-Audio-Image-Spacing: 0px;
--t:calc((var(--NPF-Audio-Buttons-Padding) * 2) + var(--NPF-Audio-Buttons-Size));
--p:calc(var(--NPF-Audio-Buttons-Padding) + ((var(--NPF-Audio-Image-Size) - var(--t)) / 2));
}
.npf-audio-wrapper {
position:relative;
z-index:0;
}
.npf-audio-background {
margin-left:var(--p);
}
.npf-audio-play, .npf-audio-pause {
position:relative;
z-index:0;
}
.npf-audio-play:after, .npf-audio-pause:after {
content:"";
position:absolute;
top:0;left:0;
margin-top:calc(0px - var(--NPF-Audio-Buttons-Padding));
margin-left:calc(0px - var(--NPF-Audio-Buttons-Padding));
width:calc(100% + (var(--NPF-Audio-Buttons-Padding) * 2));
height:calc(100% + (var(--NPF-Audio-Buttons-Padding) * 2));
background:{color:music tab bg};
border-radius:100%;
z-index:-1;
}
.npf-audio-play svg { margin-left:1px; }
.npf-audio-pause svg { margin-left:0; }
figcaption.audio-caption,
figcaption.audio-caption ~ audio[controls]{
display:none;
}
.npf-audio-image {
position:absolute;
top:0;left:0;
border-radius:3px;
z-index:-1;
}
</style>
<script src="//glen-npf.gitlab.io/other/neue.js"></script>
<link href="//glen-npf.gitlab.io/other/neue.css" rel="stylesheet">
<!--------------------IMAGES-------------------->
<meta name="image:sidebar image" content="//66.media.tumblr.com/1cce175ee856a32ab7880048bd5fbb83/tumblr_opicvbjC5B1taarzno1_r2_400.gif"/>
<meta name="image:sidebar icon" content="//static.tumblr.com/e958155926c442b81e4b1fd153af8b8a/2pnwama/6qspq1fn0/tumblr_static_52z0xb38my88ok84ccwg0cccs.png"/>
<!--------------------COLORS-------------------->
<meta name="color:background" content="#fcfcfc"/>
<meta name="color:sidebar background" content="#fff">
<meta name="color:music tab bg" content="#121212">
<meta name="color:music tab text" content="#eee">
<meta name="color:sidebar title" content="#333">
<meta name="color:desc text" content="#a2a2a2">
<meta name="color:desc bold" content="#a2a2a2">
<meta name="color:desc italic" content="#a2a2a2">
<meta name="color:desc link" content="#000">
<meta name="color:nav links" content="#333">
<meta name="color:custom links icon" content="#121212"/>
<meta name="color:custom links" content="#222"/>
<meta name="color:post" content="#fff"/>
<meta name="color:text" content="#a2a2a2"/>
<meta name="color:bold" content="#a2a2a2">
<meta name="color:italic" content="#a2a2a2">
<meta name="color:link" content="#000">
<meta name="color:link Hover" content="#aaa">
<meta name="color:headings" content="#222"/>
<meta name="color:post username links" content="#111"/>
<meta name="color:post separators" content="#f2f2f2"/>
<meta name="color:permalinks" content="#222">
<meta name="color:post buttons" content="#222">
<meta name="color:pagination arrows" content="#333"/>
<meta name="color:tooltip background" content="#222"/>
<meta name="color:tooltip text" content="#eee"/>
<meta name="color:scrollbar thumb" content="#666"/>
<meta name="color:scrollbar track" content="#e5e5e5"/>
<meta name="color:scrollbar background" content="#fcfcfc"/>
<meta name="color:highlight" content="#fafafa"/>
<meta name="color:highlighted text" content="#555"/>
<!-----------------DROPDOWN OPTS----------------->
<meta name="select:window margin" title="75px" content="75px">
<meta name="select:window margin" title="30px" content="30px">
<meta name="select:window margin" title="35px" content="35px">
<meta name="select:window margin" title="40px" content="40px">
<meta name="select:window margin" title="45px" content="45px">
<meta name="select:window margin" title="50px" content="50px">
<meta name="select:window margin" title="55px" content="55px">
<meta name="select:window margin" title="55px" content="55px">
<meta name="select:window margin" title="60px" content="60px">
<meta name="select:window margin" title="65px" content="65px">
<meta name="select:window margin" title="70px" content="70px">
<meta name="select:window margin" title="80px" content="80px">
<meta name="select:window margin" title="85px" content="85px">
<meta name="select:window margin" title="90px" content="90px">
<meta name="select:window margin" title="95px" content="95px">
<meta name="select:window margin" title="100px" content="100px">
<meta name="select:sidebar width" title="230px" content="230px">
<meta name="select:sidebar width" title="170px" content="170px">
<meta name="select:sidebar width" title="200px" content="200px">
<meta name="select:sidebar width" title="260px" content="260px">
<meta name="select:sidebar width" title="290px" content="290px">
<meta name="select:sidebar width" title="320px" content="320px">
<meta name="select:sidebar width" title="350px" content="350px">
<meta name="select:sidebar icon size" title="64px" content="64px">
<meta name="select:sidebar icon size" title="38px" content="38px">
<meta name="select:sidebar icon size" title="80px" content="80px">
<meta name="select:sidebar icon size" title="100px" content="100px">
<meta name="select:sidebar icon size" title="128px" content="128px">
<meta name="select:sidebar icon size" title="150px" content="150px">
<meta name="select:sidebar icon border" title="8px" content="8px">
<meta name="select:sidebar icon border" title="0px" content="0px">
<meta name="select:sidebar icon border" title="2px" content="2px">
<meta name="select:sidebar icon border" title="4px" content="4px">
<meta name="select:sidebar icon border" title="6px" content="6px">
<meta name="select:sidebar icon border" title="10px" content="10px">
<meta name="select:sidebar icon border" title="12px" content="12px">
<meta name="select:sidebar icon border" title="14px" content="14px">
<meta name="select:sidebar icon border" title="16px" content="16px">
<meta name="select:sidebar icon border" title="18px" content="18px">
<meta name="select:sidebar icon border" title="20px" content="20px">
<meta name="select:desc padding" title="20px" content="20px">
<meta name="select:desc padding" title="5px" content="5px">
<meta name="select:desc padding" title="10px" content="10px">
<meta name="select:desc padding" title="15px" content="15px">
<meta name="select:desc padding" title="25px" content="25px">
<meta name="select:desc padding" title="30px" content="30px">
<meta name="select:desc padding" title="35px" content="35px">
<meta name="select:desc padding" title="40px" content="40px">
<meta name="select:desc text align" title="center" content="center">
<meta name="select:desc text align" title="justify" content="justify">
<meta name="select:desc text align" title="left" content="left">
<meta name="select:sidebar right gap" title="30px" content="30px">
<meta name="select:sidebar right gap" title="0px" content="0px">
<meta name="select:sidebar right gap" title="5px" content="5px">
<meta name="select:sidebar right gap" title="10px" content="10px">
<meta name="select:sidebar right gap" title="15px" content="15px">
<meta name="select:sidebar right gap" title="20px" content="20px">
<meta name="select:sidebar right gap" title="25px" content="25px">
<meta name="select:sidebar right gap" title="35px" content="35px">
<meta name="select:sidebar right gap" title="40px" content="40px">
<meta name="select:sidebar right gap" title="45px" content="45px">
<meta name="select:sidebar right gap" title="50px" content="50px">
<meta name="select:sidebar right gap" title="55px" content="55px">
<meta name="select:sidebar right gap" title="60px" content="60px">
<meta name="select:sidebar right gap" title="65px" content="65px">
<meta name="select:custom links width" title="100px" content="100px">
<meta name="select:custom links width" title="60px" content="60px">
<meta name="select:custom links width" title="80px" content="80px">
<meta name="select:custom links width" title="120px" content="120px">
<meta name="select:custom links width" title="140px" content="140px">
<meta name="select:custom links width" title="160px" content="160px">
<meta name="select:custom links width" title="180px" content="180px">
<meta name="select:custom links width" title="200px" content="200px">
<meta name="select:custom links width" title="220px" content="220px">
<meta name="select:custom links width" title="240px" content="240px">
<meta name="select:custom links icon size" title="18px" content="18px">
<meta name="select:custom links icon size" title="10px" content="10px">
<meta name="select:custom links icon size" title="14px" content="14px">
<meta name="select:custom links icon size" title="22px" content="22px">
<meta name="select:custom links icon size" title="26px" content="26px">
<meta name="select:custom links icon size" title="30px" content="30px">
<meta name="select:custom links icon size" title="34px" content="34px">
<meta name="select:custom links icon size" title="38px" content="38px">
<meta name="select:custom links spacing" title="11px" content="11px">
<meta name="select:custom links spacing" title="5px" content="5px">
<meta name="select:custom links spacing" title="8px" content="8px">
<meta name="select:custom links spacing" title="14px" content="14px">
<meta name="select:custom links spacing" title="17px" content="17px">
<meta name="select:custom links spacing" title="20px" content="20px">
<meta name="select:custom links spacing" title="23px" content="23px">
<meta name="select:custom links spacing" title="26px" content="26px">
<meta name="select:custom links spacing" title="29px" content="29px">
<meta name="select:custom links right gap" title="30px" content="30px">
<meta name="select:custom links right gap" title="0px" content="0px">
<meta name="select:custom links right gap" title="5px" content="5px">
<meta name="select:custom links right gap" title="10px" content="10px">
<meta name="select:custom links right gap" title="15px" content="15px">
<meta name="select:custom links right gap" title="20px" content="20px">
<meta name="select:custom links right gap" title="25px" content="25px">
<meta name="select:custom links right gap" title="35px" content="35px">
<meta name="select:custom links right gap" title="40px" content="40px">
<meta name="select:custom links right gap" title="45px" content="45px">
<meta name="select:custom links right gap" title="50px" content="50px">
<meta name="select:custom links right gap" title="55px" content="55px">
<meta name="select:custom links right gap" title="60px" content="60px">
<meta name="select:custom links right gap" title="65px" content="65px">
<meta name="select:font size" title="12px" content="12px">
<meta name="select:font size" title="11px" content="11px">
<meta name="select:font size" title="13px" content="13px">
<meta name="select:font size" title="14px" content="14px">
<meta name="select:font size" title="15px" content="15px">
<meta name="select:font size" title="16px" content="16px">
<meta name="select:post width" title="420px" content="420px">
<meta name="select:post width" title="300px" content="300px">
<meta name="select:post width" title="350px" content="350px">
<meta name="select:post width" title="400px" content="400px">
<meta name="select:post width" title="450px" content="450px">
<meta name="select:post width" title="500px" content="500px">
<meta name="select:post width" title="540px" content="540px">
<meta name="select:post width" title="600px" content="600px">
<meta name="select:post padding outer" title="40px" content="40px">
<meta name="select:post padding outer" title="5px" content="5px">
<meta name="select:post padding outer" title="10px" content="10px">
<meta name="select:post padding outer" title="15px" content="15px">
<meta name="select:post padding outer" title="20px" content="20px">
<meta name="select:post padding outer" title="25px" content="25px">
<meta name="select:post padding outer" title="30px" content="30px">
<meta name="select:post padding outer" title="35px" content="35px">
<meta name="select:post padding outer" title="45px" content="45px">
<meta name="select:post padding outer" title="50px" content="50px">
<meta name="select:post padding inner" title="25px" content="25px">
<meta name="select:post padding inner" title="5px" content="5px">
<meta name="select:post padding inner" title="10px" content="10px">
<meta name="select:post padding inner" title="15px" content="15px">
<meta name="select:post padding inner" title="20px" content="20px">
<meta name="select:post padding inner" title="30px" content="30px">
<meta name="select:post padding inner" title="35px" content="35px">
<meta name="select:post padding inner" title="40px" content="40px">
<meta name="select:post padding inner" title="45px" content="45px">
<meta name="select:post padding inner" title="50px" content="50px">
<meta name="select:photos spacing" title="4px" content="4px">
<meta name="select:photos spacing" title="0px" content="0px">
<meta name="select:photos spacing" title="2px" content="2px">
<meta name="select:photos spacing" title="6px" content="6px">
<meta name="select:photos spacing" title="8px" content="8px">
<meta name="select:photos spacing" title="10px" content="10px">
<meta name="select:post spacing" title="50px" content="50px">
<meta name="select:post spacing" title="20px" content="20px">
<meta name="select:post spacing" title="25px" content="25px">
<meta name="select:post spacing" title="30px" content="30px">
<meta name="select:post spacing" title="35px" content="35px">
<meta name="select:post spacing" title="40px" content="40px">
<meta name="select:post spacing" title="45px" content="45px">
<meta name="select:post spacing" title="55px" content="55px">
<meta name="select:post spacing" title="60px" content="60px">
<meta name="select:post spacing" title="65px" content="65px">
<meta name="select:post spacing" title="70px" content="70px">
<meta name="select:posts right gap" title="15px" content="15px">
<meta name="select:posts right gap" title="0px" content="0px">
<meta name="select:posts right gap" title="5px" content="5px">
<meta name="select:posts right gap" title="10px" content="10px">
<meta name="select:posts right gap" title="20px" content="20px">
<meta name="select:posts right gap" title="25px" content="25px">
<meta name="select:posts right gap" title="30px" content="30px">
<meta name="select:posts right gap" title="35px" content="35px">
<meta name="select:posts right gap" title="40px" content="40px">
<meta name="select:posts right gap" title="45px" content="45px">
<meta name="select:posts right gap" title="50px" content="50px">
<meta name="select:posts right gap" title="55px" content="55px">
<meta name="select:posts right gap" title="60px" content="60px">
<meta name="select:posts right gap" title="65px" content="65px">
<meta name="select:pagination arrow size" title="19px" content="19px">
<meta name="select:pagination arrow size" title="10px" content="10px">
<meta name="select:pagination arrow size" title="13px" content="13px">
<meta name="select:pagination arrow size" title="16px" content="16px">
<meta name="select:pagination arrow size" title="21px" content="21px">
<meta name="select:pagination arrow size" title="24px" content="24px">
<meta name="select:pagination arrow size" title="27px" content="27px">
<meta name="select:pagination arrow size" title="30px" content="30px">
<meta name="select:pagination arrow size" title="33px" content="33px">
<meta name="select:pagination arrow spacing" title="12px" content="12px">
<meta name="select:pagination arrow spacing" title="3px" content="3px">
<meta name="select:pagination arrow spacing" title="6px" content="6px">
<meta name="select:pagination arrow spacing" title="9px" content="9px">
<meta name="select:pagination arrow spacing" title="15px" content="15px">
<meta name="select:pagination arrow spacing" title="18px" content="18px">
<meta name="select:pagination arrow spacing" title="21px" content="21px">
<meta name="select:pagination arrow spacing" title="24px" content="24px">
<!-----------------TOGGLE OPTS----------------->
<meta name="if:show music player" content="1" />
<meta name="if:reblog separators" content="0" />
<meta name="if:photo fade" content="0" />
<meta name="if:monochrome posts" content="0" />
<meta name="if:dark tumblr controls" content="1" />
<meta name="if:hover tumblr controls" content="1" />
<!---------------TEXT FIELDS--------------->
<meta name="text:how to link music" content="linktr.ee/direct_file_links">
<meta name="text:music name" content="Quasar">
<meta name="text:music file URL" content="https://rhizo.gitlab.io/m/Quasar.mp3">
<meta name="text:sidebar title" content="">
<meta name="text:description" content="">
<meta name="text:&#x1F3EE; &#x1D04;&#x1D1C;&#x73;&#x1D1B;&#x1D0F;&#x1D0D;&#x20;&#x29F;&#x26A;&#x274;&#x1D0B;&#x73;&#x20;&#x26A;&#x1D04;&#x1D0F;&#x274;&#x73;&#x20;&#x29F;&#x26A;&#x73;&#x1D1B;&#x3A;" content="feathericons.com">
<meta name="text:custom links icon" content="box">
<meta name="text:Link 1" content="Sample link 1">
<meta name="text:Link 1 URL" content="https://www.youtube.com/watch?v=uYaKLwpoLGM">
<meta name="text:Link 2" content="">
<meta name="text:Link 2 URL" content="">
<meta name="text:Link 3" content="">
<meta name="text:Link 3 URL" content="">
<meta name="text:Link 4" content="">
<meta name="text:Link 4 URL" content="">
<meta name="text:Link 5" content="">
<meta name="text:Link 5 URL" content="">
<meta name="text:Link 6" content="">
<meta name="text:Link 6 URL" content="">
<!-------------------------------------------------------------------->
<style type="text/css">
/*--------------------TOOLTIPS--------------------*/
#s-m-t-tooltip {
padding: 4px 9px;
margin: 20px;
background-color: {color:tooltip background};
border-radius:2px;
font-family:muli;
font-size: calc({select:font size} - 3px);
letter-spacing: 1px;
text-transform: uppercase;
color: {color:tooltip text};
z-index:99;
max-width: calc({select:post width} * 1.25);
}
/*--------------------TUMBLR CONTROLS--------------------*/
#plus-s {
position:fixed;
top:0;margin-top:17px;
right:0;margin-right:15px;
z-index:10;
}
#plus-s svg {
width:15px;height:15px;
color:{color:pagination arrows};
}
iframe#tumblr_controls, .iframe-controls--desktop {
top:calc(1px + 5px)!important;
right:calc(5px)!important;
padding-right:40px;
position:fixed!important;
{block:ifdarktumblrcontrols}
filter:invert(100%) hue-rotate(180deg);
-webkit-filter:invert(100%) hue-rotate(180deg);
{/block:ifdarktumblrcontrols}
transform:scale(0.7,0.7);
-webkit-transform:scale(0.7,0.7);
-moz-transform:scale(0.7,0.7);
-ms-transform:scale(0.7,0.7);
-o-transform:scale(0.7,0.7);
transform-origin:100% 0;
-webkit-transform-origin:100% 0;
-moz-transform-origin:100% 0;
-ms-transform-origin:100% 0;
-o-transform-origin:100% 0;
z-index:999999!important;
{block:ifhovertumblrcontrols}
opacity:0;
{/block:ifhovertumblrcontrols}
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
iframe#tumblr_controls:hover, .iframe-controls--desktop:hover {
opacity:1;
}
/*--------------------SCROLLBAR--------------------*/
::-webkit-scrollbar {
width:13px;
height:13px;
background-color:{color:scrollbar background};
}
::-webkit-scrollbar-thumb {
border-top:8px solid {color:scrollbar background};
border-right:6px solid {color:scrollbar background};
border-bottom:8px solid {color:scrollbar background};
border-left:6px solid {color:scrollbar background};
background-color:{color:scrollbar thumb};
}
::-webkit-scrollbar-track {
border-top:8px solid {color:scrollbar background};
border-right:6px solid {color:scrollbar background};
border-bottom:8px solid {color:scrollbar background};
border-left:6px solid {color:scrollbar background};
background-color:{color:scrollbar track};
}
/*--------------------TEXT HIGHLIGHT--------------------*/
::selection {
background: {color:highlight};
color:{color:highlighted text};
}
::-moz-selection {
background: {color:highlight};
color:{color:highlighted text};
}
/*--------------------BASICS--------------------*/
body {
background:{color:background};
background-attachment:fixed;
background-repeat:repeat;
color:{color:text};
cursor:normal;
font-family:karla;
font-weight:300;
line-height:1.6em;
font-size:{select:font size};
text-align:left;
}
blockquote {
padding-left:10px;
margin-left:5px;
border-left:1px solid;
border-color:rgba({RGBcolor:text},0.6);
margin:10px;
}
b, strong {font-weight:bold;color: {color:Bold};}
i, em, .em {color: {color:Italic};}
pre, code {
white-space:pre-wrap;
display:block;
}
hr {
width:70%;
border-width:0px;
height:1px;
background-color:rgba({RGBcolor:text},0.3);
}
p.npf_quirky, p.npf_quote {font-size:calc({select:font size} + 5px);line-height:1em;}
/*--------------------LINKS--------------------*/
a {
color:{color:link};
text-decoration:none;
}
a, svg, .cl-text {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
a:hover {text-decoration:none;}
img {opacity:1;text-decoration:none;}
h1, h2, h3, h4, h5, h6 {
font-size:calc({select:font size} + 1px);
font-family:quicksand;
font-weight:normal;
text-transform: uppercase;
letter-spacing: 2px;
text-align:left;
}
.h1c {text-align:center;}
h1, h2, h3, h4, h5, h6, .h1c {color:{color:headings};}
/*-----------------CONT-----------------*/
#cont-h-1 {
position:absolute;
top:0;left:0;right:0;
margin:0 auto;
height:100vh;
text-align:center;
}
#cont-h-2 {
display:inline-block;
{block:Pagination}
margin-left:-{select:posts right gap};
{/block:Pagination}
}
#cont-h-2 > * {text-align:left}
/* sidebar */
#side-v-1 {
position:fixed;
top:0;margin-top:0px;
height:100vh;
width:{select:sidebar width};
display:table;
}
#side-v-2 {
display:table-cell;
vertical-align:middle;
}
.pepper {
width:inherit;
height:200px;
background-color:gray;
}
.xyz {
border-radius:3px;
overflow:hidden;
}
.sakana {
}
.s-head {
position:relative;
width:100%;
min-height:{select:sidebar icon size};
vertical-align:middle;
}
/* music tab */
.nebula {
position:absolute;
margin-top:8px;
margin-left:calc(-13px - (8px * 2));
padding:5px 0;
cursor:default;
}
.suns {
padding:8px;
background:{color:music tab bg};
border-radius:3px 0 0 3px;
line-height:1em;
display:flex;
}
.suns > * {
align-self:center;
-webkit-align-self:center;
}
.sonata {
}
.sonata svg {
width:13px;
height:13px;
color:{color:music tab text};
}
.m-txt {
padding-left:calc(8px + (8px / 2));
padding-right:calc(8px / 2);
display:flex;
}
.m-txt > * {
align-self:center;
-webkit-align-self:center;
}
.music-controls {
user-select:none;
-webkit-user-select:none;
width:10px;
font-size:10px;
cursor:pointer;
}
.playy, .pausee {color:{color:music tab text};} /* color of play & pause buttons */
.pausee {display:none;}
.m-name {
margin-left:6px;
font-family:quicksand;
font-size:9px;
letter-spacing:1px;
text-transform:uppercase;
color:{color:music tab text};
}
/* rest of the sidebar */
.avi {
position:relative;
display:block;
margin:calc((-{select:sidebar icon size} / 2) - {select:sidebar icon border}) auto auto auto;
width:{select:sidebar icon size};
height:{select:sidebar icon size};
background:{color:sidebar background};
border-radius:100%;
border:{select:sidebar icon border} solid {color:sidebar background};
}
.space {
margin-top:calc((-{select:sidebar icon size} / 2) - {select:sidebar icon border});
padding:calc(({select:sidebar icon size} / 2) + {select:sidebar icon border}) {select:desc padding} {select:desc padding};
background:{color:sidebar background};
}
.desc-tit {
margin-top:calc({select:desc padding} - {select:sidebar icon border} - 1px);
font-family:quicksand;
font-size:13px;
text-transform:uppercase;
letter-spacing:2px;
color:{color:sidebar title};
text-align:center;
}
.desc {
margin-top:calc({select:desc padding} - ({select:sidebar icon border} / 2) - ((1.8em - 1em) / 2));
margin-bottom:calc(((1.8em - 1em) / 2) * -1);
font-size:12px;
line-height:1.8em;
color:{color:desc text};
text-align:{select:desc text align};
}
.desc b, .desc strong {color:{color:desc bold};}
.desc i, .desc em {color:{color:desc italic};}
.navlinks {
margin-top:calc({select:desc padding} + 4px);
text-align:center;
cursor:pointer;
}
.navlinks a {
display:inline-block;
margin:0 -2px;
padding:0 8px;
}
.navlinks svg {
width:12px;height:12px;
color:{color:nav links};
stroke-width:2px;
}
/*-----------------CUSTOM LINKS-----------------*/
.valkyrie {
position:fixed;
top:0;margin-top:0px;
margin-left:calc({select:sidebar width} + {select:sidebar right gap});
width:{select:custom links width};
height:100vh;
display:table;
}
.vroom {
display:table-cell;
vertical-align:middle;
}
.custard {text-align:center;}
.cl {
margin:-2px auto;
padding:{select:custom links spacing} 0;
cursor:pointer;
}
.cl svg {
width:{select:custom links icon size};
height:{select:custom links icon size};
stroke-width:1px;
color:{color:custom links icon};
}
.cl-text {
position:absolute;
display:inline-block;
margin-top:calc((({select:custom links icon size} - 9px - (6px * 2)) / 2));
margin-left:calc((-{select:custom links width} / 2) - ({select:custom links icon size} / 2) - 3px);
width:{select:custom links width};
padding:6px 3px;
background:{color:background};
font-family:quicksand;
font-size:9px;
text-transform:uppercase;
letter-spacing:1.5px;
line-height:1em;
color:{color:custom links};
opacity:0;
{block:ifnotcustomlinksicon}
opacity:1;
{/block:ifnotcustomlinksicon}
}
.cl:hover .cl-text {
opacity:1;
}
/*--------------------POSTS--------------------*/
.postscont {
margin-top:{select:window margin};
margin-left:calc({select:sidebar width} + {select:sidebar right gap} + {select:custom links width} + {select:custom links right gap});
margin-bottom:{select:window margin};
{block:Pagination}
margin-right:calc({select:posts right gap} + {select:pagination arrow size});
{/block:Pagination}
}
.topkek {
margin-bottom:{select:post padding inner};
text-align:center;
}
.cake {
display:inline-block;
font-family:muli;
font-size:10px;
text-transform:uppercase;
letter-spacing:1.5px;
line-height:1em;
}
.cake, .cake a, .cake a:hover {color:{color:permalinks}!important;}
.posts ul li, .posts ol li {padding-left:7px;}
.t-frame {
list-style-type:none;
margin-bottom:1.6em;
{block:ifreblogseparators}
border-bottom:1px solid {color:post separators};
{/block:ifreblogseparators}
}
.t-frame:last-of-type {
margin-bottom:0px;
border-bottom:0px solid transparent;
}
.cap_photo {
margin-top:1.2em;
}
.cap_photo_taller {
margin-top:1.6em;
}
.tumblr_avatar {
display:inline-block;
vertical-align:middle;
width:20px;
height:20px;
margin-right:-3px;
border-radius:2px;
}
.gone, .gone:hover {
filter:brightness(0%)!important;
-webkit-filter:brightness(0%)!important;
}
.gone, .inactive {
color:{color:post username links};
cursor:not-allowed;
}
.deactivated {
padding-left:9px;
}
.deactivated:after {
content:'deactivated';
position:absolute;
padding-left:9px;
opacity:0;
transition:.4s ease-in-out;
}
.deactivated:hover:after {opacity:0.75;}
.userlinq {
padding-left:9px;
color:{color:post username links}!important;
}
.le-answerer a {
padding-left:9px;
color:{color:post username links}!important;
}
.posts {
overflow:hidden;
margin-bottom:{select:post spacing};
width:{select:post width};
padding:{select:post padding outer};
background-color:{color:post};
}
.posts a {color:{color:link};}
.posts a:hover {color:{color:link hover};}
.photos, .photos img {
position:relative;
overflow:hidden;
width:{select:post width};
{block:IndexPage}
{block:ifphotofade}
opacity:0.8;
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
{/block:ifphotofade}
{block:ifmonochromeposts}
-webkit-filter:grayscale(100%);
filter:grayscale(100%);
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
{/block:ifmonochromeposts}
{/block:IndexPage}
}
.posts:hover .photos {
opacity:1;
-webkit-filter:grayscale(0%);
filter:grayscale(0%);
}
.posts img {
{block:IndexPage}
{block:ifphotofade}
opacity:0.8;
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
{/block:ifphotofade}
{block:ifmonochromeposts}
-webkit-filter:grayscale(100%);
filter:grayscale(100%);
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
{/block:ifmonochromeposts}
{/block:IndexPage}
}
.posts:hover img {
opacity:1;
-webkit-filter:grayscale(0%);
filter:grayscale(0%);
}
.posts img, .posts li, .posts blockquote {max-width:100%;height:auto;}
.posts iframe {max-width:100%;}
/*--------------------PERMALINK--------------------*/
.permawrap {
margin-top:{select:post padding inner};
text-align:center;
}
.perma {
font-family:quicksand;
text-transform:uppercase;
letter-spacing:1px;
font-size:calc({select:font size} - 3px);
}
.perma a {
margin-right:12px;
}
.perma a, .perma a:hover {color:{color:permalinks}}
.perma a:last-child {margin-right:0px}
.tagsin {
margin-top:1.4em;
margin-right:-3px;
margin-bottom:-3px;
font-family:quicksand;
font-size:8px;
text-transform:uppercase;
letter-spacing:1.5px;
line-height:1.5em;
font-size:calc({select:font size} - 3.5px);
text-align:right;
}
.tagsin a {
display:inline-block;
margin:3px;
}
.vinegar {float:right;}
/* -- Like + Reblog buttons (1/2) -- */
/* -- mikedidthis from StackOverflow: //stackoverflow.com/users/2312574/mikedidthis -- */
/* -- and tutorial by shythemes: http://shythemes.tumblr.com/post/147903463743/custom-like-and-reblog-buttons -- */
/* -- and help from borntobewildcodes -- */
.controls {
margin-top:{select:post padding inner};
margin-bottom:-5px;
text-align:center;
}
.controls li {
position:relative;
display:inline-block;
margin:0 4px;
list-style-type:none;
}
.controls li:first-child {margin-left:0px;}
.controls li:last-child {margin-right:0px;}
/* both svg colors */
.controls svg {
width:{select:font size};
height:{select:font size};
color:{color:post buttons};
stroke-width:2px;
}
.controls .like .liked + svg {color:#ec5a5a;}
.controls .like .like_button {
position:absolute;
width:{select:font size};
height:{select:font size};
margin-top:2px;
}
.controls .like .like_button iframe {
position:absolute;
top:0;left:0;bottom:0;right:0;
width:100%;height:100%;
z-index:2;
opacity:0.0000001;
}
/*--------------------POST NOTES--------------------*/
ol.notes {
width:calc({select:post width} + ({select:post padding outer} * 2));
padding:0px;
margin-top:30px;
list-style-type:none;
}
ol.notes li.note {
padding:10px;
}
ol.notes li.note img.avatar {
vertical-align:-4px;
margin-right:10px;
width:16px;
height:16px;
}
ol.notes li.note span.action {
font-weight:none;
}
ol.notes li.note .answer_content {
font-weight:normal;
}
ol.notes li.note blockquote {
padding:4px 10px;
margin:10px 0px 0px 25px;
}
ol.notes li.note blockquote a {
text-decoration:none;
}
/*---------------------------LIGHTBOXES---------------------------*/
.vignette, #vignette {
opacity:0;
}
.lightbox-image, #tumblr_lightbox img {
z-index:99999999999999999999999999999 !important;
box-shadow:none !important;
border-radius:0px !important;
max-width:none;
padding:{select:photos spacing} !important;
background:{color:post} !important;
border:0px solid transparent !important;
}
.tmblr-lightbox, #tumblr_lightbox {
background-color:rgba({RGBcolor:post},0.78) !important;
z-index:99999999999999999999999999999 !important;
}
/*---------------------LINK POSTS---------------------*/
.l-link {
margin:{select:post padding inner} auto;
}
/*---------------------------QUOTES---------------------------*/
.lilia {
display:block;
margin:0 auto;
text-align:center;
height:20px;
}
.lilia svg {
width:20px;
height:20px;
color:{color:headings};
stroke-width:1.5px;
}
.quote {
margin-top:calc({select:post padding inner} - ((2.3em - 1em) / 2));
padding:0 {select:post padding inner};
font-family:Quicksand;
text-transform:uppercase;letter-spacing:1px;
font-size:calc({select:font size} + 1px);
color:{color:headings};
text-align:center;
line-height:2.3em;
}
.quotesource {
text-align:center;
margin-top:calc({select:post padding inner} - ((2.3em - 1em) / 2));
}
/*---------------------------CHATS---------------------------*/
.chat {
line-height:2em;
list-style:none;
color:{color:text};
border:1px solid {color:post separators};
}
.line {border-top:1px solid {color:post separators};}
.line.odd:first-of-type {border-top:0px solid transparent}
.line.odd, .line.even {
list-style:none;
padding:1em 1.4em;
}
.label.odd, .label.even {
padding-right:1px;
text-transform:uppercase;
color:{color:headings};
}
p.npf_chat { font-family:Courier; font-size:{select:font size}; }
/*---------------------------ASKS---------------------------*/
.question {
text-align:center;
margin-top:calc({select:post padding inner} - ((2.3em - 1em) / 2));
padding:0 {select:post padding inner};
}
.asker {
font-family:quicksand;
text-transform:uppercase;
font-size:calc({select:font size} - 2.5px);
letter-spacing:2px;
}
.asker asker, .asker a {
color:{color:headings};
}
.que {
margin-top:0.4em;
}
.answer {
margin:0px auto;
text-transform:none;
color:{color:text};
}
/*---------------------------AUDIO---------------------------*/
.audiowrapper {
position:relative;
display:inline;
height:0px;
}
.playerbutton {
position:absolute;
margin-top:18.5px;
margin-left:18.5px;
width:27px;
height:27px;
overflow:hidden;
border-radius:100%;
z-index:1;
}
.echo {display:flex}
.albumart {
width:64px;height:64px;
border-radius:3px;
align-self:baseline;
-webkit-align-self:baseline;
}
.trackdetails {
margin-left:1.2em;
line-height:1.7em;
width:100%;
}
.trackdetails table {
margin:0px -4px;
border-spacing:4px 0px;
}
.trackdetails td{
vertical-align:top;
}
.trackdetails td:first-child, .npf-audio-details > * {
font-family:quicksand;
text-transform:uppercase;
font-size:calc({select:font size} - 2px);
letter-spacing:0.5px;
color:{color:headings};
}
/*---------------------------VIDEO---------------------------*/
.tumblr_video_container {
width:{select:post width}!important;
height:auto!important;
max-height:540px!important;
overflow:hidden!important;
{block:IndexPage}
{block:ifphotofade}
opacity:0.8;
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
{/block:ifphotofade}
{block:ifmonochromeposts}
-webkit-filter:grayscale(100%);
filter:grayscale(100%);
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
{/block:ifmonochromeposts}
{/block:IndexPage}
}
.posts:hover .tumblr_video_container {
opacity:1;
-webkit-filter:grayscale(0%);
filter:grayscale(0%);
}
video {
max-width:100%;
height:auto!important;
outline:none;
}
/*-------------------PAGI-------------------*/
.righteth {
position:fixed;
top:0;margin-top:0px;
margin-left:calc({select:sidebar width} + {select:sidebar right gap} + {select:custom links width} + {select:custom links right gap} + {select:post width} + ({select:post padding outer} * 2) + ({select:post padding inner} * 2) + {select:posts right gap});
height:100vh;
display:table;
}
.rpm {
display:table-cell;
vertical-align:middle;
}
.pagi {
padding:{select:pagination arrow spacing} 0;
text-align:center;
}
.pagi:first-child {padding-top:0px}
.pagi:last-child {padding-bottom:0px}
.pagi svg {
width:{select:pagination arrow size};
height:{select:pagination arrow size};
color:{color:pagination arrows};
}
img[src*="66.media.tumblr.com/1cce175ee856a32ab7880048bd5fbb83/tumblr_opicvbjC5B1taarzno1_r2_400.gif"]{
filter:brightness(114%);
}
img[src*="static.tumblr.com/e958155926c442b81e4b1fd153af8b8a/2pnwama/6qspq1fn0/tumblr_static_52z0xb38my88ok84ccwg0cccs.png"]{
filter:brightness(103%) grayscale(100%) contrast(101%);
}
</style>
</head>
<body>
<div id="plus-s"><i data-feather="plus"></i></div>
<!---- main shit ---->
<div id="cont-h-1">
<div id="cont-h-2">
<div id="side-v-1">
<div id="side-v-2">
<div class="sakana xyz">
{block:ifshowmusicplayer}
<div class="nebula">
<div class="lunar">
<div class="suns">
<div class="sonata"><i data-feather="headphones"></i></div>
<div class="m-txt">
<div class="music-controls">
<div class="playy">▶</div>
<div class="pausee">❚❚</div>
</div><!--music-controls-->
<div class="m-name">{text:music name}</div>
</div>
</div><!--suns-->
</div><!--lunar-->
</div><!--nebula-->
{/block:ifshowmusicplayer}
<audio id="tune" src="{text:music file URL}" type="audio"></audio>
<img class="s-head" src="{image:sidebar image}">
<img class="avi" src="{image:sidebar icon}">
<div class="space">
<div class="desc-tit">
{block:ifsidebartitle}{text:sidebar title}{/block:ifsidebartitle}
{block:ifnotsidebartitle}{Title}{/block:ifnotsidebartitle}
</div><!--desc-tit-->
{block:ifdescription}
<div class="desc">{text:description}</div>
{/block:ifdescription}
{block:ifnotdescription}
{block:Description}
<div class="desc">{Description}</div>
{/block:Description}
{/block:ifnotdescription}
<div class="navlinks">
<a href="/" title="home"><i data-feather="home"></i></a>
<a href="/ask" title="ask"><i data-feather="mail"></i></a>
<a href="/archive" title="archive"><i data-feather="grid"></i></a>
<a href="/submit" title="submit"><i data-feather="gift"></i></a>
<!--please do not remove the credit! thank you *o*-->
<a href="//glenthemes.tumblr.com" title="theme by glenthemes"><i data-feather="code"></i></a>
</div><!--navlinks-->
</div><!--space-->
</div><!--sakana-->
</div><!--side-v-2-->
</div><!--side-v-1-->
<div class="valkyrie">
<div class="vroom">
<div class="custard">
{block:ifLink1}
<div class="cl">
<a href="{text:Link 1 URL}">
<i data-feather="{text:custom links icon}"></i>
<div class="cl-text">{text:Link 1}</div>
</a></div><!--cl-->
{/block:ifLink1}
{block:ifLink2}
<div class="cl">
<a href="{text:Link 2 URL}">
<i data-feather="{text:custom links icon}"></i>
<div class="cl-text">{text:Link 2}</div>
</a></div><!--cl-->
{/block:ifLink2}
{block:ifLink3}
<div class="cl">
<a href="{text:Link 3 URL}">
<i data-feather="{text:custom links icon}"></i>
<div class="cl-text">{text:Link 3}</div>
</a></div><!--cl-->
{/block:ifLink3}
{block:ifLink4}
<div class="cl">
<a href="{text:Link 4 URL}">
<i data-feather="{text:custom links icon}"></i>
<div class="cl-text">{text:Link 4}</div>
</a></div><!--cl-->
{/block:ifLink4}
{block:ifLink5}
<div class="cl">
<a href="{text:Link 5 URL}">
<i data-feather="{text:custom links icon}"></i>
<div class="cl-text">{text:Link 5}</div>
</a></div><!--cl-->
{/block:ifLink5}
{block:ifLink6}
<div class="cl">
<a href="{text:Link 6 URL}">
<i data-feather="{text:custom links icon}"></i>
<div class="cl-text">{text:Link 6}</div>
</a></div><!--cl-->
{/block:ifLink6}
</div><!--custard-->
</div><!--vroom-->
</div><!--valkyrie-->
<div class="postscont">
{block:Posts inlineMediaWidth="1280" inlineNestedMediaWidth="1280"}
<div class="posts" id="{PostID}" post-type="{PostType}">
{block:Date}
<div class="topkek">
<div class="cake">
{block:IndexPage}
<a title="{NoteCountWithLabel}" href="{Permalink}">{ShortMonth} {DayOfMonth}, {Year}</a>
{/block:IndexPage}
{block:PermalinkPage}
<a>{ShortMonth} {DayOfMonth}, {Year}</a>
{/block:PermalinkPage}
</div><!--cake-->
</div><!--topkek-->
{/block:Date}
<!-------TEXT POSTS------->
{block:Text}
{block:Title}<h1 class="h1c">{Title}</h1>{/block:Title}
<!--自分のポスト-->
{block:NotReblog}
<div class="tumblr_parent">
<div>{Body}</div>
</div><!--tumblr_parent-->
{/block:NotReblog}
<!--他人のポスト-->
{block:RebloggedFrom}
{block:Reblogs}
<li class="t-frame">
<div class="tumblr_parent">
{block:IsActive}
<img src="{PortraitURL-64}" class="tumblr_avatar">
<a class="userlinq" href="{Permalink}">{Username}</a>
{/block:IsActive}
{block:IsDeactivated}
<img src="{PortraitURL-64}" class="tumblr_avatar gone">
<span class="inactive deactivated">{Username}</span>
{/block:IsDeactivated}
<div>{Body}</div>
</div><!--tumblr_parent-->
</li><!--t-frame-->
{/block:Reblogs}
{/block:RebloggedFrom}
{/block:Text}
<!-------PHOTO [SINGULAR] POSTS------->
{block:Photo}
<div class="photos">
{LinkOpenTag}<a href="#" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"></a>{LinkCloseTag}
</div><!--photos-->
<!--自分のポスト-->
{block:NotReblog}
{block:Caption}
<div class="tumblr_parent cap_photo">
<div>{Caption}</div>
</div><!--tumblr_parent-->
{/block:Caption}
{/block:NotReblog}
<!--他人のポスト-->
{block:RebloggedFrom}
{block:Reblogs}
{block:Caption}
<li class="t-frame">
<div class="tumblr_parent cap_photo">
{block:IsActive}
<img src="{PortraitURL-64}" class="tumblr_avatar">
<a class="userlinq" href="{Permalink}">{Username}</a>
{/block:IsActive}
{block:IsDeactivated}
<img src="{PortraitURL-64}" class="tumblr_avatar gone">
<span class="inactive deactivated">{Username}</span>
{/block:IsDeactivated}
<div>{Body}</div>
</div><!--tumblr_parent-->
</li><!--t-frame-->
{/block:Caption}
{/block:Reblogs}
{/block:RebloggedFrom}
{/block:Photo}
<!-------PHOTOSET POSTS------->
{block:Photoset}
<div class="photos">
<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><!--photos-->
<!--自分のポスト-->
{block:NotReblog}
{block:Caption}
<div class="tumblr_parent cap_photo_taller">
<div>{Caption}</div>
</div><!--tumblr_parent-->
{/block:Caption}
{/block:NotReblog}
<!--他人のポスト-->
{block:RebloggedFrom}
{block:Reblogs}
{block:Caption}
<li class="t-frame">
<div class="tumblr_parent cap_photo_taller">
{block:IsActive}
<img src="{PortraitURL-64}" class="tumblr_avatar">
<a class="userlinq" href="{Permalink}">{Username}</a>
{/block:IsActive}
{block:IsDeactivated}
<img src="{PortraitURL-64}" class="tumblr_avatar gone">
<span class="inactive deactivated">{Username}</span>
{/block:IsDeactivated}
<div>{Body}</div>
</div><!--tumblr_parent-->
</li><!--t-frame-->
{/block:Caption}
{/block:Reblogs}
{/block:RebloggedFrom}
{/block:Photoset}
<!-------QUOTE POSTS------->
{block:Quote}
<div class="lilia"><i data-feather="message-square"></i></div>
<div class="quote">{Quote}</div>
{block:Source}<div class="quotesource"> — {Source}</div>{/block:Source}
{/block:Quote}
<!-------LINK POSTS------->
{block:Link}
<div class="lilia"><i data-feather="link"></i></div>
<div class="l-link">
<a href="{URL}" {Target}><h1 class="h1c">{Name} »</h1></a>
<!--自分のポスト-->
{block:NotReblog}
{block:Description}
<div class="tumblr_parent">
<div>{Description}</div>
</div><!--tumblr_parent-->
{/block:Description}
{/block:NotReblog}
</div><!--l-link-->
<!--他人のポスト-->
{block:RebloggedFrom}
{block:Reblogs}
{block:Description}
<li class="t-frame">
<div class="tumblr_parent">
{block:IsActive}
<img src="{PortraitURL-64}" class="tumblr_avatar">
<a class="userlinq" href="{Permalink}">{Username}</a>
{/block:IsActive}
{block:IsDeactivated}
<img src="{PortraitURL-64}" class="tumblr_avatar gone">
<span class="inactive deactivated">{Username}</span>
{/block:IsDeactivated}
<div>{Body}</div>
</div><!--tumblr_parent-->
</li><!--t-frame-->
{/block:Description}
{/block:Reblogs}
{/block:RebloggedFrom}
{/block:Link}
<!-------CHAT POSTS------->
{block:Chat}
{block:Title}<h1 class="h1c">{Title}</h1>{/block:Title}
<div class="chat">
{block:Lines} <li class="line {Alt}"> {block:Label} <span class="label {Alt}"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}
</div><!--chat-->
{/block:Chat}
<!-------AUDIO POSTS------->
{block:Audio}
{block:AudioPlayer}
<div class="audiowrapper">
<div class="playerbutton">{AudioPlayer}</div>
<div class="echo">
{block:AlbumArt}<img class="albumart" src="{AlbumArtURL}">{/block:AlbumArt}
<div class="trackdetails">
<table>
<tr>
<td>Track:</td>
<td>{block:TrackName}{TrackName}{/block:TrackName}</td>
</tr>
<tr>
<td>Artist:</td>
<td>{block:Artist}{Artist}{/block:Artist}</td>
</tr>
<tr>
<td>Plays:</td>
<td>{FormattedPlayCount}</td>
</tr>
</table>
</div><!--trackdetails-->
</div><!--echo-->
</div><!--audiowrapper-->
{/block:AudioPlayer}
<!--自分のポスト-->
{block:NotReblog}
{block:Caption}
<div class="tumblr_parent cap_photo_taller">
<div>{Caption}</div>
</div><!--tumblr_parent-->
{/block:Caption}
{/block:NotReblog}
<!--他人のポスト-->
{block:RebloggedFrom}
{block:Reblogs}
{block:Caption}
<li class="t-frame">
<div class="tumblr_parent cap_photo_taller">
{block:IsActive}
<img src="{PortraitURL-64}" class="tumblr_avatar">
<a class="userlinq" href="{Permalink}">{Username}</a>
{/block:IsActive}
{block:IsDeactivated}
<img src="{PortraitURL-64}" class="tumblr_avatar gone">
<span class="inactive deactivated">{Username}</span>
{/block:IsDeactivated}
<div>{Body}</div>
</div><!--tumblr_parent-->
</li><!--t-frame-->
{/block:Caption}
{/block:Reblogs}
{/block:RebloggedFrom}
{/block:Audio}
<!-------VIDEO POSTS------->
{block:Video}
<div class="video">{Video-500}</div>
<!--自分のポスト-->
{block:NotReblog}
{block:Caption}
<div class="tumblr_parent cap_photo_taller">
<div>{Caption}</div>
</div><!--tumblr_parent-->
{/block:Caption}
{/block:NotReblog}
<!--他人のポスト-->
{block:RebloggedFrom}
{block:Reblogs}
{block:Caption}
<li class="t-frame">
<div class="tumblr_parent cap_photo_taller">
{block:IsActive}
<img src="{PortraitURL-64}" class="tumblr_avatar">
<a class="userlinq" href="{Permalink}">{Username}</a>
{/block:IsActive}
{block:IsDeactivated}
<img src="{PortraitURL-64}" class="tumblr_avatar gone">
<span class="inactive deactivated">{Username}</span>
{/block:IsDeactivated}
<div>{Body}</div>
</div><!--tumblr_parent-->
</li><!--t-frame-->
{/block:Caption}
{/block:Reblogs}
{/block:RebloggedFrom}
{/block:Video}
<!-------ANSWER POSTS------->
{block:Answer}
<div class="lilia"><i data-feather="help-circle"></i></div>
<div class="question">
<div class="asker"><asker>{Asker}</asker> asked:</div>
<div class="que">{Question}</div>
</div><!--question-->
{block:NotReblog}
<div class="tumblr_parent">
<div>{Answer}</div>
</div><!--tumblr_parent-->
{/block:NotReblog}
{block:RebloggedFrom}
<li class="t-frame">
<div class="tumblr_parent cap_photo_taller">
{block:Answerer}
<div class="le-answerer">
<img src="{AnswererPortraitURL-64}" class="tumblr_avatar">
{Answerer}
</div><!--le-answerer-->
{/block:Answerer}
<div>{Answer}</div>
</div><!--tumblr_parent-->
</li><!--t-frame-->
{block:Reblogs}
<li class="t-frame">
<div class="tumblr_parent">
{block:IsActive}
<img src="{PortraitURL-64}" class="tumblr_avatar">
<a class="userlinq" href="{Permalink}">{Username}</a>
{/block:IsActive}
{block:IsDeactivated}
<img src="{PortraitURL-64}" class="tumblr_avatar gone">
<span class="inactive deactivated">{Username}</span>
{/block:IsDeactivated}
<div>{Body}</div>
</div><!--tumblr_parent-->
{/block:Reblogs}
</li><!--t-frame-->
{/block:RebloggedFrom}
{/block:Answer}
<!----tags---->
{block:Date}
{block:HasTags}
<div class="tagsin">
{block:Tags}
<a href="{TagURL}">#{Tag}</a>
{/block:Tags}
</div><!--tagsin-->
{/block:HasTags}
{/block:Date}
<!----POST CONTROLS---->
{Block:IndexPage}
{block:Date}
<div class="controls">
<li class="like"><a title="like this post?">{LikeButton}
<i data-feather="heart"></i>
</a></li>
<li><a href="{ReblogURL}" target="_blank" title="reblog"><i data-feather="refresh-cw"></i></a></li>
</div><!--controls-->
{/block:IndexPage}
{/block:Date}
{/block:IndexPage}
<!-----------PERMA ON PERMAPAGE----------->
{block:PermalinkPage}
{block:Date}
<div class="permawrap">
<div class="perma">
<a>{DayOfWeek}</a>
<a>{24HourWithZero}:{Minutes}</a>
<a>{NoteCountWithLabel}</a>
{block:RebloggedFrom}
<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
{block:ContentSource}
<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
{/block:ContentSource}
{/block:RebloggedFrom}
</div><!--perma-->
</div><!--permawrap-->
{block:Date}
{block:PermalinkPage}
</div><!--posts-->
{block:PostNotes}
{PostNotes}
{/block:PostNotes}
{/block:Posts}
</div><!--postscont-->
<!-----------PAGINATION----------->
{block:Pagination}
<div class="righteth">
<div class="rpm">
<div class="pagi">
{block:PreviousPage}<a title="previous page" href="{PreviousPage}"><i data-feather="chevron-left"></i></a>{/block:PreviousPage}
</div><!--pagi-->
<div class="pagi">
{block:NextPage}<a title="next page" href="{NextPage}"><i data-feather="chevron-right"></i></a>{/block:NextPage}
</div><!--pagi-->
</div><!--rpm-->
</div><!--righteth-->
{/block:Pagination}
</div><!--cont-h-2-->
</div><!--cont-h-1-->
<script>feather.replace()</script>
</body>
</html>