themes/16-Blue-Moon-BLACK

1466 lines
40 KiB
Plaintext

<!-----------------------------------------------------------------------
Theme [16]: Blue Moon [black version]
Made by glenthemes
Blue version: pastebin.com/tsqprL8v
Initial release: 2015/12/23
Major code update: 2018/05/25
Last updated: 2023/07/28
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.
------------------------------------------------------------------------>
<!DOCTYPE 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:120,
tip_fade_speed:120,
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:rgba({RGBcolor:bold},0.2) !important; padding:5px 10px 5px 0px !important} .play-pause{color:{color:bold} !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 type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.4/SmoothScroll.js"></script>
{/block:ifsmoothscrolling}
<link href="//fonts.googleapis.com/css?family=Economica|Open+Sans|Quicksand" rel="stylesheet">
<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>
{block:ifshowmusicplayer}
<script src="//static.tumblr.com/2pnwama/lnLppjutr/gletanica.js"></script>
{/block:ifshowmusicplayer}
<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: 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:text};
--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:bold};
--NPF-Audio-Buttons-Padding: 10px;
--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:rgba({RGBcolor:bold},0.2);
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/c0a4e7cc4f5c2882a7779a37b63132bf/2pnwama/q63p92nj4/tumblr_static_ai4gisbrduoksss8sokkk0kww.png"/>
<meta name="image:sidebar image" content="//static.tumblr.com/c38fa56037a6145b7b7a54ea4d343418/gtjt4bo/mTyp9a43i/tumblr_static_9xczv23qs7k8ok88cwwcc8ggs.png"/>
<!--------------------COLORS-------------------->
<meta name="color:background" content="#f7f7f7"/>
<meta name="color:music player color" content="#000">
<meta name="color:music player background" content="#181818">
<meta name="color:music player text" content="#ccc">
<meta name="color:post" content="#fff"/>
<meta name="color:post borders" content="#eee"/>
<meta name="color:post border accent" content="#000"/>
<meta name="color:text" content="#888"/>
<meta name="color:bold" content="#888">
<meta name="color:Italic" content="#888">
<meta name="color:Link" content="#000">
<meta name="color:Link Hover" content="#555">
<meta name="color:question and chat background" content="#fafafa"/>
<meta name="color:question and chat text" content="#888"/>
<meta name="color:tags" content="#000">
<meta name="color:tags hover" content="#ccc">
<meta name="color:permalink" content="#000">
<meta name="color:permalink hover" content="#ccc">
<meta name="color:sidebar background" content="#000">
<meta name="color:sidebar bar 1" content="#000">
<meta name="color:sidebar bar 2" content="#161516">
<meta name="color:sidebar bar 3" content="#333">
<meta name="color:description title" content="#fff">
<meta name="color:description title shadow" content="#000">
<meta name="color:description background" content="#000">
<meta name="color:desc text" content="#bbb">
<meta name="color:desc link" content="#eee">
<meta name="color:desc link hover" content="#eee">
<meta name="color:desc bold" content="#bbb">
<meta name="color:desc italic" content="#bbb">
<meta name="color:desc circular links background" content="#262626">
<meta name="color:desc circular links" content="#999">
<meta name="color:desc circular links background hover" content="#000">
<meta name="color:desc circular links hover" content="#ddd">
<meta name="color:custom links background" content="#181818">
<meta name="color:custom links" content="#ddd">
<meta name="color:custom links background hover" content="#181818">
<meta name="color:custom links hover" content="#ddd">
<meta name="color:scrollbar" content="#111"/>
<meta name="color:scrollbar background" content="#f7f7f7"/>
<meta name="color:highlight" content="#f3f3f3"/>
<meta name="color:highlighted text" content="#888"/>
<!-----------------DROPDOWN OPTS----------------->
<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:sidebar width" title="500px" content="500px">
<meta name="select:sidebar width" title="275px" content="275px">
<meta name="select:sidebar width" title="300px" content="300px">
<meta name="select:sidebar width" title="350px" content="375px">
<meta name="select:sidebar width" title="400px" content="400px">
<meta name="select:sidebar width" title="450px" content="450px">
<meta name="select:sidebar width" title="540px" content="540px">
<meta name="select:sidebar width" title="600px" content="600px">
<meta name="select:desc transparency" title="30%" content="0.7">
<meta name="select:desc transparency" title="0% (solid color)" content="1">
<meta name="select:desc transparency" title="10%" content="0.9">
<meta name="select:desc transparency" title="20%" content="0.8">
<meta name="select:desc transparency" title="40%" content="0.6">
<meta name="select:desc transparency" title="50%" content="0.5">
<meta name="select:desc transparency" title="60%" content="0.4">
<meta name="select:desc transparency" title="70%" content="0.3">
<meta name="select:desc transparency" title="80%" content="0.2">
<meta name="select:desc transparency" title="90%" content="0.1">
<meta name="select:desc transparency" title="100% (no color)" content="0">
<meta name="select:center gap" title="40px" content="40px">
<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="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="85px" content="85px">
<meta name="select:post width" title="500px" content="500px">
<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="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="5px" content="5px">
<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:post padding" title="30px" content="30px">
<meta name="select:photos spacing" title="10px" content="10px">
<meta name="select:photos spacing" title="0px" content="0px">
<meta name="select:photos spacing" title="2px" content="2px">
<meta name="select:photos spacing" title="4px" content="4px">
<meta name="select:photos spacing" title="6px" content="6px">
<meta name="select:photos spacing" title="8px" content="8px">
<meta name="select: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">
<!--------------------TOGGLES-------------------->
<meta name="if:show music player" content="1" />
<meta name="if:photo fade" content="0" />
<meta name="if:monochrome posts" content="0" />
<meta name="if:post borders" content="1" />
<meta name="if:smooth scrolling" content="0" />
<meta name="if:dark tumblr controls" content="0" />
<!-----------------TEXT FIELDS----------------->
<meta name="text:how to link music" content="linktr.ee/direct_file_links">
<meta name="text:music player mp3 URL" content="https://rhizo.gitlab.io/m/The_Relief.mp3">
<meta name="text:music player song name" content="The Relief">
<meta name="text:Link 1" content="Sample link 1">
<meta name="text:Link 1 URL" content="https://www.youtube.com/watch?v=6opktP4VBN0">
<meta name="text:Link 2" content="">
<meta name="text:Link 2 URL" content="">
<meta name="text:Link 3" content="">
<meta name="text:Link 3 URL" content="">
<meta name="text:Link 4" content="">
<meta name="text:Link 4 URL" content="">
<meta name="text:Link 5" content="">
<meta name="text:Link 5 URL" content="">
<meta name="text:Link 6" content="">
<meta name="text:Link 6 URL" content="">
<!-------------------------------------------------------------------->
<style type="text/css">
/*--------------------TOOLTIPS--------------------*/
#s-m-t-tooltip {
padding: 4px 9px;
margin: 26px 9px 0px 15px;
background-color: {color:post};
border-radius:5px;
border:1px solid rgba({RGBcolor:text},0.2);
font-family: open sans;
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.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
/*--------------------TUMBLR CONTROLS--------------------*/
iframe#tumblr_controls, .iframe-controls--desktop {
top:5px!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.8,0.8);
-webkit-transform:scale(0.8,0.8);
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 {
background-color:#f8f8f8;
height:7px;
width:7px;
}
::-webkit-scrollbar-thumb {
background-color:{color:scrollbar};
}
::-webkit-scrollbar-track {background-color:{color:scrollbar background};}
/*--------------------TEXT HIGHLIGHT--------------------*/
::selection {
background: {color:highlight};
color:{color:highlighted text};
}
::-moz-selection {
background: {color:highlight};
color:{color:highlighted text};
}
/*--------------------BASICS--------------------*/
body {
background:{color:background} url({image:background image});
background-attachment:fixed;
background-repeat:repeat;
color:{color:text};
cursor:normal;
font-family:open sans;
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};}
.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;
cursor:normal;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
a:hover {text-decoration:none;}
img {opacity:1;text-decoration:none;}
h1, h2, h3, h4, h5, h6 {
font-size:calc({select:font size} + 1px);
font-family:quicksand;
text-transform:uppercase;
letter-spacing:2px;
line-height:1.6em;
color:{color:text};
text-align:center;
}
/*-----------------CONT-----------------*/
#container {
position:absolute;
top:0;left:0;
margin-left:calc(25px + {select:sidebar width} + 30px + {select:center gap});
margin-top:{select:post spacing};
margin-bottom:{select:post spacing};
}
#nudge {
}
/*-----------------SIDEBAR-----------------*/
#jupiter {
position:fixed;
top:0;margin-top:0px;
left:0;margin-left:25px;
width:{select:sidebar width};
height:100%;
background-image:url('{image:sidebar image}');
background-size:cover;
background-color:{color:sidebar background};
}
#strip1, #strip2, #strip3 {
position:fixed;
top:0;margin-top:0px;
left:0;
height:100%;
}
#strip1 {
margin-left:0px;
width:25px;
background-color:{color:sidebar bar 1};
}
#strip2 {
margin-left:calc(25px + {select:sidebar width});
width:15px;
background-color:{color:sidebar bar 2};
}
#strip3 {
margin-left:calc(25px + {select:sidebar width} + 15px);
width:15px;
background-color:{color:sidebar bar 3};
}
.descwrap {
position:fixed;
bottom:0;margin-bottom:35px;
left:0;margin-left:calc((({select:sidebar width} - ({select:sidebar width} * 0.65)) / 2) + 30px);
}
.desc {
width:calc({select:sidebar width} * 0.65);
height:120px;
overflow:auto;
padding:10px;
background-color:rgba({RGBcolor:description background},{select:desc transparency});
font-size:calc({select:font size} - 1px);
color:{color:desc text};
text-align:center;
}
.desc a {
color:{color:desc link};
padding-bottom:1px;
border-bottom:0.5px solid rgba({RGBcolor:desc link},0.4);
}
.desc a:hover {
color:{color:desc link hover};
border-bottom:0.5px solid rgba({RGBcolor:desc link hover},0.4);
}
.desc b, .desc strong {
font-weight:bold;
color:{color:desc bold};}
.desc i, .desc em {color:{color:desc italic};}
.desc p:last-child {margin-bottom:0px;}
.tiddy {
margin-bottom:-3px;
width:calc({select:sidebar width} * 0.65);
text-align:left;
font-family:economica;
text-transform:uppercase;
font-style:italic;
letter-spacing:3px;
font-size:16px;
color:{color:description title};
text-shadow:1px 0px {color:description title shadow};
}
.flinks {
position:absolute;
width:30px;
margin-left:-45px;
}
.flinks a {
display:inline-block;
margin:9px 0;
}
.flinks .sf {
padding:7px 8px 5px 8px;
background-color:{color:desc circular links background};
border-radius:100%;
border:1px solid rgba({RGBcolor:desc circular links},0.7);
line-height:1em;
font-size:12px;
color:{color:desc circular links};
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.flinks .sf:hover {
background-color:{color:desc circular links background hover};
border:1px solid rgba({RGBcolor:desc circular links hover},0.7);
color:{color:desc circular links hover};
}
.clinks {
position:fixed;
bottom:0;margin-bottom:230px;
left:0;margin-left:25px;
}
.clinks a {
display:inline-block;
margin:4px 0;
padding:8px 10px;
background-color:{color:custom links background};
border-left:0px solid transparent;
text-transform:uppercase;
letter-spacing:2px;
line-height:1em;
font-size:8px;
color:{color:custom links};
}
.clinks a:hover {
background-color:{color:custom links background hover};
border-left:10px solid {color:sidebar bar 1};
color:{color:custom links hover};
}
/*--------------------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-top:1px solid {color:post borders};
border-right:1px solid {color:post borders};
border-bottom:3px solid {color:post border accent};
border-left:1px solid {color:post borders};
{/block:ifpostborders}
}
.posts:last-of-type {margin-bottom:0px;}
.posts a {
color:{color:link};
padding-bottom:1px;
border-bottom:0.5px solid rgba({RGBcolor:link},0.4);
}
.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:10px;
padding-top:15px;
border-top:1px solid rgba({RGBcolor:text},0.2);
}
.perma {
text-transform:uppercase;
letter-spacing:1px;
font-size:calc({select:font size} - 2.5px);
}
.perma a, .perma b {
color:{color:permalink};
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.perma a {margin-right:15px;}
.perma a:hover, .perma b:hover {color:{color:permalink hover};}
.tagsin {
margin-top:5px;
margin-right:-3px;
text-transform:uppercase;
font-style:italic;
letter-spacing:1.3px;
line-height:1.5em;
font-size:calc({select:font size} - 3.5px);
text-align:right;
}
.tagsin a {
display:inline-block;
margin:3px;
color:{color:tags};
}
.tagsin a:hover {color:{color:tags hover};}
.vinegar {float:right;}
/* -- Like + Reblog buttons (1/2) -- */
/* -- mikedidthis from StackOverflow: //stackoverflow.com/users/2312574/mikedidthis -- */
/* -- and tutorial by shythemes: //shythemes.tumblr.com/post/147903463743/custom-like-and-reblog-buttons -- */
.controls {
margin-right:calc({select:post padding} + 6px);
margin-top:-20px;
height:0px;
}
.controls a {
position:relative;
display:inline-block;
}
/* both svg colors */
.controls .sf {color:rgba({RGBcolor:permalink},0.9);}
.controls .rb .sf {
position:absolute;
margin-top:calc(({select:font size} - 1px) * -1);
margin-left:2px;
font-size:{select:font size};
}
.controls .like .sf {
position:absolute;
margin-top:calc(({select:font size} - 2px) * -1);
margin-left:calc(({select:font size} + 4px) * -1);
font-size:calc({select:font size} + 1px);
max-height:calc({select:font size} + 1px);
}
.controls .like .liked + .sf {color:#ec5a5a;}
.controls .like .like_button {
position:absolute;
margin-top:calc(({select:font size} - 1px) * -1);
margin-left:calc(({select:font size} + 5px) * -1);
width:calc({select:font size} + 3px);
height:calc({select:font size} + 3px);
}
.controls .like .like_button iframe {
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
width:100%;height:100%;
z-index:2;
opacity:0;
}
/*--------------------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;
margin-top:-{select:post padding}!important;
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:Quicksand;
text-transform:uppercase;letter-spacing:1px;
font-size:calc({select:font size} + 1px);
font-weight:bold;
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};
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};
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 rgba({RGBcolor:text},0.15);
margin-bottom:calc(0px - 10px + {select:post spacing});
}
/* 'Current page' number */
.botpagi span {
background-color:{color:post};
font-size:calc({select:font size} - 1px);
color:{color:Text};
padding:3px 5px;
width:9px;
display:inline-block;
margin-left:5px;
text-align:center;
}
/* Other page numbers */
.botpagi a {
background-color:{color:post};
font-size:calc({select:font size} - 1px);
color:{color:link};
padding:3px 5px;
width:9px;
display:inline-block;
margin-left:2px;
text-align:center;
}
{block:ifshowmusicplayer}
/* music player skin by vitanica */
#musicplayer {
position:fixed;
z-index:99;
top:0;margin-top:15px;
left:0;margin-left:40px;
display:flex;
-webkit-transition:all .7s ease;
-moz-transition:all .7s ease;
-o-transition:all .7s ease;
transition:all .7s ease;
}
#musicplayer > *, .play > * {align-self:center;-webkit-align-self:center}
.roundthing {
width:31px;
height:31px;
border-radius:100%;
background:{color:music player color}; /* icon background */
}
.roundthing img {
margin:8px;
width:15px;
}
.midline {
width:0px;
height:3px;
background:{color:music player color};
-webkit-transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
transition-delay: .9s;
-webkit-transition-delay: .9s;
}
#musicplayer:hover .midline {
width:20px;
transition-delay:0s;
-webkit-transition-delay:0s;
}
.play {
display:flex;
min-width:124px;
height:31px;
text-align: left;
padding:0px 10px;
background: {color:music player background}; /* player background */
border-left: 3px solid {color:music player color}; /* player border */
color:{color:music player text};
opacity: 0;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-o-transition: all .4s ease;
transition-delay: .4s;
-webkit-transition-delay: .4s;
}
.music-controls, .music-controls > * {
user-select:none;
-webkit-user-select:none;
width:11px;
font-size:11px;
cursor:pointer;
}
.pausee {display:none;}
.playtext {
margin-left:8px;
font-family:courier new;
font-size:9px;
}
#musicplayer:hover .play {
opacity:1;
transition-delay: .6s;
-webkit-transition-delay: .6s;
}
{/block:ifshowmusicplayer}
{CustomCSS}
</style>
</head>
<body>
{block:ifshowmusicplayer}
<div id="musicplayer">
<div class="roundthing">
<!--more music player gifs here:-->
<!--stewlate.tumblr.com/post/28218185078/music-player-gifs-->
<img src="//static.tumblr.com/n9vj50j/cxEn20wqg/12.gif"></div>
<div class="midline"></div>
<div class="play">
<div class="music-controls">
<div class="playy">►</div>
<div class="pausee">❚❚</div>
</div>
<div class="playtext">{text:music player song name}</div>
</div><!--play-->
<audio id="tune" src="{text:music player mp3 URL}" type="audio"></audio>
</div><!--musicplayer-->
{/block:ifshowmusicplayer}
<!---- SB ---->
<div id="jupiter"></div>
<div id="strip1"></div>
<div id="strip2"></div>
<div id="strip3"></div>
<div class="clinks">
{block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
<br>
{block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
<br>
{block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
<br>
{block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
<br>
{block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}
<br>
{block:ifLink6}<a href="{text:Link 6 URL}">{text:Link 6}</a>{/block:ifLink6}
</div><!--clinks-->
<div class="descwrap">
<div class="tiddy">{Title}</div>
<div class="flinks">
<a href="/"><span class="sf sf-home-o"></span></a>
<a href="/ask"><span class="sf sf-envelope-2-o"></span></a>
<a href="/archive"><span class="sf sf-calendar-o"></span></a>
<!-- PLEASE DO NOT REMOVE THE THEME CREDIT -->
<a href="//glenthemes.tumblr.com" title="theme by glenthemes"><span class="sf sf-tools-o"></span></a>
</div><!--flinks-->
<div class="desc">{Description}</div>
</div><!--descwrap-->
<!---- main shit ---->
<div id="container">
<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}
{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="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}">
<b>{Year}.{MonthNumberWithZero}.{DayOfMonthWithZero}</b>
</a>
<a href="{Permalink}">{NoteCountWithLabel}</a>
</div><!--perma-->
{Block:IndexPage}
<div class="vinegar non">
<!-- Like + Reblog buttons (2/2) -->
<div class="controls">
<a href="#" class="like" title="like this post?">{LikeButton}
<span class="sf sf-heart-2-o"></span>
</a>
<a href="{ReblogURL}" class="rb" title="reblog this post?" target="_blank" class="reblog">
<span class="sf sf-reblog"></span>
</a>
</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="8"}
{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>