₊⁺✿˚

This commit is contained in:
HT 2023-04-30 00:30:27 +01:00
parent e15afd8015
commit 68b8c80153
1 changed files with 49 additions and 22 deletions

View File

@ -4,7 +4,7 @@ Made by glenthemes
Initial release: 2015/10/23
Revamp date: 2017/04/20
Last updated: 2023/04/28
Last updated: 2023/04/29
TERMS OF USE:
1) Do not remove the theme credit.
@ -148,31 +148,47 @@ 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 src="//glen-themes.gitlab.io/thms/12/420.js"></script>
<script>
// minimal soundcloud player @ shythemes.tumblr
// shythemes.tumblr.com/post/114792480648
$(document).ready(function(){
$(".npf_inst").each(function(){
$(this).css("margin-bottom","");
if(!$(this).prev("blockquote").length){
$(this).insertAfter($(this).parent().find("#tagstop"));
}
});
$("[post-type='text'] p").each(function(){
if($(this).prev(".npf_inst").length){
$(this).css("margin-top","var(--NPF-Caption-Spacing)")
}
});
$(".capt").each(function(){
if($(this).text().trim() === "") {
$(this).remove();
}
});
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>
.poll-post {
--Poll-Question-Font-Size: {text:font size}px;
--Poll-Option-Background-Color: {color:post};
--Poll-Option-Corner-Rounding: 4px;
--Poll-Option-Border-Size: 1px;
--Poll-Option-Border-Color: {color:post borders};
--Poll-Option-Padding: 10px;
--Poll-Option-Font-Size: {text:font size}px;
--Poll-Option-Spacing: 10px;
--Poll-Option-Text-Color: {color:text};
--Poll-Option-HOVER-Border-Color: {color:post borders};
--Poll-Option-HOVER-Background-Color: {color:post};
--Poll-Option-HOVER-Text-Color: {color:link};
--Poll-Option-HOVER-Speed: 0.4s;
}
</style>
<!--------------------COLORS-------------------->
@ -451,7 +467,10 @@ width:calc({text:post width}px + 250px + ({text:post margin}px * 1.5) + ({text:p
height:100vh;
}
#garlic {margin-left:calc(250px + ({text:post margin}px * 1.5));}
#garlic {
margin-left:calc(250px + ({text:post margin}px * 1.5));
padding-bottom:calc({text:post margin}px / 2);
}
#brulee {
position:fixed;
@ -954,7 +973,9 @@ font-size:calc({text:font size}px - 1px);
width:250px;
}
.sbimg {margin-bottom:-5px;}
.sbimg {
vertical-align:middle;
}
.nuggetbox, .nuggetboxs {
background-color:{color:boxes title background};
@ -982,6 +1003,12 @@ text-align:center;
background-color:{color:post};
border-bottom:1px solid {color:post borders};
}
.mayonnaise:empty {
padding:0;
line-height:0;
border-bottom:none;
}
.linkus {
padding:calc({text:post padding}px - 3px);