₊⁺✿˚

This commit is contained in:
HT 2023-04-29 21:34:59 +01:00
parent 5b3d5e1cfa
commit 412525f004
1 changed files with 42 additions and 3 deletions

View File

@ -4,7 +4,7 @@ Made by glenthemes
Initial release: 2015/10/12 Initial release: 2015/10/12
Revamp date: 2017/01/12 Revamp date: 2017/01/12
Last updated: 2023/04/27 Last updated: 2023/04/29
TERMS OF USE: TERMS OF USE:
1) Do not remove the theme credit. 1) Do not remove the theme credit.
@ -106,6 +106,8 @@ effect: "fadeIn",
<script src="//static.tumblr.com/2pnwama/lnLppjutr/gletanica.js"></script> <script src="//static.tumblr.com/2pnwama/lnLppjutr/gletanica.js"></script>
{/block:ifshowmusicplayer} {/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] NPF images fix v3.0 by @glenthemes [2021]
💌 git.io/JRBt7 💌 git.io/JRBt7
@ -122,9 +124,45 @@ a.post_media_photo_anchor, a.post_media_photo_anchor:hover {
padding-bottom:0!important; padding-bottom:0!important;
border-bottom:none!important; border-bottom:none!important;
} }
.spotify_audio_player {
height:80px!important;
}
</style> </style>
<link rel="stylesheet" media="screen" href="//assets.tumblr.com/client/prod/standalone/blog-network-npf/index.build.css"> <script>
// minimal soundcloud player @ shythemes.tumblr
// shythemes.tumblr.com/post/114792480648
$(document).ready(function(){
var soundcloud_btn = '{color:music player color}';
$('.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: 11px;
--Poll-Option-Background-Color: {color:post};
--Poll-Option-Corner-Rounding: 0px;
--Poll-Option-Border-Size: 1px;
--Poll-Option-Border-Color: {color:borders};
--Poll-Option-Padding: 8px;
--Poll-Option-Font-Size: 12px;
--Poll-Option-Spacing: 10px;
--Poll-Option-Text-Color: {color:text};
--Poll-Option-HOVER-Border-Color: {color:borders};
--Poll-Option-HOVER-Background-Color: {color:post};
--Poll-Option-HOVER-Text-Color: {color:text};
--Poll-Option-HOVER-Speed: 0.4s;
}
</style>
<!--------------------COLORS--------------------> <!--------------------COLORS-------------------->
@ -1376,4 +1414,5 @@ animation-fill-mode:forwards;
</body> </body>
</html> </html>
English