themes/31-Fabricated

1495 lines
42 KiB
Plaintext

<!-----------------------------------------------------------------------
Theme [31]: Fabricated
Made by glenthemes
Initial release: 2018/06/20
Last updated: 2023/08/17
What's new:
✱ NPF audio post support
✱ improved music player options
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: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> .audio-player{background:{color:post accent background} !important; padding:5px 10px 5px 0px !important} .play-pause{color:{color:post accent text} !important; font-size:15px!important; padding:0 9.5px!important} </style>"));
});
});
</script>
<link href="//static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet">
<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>
<!-- iframes fix: @nouvae -->
<!-- https://maglit.me/nouvae-flexibleframes -->
<script src="//rawgit.com/robinpx/tumblr/master/scripts/flexibleFrames/flexibleFrames.min.js"></script>
<script>
$(document).ready(function(){
flexibleFrames($(".video"));
})
</script>
{block:ifsmoothscrolling}
<script src="//cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.4/SmoothScroll.js"></script>
{/block:ifsmoothscrolling}
{block:IndexPage}
{block:iftwocolumns}
<script src="//static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
<script>
$(window).load(function () {
$('.semicontainer').masonry({
itemSelector : ".posts",
},
function() { $('.semicontainer').masonry({ appendedContent: $(this) }); }
);
});
</script>
{/block:iftwocolumns}
{/block:IndexPage}
<link href="//fonts.googleapis.com/css?family=Inconsolata|Karla|Muli|Open+Sans|Quicksand" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family={select:font}" 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>
<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;
}
</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: rgba({RGBcolor:text},0.2);
--Poll-Option-Padding: 9px;
--Poll-Option-Font-Size: {select:font size};
--Poll-Option-Spacing: 10px;
--Poll-Option-Text-Color: {color:text};
--Poll-Option-HOVER-Border-Color: {color:post accent background};
--Poll-Option-HOVER-Background-Color: {color:post accent background};
--Poll-Option-HOVER-Text-Color: {color:post accent 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:post accent text};
--NPF-Audio-Buttons-Padding: 9px;
--NPF-Audio-Buttons-Spacing: calc((var(--NPF-Audio-Buttons-Padding) * 2) + 18px);
--NPF-Audio-Image-Spacing: 0.9rem;
padding:7px 0 7px 0px;
}
.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:post accent 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:background image" content=""/>
<meta name="image:sidebar image" content="https://assets.tumblr.com/images/x.gif"/>
<!--------------------COLORS-------------------->
<meta name="color:background" content="#fdfdfd"/>
<meta name="color:top bar background" content="#000">
<meta name="color:top bar text" content="#fff">
<meta name="color:sidebar borders" content="#ebebeb">
<meta name="color:description background" content="#000">
<meta name="color:description text" content="#eee">
<meta name="color:post" content="#fff"/>
<meta name="color:post borders" content="#eee"/>
<meta name="color:text" content="#999"/>
<meta name="color:bold" content="#999">
<meta name="color:Italic" content="#999">
<meta name="color:Link" content="#000">
<meta name="color:Link Hover" content="#aaa">
<meta name="color:post accent background" content="#fafafa"/>
<meta name="color:post accent text" content="#817f82"/>
<meta name="color:permalink background" content="#222">
<meta name="color:permalink" content="#ddd">
<meta name="color:permalink hover" content="#ddd">
<meta name="color:tags" content="#666">
<meta name="color:tags hover" content="#aaa">
<meta name="color:custom links color 1" content="#000">
<meta name="color:custom links color 2" content="#fff">
<meta name="color:scrollbar" content="#333"/>
<meta name="color:scrollbar background" content="#f8f8f8"/>
<meta name="color:highlight" content="#f3f3f3"/>
<meta name="color:highlighted text" content="#555"/>
<!--------------DROPDOWN OPTS-------------->
<meta name="select:&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;" title="" content="">
<meta name="select:music player" title="show" content="show">
<meta name="select:music player" title="hide" content="hide">
<meta name="select:font" title="Inconsolata" content="Inconsolata"/>
<meta name="select:font" title="Karla" content="Karla"/>
<meta name="select:font" title="Lato" content="Lato"/>
<meta name="select:font" title="Lora" content="Lora"/>
<meta name="select:font" title="Muli" content="Muli"/>
<meta name="select:font" title="Open Sans" content="Open Sans"/>
<meta name="select:font" title="Quicksand" content="Quicksand"/>
<meta name="select:font size" title="11px" content="11px">
<meta name="select:font size" title="10px" content="10px">
<meta name="select:font size" title="12px" content="12px">
<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:top bar title size" title="11px" content="11px">
<meta name="select:top bar title size" title="9px" content="9px">
<meta name="select:top bar title size" title="10px" content="10px">
<meta name="select:top bar title size" title="12px" content="12px">
<meta name="select:top bar title size" title="13px" content="13px">
<meta name="select:top bar title size" title="14px" content="14px">
<meta name="select:top bar title size" title="15px" content="15px">
<meta name="select:&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2060;" title="" content="">
<meta name="select:sidebar width" title="250px" content="250px">
<meta name="select:sidebar width" title="150px" content="150px">
<meta name="select:sidebar width" title="175px" content="175px">
<meta name="select:sidebar width" title="200px" content="200px">
<meta name="select:sidebar width" title="225px" content="225px">
<meta name="select:sidebar width" title="275px" content="275px">
<meta name="select:sidebar width" title="300px" content="300px">
<meta name="select:sidebar width" title="325px" content="325px">
<meta name="select:sidebar width" title="350px" content="350px">
<meta name="select:&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2060;&#x2060;" title="" content="">
<meta name="select:center gap" title="80px" content="80px">
<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="85px" content="85px">
<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:&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2060;&#x2060;&#x2060;" title="" content="">
<meta name="select:post width" title="250px" content="250px">
<meta name="select:post width" title="200px" content="200px">
<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 width large" title="500px" content="500px">
<meta name="select:post width large" title="200px" content="200px">
<meta name="select:post width large" title="250px" content="250px">
<meta name="select:post width large" title="300px" content="300px">
<meta name="select:post width large" title="350px" content="350px">
<meta name="select:post width large" title="400px" content="400px">
<meta name="select:post width large" title="450px" content="450px">
<meta name="select:post width large" title="540px" content="540px">
<meta name="select:post width large" 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="2px" content="2px">
<meta name="select:photos spacing" title="0px" content="0px">
<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:photos spacing" title="10px" content="10px">
<meta name="select:post spacing" title="40px" content="20px">
<meta name="select:post spacing" title="20px" content="10px">
<meta name="select:post spacing" title="30px" content="15px">
<meta name="select:post spacing" title="50px" content="25px">
<meta name="select:post spacing" title="60px" content="30px">
<meta name="select:post spacing" title="70px" content="35px">
<meta name="select:post spacing" title="80px" content="40px">
<meta name="select:&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2060;&#x2060;&#x2060;&#x2060;" title="" content="">
<!--------------TOGGLE OPTS-------------->
<meta name="if:two columns" 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:show tags on front page" content="1" />
<meta name="if:smooth scrolling" content="0" />
<meta name="if:dark tumblr controls" content="0" />
<!-------------TEXT OPTS------------->
<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="https://rhizo.gitlab.io/nier/Amusement_Park.mp3">
<meta name="text:song name" content="Amusement Park">
<meta name="text:song volume" content="90%">
<meta name="text:&#917536;&#x2060;" content="&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&NewLine;">
<meta name="text:top bar title" content="">
<meta name="text:&#917536;&#x2060;&#x2060;" content="&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&#x2002;&#x13083;&#x2002;&#x2235;&NewLine;">
<meta name="text:Link 1" content="Sample link 1">
<meta name="text:Link 1 URL" content="https://youtube.com/watch?v=JmAEPxvgkbA">
<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>
/*--------------------TOOLTIPS--------------------*/
#s-m-t-tooltip {
padding: 3.5px 9px;
margin: 26px 9px 0px 15px;
background-color: {color:top bar background};
font-family: quicksand;
font-size: calc({select:font size} - 3px);
text-transform: uppercase;
letter-spacing:1px;
color: {color:top bar 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;
{block:ifdarktumblrcontrols}
filter:invert(100%) hue-rotate(180deg);
-webkit-filter:invert(100%) hue-rotate(180deg);
opacity:1;
{/block:ifdarktumblrcontrols}
transform:scale(0.7,0.7);
-webkit-transform:scale(0.7,0.7);
-moz-transform:scale(0.7,0.7);
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:6px;
width:6px;
}
::-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:{select:font};
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;
text-decoration:none;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
a:hover {text-decoration:none;}
img {
opacity:1;
text-decoration:none;
border:0px solid transparent;
}
h1 {
margin-top:0px;
padding:10px;
background-color:{color:post accent background};
border-bottom:3px solid rgba({RGBcolor:post accent text},0.1);
color:{color:post accent text}!important;
}
h1 a {
color:{color:post accent text}!important;
}
h1, h2, h3, h4, h5, h6 {
font-size:calc({select:font size} + 1px);
font-family:quicksand;
text-transform: uppercase;
letter-spacing: 2px;
color:{color:text};
text-align:center;
line-height:1.6em;
}
.pp p:first-child {margin-top:0px;}
/*-----------------TOPSHIT-----------------*/
#yorha {
position:fixed;
top:0;margin-top:0px;
left:0;margin-left:0px;
width:100%;
height:50px;
background-color:{color:top bar background};
display:table;
z-index:10;
}
#park {
display:table-cell;
vertical-align:middle;
}
.nines, .nines a {
padding:16px 0;
text-align:center;
font-family:quicksand, "KaiTi", "楷体", STKaiti, "华文楷体", serif;
text-transform:uppercase;
letter-spacing:1px;
font-size:{select:top bar title size};
color:{color:top bar text};
}
/*-----------------PLAYER-----------------*/
#yolk {
position:fixed;
top:0;margin-top:0px;
left:0;margin-left:20px;
height:50px;
display:table;
z-index:11;
}
#pearl {
display:table-cell;
vertical-align:middle;
}
[mplayer="hide"] #yolk { display:none; }
[mplayer="show"] [music-player]{
color:rgba({RGBcolor:top bar text},0.9);
}
[mplayer="show"] [music-player] .sf {
margin:0 -2px;
font-size:calc({select:font size} - 1.5px);
line-height:0;
}
[mplayer="show"] [music-player] .player-text {
font-size:{select:font size};
}
/*-----------------CONT-----------------*/
#container {
position:absolute;
margin:0 auto;
margin-top:calc(50px + 40px);
top:0;left:0;right:0;
{block:IndexPage}/*----------*/
{block:iftwocolumns}
margin-bottom:calc(({select:post spacing} * 2) + 37px);
width:calc(({select:post width} * 2) + ({select:post padding} * 4) + ({select:post spacing} * 2) + {select:center gap} + {select:sidebar width});
{/block:iftwocolumns}
{block:ifnottwocolumns}
margin-bottom:calc({select:post spacing} + 37px);
width:calc({select:post width} + ({select:post padding} * 2) + {select:center gap} + {select:sidebar width});
{/block:ifnottwocolumns}
{/block:IndexPage}/*----------*/
{block:PermalinkPage}
margin-bottom:{select:post spacing};
width:calc({select:post width large} + ({select:post padding} * 2) + {select:center gap} + {select:sidebar width});
{/block:PermalinkPage}
}
.semicontainer {
{block:IndexPage}/*----------*/
{block:iftwocolumns}
margin-top:-{select:post spacing};
margin-left:calc(-{select:post spacing} + {select:sidebar width} + {select:center gap});
width:calc(({select:post width} * 2) + ({select:post padding} * 4) + ({select:post spacing} * 5));
{/block:iftwocolumns}
{block:ifnottwocolumns}
margin-left:calc({select:sidebar width} + {select:center gap});
{/block:ifnottwocolumns}
{/block:IndexPage}/*----------*/
{block:PermalinkPage}
margin-left:calc({select:sidebar width} + {select:center gap});
{/block:PermalinkPage}
}
#nudge {
}
#galaxy {
position:fixed;
top:0;margin-top:50px;
/* total post width + gap between posts and sb */
margin-left:0px;
width:{select:sidebar width};
text-align:center;
}
.string1, .string2 {background-color:{color:sidebar borders};}
.string1 {
position:absolute;
margin-left:30px;
width:1px;
height:40px;
}
.string2 {
position:absolute;
right:0;margin-right:30px;
width:1px;
height:40px;
}
.pepper {
margin-top:40px;
width:calc(100% - 42px);
height:auto;
padding:20px;
border:1px solid {color:sidebar borders};
vertical-align:middle;
}
.desc {
margin-top:15px;
padding:10px;
background-color:{color:description background};
color:{color:description text};
font-size:{select:font size};
}
.desc a {
padding-bottom:1px;
border-bottom:0.5px solid rgba({RGBcolor:description text},0.4);
}
.desc a, .desc b, .desc i {color:{color:description text};}
.desc p:last-child {margin-bottom:0px;}
/*-----------------CUSTOM LINKS-----------------*/
#custard {
position:absolute;
margin-top:40px;
margin-left:-35px;
width:24px;
}
.eggo {
margin-bottom:10px;
width:7px;
height:7px;
padding:3px;
background-color:{color:custom links color 1};
border:5px double {color:custom links color 2};
border-radius:5px;
}
.eggo:hover {
width:12px;
height:12px;
background-color:{color:custom links color 1};
border:2.5px solid {color:custom links color 2};
}
/*--------------------POSTS--------------------*/
.posts {
{block:IndexPage}
margin:{select:post spacing} {select:post spacing} calc({select:post spacing} + 37px) {select:post spacing};
width:{select:post width};
{/block:IndexPage}
/* ex: margintop marginright (marginbot+perma) marginleft*/
{block:PermalinkPage}
margin-bottom:{select:post spacing};
width:{select:post width large};
{/block:PermalinkPage}
padding:{select:post padding};
background-color:{color:post};
{block:ifpostborders}border:1px solid {color:post borders};{/block:ifpostborders}
}
{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:PermalinkPage}
width:{select:post width large};
{/block:PermalinkPage}
{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 {
position:absolute;
margin-top:{select:post padding};
{block:IndexPage}/*-----*/
{block:ifpostborders}
margin-left:calc(-{select:post padding} - 1px);
width:calc({select:post width} + (({select:post padding} - 15px) * 2) + 2px);
{/block:ifpostborders}
{block:ifnotpostborders}
margin-left:-{select:post padding};
width:calc({select:post width} + (({select:post padding} - 15px) * 2));
{/block:ifnotpostborders}
{/block:IndexPage}/*-----*/
{block:PermalinkPage}/*-----*/
{block:ifpostborders}
margin-left:calc(-{select:post padding} - 1px);
width:calc({select:post width large} + (({select:post padding} - 15px) * 2) + 2px);
{/block:ifpostborders}
{block:ifnotpostborders}
margin-left:-{select:post padding};
width:calc({select:post width large} + (({select:post padding} - 15px) * 2));
{/block:ifnotpostborders}
{block:PermalinkPage}/*-----*/
padding:8px 15px;
background-color:{color:permalink background};
border-radius:0px 0px 5px 5px;
}
.perma {
font-family:Muli;
text-transform:uppercase;
letter-spacing:1px;
font-size:calc({select:font size} - 2px);
}
.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;
font-family:muli;
text-transform:uppercase;
letter-spacing:1px;
line-height:1.5em;
font-size:calc({select:font size} - 3.5px);
text-align:right;
}
.tagsin a {
display:inline-block;
margin-right: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(-5px + 15px); /*15 = perma pad*/
margin-top:calc(0px - {select:font size} - 1px);
height:calc({select:font size} + 1px);
display:flex;
align-items:center;
gap:4px
}
.controls a {
position:relative;
display: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);
font-size:calc({select:font size} - 1px);
}
.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:calc({select:post width large} + ({select:post padding} * 2));
padding:0px;
margin-top:calc({select:post spacing} + 37px);
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.15) !important;
}
.tmblr-lightbox, #tumblr_lightbox {
background-color:rgba({RGBcolor:post},0.78) !important;
z-index:99999999999999999999999999999 !important;
}
/*---------------------------QUOTES---------------------------*/
.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:post accent background};
padding:5px;
list-style:none;
color:{color:post accent 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:post accent 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:post accent background};
min-height:64px;
}
.question {
margin-left:75px;
color:{color:post accent text};
}
.askimg {
position:absolute;
width:64px;height:64px;
}
.asker, .asker b, .asker a, .answer {
text-transform:uppercase;color:{color:post accent text};
}
.answer {
margin:0px auto;
text-transform:none;
}
/*---------------------------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------------------------*/
.sbpagi {
width:inherit;
text-align:center;
margin-top:17px;
display:flex;
align-items:center;
justify-content:center;
gap:6px
}
.sbpagi > * {
display:block;
width:10px;
height:10px;
padding:9px;
border-radius:100%;
overflow:hidden;
font-size:calc({select:font size} - 1px);
line-height:1;
text-align:center;
}
/* 'Current page' number */
.sbpagi span {
background-color:{color:post};
border:1px solid rgba({RGBcolor:text},0.4);
color:{color:text};
}
/* Other page numbers */
.sbpagi a {
background-color:{color:description background};
color:{color:description text};
}
/*-----------------CREDIT. PLEASE DO NOT REMOVE-----------------*/
#at-least-tip-me a {
position:fixed;
bottom:0;margin-bottom:15px;
right:0;margin-right:15px;
padding:9px;
background-color:{color:post};
border-radius:3px;
font-family:karla;
text-transform:uppercase;
line-height:1em;
text-align:center;
font-size:9px;
letter-spacing:1.3px;
color:{color:text};
z-index:99;
}
</style>
</head>
<body>
<!----PLEASE DO NOT REMOVE THE THEME CREDIT---->
<div id="at-least-tip-me"><a href="//glenthemes.tumblr.com" title="theme by glenthemes">glenthemes</a></div>
<div id="yorha">
<div id="park">
{block:ifnottopbartitle}
<div class="nines"><a href="/">{Title}</a></div>
{/block:ifnottopbartitle}
{block:iftopbartitle}
<div class="nines"><a href="/">{text:top bar title}</a></div>
{/block:iftopbartitle}
</div>
</div>
<!---- start music player ---->
<div id="yolk">
<div id="pearl">
<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>
<span class="sf sf-music-note"></span>
<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>
<!---- end music player ---->
<!---- main shit ---->
<div id="lettuce">
<div id="container">
<div id="galaxy">
<div id="custard">
<a href="/" title="home"><div class="eggo"></div></a>
<a href="/ask" title="message"><div class="eggo"></div></a>
{block:ifLink1}<a href="{text:Link 1 URL}" title="{text:Link 1}"><div class="eggo"></div></a>{/block:ifLink1}
{block:ifLink2}<a href="{text:Link 2 URL}" title="{text:Link 2}"><div class="eggo"></div></a>{/block:ifLink2}
{block:ifLink3}<a href="{text:Link 3 URL}" title="{text:Link 3}"><div class="eggo"></div></a>{/block:ifLink3}
{block:ifLink4}<a href="{text:Link 4 URL}" title="{text:Link 4}"><div class="eggo"></div></a>{/block:ifLink4}
{block:ifLink5}<a href="{text:Link 5 URL}" title="{text:Link 5}"><div class="eggo"></div></a>{/block:ifLink5}
{block:ifLink6}<a href="{text:Link 6 URL}" title="{text:Link 6}"><div class="eggo"></div></a>{/block:ifLink6}
</div><!--custard-->
<div class="string1"></div>
<div class="string2"></div>
<img class="pepper" src="{image:sidebar image}">
<div class="desc">{Description}</div>
{block:Pagination}
<div class="sbpagi">
{block:PreviousPage}<a title="Previous Page" href="{PreviousPage}">«</a>{/block:PreviousPage}
{block:JumpPagination length="4"}
{block:CurrentPage}<span class="current_page">✗</span>{/block:CurrentPage}
{block:JumpPage}<a href="{URL}" title="page {PageNumber}">{PageNumber}</a> {/block:JumpPage}
{/block:JumpPagination}
{block:NextPage}<a title="Next Page" href="{NextPage}">»</a>{/block:NextPage}
</div>
{/block:Pagination}
</div><!--galaxy-->
<div id="nudge">
<div class="semicontainer">
{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="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:ifshowtagsonfrontpage}
{block:HasTags}
<div class="tagsin nonn">
{block:Tags}
<a href="{TagURL}">#{Tag}</a>
{/block:Tags}
</div><!--tagsin-->
{/block:HasTags}
{/block:ifshowtagsonfrontpage}
{block:IndexPage}
{block:PermalinkPage}
{block:HasTags}
<div class="tagsin nonn">
{block:Tags}
<a href="{TagURL}">#{Tag}</a>
{/block:Tags}
</div><!--tagsin-->
{/block:HasTags}
{/block:PermalinkPage}
{block:IndexPage}
{block:Date}
<div class="permawrap">
<div class="perma nonn">
<a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} {Year}</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-refresh-o"></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}">{DayOfMonthWithZero} {ShortMonth} {Year}</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}
</div><!--perma-->
</div><!--permawrap-->
{block:Date}
{block:PermalinkPage}
</div><!--posts-->
{block:PostNotes}
{PostNotes}
{/block:PostNotes}
{/block:Posts}
</div><!--semicontainer-->
</div><!--nudge-->
</div><!--cont-->
</div><!--lettuce-->
</body>
</html>