themes/24-Lachesis

1685 lines
49 KiB
Plaintext

<!-----------------------------------------------------------------------
Theme [24]: Lachesis
Made by glenthemes
Initial release: 2017/10/16
Last updated: 2023/07/29
What's new:
✱ NPF audio post support
✱ reworked music player (Billy to HTML5)
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.
------------------------------------------------------------------------>
<!DOCTYPE html>
<html mplayer="{select:music player}">
<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:100,
tip_fade_speed:100,
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:permalink background} !important; padding:5px 10px 5px 0px !important;} .play-pause{color:{color:permalink 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="//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>
{block:ifsmoothscrolling}
<script src="//cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.4/SmoothScroll.js"></script>
{/block:ifsmoothscrolling}
<link rel="stylesheet" href="//static.tumblr.com/2pnwama/WRtoonba6/nozomi.css">
<script src="//static.tumblr.com/2pnwama/zaEoonb76/maki.js"></script>
<link href="//fonts.googleapis.com/css?family=Karla|Playfair+Display|Lato|Lora|Elsie|Montserrat:100,200,300" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family={select:body font family}" rel="stylesheet"/>
<!-- "saturnicons" icon font by saturnthms -->
<link href="//solrainha.github.io/saturnicons/saturnicons.css" rel="stylesheet">
<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:1em;
--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;
}
.npf_chat {
font-size:inherit;
line-height:inherit;
}
</style>
<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: transparent;
--Poll-Option-Corner-Rounding: 4px;
--Poll-Option-Border-Size: 1px;
--Poll-Option-Border-Color: rgba({RGBcolor:text},0.25);
--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.25);
--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: {select:font size};
--NPF-Audio-Buttons-Color: {color:permalink text};
--NPF-Audio-Buttons-Padding: 14px;
--NPF-Audio-Buttons-Spacing: calc((var(--NPF-Audio-Buttons-Padding) * 2) + 10px);
--NPF-Audio-Image-Spacing: 0.9rem;
}
.npf-audio-background {
margin-left:calc(18px + 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:permalink background};
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="//static.tumblr.com/gtjt4bo/18Vryl30c/glenplayer0.js"></script>
<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:header image" content="//rhizo.gitlab.io/random/images/VZMLqLE.png"/>
<meta name="image:header background" content="//static.tumblr.com/8bce221c74914ab8eaeaf5036e0dce0f/2pnwama/TGpoxwd94/tumblr_static_420lfm53wkao4cw8k8kccww80.png"/>
<meta name="image:background image" content="//rhizo.gitlab.io/random/images/isewwsp.png"/>
<!--------------------COLORS-------------------->
<meta name="color:background" content="#fdfdfd"/>
<meta name="color:post container background" content="#fbfbfb"/>
<meta name="color:post" content="#fff"/>
<meta name="color:text" content="#444"/>
<meta name="color:bold" content="#666">
<meta name="color:Italic" content="#999">
<meta name="color:Link" content="#222">
<meta name="color:Link Hover" content="#000">
<meta name="color:top bar background" content="#121212">
<meta name="color:top bar text" content="#fff">
<meta name="color:header background" content="#f9f8f9"/>
<meta name="color:header text" content="#444"/>
<meta name="color:sidebar background" content="#fff">
<meta name="color:sidebar custom links text" content="#111"/>
<meta name="color:sidebar custom links BG" content="#f6f6f6"/>
<meta name="color:permalink background" content="#fbfbfc">
<meta name="color:permalink text" content="#aaa">
<meta name="color:borders" content="#f5f5f5">
<meta name="color:chat odd" content="#f7f7f7">
<meta name="color:chat even" content="#fff">
<meta name="color:scrollbar" content="#444">
<meta name="color:scrollbar bg" content="#f5f5f5"/>
<meta name="color:highlight" content="#f8f8f9">
<meta name="color:highlighted text" content="#777">
<!-----------------DROPDOWN OPTS----------------->
<meta name="select:music player" title="show" content="show">
<meta name="select:music player" title="hide" content="hide">
<meta name="select:searchbar width" title="150px" content="150px">
<meta name="select:searchbar width" title="100px" content="100px">
<meta name="select:searchbar width" title="200px" content="200px">
<meta name="select:searchbar width" title="250px" content="250px">
<meta name="select:header gap" title="50px" content="50px">
<meta name="select:header gap" title="0px" content="0px">
<meta name="select:header gap" title="5px" content="5px">
<meta name="select:header gap" title="10px" content="10px">
<meta name="select:header gap" title="15px" content="15px">
<meta name="select:header gap" title="20px" content="20px">
<meta name="select:header gap" title="25px" content="25px">
<meta name="select:header gap" title="30px" content="30px">
<meta name="select:header gap" title="35px" content="35px">
<meta name="select:header gap" title="40px" content="40px">
<meta name="select:header gap" title="45px" content="45px">
<meta name="select:header gap" title="55px" content="55px">
<meta name="select:header gap" title="60px" content="60px">
<meta name="select:header gap" title="65px" content="65px">
<meta name="select:header gap" title="70px" content="70px">
<meta name="select:header gap" title="75px" content="75px">
<meta name="select:header gap" title="80px" content="80px">
<meta name="select:header gap" title="85px" content="85px">
<meta name="select:header gap" title="90px" content="90px">
<meta name="select:header gap" title="95px" content="95px">
<meta name="select:header gap" title="100px" content="100px">
<meta name="select:header image height" title="400px" content="400px">
<meta name="select:header image height" title="200px" content="200px">
<meta name="select:header image height" title="250px" content="250px">
<meta name="select:header image height" title="300px" content="300px">
<meta name="select:header image height" title="350px" content="350px">
<meta name="select:header image height" title="450px" content="450px">
<meta name="select:header image height" title="500px" content="500px">
<meta name="select:header image height" title="550px" content="550px">
<meta name="select:header image height" title="600px" content="600px">
<meta name="select:layout spacing" title="45px" content="45px">
<meta name="select:layout spacing" title="25px" content="25px">
<meta name="select:layout spacing" title="30px" content="30px">
<meta name="select:layout spacing" title="35px" content="35px">
<meta name="select:layout spacing" title="40px" content="40px">
<meta name="select:layout spacing" title="50px" content="50px">
<meta name="select:layout spacing" title="55px" content="55px">
<meta name="select:layout spacing" title="60px" content="60px">
<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="Lora" content="Lora"/>
<meta name="select:body font family" title="Merriweather" content="Merriweather"/>
<meta name="select:body font family" title="Open Sans" content="Open Sans"/>
<meta name="select:body font family" title="Raleway" content="Raleway"/>
<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="540px" content="540px">
<meta name="select:post width" title="300px" content="300px">
<meta name="select:post width" title="350px" content="375px">
<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="600px" content="600px">
<meta name="select:post padding" title="15px" content="15px">
<meta name="select:post padding" title="10px" content="10px">
<meta name="select:post padding" title="20px" content="20px">
<meta name="select:post padding" title="25px" content="25px">
<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: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">
<!-----------------TOGGLE OPTS----------------->
<meta name="if:header content" content="1" />
<meta name="if:pagination in sidebar" content="1" />
<meta name="if:photo fade" content="0" />
<meta name="if:monochrome posts" content="0" />
<meta name="if:post borders" content="0" />
<meta name="if:smooth scrolling" content="1" />
<meta name="if:dark tumblr controls" content="0" />
<meta name="if:dark theme credit" content="0" />
<!----------------TEXT FIELDS---------------->
<meta name="text:&#x29C;&#x1D0F;&#x1D21;&#x20;&#x1D1B;&#x1D0F;&#x20;&#x29F;&#x26A;&#x274;&#x1D0B;&#x20;&#x1D0D;&#x1D1C;&#x73;&#x26A;&#x1D04;&#x3A;" content="linktr.ee/direct_file_links">
<meta name="text:song file mp3" content="//rhizo.gitlab.io/m/Thoughts_of_You.mp3">
<meta name="text:song name" content="Thoughts of You">
<meta name="text:song volume" content="90%">
<meta name="text:&#917536;&#x200B;" content="&#x263D;&#x2727;&#xA8;&#x2A;&#x3003;&#x2E;&#xB8;&#xB8;&#x2727;&#xB8;&#xB8;&#x2E;&#x3003;&#x2A;&#xA8;&#x2727;&#x263E;&NewLine;">
<meta name="text:searchbar width" content="150">
<meta name="text:searchbar placeholder text" content="search this blog">
<meta name="text:searchbar suggestion 1" content="sample entry #1">
<meta name="text:searchbar suggestion 1 URL" content="/">
<meta name="text:searchbar suggestion 2" content="">
<meta name="text:searchbar suggestion 2 URL" content="">
<meta name="text:searchbar suggestion 3" content="">
<meta name="text:searchbar suggestion 3 URL" content="">
<meta name="text:searchbar suggestion 4" content="">
<meta name="text:searchbar suggestion 4 URL" content="">
<meta name="text:searchbar suggestion 5" content="">
<meta name="text:searchbar suggestion 5 URL" content="">
<meta name="text:&#917536;&#x200B;&#x200B;" content="&#x263D;&#x2727;&#xA8;&#x2A;&#x3003;&#x2E;&#xB8;&#xB8;&#x2727;&#xB8;&#xB8;&#x2E;&#x3003;&#x2A;&#xA8;&#x2727;&#x263E;&NewLine;">
<meta name="text:header title" content="custom header title goes here">
<meta name="text:header welcome text" content="welcome text goes here. delete this text to exclude it.">
<meta name="text:header scroll button text" content="view posts">
<meta name="text:&#917536;&#x200B;&#x200B;&#x200B;" content="&#x263D;&#x2727;&#xA8;&#x2A;&#x3003;&#x2E;&#xB8;&#xB8;&#x2727;&#xB8;&#xB8;&#x2E;&#x3003;&#x2A;&#xA8;&#x2727;&#x263E;&NewLine;">
<meta name="text:links box title" content="navigation">
<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="">
<meta name="text:Link 7" content="">
<meta name="text:Link 7 URL" content="">
<meta name="text:Link 8" content="">
<meta name="text:Link 8 URL" content="">
<meta name="text:Link 9" content="">
<meta name="text:Link 9 URL" content="">
<meta name="text:Link 10" content="">
<meta name="text:Link 10 URL" content="">
<!-------------------------------------------------------------------->
<style type="text/css">
/*--------------------TOOLTIPS--------------------*/
#s-m-t-tooltip {
padding: 4px 9px;
margin: 26px 9px 0px 15px;
background-color: {color:post};
font-family: {select:body font family};
font-size: calc({select:font size} - 3px);
letter-spacing: 1px;
text-transform: uppercase;
color: {color:text};
border:0.5px solid rgba({RGBcolor:borders},0.6);
z-index:99999999999999999999999999998!important;
max-width: calc({select:post width} * 1.25);
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
}
/*--------------------TUMBLR CONTROLS--------------------*/
iframe#tumblr_controls, .iframe-controls--desktop {
top:67px!important;
right:3px!important;
position:fixed!important;
z-index:999999!important;
transition:0.4s ease-in-out;
opacity:0.6;
{block:ifdarktumblrcontrols}
opacity:1;
filter:invert(100%) hue-rotate(180deg);
-webkit-filter:invert(100%) hue-rotate(180deg);
{/block:ifdarktumblrcontrols}
}
iframe#tumblr_controls:hover, .iframe-controls--desktop:hover {
opacity:0.8;
}
/*--------------------SCROLLBAR--------------------*/
::-webkit-scrollbar {
width: 4px;
height: 4px;
}
::-webkit-scrollbar-thumb {
background-color: {color:scrollbar};
}
::-webkit-scrollbar-track {
background-color: {color:scrollbar bg};
}
/*--------------------SCROLLBAR--------------------*/
::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;
}
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};
}
.posts a {
padding-bottom:1px;
border-bottom:0.5px solid rgba({RGBcolor:text},0.4);
}
.non a {
padding-bottom:0px;
border-bottom:0px solid transparent;
}
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);
}
/*--------------------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;
color: {color:link hover};
}
img {
opacity:1;
text-decoration:none;
}
h1 {
font-size:{select:font size};
font-family:montserrat;
font-weight:bold;
text-transform:uppercase;
letter-spacing:2px;
text-align:center;
padding-bottom:10px;
color:{color:link};
background-color: {color:post};
border-bottom:0.5px solid rgba({RGBcolor:text},0.2);
}
/*--------------------TOP BAR--------------------*/
#kettle {
position:fixed;
top:0;left:0;
margin-top:0px;margin-left:0px;
width:100%;
height:65px;
background-color:{color:top bar background};
z-index:400;
}
#milkshake {
position:fixed;
top:0px;left:50%;
transform: translateX(-50%);
margin-top:25px;
display:flex;
min-width:fit-content;
min-width:-moz-max-content;
z-index:401;
}
#titty {
font-family:Elsie;
text-transform:uppercase;
letter-spacing:1.5px;
font-size:25px;
color:{color:top bar text};
}
#kanata {
margin:-13px 15px 0px 15px;
width:1px;
height:40px;
background:-webkit-linear-gradient(top, transparent, rgba({RGBcolor:top bar text},0.8), transparent);
}
#mainlinks {
display:flex;
align-items:center;
justify-content:center;
flex-wrap:nowrap;
margin-top:-5px;
}
#mainlinks a {
display:block;
margin-right:5px;
}
#mainlinks a:last-child {margin-right:0px;}
#mainlinks a .sf {
padding:10px 9px 6px 10px; /* change to 8px 10px 6px 10px if needed */
background-color:transparent;
border-radius:100%;
border:1px solid rgba({RGBcolor:top bar text},0.25);
font-size:13px;
color:rgba({RGBcolor:top bar text},0.9);
}
/*-----------------------SEARCH BAR-----------------------*/
#searchblock {
margin-top:-2px;
height:0px;
}
#searchblock form {
display:flex;
align-items:center;
}
.typing, .typing::placeholder, #searchentries, #searchentries a, .enter {
background-color:{color:top bar background};
padding:5px;
font-family:montserrat;
text-transform:uppercase;
letter-spacing:1px;
color:{color:top bar text};
font-size:calc({select:font size} - 3px);
}
.typing, #searchentries {
width:{select:searchbar width};
}
.typing {
margin-bottom:0px;
outline:none;
border:1px solid rgba({RGBcolor:top bar text},0.25);
}
.typing::placeholder {
padding:0px;!important;
}
#searchentries {
padding-top:27px;
display:none;
background-color:rgba({RGBcolor:top bar background},0.7)!important;
border-bottom:3px solid {color:top bar background};
}
#searchentries a {
display:block;
background-color:transparent!important;
}
#searchentries a:before {
content:'\e08f';
margin-right:5px;
font-family:'saturnicons';
font-size:calc({select:font size} - 5px);
}
#searchentries a:hover {
background-color:rgba({RGBcolor:top bar background},1)!important;
}
.enter {
margin-left:4px;
margin-bottom:0px;
outline:none;
border:1px solid rgba({RGBcolor:top bar text},0.25);
cursor:pointer;
}
/*--------------------HEADER--------------------*/
#meringue {
position:absolute;
top:0;margin-top:65px;
left:0;margin-left:0px;
width:100%;
height:calc({select:header gap} + {select:header image height} + {select:header gap});
background-color:{color:header background};
background-image:url('{image:header background}');
background-attachment:scroll;
background-repeat:repeat;
}
#cheesecake {
position:absolute;
top:0;margin-top:calc(65px + {select:header gap});
left:50%;
transform:translateX(-50%);
display:flex;
z-index:399;
}
.blueberry {
width:auto;
height:{select:header image height};
}
#toast {
margin-left:25px;
color:black;
height:{select:header image height};
display:table;
}
.toastmid {
display:table-cell;
vertical-align:middle;
}
.mayo {
font-family:playfair display;
text-transform:uppercase;
font-size:28px;
line-height:1.3em;
color:{color:header text};
}
.crumbs {
margin-top:10px;
width:350px;
font-family:Lora;
font-weight:300;
font-size:calc({select:font size} + 1px);
line-height:1.6em;
color:{color:header text};
}
.crumbs p:last-child {margin-bottom:0px;}
.crumbs a {
padding-bottom:1px;
border-bottom:0.5px solid rgba({RGBcolor:header text},0.4);
}
.yohane {
margin-top:15px;
width:fit-content;
padding:5px 9px;
background-color:{color:header background};
font-family:montserrat;
text-transform:uppercase;
letter-spacing:1px;
color:{color:header text};
border:0.5px solid rgba({RGBcolor:header text},0.4);
cursor:pointer;
}
.yohane:after {
content:'\e08d';
{block:ifheaderscrollbuttontext}margin-left:7px;{/block:ifheaderscrollbuttontext}
font-family:'saturnicons';
font-size:calc({select:font size} - 3px);
}
/*--------------------POST CONTAINER--------------------*/
#container, #cabbage {
position:absolute;
top:0;
{block:ifheadercontent}
margin-top:calc(65px + {select:header gap} + {select:header image height} + {select:header gap});
padding-top:{select:layout spacing};
{/block:ifheadercontent}
{block:ifnotheadercontent}margin-top:calc(65px + {select:layout spacing});{/block:ifnotheadercontent}
left:50%;
transform:translateX(-50%);
}
#container {
margin-left:200px;
z-index:300;
}
#cabbage {
{block:ifheadercontent}position:absolute;{/block:ifheadercontent}
{block:ifnotheadercontent}position:fixed;{/block:ifnotheadercontent}
margin-left:calc((-{select:post width} / 2.08) - {select:post spacing});
z-index:300;
}
.stew {
position:fixed!important;
padding-top:0px!Important;
margin-top:calc(65px + {select:layout spacing})!important;
}
.turnip {
width:320px;
background-color:{color:post};
padding:20px;
margin-bottom:calc({select:layout spacing} * 0.7);
}
.casserole {
text-align:right;
font-family:playfair display;
text-transform:uppercase;
letter-spacing:1px;
font-size:calc({select:font size} + 5px);
padding-bottom:7px;
border-bottom:0.5px solid rgba({RGBcolor:text},0.4);
}
.custard {padding-top:7px;}
.custard p:last-child {margin-bottom:0px;}
.custard a {
padding-bottom:1px;
border-bottom:0.5px solid rgba({RGBcolor:text},0.4);
}
.lasagna, .pickles {text-align:center;padding-top:10px;margin-bottom:-4px;}
.lasagna a {
display:inline-block;
margin:4px;
width:132px;
padding:4px 9px;
background-color:{color:sidebar custom links BG};
color:{color:sidebar custom links text};
text-transform:uppercase;
}
.lasagna a:hover {
background-color:rgba({RGBcolor:sidebar custom links BG},0.6);
}
/*--------------------POSTS--------------------*/
.posts {
overflow:hidden;
margin-bottom:{select:post spacing};
{/block:PermalinkPage}
width:{select:post width};
padding:{select:post padding};
background-color:{color:post};
{block:ifpostborders}border:1px solid {color:borders};{/block:ifpostborders}
}
.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 iframe{max-width:100%;}
.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 li {list-style:circle;}
/*--------------------TAGS--------------------*/
.perma {
text-align:left;
margin-top:15px;
letter-spacing: 1px;
padding:6px 10px;
text-transform:uppercase;
font-size:calc({select:font size} - 2px);
height:auto;
background-color:{color:permalink background};
}
.perma a {
color:{color:permalink text};
padding-bottom:0px;
border-bottom:0px solid transparent;
}
.perma a:hover {
color: rgba({RGBcolor:permalink text},0.6);
}
.perma .sf {
position:absolute;
margin:1px 7px 0px 4px;
font-size:calc({select:font size} + 2px);
color:inherit;
}
.vinegar {float:right;}
.tagsin {
text-transform:uppercase;
letter-spacing:1px;
text-align:right;
font-size:calc({select:font size} - 3px);
line-height:1.5;
margin-top:10px;
}
.tagsin a {
margin-right:0px;
color:rgba({RGBcolor:text},0.8);
padding-bottom:0px;
border-bottom:0px solid transparent;
}
.tagsin a:hover {
color:rgba({RGBcolor:link},0.8);
}
/*--------------------POST NOTES--------------------*/
ol.notes {
width:{select:post width};
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:post padding} !important;
background:{color:post} !important;
border:1px solid rgba({RGBcolor:text},0.2) !important;
}
.tmblr-lightbox, #tumblr_lightbox {
background-color:rgba({RGBcolor:post},0.78) !important;
z-index:99999999999999999999999999999 !important;
}
/*---------------------------QUOTES---------------------------*/
.quote {
text-transform:uppercase;
font-size:calc({select:font size} + 1px);
font-weight:bold;
text-align:center;
}
.quotesource {
text-align:center;
margin-top:10px;
}
/*---------------------------CHATS---------------------------*/
.chat {
line-height:20px;
list-style:none;
}
.line.odd {
background:{color:chat odd};
margin-bottom:2px;
padding:5px;
list-style:none;
}
.line.even {
background:{color:chat even};
margin-bottom:2px;
padding:5px;
list-style:none;
}
.label {
padding-right:1px;
text-transform:uppercase;
font-weight:bold;
color:{color:link};
}
/*---------------------------ASKS---------------------------*/
.question {
margin-left:64px;
background:rgba({RGBcolor:permalink background},0.6);
padding:10px;
min-height:calc(64px - (10px * 2));
}
.askimg {
position:absolute;
width:64px;
height:64px;
}
.asker {
text-transform:uppercase;
}
.answer {
margin-top:0px;
margin-bottom:0px;
}
/*---------------------------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;
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%);
}
/*------------------------SB PAGINATION------------------------*/
/* 'Current page' number */
.sbpagi span {
margin:7px 0;
font-size:calc({select:font size} - 2px);
color:{color:Text};
padding:5px;
display:inline-block;
margin-left:2px;
text-align:center;
}
/* Other page numbers */
.sbpagi a {
margin:7px 0;
background-color:{color:sidebar custom links BG};
font-size:calc({select:font size} - 2px);
color:{color:sidebar custom links text};
border-bottom:0.5px solid rgba({RGBcolor:sidebar custom links text},0.8);
padding:5px;
display:inline-block;
margin-left:2px;
text-align:center;
}
.sbpagi a:hover {
color:{color:text};
border-bottom:0.5px solid rgba({RGBcolor:link},0.5);
}
/*------------------------BOT PAGI------------------------*/
.botpagi {
width:calc({select:post width} + ({text: post padding} * 2));
text-align:center;
padding:2px 0px 7px 0px;
margin-bottom:{select:post spacing};
background-color:{color:post};
border-bottom:2px solid {color:sidebar custom links BG};
}
/* 'Current page' number */
.botpagi span {
margin:7px 0;
font-size:calc({select:font size} - 2px);
color:{color:Text};
padding:5px;
display:inline-block;
margin-left:5px;
text-align:center;
}
/* Other page numbers */
.botpagi a {
margin:7px 0;
font-size:calc({select:font size} - 2px);
color:{color:link};
border-bottom:0.5px solid rgba({RGBcolor:link},0.8);
padding:5px;
display:inline-block;
margin-left:2px;
text-align:center;
}
.botpagi a:hover {
color:{color:text};
border-bottom:0.5px solid rgba({RGBcolor:link},0.5);
}
[mplayer="hide"] #musicplayer { display:none; }
[mplayer="show"] #musicplayer {
position: fixed;
z-index: 999999;
top:0;left:0;
padding-left:calc((65px - {select:font size}) * 0.5);
height:65px;
background: {color:top bar background};
padding-right:calc((65px - {select:font size}) * 0.25);
display:flex;
align-items:center;
}
[mplayer="show"] #musicplayer [music-player]{
font-family:montserrat;
text-transform:uppercase;
letter-spacing:1px;
font-size:calc({select:font size} - 3px);
color:rgba({RGBcolor:top bar text},0.9);
}
[mplayer="show"] [music-player] .player-text {
line-height:1;
margin-top:calc({select:font size} * 0.15);
}
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.fade-in {
opacity:0;
-webkit-animation:fadeIn ease-in 1;
-moz-animation:fadeIn ease-in 1;
animation:fadeIn ease-in 1;
-webkit-animation-fill-mode:forwards;
-moz-animation-fill-mode:forwards;
animation-fill-mode:forwards;
-webkit-animation-duration:1s;
-moz-animation-duration:1s; animation-duration:1s; }
.fade-in.one { -webkit-animation-delay: 0.7s; -moz-animation-delay: 0.7s; animation-delay: 0.7s; }
{block:ifnotdarktumblrcontrols}
#dishonoronyourcow {-webkit-filter:invert(100%);filter:invert(100%);}
{/block:ifnotdarktumblrcontrols}
/* -- 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 */
svg {
width:10px;
height:auto;
padding:1px;
display:block;
overflow:visible;
fill:{color:permalink text}; /* svg icons color */
}
.controls {
transform:scaleX(calc({text:font size} / 10)) scaleY(calc({text:font size} / 10)); /* size of butts relative to font size */
}
.controls a {
position:relative;
display:inline-block;
overflow:hidden;
padding:5px;
width:12px;
height:12px;
}
.controls a:last-child {
padding:4px; /* rb button padding */
}
.controls .reblog {
margin-left:-5px; /* gap between like and rb, rb POV */
}
.controls .reblog svg {
width:9px; /* rb butt size */
}
.controls .like .liked + svg path {
fill:#ec5a5a; /* LIKED color */
}
.controls .like .like_button {
position:relative;
}
.controls .like .like_button iframe {
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
z-index:2;
opacity:0.000001;
}
{block:ifnotdarkthemecredit}
#dishonoronyourcow {-webkit-filter:invert(100%);filter:invert(100%);}
{/block:ifnotdarkthemecredit}
{CustomCSS}
</style>
</head>
<body>
<div id="musicplayer">
<div music-player btn-color="rgba({RGBcolor:top bar text},0.9)" btn-size="calc({select:font size} - 2px)" gap="11px">
<div music-btn>
<div btn-play></div>
<div btn-pause hidden></div>
</div>
<audio src="{text:song file mp3}" {text:ifsongvolume}volume="{text:song volume}"{/block:ifsongvolume}></audio>
{block:ifsongname}
<div class="player-text">{text:song name}</div>
{/block:ifsongname}
</div>
</div>
<div id="kettle"></div>
<div id="milkshake">
<div id="titty">{Name}</div>
<div id="kanata"></div>
<div id="mainlinks">
<a href="/" title="home"><span class="sf sf-home-o"></span></a>
<a href="/ask" title="message"><span class="sf sf-envelope-2-o"></span></a>
<a href="/archive" title="archive"><span class="sf sf-save-o"></span></a>
<!--PLEASE DO NOT REMOVE THE THEME CREDIT-->
<a href="//glenthemes.tumblr.com" title="theme by glenthemes"><span class="sf sf-cog-o"></span></a>
<!--PLEASE DO NOT REMOVE THE THEME CREDIT-->
</div><!--mainlinks-->
<div id="kanata"></div>
<!---*SEARCH BAR START*--->
<script>
$(document).ready(function(){
$('.expand').click(function(list){
list.stopPropagation();
$("#searchentries").fadeToggle('500');
});
});
$(document).click(function(outside){
var box = $('#searchentries');
if(!box.is(outside.target) && box.has(outside.target).length === 0){
$('#searchentries').fadeOut('500');
}
});
</script>
<div id="searchblock">
<form class="find" action="/search" method="get">
<a class="expand"><input class="typing" type="text" name="q" placeholder="{text:searchbar placeholder text}" autocomplete="off"/></a>
<input class="enter" type="submit" value="search"/>
</form>
{block:ifsearchbarsuggestion1}
<div id="searchentries">
{block:ifsearchbarsuggestion1}<a href="{text:searchbar suggestion 1 URL}">{text:searchbar suggestion 1}</a>{/block:ifsearchbarsuggestion1}
{block:ifsearchbarsuggestion2}<a href="{text:searchbar suggestion 2 URL}">{text:searchbar suggestion 2}</a>{/block:ifsearchbarsuggestion2}
{block:ifsearchbarsuggestion3}<a href="{text:searchbar suggestion 3 URL}">{text:searchbar suggestion 3}</a>{/block:ifsearchbarsuggestion3}
{block:ifsearchbarsuggestion4}<a href="{text:searchbar suggestion 4 URL}">{text:searchbar suggestion 4}</a>{/block:ifsearchbarsuggestion4}
{block:ifsearchbarsuggestion5}<a href="{text:searchbar suggestion 5 URL}">{text:searchbar suggestion 5}</a>{/block:ifsearchbarsuggestion5}
</div><!--END 'searchentries' div-->
{/block:ifsearchbarsuggestion1}
</div><!--END 'searchblock' div-->
<!---*SEARCH BAR END*--->
</div><!--milkshake div-->
{block:ifheadercontent}
<div id="meringue"></div>
<div id="cheesecake">
<img class="blueberry" src="{image:header image}" ondragstart='return false;'>
<div id="toast">
<div class="toastmid">
<div class="mayo">
{block:ifheadertitle}{text:header title}{/block:ifheadertitle}
{block:ifnotheadertitle}{Title}{/block:ifnotheadertitle}
</div><!--mayo-->
{block:ifheaderwelcometext}<div class="crumbs">{text:header welcome text}</div>{/block:ifheaderwelcometext}<!--end crumbs-->
<div class="yohane">{text:header scroll button text}</div>
</div><!--toastmid-->
</div><!--toast-->
</div><!--cheesecake-->
<script>
$(document).ready(function(){
$(".yohane").click(function() {
$('html, body').animate({
scrollTop: $("#container").offset().top - 65
}, 1400, "swing");
});});
</script>
{/block:ifheadercontent}
<div id="cabbage">
<!--one block-->
<div class="turnip">
<div class="casserole">{Title}</div>
<div class="custard">{Description}</div>
</div>
<!--one block-->
<div class="turnip">
<div class="casserole">{text:links box title}</div>
<div class="lasagna">
{block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
{block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
{block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
{block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
{block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}
{block:ifLink6}<a href="{text:Link 6 URL}">{text:Link 6}</a>{/block:ifLink6}
{block:ifLink7}<a href="{text:Link 7 URL}">{text:Link 7}</a>{/block:ifLink7}
{block:ifLink8}<a href="{text:Link 8 URL}">{text:Link 8}</a>{/block:ifLink8}
{block:ifLink9}<a href="{text:Link 9 URL}">{text:Link 9}</a>{/block:ifLink9}
{block:ifLink10}<a href="{text:Link 10 URL}">{text:Link 10}</a>{/block:ifLink10}
</div><!--lasagna-->
</div>
<!--one block-->
{block:IndexPage}
{block:ifpaginationinsidebar}
{block:Pagination}
<div class="turnip">
<div class="casserole">pagination</div>
<div class="pickles">
<div class="sbpagi">
{block:PreviousPage}<a title="Previous" href="{PreviousPage}">«</a>{/block:PreviousPage}
{block:JumpPagination length="8"}
{block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
{block:JumpPage}<a href="{URL}">{PageNumber}</a> {/block:JumpPage}
{/block:JumpPagination}
{block:NextPage}<a title="Next" href="{NextPage}">»</a>{/block:NextPage}
</div><!--sbpagi-->
</div><!--pickles-->
</div><!--turnip-->
{/block:Pagination}
{/block:ifpaginationinsidebar}
{/block:IndexPage}
</div><!--cabbage-->
{block:ifheadercontent}
<!-- side sticky -->
<script>
$(window).scroll(function() {
var x = $(window).scrollTop(),
pique = $("#meringue").height() + $("#kettle").innerHeight() - 65;
if (x >= pique) {
$("#cabbage").addClass("stew");
} else {
$("#cabbage").removeClass("stew");
};
});
</script>
{/block:ifheadercontent}
<div id="container">
{block:Posts inlineMediaWidth="1280" inlineNestedMediaWidth="1280"}
<div class="posts" id="{PostID}" post-type="{PostType}">
{block:Text}
{block:Title}<h1>{Title}</h1>{/block:Title}
{Body}
{/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="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"> {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>
{/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}
<img class="askimg" src="{AskerPortraitURL-64}" ondragstart='return false;'>
<div class="question">
<div class="asker"><b>{Asker} asked:</b></div>
{Question}</div>
<div class="answer">
{Answer}</div>
{/block:Answer}
{block:Date}
{block:IndexPage}
<div class="perma">
<a href="{Permalink}"><span class="sf sf-link-1-o"></span>&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
{Month} {DayOfMonthWithZero}{DayOfMonthSuffix}, {Year}&nbsp;&nbsp;&nbsp;{12Hour}:{Minutes}{AMPM}</a>
&nbsp;&nbsp;&nbsp;
<a href="{Permalink}">{NoteCountWithLabel}</a>
<span class="vinegar">
<!-- Like + Reblog buttons (2/2) -->
<div class="controls">
<a href="#" class="like">{LikeButton}
<svg xmlns="//w3.org/2000/svg" xmlns:xlink="//w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 442.403 442.403" style="enable-background:new 0 0 442.403 442.403;" xml:space="preserve"><g><g><path d="M213.05,422.652c2.833,1.7,5.95,2.833,9.35,2.833c3.117,0,6.517-0.85,9.35-2.833c7.65-5.1,187.283-123.533,207.683-243.95 c10.483-62.333-8.783-100.867-26.633-122.117c-20.967-24.933-52.133-39.667-83.017-39.667c-10.2,0-20.117,1.7-28.9,5.1 c-43.067,16.15-72.25,44.767-88.117,64.317c-15.583-19.267-42.217-47.033-74.517-58.083c-9.917-3.4-20.683-5.1-32.017-5.1 c-28.9,0-56.383,11.9-75.367,32.867c-16.717,18.417-35.7,53.55-29.75,114.75C13.016,291.185,204.833,417.268,213.05,422.652z M56.083,78.685c17.283-18.983,38.817-21.817,50.15-21.817c7.367,0,14.45,1.133,20.967,3.4 c39.383,13.317,70.833,63.467,71.4,63.75c3.117,5.1,8.783,8.217,14.733,7.933c5.95,0,11.333-3.4,14.45-8.5 c0.283-0.567,28.617-48.733,85.283-69.983c4.817-1.7,10.767-2.833,16.717-2.833c20.967,0,42.217,10.483,56.95,27.767 c19.267,22.667,25.783,55.533,18.983,94.633c-7.367,43.067-42.5,94.633-101.717,149.317c-33.433,30.883-66.3,54.683-81.6,65.45 c-16.15-11.05-51-36.55-86.417-68.85C74.216,262.285,39.366,209.868,35.116,167.368C31.433,128.552,38.516,97.952,56.083,78.685z"/></g></g></svg>
</a>
<a href="{ReblogURL}" target="_blank" class="reblog">
<svg xmlns="//w3.org/2000/svg" xmlns:xlink="//w3.org/1999/xlink" version="1.1" id="Capa_1" x="0px" y="0px" viewBox="0 0 361.095 361.095" style="enable-background:new 0 0 361.095 361.095;" xml:space="preserve"><g><g><path d="M182.595,325.678c-63.183,0-120.133-42.217-138.267-102.567c-2.833-9.067-12.183-14.167-21.25-11.333 c-9.067,2.833-14.167,12.183-11.333,21.25c22.95,75.933,91.517,126.65,170.85,126.65c98.317,0,178.5-80.183,178.5-178.5 s-80.183-178.5-178.5-178.5c-55.817,0-108.233,26.633-141.667,69.7l-7.083-56.1c-1.133-9.35-9.633-15.867-18.983-14.733 C5.511,2.678-1.005,11.178,0.128,20.528l13.317,103.7c1.133,8.5,8.5,14.733,16.717,14.733c0.567,0,1.417,0,1.983,0l102.567-11.617 c9.35-1.133,16.15-9.35,15.017-18.7s-9.35-16.15-18.7-15.017l-68.85,7.65c26.633-39.95,71.683-64.6,120.417-64.6 c79.617,0,144.5,64.883,144.5,144.5S262.211,325.678,182.595,325.678z"/></g></g></svg>
</a>
</span><!--vinegar-->
</div><!--controls-->
</div><!--perma-->
{block:HasTags}
<div class="tagsin">
{block:Tags}
<a href="{TagURL}">#{Tag} </a>
{/block:Tags}
</div>
{/block:HasTags}
{/block:IndexPage}
{/block:Date}
{block:Date}
{block:PermalinkPage}
<div class="perma">
<div class="non">
<a href="{Permalink}"><span class="sf sf-link-1-o"></span>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
{Month} {DayOfMonthWithZero}{DayOfMonthSuffix}, {Year}&nbsp;&nbsp;&nbsp;{12Hour}:{Minutes}{AMPM}</a>
&nbsp;&nbsp;&nbsp;
<a href="{Permalink}">{NoteCountWithLabel}</a>
{block:RebloggedFrom}
<span class="vinegar">
<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> / <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
</span>
{/block:RebloggedFrom}
</div>
</div>
{block:HasTags}
<div class="tagsin">
{block:Tags}
<a href="{TagURL}">#{Tag} </a>
{/block:Tags}
</div>
{/block:HasTags}
{/block:PermalinkPage}
{/block:Date}
</div><!--posts-->
{block:PostNotes}
{PostNotes}
{/block:PostNotes}
{/block:Posts}
{block:ifnotpaginationinsidebar}
{block:Pagination}
<div class="botpagi">
{block:PreviousPage}<a title="Previous" href="{PreviousPage}">«</a>{/block:PreviousPage}
{block:JumpPagination length="8"}
{block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
{block:JumpPage}<a href="{URL}">{PageNumber}</a> {/block:JumpPage}
{/block:JumpPagination}
{block:NextPage}<a title="Next" href="{NextPage}">»</a>{/block:NextPage}
</div>
{/block:Pagination}
{/block:ifnotpaginationinsidebar}
</div><!--cont-->
<div id="dishonoronyourcow" class="box fade-in one"><a href="//glenthemes.tumblr.com" title="theme by glenthemes"><img src="//static.tumblr.com/gtjt4bo/U3eryhev4/glenthemes_logo_gray_light.png" ondragstart='return false;'></a></div>
</body>
</html>