themes/06-Determination

1904 lines
52 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-----------------------------------------------------------------------
Theme [06]: Determination
Made by glenthemes
Initial release: 2015/08/29
Remake date: 2019/02/05
Last updated: 2023/07/27
What's new:
✱ NPF audio post support
✱ improved NPF post types detection
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 integrate my codes together.
I worked on this for 20 hours straight on no sleep nor caffeine so if you wanna support this dumb bitch then feel free to drop me a donation
ko-fi.com/glenthemes
--- Credits:
Images:
- sidebar animation: Waterstride-Sunrise @ DeviantArt
- corner image: @pixelins
Fonts:
- 'PixelOperator Bold' by Jayvee Enaguas @ dafont
- 'Silkscreen' by Jason Aleksandr Kottke @ dafont
Icon font:
- LinearIcons by Perxis
Music:
- NieR: Automata OST - Peaceful Sleep (music box)
Inspiration:
- Undertale UI and old Windows OS UI
------------------------------------------------------------------------>
<!DOCTYPE html>
<html lang="en">
<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:50,
tip_fade_speed:0,
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:post box shadow} !important; padding:5px 10px 5px 0px !important} .play-pause{color:{color:post} !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="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.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 src="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
<link href="//fonts.googleapis.com/css?family={select:body font family}" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Domine" rel="stylesheet">
<link rel="stylesheet" href="//static.tumblr.com/2pnwama/IUZoyg6qw/specialfonts.css">
<script src="//static.tumblr.com/snld4jp/rTori7q11/gtresizing.js"></script>
<link rel="stylesheet" href="//cdn.linearicons.com/free/1.0.0/icon-font.min.css">
<script src="//glen-themes.gitlab.io/thms/06/lukewarm-spaghetti.js"></script>
<!--------------------------------------------->
<script>
$(document).ready(function(){
var mapelle = '{text:music name}';
var char = 24;
if (mapelle.length > char) {
$(".ensou").html('<marquee scrollamount="' + '4' + '">' + mapelle + '</marquee>');
}
});
$(document).ready(function(){
var june = '{text:description title}';
var kar = 22;
if (june.length > kar) {
$(".ttb").html('<marquee scrollamount="' + '3' + '">' + june + '</marquee>');
}
});
</script>
<!--
NPF images fix v3.0 by @glenthemes [2021]
💌 git.io/JRBt7
--->
<script src="//npf-images-v3.github.io/script.js"></script>
<link rel="stylesheet" href="//npf-images-v3.github.io/recon.css">
<style tmblr-npf>
:root {
--NPF-Caption-Spacing:1em;
--NPF-Image-Spacing:{select:photos spacing};
--Sidebar-Image-Width:{select:sidebar image width};
--Sidebar-Width:{select:sidebar total width};
}
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>
<link rel="stylesheet" media="screen" href="//assets.tumblr.com/client/prod/standalone/blog-network-npf/index.build.css">
<script>
$(document).ready(function(){
$(".has-npf h1:first").each(function(){
if($(this).parent().is(".pcontent")){
if($(this).parent().prev().is(".npf_inst")){
var lol = $(this).parent().prev();
lol.insertAfter($(this))
}
}
});
});//end ready
</script>
<script>
// minimal soundcloud player @ shythemes.tumblr
// shythemes.tumblr.com/post/114792480648
$(document).ready(function(){
var soundcloud_btn = '{color:Link}';
$('.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: {color:post};
--Poll-Option-Corner-Rounding: 0px;
--Poll-Option-Border-Size: 1px;
--Poll-Option-Border-Color: {color:post borders};
--Poll-Option-Padding: 8px;
--Poll-Option-Font-Size: {select:font size};
--Poll-Option-Spacing: 10px;
--Poll-Option-Text-Color: {color:text};
--Poll-Option-HOVER-Border-Color: {color:post borders};
--Poll-Option-HOVER-Background-Color: {color:post};
--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: {select:font size};
--NPF-Audio-Buttons-Color: {color:post};
--NPF-Audio-Buttons-Padding: 10px;
--NPF-Audio-Buttons-Spacing: calc((var(--NPF-Audio-Buttons-Padding) * 2) + 14px);
--NPF-Audio-Image-Spacing: 0.9rem;
}
.npf-audio-background {
margin-left:calc(15px + var(--NPF-Audio-Buttons-Padding));
}
.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:post box shadow};
border-radius:100%;
z-index:-1;
}
.npf-audio-play svg { margin-left:1px; }
.npf-audio-pause svg { margin-left:0; }
.npf-audio-title-label,
.npf-audio-artist-label,
.npf-audio-album-label {
color:{color:bold};
text-transform:uppercase;
}
figcaption.audio-caption,
figcaption.audio-caption ~ audio[controls],
figcaption.audio-caption img, .npf-audio-image {
display:none;
}
</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:background image" content="//static.tumblr.com/d40eae727a79de74c5b3c4cb5c8e9fd5/2pnwama/mW8pmgswh/tumblr_static_2ddnvvrhh78k4ogc880kokg8c.png"/>
<meta name="image:sidebar image" content="//static.tumblr.com/2ea4a1fad481c84fc2ea8d9ef2ac743d/2pnwama/m4Lpmgsh7/tumblr_static_8mbbntkkf7k00swwcgccososw.gif"/>
<meta name="image:corner image" content="//static.tumblr.com/fd8db8d5cb0f9311af276d4fb6b9fff9/2pnwama/uB6pmgsol/tumblr_static_6rad1tctxs84w4w48444ookws.gif"/>
<!--------------------COLORS-------------------->
<meta name="color:background" content="#fefefe"/>
<meta name="color:sidebar nav heart" content="#ec5a5a">
<meta name="color:sidebar nav links" content="#f8a096">
<meta name="color:description box borders" content="#f3d7d7"/>
<meta name="color:description box shadow" content="#f6e3e3"/>
<meta name="color:description background" content="#fefefe"/>
<meta name="color:desc title" content="#ec5a5a"/>
<meta name="color:desc text" content="#888"/>
<meta name="color:desc bold" content="#ffb3b3"/>
<meta name="color:desc italic" content="#f0bfb6"/>
<meta name="color:desc link" content="#fb897e"/>
<meta name="color:custom links background" content="#fefefe"/>
<meta name="color:custom links border" content="#f3d7d7"/>
<meta name="color:custom links box shadow" content="#f6e3e3"/>
<meta name="color:custom links" content="#e8abab"/>
<meta name="color:custom links hover" content="#fff"/>
<meta name="color:custom links background hover" content="#fca097"/>
<meta name="color:custom links border hover" content="#fca097"/>
<meta name="color:music player button" content="#eec9c9"/>
<meta name="color:music player background" content="#fefefe"/>
<meta name="color:music player border" content="#f3d7d7"/>
<meta name="color:music player box shadow" content="#f6e3e3"/>
<meta name="color:music player text" content="#e8abab"/>
<meta name="color:post" content="#fff"/>
<meta name="color:post borders" content="#f3d7d7"/>
<meta name="color:post box shadow" content="#f6e3e3"/>
<meta name="color:post top bar permalink" content="#e8abab"/>
<meta name="color:post top bar permalink hover" content="#f8a096"/>
<meta name="color:text" content="#999"/>
<meta name="color:bold" content="#666">
<meta name="color:Italic" content="#f0bfb6">
<meta name="color:Link" content="#f8a096">
<meta name="color:Link Hover" content="#ec5a5a">
<meta name="color:blockquote" content="#f3d7d7"/>
<meta name="color:permalink" content="#e8abab">
<meta name="color:tags" content="#e8abab">
<meta name="color:tags hover" content="#ec5a5a">
<meta name="color:scrollbar thumb" content="#ffb3b3"/>
<meta name="color:scrollbar track" content="#eee"/>
<meta name="color:scrollbar background" content="#fefefe"/>
<meta name="color:highlight" content="#fff"/>
<meta name="color:highlighted text" content="#f8a096"/>
<!-----------------DROPDOWN OPTS----------------->
<meta name="select:body font family" title="Muli" content="Muli"/>
<meta name="select:body font family" title="Karla" content="Karla"/>
<meta name="select:body font family" title="Lato" content="Lato"/>
<meta name="select:body font family" title="Open Sans" content="Open Sans"/>
<meta name="select:body font family" title="Quicksand" content="Quicksand"/>
<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="400px" content="400px">
<meta name="select:post width" title="300px" content="300px">
<meta name="select:post width" title="350px" content="375px">
<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" title="25px" content="25px">
<meta name="select:post padding" title="10px" content="10px">
<meta name="select:post padding" title="15px" content="15px">
<meta name="select:post padding" title="20px" content="20px">
<meta name="select:post padding" title="30px" content="30px">
<meta name="select:photos spacing" title="10px" content="10px">
<meta name="select:photos spacing" title="0px" content="0px">
<meta name="select:photos spacing" title="2px" content="2px">
<meta name="select:photos spacing" title="4px" content="4px">
<meta name="select:photos spacing" title="6px" content="6px">
<meta name="select:photos spacing" title="8px" content="8px">
<meta name="select:permalink padding" title="10px" content="10px">
<meta name="select:permalink padding" title="15px" content="15px">
<meta name="select:permalink padding" title="20px" content="20px">
<meta name="select:permalink padding" title="25px" content="25px">
<meta name="select:permalink padding" title="30px" content="30px">
<meta name="select:post spacing" title="45px" content="45px">
<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="50px" content="50px">
<meta name="select:post spacing" title="55px" content="55px">
<meta name="select:post spacing" title="60px" content="60px">
<meta name="select:side gaps" title="80px" content="80px">
<meta name="select:side gaps" title="30px" content="30px">
<meta name="select:side gaps" title="40px" content="40px">
<meta name="select:side gaps" title="50px" content="50px">
<meta name="select:side gaps" title="60px" content="60px">
<meta name="select:side gaps" title="70px" content="70px">
<meta name="select:side gaps" title="90px" content="90px">
<meta name="select:side gaps" title="100px" content="100px">
<meta name="select:side gaps" title="110px" content="110px">
<meta name="select:side gaps" title="120px" content="120px">
<meta name="select:side gaps" title="130px" content="130px">
<meta name="select:top gap" title="60px" content="60px">
<meta name="select:top gap" title="30px" content="30px">
<meta name="select:top gap" title="40px" content="40px">
<meta name="select:top gap" title="50px" content="50px">
<meta name="select:top gap" title="80px" content="80px">
<meta name="select:top gap" title="70px" content="70px">
<meta name="select:top gap" title="90px" content="90px">
<meta name="select:top gap" title="100px" content="100px">
<meta name="select:description text align" title="center" content="center"/>
<meta name="select:description text align" title="left" content="left"/>
<meta name="select:description text align" title="justify" content="justify"/>
<meta name="select:description text align" title="right" content="right"/>
<meta name="select:sidebar image width" title="100px" content="100px">
<meta name="select:sidebar image width" title="75px" content="75px">
<meta name="select:sidebar image width" title="125px" content="125px">
<meta name="select:sidebar image width" title="150px" content="150px">
<meta name="select:sidebar image width" title="175px" content="175px">
<meta name="select:sidebar image width" title="200px" content="200px">
<meta name="select:sidebar total width" title="225px" content="225px">
<meta name="select:sidebar total width" title="175px" content="175px">
<meta name="select:sidebar total width" title="200px" content="200px">
<meta name="select:sidebar total width" title="250px" content="250px">
<meta name="select:sidebar total width" title="275px" content="275px">
<meta name="select:sidebar total width" title="300px" content="300px">
<meta name="select:sidebar total width" title="325px" content="325px">
<meta name="select:sidebar total width" title="350px" content="350px">
<meta name="select:sidebar total width" title="375px" content="375px">
<meta name="select:sidebar total width" title="400px" content="400px">
<meta name="select:sidebar total width" title="425px" content="425px">
<meta name="select:sidebar total width" title="450px" content="450px">
<meta name="select:corner image width" title="120px" content="120px">
<meta name="select:corner image width" title="80px" content="80px">
<meta name="select:corner image width" title="160px" content="160px">
<meta name="select:corner image width" title="200px" content="200px">
<meta name="select:corner image width" title="240px" content="240px">
<meta name="select:corner image width" title="280px" content="280px">
<meta name="select:corner image width" title="320px" content="320px">
<meta name="select:corner image width" title="360px" content="360px">
<meta name="select:corner image from bottom" title="60px" content="60px">
<meta name="select:corner image from bottom" title="0px" content="0px">
<meta name="select:corner image from bottom" title="20px" content="20px">
<meta name="select:corner image from bottom" title="40px" content="40px">
<meta name="select:corner image from bottom" title="80px" content="80px">
<meta name="select:corner image from bottom" title="100px" content="100px">
<!-----------------TOGGLE OPTS----------------->
<meta name="if:photo fade" content="0" />
<meta name="if:monochrome posts" content="0" />
<meta name="if:hide music player" content="0" />
<meta name="if:dark tumblr controls" content="0" />
<!--------------------TITLES-------------------->
<meta name="text:how to link music" content="linktr.ee/direct_file_links">
<meta name="text:music name" content="Peaceful Sleep">
<meta name="text:music file URL" content="https://rhizo.gitlab.io/nier/Peaceful_Sleep__Music_Box_.mp3">
<meta name="text:description title" content="C:\ welcome!">
<meta name="text:Link 1" content="Sample link 1">
<meta name="text:Link 1 URL" content="/">
<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">
@font-face { font-family: "pixeloperator bold"; src: url('//glen-assets.github.io/fonts/PixelOperator-Bold.ttf'); }
@font-face { font-family: "silkscreen"; src: url('//glen-assets.github.io/fonts/silkscreen.ttf'); }
@font-face { font-family: "quicksand regular"; src: url('//glen-assets.github.io/fonts/Quicksand Regular.ttf'); }
@font-face { font-family: "consolas-alt"; src: url('//glen-assets.github.io/fonts/consolas.TTF'); }
/*--------------------TOOLTIPS--------------------*/
#s-m-t-tooltip {
padding: 4px 9px;
margin: 20px;
background-color:{color:post}; /* tooltip background color */
border:1px solid {color:post borders}; /* tooltip border color */
box-shadow:4px 4px {color:post box shadow};
font-family:silkscreen;
font-size:9px;
letter-spacing:-1px;
color: {color:text};
max-width: calc({select:post width} * 1.25);
}
/*--------------------TUMBLR CONTROLS--------------------*/
iframe#tumblr_controls, .iframe-controls--desktop {
top:5px!important;
right:5px!important;
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);
transform-origin:100% 0;
z-index:999999!important;
}
/*--------------------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} url({image:background image});
background-attachment:fixed;
background-repeat:repeat;
color:{color:text};
cursor:normal;
font-family:{select:body font family};
line-height:1.6em;
font-size:{select:font size};
text-align:left;
overflow-x:hidden;
}
blockquote {
padding-left:10px;
margin-left:5px;
border-left:1px solid;
border-color:{color:blockquote};
margin:10px;
}
b, strong {font-weight:bold;color: {color:Bold};}
.non a, a.non {
padding-bottom:0px!important;
border-bottom:0px solid transparent!important;
}
.nonn a {
border-bottom:0px solid transparent!important;
}
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;
cursor:normal;
text-decoration:none;
-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 {
font-size:calc({select:font size} + 1px);
font-family:quicksand regular;
text-transform: uppercase;
letter-spacing: 2px;
color:{color:text};
text-align:center;
}
h1:first-child {margin-top:0px}
.pp p:first-child {margin-top:0px;}
/*-----------------CONT-----------------*/
#container {
position:absolute;
margin:0 auto;
margin-top:{select:top gap};
margin-bottom:{select:top gap};
top:0;left:0;right:0;
width:calc(var(--Sidebar-Width) + {select:side gaps} + {select:post width} + ({select:post padding} * 2) + (({select:post width} + ({select:post padding} * 2)) * 0.025) + {select:side gaps} + {select:corner image width});
}
#nudge {
margin-left:calc(var(--Sidebar-Width) + {select:side gaps});
}
#c0rner {
position:fixed;
margin-left:calc((var(--Sidebar-Width) + {select:side gaps} + {select:post width} + ({select:post padding} * 2) + (({select:post width} + ({select:post padding} * 2)) * 0.025)) + {select:side gaps});
bottom:0;margin-bottom:{select:corner image from bottom};
width:{select:corner image width};
height:auto;
}
/*-----------------SIDEBAR-----------------*/
#galaxy {
position:fixed;
margin-top:0px;
margin-left:0px;
/* total post width + gap between posts and sb */
width:var(--Sidebar-Width);
}
.mushroom {display:flex;}
.mushroom > * {
align-self:center;
-webkit-align-self:center;
}
.yeacon {
width:var(--Sidebar-Image-Width);
}
.yeaboi {
display:block;
margin:auto;
max-width:100%;
}
.salmon {
display:flex;
margin-left:20px;
padding-bottom:10px;
}
.salmon:last-of-type {padding-bottom:0px}
.kokoro {
width:16px;
height:16px;
opacity:0;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
}
.salmon:first-child .kokoro {opacity:1}
.salmon:hover .kokoro {
opacity:1;
}
.salmonwrap:hover .salmon:first-child .kokoro {opacity:0}
.salmonwrap:hover .salmon:first-child:hover .kokoro {opacity:1}
.daydreamer .kokoro {opacity:1}
.raw {display:flex;}
.gt-fill {
background:{color:sidebar nav heart};
height:1px;
}
.f2 {width:2px;}
.f4 {width:4px;}
.f5 {width:5px;}
.f7 {width:7px;}
.f8 {width:8px;}
.f12 {width:12px;}
.f16 {width:16px;height:6px;}
.gtwo {height:2px;}
.cue, .custard {
margin-top:-2px;
font-family:pixeloperator bold;
text-transform:uppercase;
color:{color:sidebar nav links};
}
.cue {
margin-left:10px;
font-size:19px;
}
.custard {
margin-left:10px;
font-size:13px;
letter-spacing:0.3px;
}
.bigboyy {
margin-top:20px;
width:inherit;
background-color:{color:description background};
box-shadow:6px 6px {color:description box shadow};
}
.heyboy {
border:1px solid {color:description box borders};
padding:5px 5px 0px 5px;
}
.winboy {
border:1px solid {color:description box borders};
padding:5px;
overflow:auto;
margin-bottom:5px;
}
.change {margin-bottom:0px!important}
.titboy {
float:left;
margin-top:2.5px;
width:calc(100% - 50px);
font-family:silkscreen;
font-size:9px;
color:{color:desc title};
line-height:1em;
max-height:1em;
overflow:hidden;
}
.winny {
position:absolute;
white-space:nowrap;
}
.velvet .titboy {
width:auto;
letter-spacing:-0.5px;
color:{color:post top bar permalink};
}
.velvet .titboy:hover {color:{color:post top bar permalink hover};}
.niceboy {
float:right;
display:flex;
}
.smallbox {
margin-right:3px;
padding:3px;
width:5px;
height:5px;
border:1px solid {color:description box borders};
cursor:help;
}
.smallbox:last-of-type {margin-right:0px}
.sm-min {
margin-top:4px;
width:5px;
height:1px;
background:{color:description box borders};
}
.velvet .sm-min {background:{color:post borders};}
.sm-max {
margin-top:-1px;margin-left:-1px;
width:5px;height:5px;
border:1px solid {color:description box borders};
}
.velvet .sm-max {border:1px solid {color:post borders};}
.sm-x {
margin-top:-7px;margin-left:-1.5px;
height:0;
font-size:9px;
color:{color:description box borders};
}
.velvet .sm-x {
margin-top:-0.5px;
margin-left:-1.3px;
color:{color:description box borders};
}
.desc {
margin-bottom:5px;
border:1px solid {color:description box borders};
padding:13px 15px;
font-family:silkscreen;
font-size:9px;
color:{color:desc text};
line-height:1.9em;
text-align:{select:description text align};
}
.desc b, .desc strong {color:{color:desc bold}}
.desc i, .desc em {color:{color:desc italic}}
.desc a {
color:{color:desc link};
padding-bottom:1px;
border-bottom:0.5px solid rgba({RGBcolor:desc link},0.4);
}
.desc a:hover {
color:{color:desc link hover};
border-bottom:0.5px solid rgba({RGBcolor:desc link hover},0.4);
}
.marshmallow {
margin-top:20px;
display:flex;
{block:ifhidemusicplayer}display:none;{/block:ifhidemusicplayer}
}
.on-cont {
width:22px;
height:22px;
background:{color:music player background};
border:1px solid {color:music player border};
box-shadow:6px 5px {color:music player box shadow};
cursor:pointer;
}
.tri-h {
margin-left:6.5px;
margin-top:4.5px;
}
.b-tri {
width:1px;
height:1.3px;
}
.b1 {width:1px}
.b3 {width:3px}
.b5 {width:5px}
.b7 {width:7px}
.b8 {width:8px}
.b9 {width:9px}
.ll-h {
display:none;
margin-top:6px;
margin-left:7px;
}
.ll-z {display:flex;}
.ll-a, .ll-b {
width:3px;
height:9px;
}
.ll-b {margin-left:3px}
.b-tri, .ll-a, .ll-b {background:{color:music player button};}
.ensou {
margin-left:12px;
width:calc(100% - 39px - 12px);
padding:calc((22px - 9px) / 2);
background:{color:music player background};
border:1px solid {color:music player border};
box-shadow:6px 5px {color:music player box shadow};
font-family:silkscreen;
font-size:9px;
color:{color:music player text};
line-height:1em;
max-height:1em;
overflow:hidden;
}
.ennei {
position:absolute;
white-space:nowrap;
}
.cloud {margin-top:20px;}
.ensei {
display:flex;
margin-bottom:calc(10px + 2px);
}
.ensei:last-of-type {margin-bottom:0px}
.yi, .er {
width:calc((100% / 2) - 23px);
padding:3px 8px;
background:{color:custom links background};
border:1px solid {color:custom links border};
font-family:silkscreen;
font-size:9px;
color:{color:custom links};
line-height:2em;
text-align:center;
cursor:pointer;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
}
.yi {box-shadow:5px 6px {color:custom links box shadow};}
.er {
margin-left:calc(5px + 5px);
box-shadow:6px 6px {color:custom links box shadow};
}
.yi:hover, .er:hover {
background:{color:custom links background hover};
border:1px solid {color:custom links border hover};
color:{color:custom links hover};
}
/*--------------------POSTS--------------------*/
.velvet {
padding:5px;
border:1px solid {color:post borders};
font-family:silkscreen;
font-size:9px;
color:#ec5a5a;
line-height:1em;
overflow:auto;
}
.pcontent {
margin-top:0px;
padding-top:{select:post padding};
}
.posts {
overflow:hidden;
margin-bottom:{select:post spacing};
width:{select:post width};
min-width:210px;
padding:{select:post padding};
background-color:{color:post};
border:1px solid {color:post borders};
box-shadow:calc(({select:post width} + ({select:post padding} * 2)) * 0.025) calc(({select:post width} + ({select:post padding} * 2)) * 0.025) {color:post box shadow};
}
.posts:last-of-type {margin-bottom:0px;}
.posts a {
color:{color:link};
padding-bottom:1px;
border-bottom:0.5px solid rgba({RGBcolor:link},0.4);
}
a.post_media_photo_anchor {
padding-bottom:0;
border-bottom:0;
}
.posts a:hover {
color:{color:link hover};
border-bottom:0.5px solid rgba({RGBcolor:link hover},0.4);
}
.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};
margin-left:-{select:post padding};
margin-bottom:-{select:post padding};
width:calc({select:post width} + ({select:post padding} * 2));
border-top:1px solid {color:post borders};
}
.poof{
padding:{select:permalink padding};
overflow:auto;
}
.perma {float:left}
.candy {
margin-right:10px;
font-family:consolas-alt;
font-size:8px;
letter-spacing:1px;
color:{color:permalink}!important;
text-transform:uppercase;
font-weight:bold;
}
.candy:last-of-type {margin-right:0px;}
.candy txt {
font-family:silkscreen;
font-size:9px;
letter-spacing:-1px;
font-weight:normal;
}
.tagsin {
margin-top:5px;
margin-right:-3px;
font-family:silkscreen;
line-height:1.5em;
letter-spacing:-1px;
font-size:9px;
text-align:right;
}
.tagsin a {
display:inline-block;
margin:3px;
color:{color:tags};
}
.tagsin a:hover {color:{color:tags hover};}
.vinegar {float:right;}
/* -- Like + Reblog buttons (1/2) -- */
/* -- mikedidthis from StackOverflow: //stackoverflow.com/users/2312574/mikedidthis -- */
/* -- and tutorial by shythemes: //shythemes.tumblr.com/post/147903463743/custom-like-and-reblog-buttons -- */
/* -- and help from borntobewildcodes -- */
.controls {
margin-top:2px;
height:0;
}
.controls li {
position:relative;
display:inline-block;
margin:0 2px;
list-style-type:none;
}
.controls li:first-child {margin-left:0px;}
.controls li:last-child {margin-right:0px;}
/* both svg colors */
.controls .lnr {
font-size:11px;
color:{color:permalink};
}
.controls .like .liked + .lnr {
color:#ED1C24;
font-weight:bold;
}
.controls .like .like_button {
position:absolute;
width:11px;
height:11px;
margin-top:4px;
}
.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 {
margin-top:-2px;
margin-bottom:{select:post spacing};
width:{select:post width};
padding:{select:post padding};
background:{color:post};
border:1px solid {color:post borders};
list-style-type:none;
box-shadow:calc(({select:post width} + ({select:post padding} * 2)) * 0.025) calc(({select:post width} + ({select:post padding} * 2)) * 0.025) {color:post box shadow};
}
.heyho {
width:calc(({select:post width} + ({select:post padding} * 2)) - ({select:permalink padding} * 2));
padding:{select:permalink padding};
background:{color:post};
border:1px solid {color:post borders};
box-shadow:calc(({select:post width} + ({select:post padding} * 2)) * 0.025) calc(({select:post width} + ({select:post padding} * 2)) * 0.025) {color:post box shadow};
}
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;
margin-top:-{select:post padding}!important;
padding:{select:post padding} !important;
background:{color:post} !important;
border:1px solid {color:post borders} !important;
}
.tmblr-lightbox, #tumblr_lightbox {
background-color:rgba({RGBcolor:post},0.78) !important;
z-index:99999999999999999999999999999 !important;
}
/*---------------------------QUOTES---------------------------*/
.daydreamer {
display:block;
margin:auto;
width:16px;
padding:10px;
background:{color:post};
border:1px solid {color:post borders};
}
.glae {
width:calc((({select:post width} + ({select:post padding} * 2)) - 38px) / 2);
height:1px;
background:{color:post borders};
}
.glae.g1 {
float:left;
margin-top:calc(-20px);
margin-left:calc(-{select:post padding});
}
.glae.g2 {
float:right;
margin-top:calc(-20px);
margin-right:calc(-{select:post padding});
}
.quote {
margin-top:{select:post padding};
font-family:domine;letter-spacing:0.5px;
font-size:{select:font size};
font-style:italic;
line-height:2em;
text-align:center;
}
.quotesource {
text-align:center;
margin-top:10px;
}
/*---------------------------CHATS---------------------------*/
.chat {
line-height:2em;
list-style:none;
color:{color:text};
border:1px solid {color:post borders};
}
.line.odd {
padding:10px;
border-top:1px solid {color:post borders};
list-style:none;
}
.line.odd:first-of-type {
border-top:0px solid transparent;
}
.line.even {
padding:10px;
border-top:1px solid {color:post borders};
list-style:none;
}
.label.odd, .label.even {
padding-right:1px;
text-transform:uppercase;
font-weight:bold;
}
p.npf_chat { font-family:Courier; font-size:{select:font size}; }
/*---------------------------ASKS---------------------------*/
.q-wrap {
padding:10px;
border:1px solid {color:post borders};
min-height:64px;
display:flex;
}
.askimg {
width:64px;height:64px!important;
}
.question {
margin-left:10px;
color:{color:text};
}
.asker, .asker b, .asker a {
text-transform:uppercase;color:{color:text};
}
.answer {
margin:0px auto;
text-transform:none;
color:{color:text};
}
/*---------------------------AUDIO---------------------------*/
.playerbutton {
position:absolute;
margin-top:18.5px;
margin-left:18.5px;
width:27px;
height:27px;
overflow:hidden;
border-radius:100%;
}
.trackdetails {
width:auto;
display:inline-block;
margin-left:70px;
padding:5px;
line-height:1.7;
}
.trackdetails b {
font-weight:normal;
}
.audiowrapper {
position:relative;
display:inline;
height:0px;
}
/*---------------------------VIDEO---------------------------*/
.tumblr_video_container {
width:{select:post width}!important;
min-width:210px!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;
}
/*------------------------BOT PAGI------------------------*/
.botpagi {
margin-bottom:{select:post spacing};
width:calc(({select:post width} + ({select:post padding} * 2)) - ({select:permalink padding} * 2));
background:{color:post};
padding:{select:permalink padding};
border:1px solid {color:post borders};
box-shadow:calc(({select:post width} + ({select:post padding} * 2)) * 0.025) calc(({select:post width} + ({select:post padding} * 2)) * 0.025) {color:post box shadow};
text-align:center;
}
/* 'Current page' number */
.botpagi span {
font-size:9px;
color:{color:Text};
padding:3px 5px;
width:9px;
display:inline-block;
margin-left:5px;
text-align:center;
}
/* Other page numbers */
.botpagi a {
font-size:9px;
font-family:silkscreen;
font-size:9px;
color:{color:text};
padding:3px 5px;
width:9px;
display:inline-block;
margin-left:2px;
text-align:center;
}
</style>
</head>
<body>
<!---- main shit ---->
<div id="container">
<div id="galaxy">
<div class="mushroom">
<div class="yeacon">
<img class="yeaboi" src="{image:sidebar image}">
</div><!--yeacon-->
<div class="salmonwrap">
<a class="salmon" href="/">
<div class="kokoro">
<div class="raw">
<div class="gt-fill f2" style="margin-left:2px"></div>
<div class="gt-fill f2" style="margin-left:8px"></div></div>
<div class="raw">
<div class="gt-fill f5" style="margin-left:1px"></div>
<div class="gt-fill f5" style="margin-left:4px"></div></div>
<div class="raw">
<div class="gt-fill f7 gtwo"></div>
<div class="gt-fill f7 gtwo" style="margin-left:2px"></div></div>
<div class="gt-fill f16" style="top:4px;"></div>
<div class="gt-fill f12 gtwo" style="margin-left:2px"></div>
<div class="gt-fill f8 gtwo" style="margin-left:4px"></div>
<div class="gt-fill f4 gtwo" style="margin-left:6px"></div>
</div><!--kokoro-->
<span class="cue"></span>
<span class="custard">go home</span>
</a><!--salmon-->
<a class="salmon" href="/ask">
<div class="kokoro">
<div class="raw">
<div class="gt-fill f2" style="margin-left:2px"></div>
<div class="gt-fill f2" style="margin-left:8px"></div></div>
<div class="raw">
<div class="gt-fill f5" style="margin-left:1px"></div>
<div class="gt-fill f5" style="margin-left:4px"></div></div>
<div class="raw">
<div class="gt-fill f7 gtwo"></div>
<div class="gt-fill f7 gtwo" style="margin-left:2px"></div></div>
<div class="gt-fill f16" style="top:4px;"></div>
<div class="gt-fill f12 gtwo" style="margin-left:2px"></div>
<div class="gt-fill f8 gtwo" style="margin-left:4px"></div>
<div class="gt-fill f4 gtwo" style="margin-left:6px"></div>
</div><!--kokoro-->
<span class="cue"></span>
<span class="custard">send mail</span>
</a><!--salmon-->
<a class="salmon" href="/archive">
<div class="kokoro">
<div class="raw">
<div class="gt-fill f2" style="margin-left:2px"></div>
<div class="gt-fill f2" style="margin-left:8px"></div></div>
<div class="raw">
<div class="gt-fill f5" style="margin-left:1px"></div>
<div class="gt-fill f5" style="margin-left:4px"></div></div>
<div class="raw">
<div class="gt-fill f7 gtwo"></div>
<div class="gt-fill f7 gtwo" style="margin-left:2px"></div></div>
<div class="gt-fill f16" style="top:4px;"></div>
<div class="gt-fill f12 gtwo" style="margin-left:2px"></div>
<div class="gt-fill f8 gtwo" style="margin-left:4px"></div>
<div class="gt-fill f4 gtwo" style="margin-left:6px"></div>
</div><!--kokoro-->
<span class="cue"></span>
<span class="custard">archive</span>
</a><!--salmon-->
<!-- PLEASE DO NOT DELETE THE CREDIT! Thank you x -->
<a class="salmon" href="//glenthemes.tumblr.com">
<div class="kokoro">
<div class="raw">
<div class="gt-fill f2" style="margin-left:2px"></div>
<div class="gt-fill f2" style="margin-left:8px"></div></div>
<div class="raw">
<div class="gt-fill f5" style="margin-left:1px"></div>
<div class="gt-fill f5" style="margin-left:4px"></div></div>
<div class="raw">
<div class="gt-fill f7 gtwo"></div>
<div class="gt-fill f7 gtwo" style="margin-left:2px"></div></div>
<div class="gt-fill f16" style="top:4px;"></div>
<div class="gt-fill f12 gtwo" style="margin-left:2px"></div>
<div class="gt-fill f8 gtwo" style="margin-left:4px"></div>
<div class="gt-fill f4 gtwo" style="margin-left:6px"></div>
</div><!--kokoro-->
<span class="cue"></span>
<span class="custard">theme</span>
</a><!--salmon-->
</div><!--salmonwrap-->
</div><!--mushroom-->
<div class="bigboyy">
<div class="heyboy">
<div class="winboy">
<div class="titboy ttb">
<div class="winny">{text:description title}</div></div>
<div class="niceboy">
<div class="smallbox d-min">
<div class="sm-min"></div></div>
<div class="smallbox d-max">
<div class="sm-max"></div></div>
<div class="smallbox d-x">
<div class="sm-x">✖</div></div>
</div><!--niceboy-->
</div><!--winboy-->
{block:Description}
<div class="desc">{Description}</div>
{/block:Description}
</div><!--heyboyy-->
</div><!--bigboy-->
<div class="cloud">
{block:ifLink1}
<div class="ensei">
<a class="yi" href="{text:Link 1 URL}">{text:Link 1}</a>
{block:ifLink2}
<a class="er" href="{text:Link 2 URL}">{text:Link 2}</a>
{/block:ifLink2}
</div>{/block:ifLink1}
{block:ifLink3}
<div class="ensei">
<a class="yi" href="{text:Link 3 URL}">{text:Link 3}</a>
{block:ifLink4}
<a class="er" href="{text:Link 4 URL}">{text:Link 4}</a>
{/block:ifLink4}
</div>{/block:ifLink3}
{block:ifLink5}
<div class="ensei">
<a class="yi" href="{text:Link 5 URL}">{text:Link 5}</a>
{block:ifLink6}
<a class="er" href="{text:Link 6 URL}">{text:Link 6}</a>
{/block:ifLink6}
</div>{/block:ifLink5}
</div>
<div class="marshmallow">
<div class="on-cont m-o">
<div class="tri-h">
<div class="b-tri"></div>
<div class="b-tri b3"></div>
<div class="b-tri b5"></div>
<div class="b-tri b7"></div>
<div class="b-tri b9"></div>
<div class="b-tri b7"></div>
<div class="b-tri b5"></div>
<div class="b-tri b3"></div>
<div class="b-tri"></div>
</div><!--tri-h-->
<div class="ll-h"><div class="ll-z">
<div class="ll-a"></div>
<div class="ll-b"></div>
</div></div><!--ll-->
</div><!--on-cont-->
<div class="ensou">
<div class="ennei">{text:music name}</div></div>
<audio id="melody" src="{text:music file URL}" type="audio"></audio>
</div><!--marshmallow-->
</div><!--galaxy-->
<div id="nudge">
{block:Posts inlineMediaWidth="1280" inlineNestedMediaWidth="1280"}
<div class="posts" id="{PostID}" post-type="{PostType}">
<div class="velvet">
{block:Date}
<a class="titboy non" href="{Permalink}">
{block:Text}
<span class="post-type-display">{PostType}</span> &mdash; {Timestamp}
{/block:Text}
{block:Photo}
image &mdash; {Timestamp}
{/block:Photo}
{block:Photoset}
photoset &mdash; {Timestamp}
{/block:Photoset}
{block:Quote}
{PostType} &mdash; {Timestamp}
{/block:Quote}
{block:Link}
{PostType} &mdash; {Timestamp}
{/block:Link}
{block:Chat}
{PostType} &mdash; {Timestamp}
{/block:Chat}
{block:Audio}
{PostType} &mdash; {Timestamp}
{/block:Audio}
{block:Video}
{PostType} &mdash; {Timestamp}
{/block:Video}
{block:Answer}
{PostType} &mdash; {Timestamp}
{/block:Answer}
</a>
{/block:Date}
<div class="niceboy">
<div class="smallbox p-min">
<div class="sm-min"></div></div>
<div class="smallbox p-max">
<div class="sm-max"></div></div>
<div class="smallbox p-x">
<div class="sm-x">✖</div></div>
</div><!--niceboy-->
</div>
<div class="pcontent">
{block:Text}
{block:Title}<h1>{Title}</h1>{/block:Title}
<div class="pp">{Body}</div>
{/block:Text}
{block:Photo}
<div class="photos">
<div class="non">{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></div>
{block:Caption}{Caption}{/block:Caption}
{/block:Photo}
{block:Photoset}
<div class="photos">
<div class="non">
<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>
</div>
{block:Caption}{Caption}{/block:Caption}
{/block:Photoset}
{block:Quote}
<div class="daydreamer">
<div class="kokoro">
<div class="raw">
<div class="gt-fill f2" style="margin-left:2px"></div>
<div class="gt-fill f2" style="margin-left:8px"></div></div>
<div class="raw">
<div class="gt-fill f5" style="margin-left:1px"></div>
<div class="gt-fill f5" style="margin-left:4px"></div></div>
<div class="raw">
<div class="gt-fill f7 gtwo"></div>
<div class="gt-fill f7 gtwo" style="margin-left:2px"></div></div>
<div class="gt-fill f16" style="top:4px;"></div>
<div class="gt-fill f12 gtwo" style="margin-left:2px"></div>
<div class="gt-fill f8 gtwo" style="margin-left:4px"></div>
<div class="gt-fill f4 gtwo" style="margin-left:6px"></div>
</div><!--kokoro-->
</div><!--daydreamer-->
<div class="glae g1"></div>
<div class="glae g2"></div>
<div class="quote">{Quote}</div>
{block:Source}<div class="quotesource"> — {Source}</div>
{/block:Source}{/block:Quote}
{block:Link}
<h1><div class="non"><a href="{URL}" {Target}>{Name} »</a></div></h1>
{block:Description}{Description}{/block:Description}
{/block:Link}
{block:Chat}
{block:Title}<h1>{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>
{/block:Chat}
{block:Audio}
{block:AudioPlayer}
<div class="audiowrapper">
<div class="playerbutton">{AudioPlayer}</div>
<div class="trackdetails">
<b>TRACK:</b> {block:TrackName}{TrackName}{/block:TrackName}<br>
<b>ARTIST:</b> {block:Artist}{Artist}{/block:Artist}<br>
<b>PLAYS:</b> {FormattedPlayCount}</div>
</div><!--audiowrapper-->
{/block:AudioPlayer}
{block:Caption}
<div class="caption">{Caption}</div>
{/block:Caption}
{/block:Audio}
{block:Video}
<div class="video">{Video-500}</div>
{block:Caption}{Caption}{/block:Caption}
{/block:Video}
{block:Answer}
<div class="q-wrap">
<img class="askimg" src="{AskerPortraitURL-64}" ondragstart='return false;'>
<div class="question">
<div class="asker"><b>{Asker} asked:</b></div>
{Question}</div><!--question-->
</div><!--qwrap-->
<div class="answer">{Answer}</div><!--answer-->
{/block:Answer}
{block:IndexPage}
{block:Date}
{block:HasTags}
<div class="tagsin non">
{block:Tags}
<a href="{TagURL}">#{Tag}</a>
{/block:Tags}
</div><!--tagsin-->
{/block:HasTags}
<div class="permawrap">
<div class="poof">
<div class="perma nonn">
<a class="candy" href="{Permalink}">
<txt>{ShortMonth}</txt> {DayOfMonthWithZero}
</a>
<a class="candy" href="{Permalink}">{24Hour}:{Minutes}</a>
<a class="candy" href="{Permalink}">{NoteCount}<txt>N</txt></a>
</div><!--perma-->
{Block:IndexPage}
<div class="vinegar non">
<!-- Like + Reblog buttons (2/2) -->
<div class="controls">
<li class="like"><a title="like this post?">{LikeButton}
<span class="lnr lnr-heart"></span>
</a></li>
<li><a href="{ReblogURL}" target="_blank" title="reblog"><span class="lnr lnr-redo"></span></a></li>
</div><!--controls-->
</div><!--vinegar-->
{/block:IndexPage}
</div><!--poof-->
</div><!--permawrap-->
{/block:Date}
{/block:IndexPage}
<!-----------PERMA ON PERMAPAGE----------->
{block:PermalinkPage}
{block:Date}
{block:HasTags}
<div class="tagsin nonn" style="text-align:left;">
{block:Tags}
<a href="{TagURL}">#{Tag}</a>
{/block:Tags}
</div><!--tagsin-->
{/block:HasTags}
<div class="permawrap">
<div class="poof">
<div class="perma nonn">
<a class="candy">
<txt>{ShortMonth}</txt> {DayOfMonthWithZero} {Year}
</a>
<a class="candy">{24Hour}:{Minutes}</a>
<a class="candy"><txt>{DayOfWeek}</txt></a>
</div><!--perma-->
{block:RebloggedFrom}
<div class="vinegar non">
<a class="candy" href="{ReblogParentURL}" title="{ReblogParentName}"><txt>via</txt></a>
{block:ContentSource}
<a class="candy" href="{ReblogRootURL}" title="{ReblogRootName}"><txt>source</txt></a>
{/block:ContentSource}
</div><!--vinegar-->
{/block:RebloggedFrom}
</div><!--poof-->
</div><!--permawrap-->
{block:Date}
{block:PermalinkPage}
</div><!--pcontent-->
</div><!--posts-->
{block:PostNotes}
<div class="heyho"><span class="candy"><txt>{NoteCountWithLabel}</txt></span></div>
{PostNotes}
{/block:PostNotes}
{/block:Posts}
{block:Pagination}
<div class="botpagi">
{block:PreviousPage}<a title="Previous Page" href="{PreviousPage}">«</a>{/block:PreviousPage}
{block:JumpPagination length="4"}
{block:CurrentPage}<span class="current_page">✗</span>{/block:CurrentPage}
{block:JumpPage}<a href="{URL}" title="page {PageNumber}">{PageNumber}</a> {/block:JumpPage}
{/block:JumpPagination}
{block:NextPage}<a title="Next Page" href="{NextPage}">»</a>{/block:NextPage}
</div>
{/block:Pagination}
</div><!--nudge-->
<img id="c0rner" src="{image:corner image}">
</div><!--cont-->
</body>
</html>