themes/02-Midnight-Rose

1622 lines
47 KiB
Plaintext

<!-----------------------------------------------------------------------
Theme [02]: Midnight Rose
Made by glenthemes
Initial release: 2015/08/10
Revamp date: 2016/12/14
Last updated: 2023/07/30
What's new:
✱ NPF audio post support
TERMS OF USE:
1) Do not remove the theme credit.
2) Do not repost/redistribute my themes.
3) Do not take parts of the code and use it as your own.
4) Do not use my themes as a base code.
5) Do not mix my themes together.
To change the icons (icon font):
1. Go to this site: linearicons.com/free#cheat-sheet
2. Choose an icon you want
3. Copy the icon text
4. Paste it in the "Link 1 icon" text field
------------------------------------------------------------------------>
<!DOCTYPE html>
<html>
<head>
<title>{Title}</title>
<link rel="shortcut icon" href="{Favicon}">
<!--------------------JAVASCRIPTS-------------------->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script src="//static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
<script>
(function($){
$(document).ready(function(){
$("a[title]").style_my_tooltips({
tip_follows_cursor:true,
tip_delay_time:0,
tip_fade_speed:80,
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:question and chat background} !important; padding:5px 10px 5px 0px !important} .play-pause{color:{color:question and chat 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>
<link rel="stylesheet" href="//static.tumblr.com/2pnwama/IUZoyg6qw/specialfonts.css">
<link href="//solrainha.github.io/saturnicons/saturnicons.css" rel="stylesheet">
<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">
<link href="//fonts.googleapis.com/css?family={select:body font family}" rel="stylesheet"/>
<link href="//fonts.googleapis.com/css?family={select:desc font family}" rel="stylesheet"/>
<link rel="stylesheet" media="screen" href="//assets.tumblr.com/client/prod/standalone/blog-network-npf/index.build.css">
<!--
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};
}
a.post_media_photo_anchor, a.post_media_photo_anchor:hover {
padding-bottom:0!important;
border-bottom:none!important;
}
.spotify_audio_player {
height:80px!important;
}
</style>
<script>
// minimal soundcloud player @ shythemes.tumblr
// shythemes.tumblr.com/post/114792480648
$(document).ready(function(){
var soundcloud_btn = '{color: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: 5px;
--Poll-Option-Border-Size: 1px;
--Poll-Option-Border-Color: {color:permalink border};
{block:ifenabletransparency}
--Poll-Option-Border-Color: rgba({RGBcolor:permalink border},0.7);
{/block:ifenabletransparency}
--Poll-Option-Padding: 8px;
--Poll-Option-Font-Size: {select:font size};
--Poll-Option-Spacing: 10px;
--Poll-Option-Text-Color: {color:permalink};
--Poll-Option-HOVER-Border-Color: {color:permalink border};
--Poll-Option-HOVER-Background-Color: transparent;
--Poll-Option-HOVER-Text-Color: {color:permalink};
--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:question and chat text};
--NPF-Audio-Buttons-Padding: 9px;
--NPF-Audio-Buttons-Spacing: calc((var(--NPF-Audio-Buttons-Padding) * 2) + 10px);
--NPF-Audio-Image-Spacing: 0.9rem;
}
.npf-audio-background {
margin-left:calc(14px + 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:question and chat 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="//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/50a0eaea7a034bdc697c5c6c15cadfa9/2pnwama/w34pmbnpl/tumblr_static_1978rqewdce800wks44sssg8o.jpg"/>
<meta name="image:sidebar render" content="//static.tumblr.com/6f82d6d3b9efbfa55bb5de5267be6b1b/2pnwama/n89pmbxkt/tumblr_static_viy6gbjgjwg4kw44k4ookk04.png"/>
<meta name="image:sidebar icon" content="//static.tumblr.com/01f50b91f6df4bd7eeb3b2365e69255f/2pnwama/YPFpmbs7o/tumblr_static_87n24byrulc0oksc0gkkgwg84.png"/>
<meta name="image:scroll to top button image" content="//static.tumblr.com/1015b7c32b0870cc4865499cddd9e43d/2pnwama/1QPpmbut6/tumblr_static_e8z1lzsi6rwo008808o84wcwk.png"/>
<!--------------------COLORS-------------------->
<meta name="color:background" content="#0d0203"/>
<meta name="color:top bar background" content="#1b1425">
<meta name="color:top bar icon" content="#baa1af">
<meta name="color:top bar title" content="#baa1af">
<meta name="color:custom links icon" content="#ada4bd">
<meta name="color:custom links" content="#baa1af">
<meta name="color:custom links background" content="#1B1425">
<meta name="color:custom links icon hover" content="#ada4bd">
<meta name="color:custom links hover" content="#baa1af">
<meta name="color:custom links background hover" content="#2f2537">
<meta name="color:post" content="#0d0203"/>
<meta name="color:text" content="#bbb"/>
<meta name="color:bold" content="#b2acbe">
<meta name="color:Italic" content="#bbb">
<meta name="color:Link" content="#b997ce">
<meta name="color:Link Hover" content="#c0afdd">
<meta name="color:blockquote" content="#665a72">
<meta name="color:question and chat background" content="#0d0203"/>
<meta name="color:question and chat text" content="#bbb"/>
<meta name="color:permalink border" content="#382d43">
<meta name="color:permalink" content="#b997ce">
<meta name="color:permalink hover" content="#b997ce">
<meta name="color:tags" content="#b997ce">
<meta name="color:tags hover" content="#b997ce">
<meta name="color:sidebar borders" content="#111111">
<meta name="color:desc background" content="#15151c">
<meta name="color:desc text" content="#a3a6a9">
<meta name="color:desc bold" content="#b2acbe">
<meta name="color:desc italic" content="#ccc">
<meta name="color:desc link" content="#c3a7d6">
<meta name="color:desc link hover" content="#d6c4f3">
<meta name="color:desc scrollbar" content="#52465e">
<meta name="color:sidebar nav links icon" content="#baa1af">
<meta name="color:sidebar nav links bg" content="#1b1425">
<meta name="color:sidebar nav links icon hover" content="#baa1af">
<meta name="color:sidebar nav links bg hover" content="#2f2537">
<meta name="color:scrollbar" content="#40364d"/>
<meta name="color:scrollbar background" content="#01000e"/>
<meta name="color:highlight" content="#000"/>
<meta name="color:highlighted text" content="#b997ce"/>
<meta name="color:pagination border" content="#382d43">
<meta name="color:pagination text" content="#888">
<meta name="color:pagination link" content="#b997ce">
<!-----------------DROPDOWN OPTS----------------->
<meta name="select:body font family" title="Exo" content="Exo"/>
<meta name="select:body font family" title="Inconsolata" content="Inconsolata"/>
<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="Muli" content="Muli"/>
<meta name="select:body font family" title="Open Sans" content="Open Sans"/>
<meta name="select:body font family" title="Play" content="Play"/>
<meta name="select:body font family" title="Quicksand" content="Quicksand"/>
<meta name="select:desc font family" title="Karla" content="Karla"/>
<meta name="select:desc font family" title="Lato" content="Lato"/>
<meta name="select:desc font family" title="Lora" content="Lora"/>
<meta name="select:desc font family" title="Muli" content="Muli"/>
<meta name="select:desc font family" title="Open Sans" content="Open Sans"/>
<meta name="select:desc 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="420px" content="420px">
<meta name="select:post width" title="300px" content="300px">
<meta name="select:post width" title="350px" content="350px">
<meta name="select:post width" title="400px" content="400px">
<meta name="select:post width" title="450px" content="450px">
<meta name="select:post width" title="500px" content="500px">
<meta name="select:post width" title="540px" content="540px">
<meta name="select:post width" title="600px" content="600px">
<meta name="select:post padding" title="20px" content="20px">
<meta name="select:post padding" title="10px" content="10px">
<meta name="select:post padding" title="15px" content="15px">
<meta name="select:post padding" title="25px" content="25px">
<meta name="select:photos spacing" title="4px" content="4px">
<meta name="select:photos spacing" title="0px" content="0px">
<meta name="select:photos spacing" title="2px" content="2px">
<meta name="select:photos spacing" title="6px" content="6px">
<meta name="select:photos spacing" title="8px" content="8px">
<meta name="select:photos spacing" title="10px" content="10px">
<meta name="select:post spacing" title="40px" content="40px">
<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="45px" content="45px">
<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:center gap" title="85px" content="85px">
<meta name="select:center gap" title="20px" content="20px">
<meta name="select:center gap" title="25px" content="25px">
<meta name="select:center gap" title="30px" content="30px">
<meta name="select:center gap" title="35px" content="35px">
<meta name="select:center gap" title="40px" content="40px">
<meta name="select:center gap" title="45px" content="45px">
<meta name="select:center gap" title="50px" content="50px">
<meta name="select:center gap" title="55px" content="55px">
<meta name="select:center gap" title="60px" content="60px">
<meta name="select:center gap" title="65px" content="65px">
<meta name="select:center gap" title="70px" content="70px">
<meta name="select:center gap" title="75px" content="75px">
<meta name="select:center gap" title="80px" content="80px">
<meta name="select:center gap" title="90px" content="90px">
<meta name="select:center gap" title="95px" content="95px">
<meta name="select:center gap" title="100px" content="100px">
<meta name="select:center gap" title="105px" content="105px">
<meta name="select:center gap" title="110px" content="110px">
<meta name="select:sidebar image width" title="260px" content="260px">
<meta name="select:sidebar image width" title="170px" content="170px">
<meta name="select:sidebar image width" title="200px" content="200px">
<meta name="select:sidebar image width" title="230px" content="230px">
<meta name="select:sidebar image width" title="290px" content="290px">
<meta name="select:sidebar image width" title="320px" content="320px">
<meta name="select:sidebar image width" title="350px" content="350px">
<meta name="select:sidebar icon size" title="100px" content="100px">
<meta name="select:sidebar icon size" title="38px" content="38px">
<meta name="select:sidebar icon size" title="64px" content="64px">
<meta name="select:sidebar icon size" title="80px" content="80px">
<meta name="select:sidebar icon size" title="128px" content="128px">
<meta name="select:sidebar icon size" title="150px" content="150px">
<meta name="select:sidebar icon border" title="8px" content="8px">
<meta name="select:sidebar icon border" title="0px" content="0px">
<meta name="select:sidebar icon border" title="2px" content="2px">
<meta name="select:sidebar icon border" title="4px" content="4px">
<meta name="select:sidebar icon border" title="6px" content="6px">
<meta name="select:sidebar icon border" title="10px" content="10px">
<meta name="select:sidebar icon border" title="12px" content="12px">
<meta name="select:sidebar icon border" title="14px" content="14px">
<meta name="select:sidebar icon border" title="16px" content="16px">
<meta name="select:sidebar icon border" title="18px" content="18px">
<meta name="select:sidebar icon border" title="20px" content="20px">
<meta name="select:sidebar line width" title="20px" content="20px">
<meta name="select:sidebar line width" title="4px" content="4px">
<meta name="select:sidebar line width" title="8px" content="8px">
<meta name="select:sidebar line width" title="12px" content="12px">
<meta name="select:sidebar line width" title="16px" content="16px">
<meta name="select:sidebar line width" title="24px" content="24px">
<meta name="select:sidebar line width" title="28px" content="28px">
<meta name="select:sidebar line width" title="32px" content="32px">
<meta name="select:sidebar line width" title="36px" content="36px">
<meta name="select:desc width" title="280px" content="280px">
<meta name="select:desc width" title="120px" content="120px">
<meta name="select:desc width" title="160px" content="160px">
<meta name="select:desc width" title="200px" content="200px">
<meta name="select:desc width" title="240px" content="240px">
<meta name="select:desc width" title="320px" content="320px">
<meta name="select:desc width" title="360px" content="360px">
<meta name="select:desc width" title="400px" content="400px">
<meta name="select:desc padding" title="18px" content="18px">
<meta name="select:desc padding" title="9px" content="9px">
<meta name="select:desc padding" title="12px" content="12px">
<meta name="select:desc padding" title="15px" content="15px">
<meta name="select:desc padding" title="21px" content="21px">
<meta name="select:desc padding" title="24px" content="24px">
<meta name="select:desc padding" title="27px" content="27px">
<meta name="select:desc font size" title="11px" content="11px">
<meta name="select:desc font size" title="12px" content="12px">
<meta name="select:desc font size" title="13px" content="13px">
<meta name="select:desc font size" title="14px" content="14px">
<meta name="select:desc font size" title="15px" content="15px">
<meta name="select:desc font size" title="16px" content="16px">
<meta name="select:desc text align" title="justify" content="justify"/>
<meta name="select:desc text align" title="center" content="center"/>
<meta name="select:desc text align" title="left" content="left"/>
<meta name="select:desc text align" title="right" content="right"/>
<meta name="select:transparency" title="60%" content="0.4">
<meta name="select:transparency" title="0% (solid)" content="1">
<meta name="select:transparency" title="10%" content="0.9">
<meta name="select:transparency" title="20%" content="0.8">
<meta name="select:transparency" title="30%" content="0.7">
<meta name="select:transparency" title="40%" content="0.6">
<meta name="select:transparency" title="50%" content="0.5">
<meta name="select:transparency" title="70%" content="0.3">
<meta name="select:transparency" title="80%" content="0.2">
<meta name="select:transparency" title="90%" content="0.1">
<meta name="select:transparency" title="100% (no color)" content="0">
<meta name="if:photo fade" content="0" />
<meta name="if:monochrome posts" content="0" />
<!-----------------TOGGLE OPTS----------------->
<meta name="if:full sized background" content="1" />
<meta name="if:background blur" content="1" />
<meta name="if:enable transparency" content="1" />
<meta name="if:scroll to top button" content="1" />
<meta name="if:dark tumblr controls" content="0" />
<!----------------TEXT FILDS---------------->
<meta name="text:custom top title" content="">
<meta name="text:&#917536;&#x200B;" content="&#x2501;&#x2501;&#x2501;&#x2501;&#x2501;&#x2501;&#x2501;&#x2501;&#xF3A;&#x2740;&#xF3B;&#x2501;&#x2501;&#x2501;&#x2501;&#x2501;&#x2501;&#x2501;&#x2501;&NewLine;">
<meta name="text:&#x1F496;&#x2002;&#x1D21;&#x29C;&#x1D07;&#x280;&#x1D07;&#x20;&#x1D1B;&#x1D0F;&#x20;&#x493;&#x26A;&#x274;&#x1D05;&#x20;&#x26A;&#x1D04;&#x1D0F;&#x274;&#x73;&#x3A;" content="linearicons.com/free#cheat-sheet">
<meta name="text:Link 1 icon" content="lnr-rocket">
<meta name="text:Link 1" content="Sample link 1">
<meta name="text:Link 1 URL" content="https://www.youtube.com/watch?v=coXY25FGqxI">
<meta name="text:Link 2 icon" content="">
<meta name="text:Link 2" content="">
<meta name="text:Link 2 URL" content="">
<meta name="text:Link 3 icon" content="">
<meta name="text:Link 3" content="">
<meta name="text:Link 3 URL" content="">
<meta name="text:Link 4 icon" content="">
<meta name="text:Link 4" content="">
<meta name="text:Link 4 URL" content="">
<meta name="text:Link 5 icon" content="">
<meta name="text:Link 5" content="">
<meta name="text:Link 5 URL" content="">
<meta name="text:Link 6 icon" content="">
<meta name="text:Link 6" content="">
<meta name="text:Link 6 URL" content="">
<meta name="text:&#917536;&#x200B;&#x200B;" content="&#x2501;&#x2501;&#x2501;&#x2501;&#x2501;&#x2501;&#x2501;&#x2501;&#xF3A;&#x2740;&#xF3B;&#x2501;&#x2501;&#x2501;&#x2501;&#x2501;&#x2501;&#x2501;&#x2501;&NewLine;">
<meta name="text:sidebar icon hover title" content="return home">
<!-------------------------------------------------------------------->
<style type="text/css">
@font-face { font-family: "big noodle titling"; src: url('//glen-assets.github.io/fonts/big_noodle_titling_oblique.ttf'); }
@font-face { font-family: "pixeloperator bold"; src: url('//glen-assets.github.io/fonts/PixelOperator-Bold.ttf'); }
/*--------------------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};
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:calc(5px + 50px)!important;
right:5px!important;
position:fixed!important;
opacity:0.7;
{block:ifdarktumblrcontrols}
filter:invert(100%) hue-rotate(180deg);
-webkit-filter:invert(100%) hue-rotate(180deg);
opacity:1;
{/block:ifdarktumblrcontrols}
transform:scale(0.6,0.6);
-webkit-transform:scale(0.6,0.6);
transform-origin:100% 0;
z-index:999999!important;
transition:0.3s ease-in-out;
}
iframe#tumblr_controls:hover, .iframe-controls--desktop:hover {
opacity:1;
}
/*--------------------SCROLLBAR--------------------*/
::-webkit-scrollbar {
height:5px;
width:5px;
}
::-webkit-scrollbar-thumb {
background-color:{color:scrollbar};
}
::-webkit-scrollbar-track {background-color:{color:scrollbar background};}
* { scrollbar-width: thin }
/*--------------------TEXT HIGHLIGHT--------------------*/
::selection {
background: {color:highlight};
color:{color:highlighted text};
}
::-moz-selection {
background: {color:highlight};
color:{color:highlighted text};
}
/*--------------------BASICS--------------------*/
body {
background:{color:background};
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:{color:blockquote};
margin:10px;
}
b, strong {font-weight:bold;color: {color:Bold};}
.non a {
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;
}
a, .lnr, .bloom {
-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} + 6px);
font-family:big noodle titling;
text-transform: uppercase;
letter-spacing: 2px;
color:{color:text};
text-align:center;
font-weight:normal;
}
.pp p:first-child {margin-top:0px;}
/*-----------------BACKGROUND-----------------*/
#background {
position:fixed;
top:0;
left:0;
width:100%;
height:100vh;
z-index:-1;
background:{color:background} url({image:background image});
background-attachment:fixed;
background-repeat:repeat;
{block:iffullsizedbackground}background-repeat:no-repeat; background-size: cover; background-position:center;{/block:iffullsizedbackground}
{block:ifbackgroundblur}
-webkit-filter: blur(7px);
-moz-filter: blur(7px);
o-filter: blur(7px);
{/block:ifbackgroundblur}
}
/*-----------------TOP BAR-----------------*/
#tofu {
position:fixed;
top:0;margin-top:0px;
left:0;margin-left:0px;
width:100vw;
height:50px;
background-color:{color:top bar background};
display:table;
overflow:hidden;
z-index:3;
}
#tablesalt {
display:table-cell;
vertical-align:middle;
}
.sugary {
float:left;
margin-left:26px;
font-family:big noodle titling;
font-size:18px;
letter-spacing:2px;
color:{color:top bar title};
}
.coffee {
position:absolute;
top:0;margin-top:0px;
right:0;margin-right:0px;
display:flex;
}
.coffee > * {
align-self:center;
-webkit-align-self:center;
}
.coffee a {
display:inline-block;
padding:16px 18px;
}
.coffee a:last-child {padding-right:calc(18px + 9px);}
.coffee a:hover {
background-color:{color:custom links background hover};
}
.botch {
display:flex;
}
.botch > * {
align-self:center;
-webkit-align-self:center;
}
.botch .lnr {
margin-right:9px;
font-size:14px;
color:{color:custom links icon}; /* custom links icon color */
}
.coffee a:hover .lnr {
color:{color:custom links icon hover};
}
.bloom {
font-family:pixeloperator bold;
font-size:12px;
text-transform:uppercase;
letter-spacing:0.3px;
color:{color:custom links};
}
.coffee a:hover .bloom {
color:{color:custom links hover};
}
/*-----------------CONTAINER-----------------*/
#container {
position:absolute;
margin:0 auto;
margin-top:calc(50px + {select:post spacing});
margin-bottom:{select:post spacing};
top:0;left:0;right:0;
width:calc({select:post width} + ({select:post padding} * 2) + {select:center gap} + {select:sidebar icon size} + ({select:sidebar icon border} * 2) + {select:sidebar line width} + {select:desc width} + 10px + 30px);
}
#nudge {
}
/*-----------------SIDEBAR-----------------*/
#cotton {
position:fixed;
bottom:0;margin-bottom:50px;
margin-left:calc(({select:post width} + {select:post padding} * 2) + {select:center gap});
/* total post width + gap between posts and sb */
}
.potaeto {
margin-left:calc({select:sidebar icon size} + ({select:sidebar icon border} * 2) + {select:sidebar line width} + (({select:desc width} - {select:sidebar image width}) / 2));
width:{select:sidebar image width};
vertical-align:middle;
}
#chilis {
margin-top:-2.5px;
display:flex;
}
#chilis > * {
align-self:center;
-webkit-align-self:center;
}
.kao {
width:{select:sidebar icon size};
height:{select:sidebar icon size};
background-color:{color:sidebar borders};
border-radius:100%;
border:{select:sidebar icon border} solid {color:sidebar borders};
}
.bitline {
margin-left:-1px;
width:calc({select:sidebar line width} + 1px);
height:{select:sidebar icon border};
background:{color:sidebar borders};
}
.chips {
height:calc({select:sidebar icon size} + ({select:sidebar icon border} * 2));
width:calc({select:desc width} - {select:sidebar icon border});
background-color:{color:desc background};
{block:ifenabletransparency}background-color:rgba({RGBcolor:desc background},{select:transparency});{/block:ifenabletransparency}
border-left:{select:sidebar icon border} solid {color:sidebar borders};
border-radius:3px;
}
.silk {
height:calc(100% - ({text:description padding}px * 2));
padding:{text:description padding}px;
}
.desc {
padding-right:calc({text:description padding}px - 4px);
height:100%;
overflow:auto;
font-family:{select:desc font family};
font-size:{select:desc font size};
color:{color:desc text};
text-align:{select:desc text align};
line-height:1.65em;
}
.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:link hover},0.4);
}
.desc p:last-child {margin-bottom:0px}
.desc::-webkit-scrollbar {
width:9px;
height:9px;
}
.desc::-webkit-scrollbar-track {
{block:ifenabletransparency}
background-color:transparent;
{/block:ifenabletransparency}
{block:ifnotenabletransparency}
background-color:{color:desc background};
{/block:ifnotenabletransparency}
}
.desc::-webkit-scrollbar-thumb {
background-color:{color:desc scrollbar};
{block:ifenabletransparency}
border:4px solid transparent;
background-clip:content-box;
{/block:ifenabletransparency}
{block:ifnotenabletransparency}
border:4px solid {color:desc background};
{/block:ifnotenabletransparency}
}
.slushie {
margin-left:10px;
width:calc(14px + 16px);
}
.slushie a {
display:inline-block;
margin:10px 0px;
}
.slushie a:first-child {margin-top:0px}
.slushie a:last-child {margin-bottom:0px}
.slushie .lnr {
padding:8px;
background-color:{color:sidebar nav links bg};
border-radius:3px;
font-size:13px;
color:{color:sidebar nav links icon};
}
.slushie .lnr:hover {
background-color:{color:sidebar nav links bg hover};
color:{color:sidebar nav links icon hover};
}
/*--------------------POSTS--------------------*/
.posts {
overflow:hidden;
margin-bottom:{select:post spacing};
width:{select:post width};
padding:{select:post padding};
background-color:{color:post};
{block:ifenabletransparency}background-color:rgba({RGBcolor:post},{select:transparency});{/block:ifenabletransparency}
}
{block:PermalinkPage}
.posts:last-of-type {margin-bottom:0px;}
{/block:PermalinkPage}
.posts a {
color:{color:link};
padding-bottom:1px;
border-bottom:0.5px solid rgba({RGBcolor:link},0.4);
}
.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};
padding-top:{select:post padding};
width:calc(100% + ({select:post padding} * 2));
border-top:1px solid {color:permalink border};
{block:ifenabletransparency}border-top:1px solid rgba({RGBcolor:permalink border},0.7);{/block:ifenabletransparency}
}
.perma {
float:left;
margin-left:{select:post padding};
text-transform:uppercase;
letter-spacing:1px;
font-size:calc({select:font size} - 2.5px);
}
.perma a {
margin-right:14px;
color:{color:permalink};
}
.perma a:hover {color:{color:permalink hover};}
.tagsin {
margin-top:5px;
margin-bottom:-3px;
margin-right:-3px;
text-transform:uppercase;
letter-spacing:1.3px;
line-height:1.5em;
font-size:calc({select:font size} - 4.5px);
text-align:right;
}
.tagsin a {
display:inline-block;
margin:3px;
color:{color:tags};
}
.tagsin a:hover {color:{color:tags hover};}
.vinegar {
float:right;
margin-right:{select:post padding};
}
/* -- 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 -- */
.controls li {
position:relative;
display:inline-block;
margin:0 4px;
list-style-type:none;
}
.controls li:first-child {margin-left:0px;}
.controls li:last-child {margin-right:0px;}
/* both svg colors */
.controls .lnr {
font-size:{select:font size};
color:{color:permalink};
}
.controls .like .liked + .lnr {color:#ec5a5a;}
.controls .like .like_button {
position:absolute;
width:{select:font size};
height:{select:font size};
margin-top:2px;
}
.controls .like .like_button iframe {
position:absolute;
top:0;left:0;bottom:0;right:0;
width:100%;height:100%;
z-index:2;
opacity:0.0000001;
}
/*--------------------POST NOTES--------------------*/
ol.notes {
width:calc({select:post width} + ({select:post padding} * 2));
padding:0px;
margin-top:30px;
list-style-type:none;
color:{color:pagination text};
}
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;
}
ol.notes a {
color:{color:pagination link};
}
/*---------------------------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.15) !important;
}
.tmblr-lightbox, #tumblr_lightbox {
background-color:rgba({RGBcolor:post},0.78) !important;
z-index:99999999999999999999999999999 !important;
}
/*---------------------------QUOTES---------------------------*/
.daydreamer {
margin-top:6px;
margin-bottom:10px;
text-align:center;
}
.daydreamer .sf {
color:{color:text};
padding:7px 10px 2px 10px;
font-size:calc({select:font size} + 5px);
}
.daydreamer::before {
content:"";
position:absolute;
margin-top:8px;
margin-left:calc(-{select:post width} / 4);
width:calc({select:post width} / 4);
height:1px;
background:-webkit-linear-gradient(left, transparent 0%, {color:text} 80%, transparent 100%);
}
.daydreamer::after {
content:"";
position:absolute;
margin-top:8px;
margin-left:0px;
width:calc({select:post width} / 4);
height:1px;
background:-webkit-linear-gradient(right, transparent 0%, {color:text} 80%, transparent 100%);
}
.quote {
font-family:big noodle titling;
text-transform:uppercase;letter-spacing:1.3px;
font-size:calc({select:font size} + 6px);
text-align:center;
}
.quotesource {
text-align:center;
margin-top:10px;
}
/*---------------------------CHATS---------------------------*/
.chat {
line-height:2em;
list-style:none;
}
.line.odd {
background-color:{color:question and chat background};
{block:ifenabletransparency}background-color:rgba({RGBcolor:question and chat background},{select:transparency});{/block:ifenabletransparency}
padding:5px;
list-style:none;
color:{color:question and chat text};
}
.line.even {
background:{color:post};
padding:5px;
list-style:none;
}
.label.odd, .label.even {
padding-right:1px;
text-transform:uppercase;
font-weight:bold;
}
.label.odd {color:{color:question and chat text};}
.label.even {color:{color:text};}
p.npf_chat { font-family:Courier; font-size:{select:font size}; }
/*---------------------------ASKS---------------------------*/
.q-wrap {
padding:10px;
background-color:{color:question and chat background};
{block:ifenabletransparency}background-color:rgba({RGBcolor:question and chat background},{select:transparency});{/block:ifenabletransparency}
min-height:64px;
}
.question {
margin-left:75px;
color:{color:question and chat text};
}
.askimg {
position:absolute;
width:64px;height:64px;
}
.asker, .asker b, .asker a {
text-transform:uppercase;color:{color:question and chat 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;
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%);
}
/*------------------------BOT PAGI------------------------*/
.botpagi {
width:calc({select:post width} + ({select:post padding} * 2));
text-align:center;
padding-top:15px;
border-top:1px solid {color:pagination border};
{block:ifenabletransparency}border-top:1px solid rgba({RGBcolor:pagination border},0.7);{/block:ifenabletransparency}
margin-bottom:calc(0px - 10px + {select:post spacing});
}
/* 'Current page' number */
.botpagi span {
font-size:9px;
color:{color:pagination text};
padding:3px 5px;
width:9px;
display:inline-block;
margin-left:5px;
text-align:center;
}
/* Other page numbers */
.botpagi a {
font-size:9px;
color:{color:pagination link};
padding:3px 5px;
width:9px;
display:inline-block;
margin-left:2px;
text-align:center;
}
#scrollToTop:link, #scrollToTop:visited {
display: none;
position: fixed;
bottom: 15px;
right: 15px;
z-index:10000;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
#scrollToTop img {
width:32px;
}
#scrollToTop:hover {
bottom:23px;
}
</style>
</head>
<body>
{block:ifscrolltotopbutton}
<script src="//static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
<a href="javascript:;" id="scrollToTop" rel="nofollow" title="Go to Top"><img src="{image:scroll to top button image}"/></a>
{/block:ifscrolltotopbutton}
<div id="background"></div>
<div id="tofu">
<div id="tablesalt">
<div class="sugary">
{block:ifcustomtoptitle}{text:custom top title}{/block:ifcustomtoptitle}
{block:ifnotcustomtoptitle}{Title}{/block:ifnotcustomtoptitle}
</div><!--sugary-->
<div class="coffee">
{block:ifLink1}
<a href="{text:Link 1 URL}">
<div class="botch">
{block:ifLink1icon}<span class="lnr {text:Link 1 icon}"></span>{/block:ifLink1icon}
<span class="bloom">{text:Link 1}</span>
</div></a>{/block:ifLink1}
{block:ifLink2}
<a href="{text:Link 2 URL}">
<div class="botch">
{block:ifLink2icon}<span class="lnr {text:Link 2 icon}"></span>{/block:ifLink2icon}
<span class="bloom">{text:Link 2}</span>
</div></a>{/block:ifLink2}
{block:ifLink3}
<a href="{text:Link 3 URL}">
<div class="botch">
{block:ifLink3icon}<span class="lnr {text:Link 3 icon}"></span>{/block:ifLink3icon}
<span class="bloom">{text:Link 3}</span>
</div></a>{/block:ifLink3}
{block:ifLink4}
<a href="{text:Link 4 URL}">
<div class="botch">
{block:ifLink4icon}<span class="lnr {text:Link 4 icon}"></span>{/block:ifLink4icon}
<span class="bloom">{text:Link 4}</span>
</div></a>{/block:ifLink4}
{block:ifLink5}
<a href="{text:Link 5 URL}">
<div class="botch">
{block:ifLink5icon}<span class="lnr {text:Link 5 icon}"></span>{/block:ifLink5icon}
<span class="bloom">{text:Link 5}</span>
</div></a>{/block:ifLink5}
{block:ifLink6}
<a href="{text:Link 6 URL}">
<div class="botch">
{block:ifLink6icon}<span class="lnr {text:Link 6 icon}"></span>{/block:ifLink6icon}
<span class="bloom">{text:Link 6}</span>
</div></a>{/block:ifLink6}
</div>
</div><!--tablesalt-->
</div><!--tofu-->
<!---- main shit ---->
<div id="container">
<div id="cotton">
<img class="potaeto" src="{image:sidebar render}">
<div id="chilis">
<a href="/" title="{text:sidebar icon hover title}">
<img class="kao" src="{image:sidebar icon}"></a>
<div class="bitline"></div>
<div class="chips">
<div class="silk">
<div class="desc">{Description}</div>
</div><!--silk-->
</div><!--chips-->
<div class="slushie">
<a href="/" title="home"><span class="lnr lnr-home"></span></a>
<a href="/ask" title="message"><span class="lnr lnr-envelope"></span></a>
<!--PLEASE DO NOT REMOVE THE CREDIT, THANK YOU! :)-->
<a href="//glenthemes.tumblr.com" title="theme by glenthemes"><span class="lnr lnr-code"></span></a>
</div><!--slushie-->
</div><!--chilis-->
</div><!--cotton-->
<div id="nudge">
{block:Posts inlineMediaWidth="1280" inlineNestedMediaWidth="1280"}
<div class="posts" id="{PostID}" post-type="{PostType}">
{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"><span class="sf sf-quotation-mark"></span></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 nonn">
{block:Tags}
<a href="{TagURL}">#{Tag}</a>
{/block:Tags}
</div><!--tagsin-->
{/block:HasTags}
<div class="permawrap">
<div class="perma nonn">
<a href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}</a>
<a href="{Permalink}">{24Hour}:{Minutes}</a>
<a href="{Permalink}">{NoteCountWithLabel}</a>
</div><!--perma-->
{Block:IndexPage}
<div class="vinegar non">
<!----POST CONTROLS---->
<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><!--permawrap-->
{/block:Date}
{/block:IndexPage}
<!-----------PERMA ON PERMAPAGE----------->
{block:PermalinkPage}
{block:Date}
<div class="permawrap">
<div class="perma nonn">
<a href="{Permalink}">
<b>{Year}.{MonthNumberWithZero}.{DayOfMonthWithZero}</b>
</a>
<a href="{Permalink}">{NoteCountWithLabel}</a>
{block:RebloggedFrom}
<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>
{block:ContentSource}
<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
{/block:ContentSource}
{/block:RebloggedFrom}
{block:HasTags}
<div class="tagsin nonn" style="text-align:left;">
{block:Tags}
<a href="{TagURL}">#{Tag}</a>
{/block:Tags}
</div><!--tagsin-->
{/block:HasTags}
</div><!--perma-->
</div><!--permawrap-->
{block:Date}
{block:PermalinkPage}
</div><!--posts-->
{block:PostNotes}
{PostNotes}
{/block:PostNotes}
{/block:Posts}
{block:Pagination}
<div class="botpagi">
{block:PreviousPage}<a title="Previous Page" href="{PreviousPage}">«</a>{/block:PreviousPage}
{block:JumpPagination length="6"}
{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-->
</div><!--cont-->
</body>
</html>