₊⁺✿˚

This commit is contained in:
HT 2023-05-03 00:41:36 +01:00
parent f4c0f7f642
commit 426a9c130b
1 changed files with 45 additions and 3 deletions

View File

@ -3,7 +3,7 @@ Theme [32]: Resonance
Made by glenthemes
Initial release: 2018/07/25
Last updated: 2023/01/18
Last updated: 2023/05/02
TERMS OF USE:
1) Do not remove the theme credit.
@ -98,6 +98,44 @@ a.post_media_photo_anchor {
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>
.poll-post {
--Poll-Question-Font-Size: {text:font size}px;
--Poll-Option-Background-Color: transparent;
--Poll-Option-Corner-Rounding: 5px;
--Poll-Option-Border-Size: 1px;
--Poll-Option-Border-Color: rgba({RGBcolor:text},0.25);
--Poll-Option-Padding: 10px;
--Poll-Option-Font-Size: {text:font size}px;
--Poll-Option-Spacing: 10px;
--Poll-Option-Text-Color: #666666;
--Poll-Option-HOVER-Border-Color: {color:question and chat background};
--Poll-Option-HOVER-Background-Color: {color:question and chat background};
--Poll-Option-HOVER-Text-Color: {color:question and chat text};
--Poll-Option-HOVER-Speed: 0.4s;
}
</style>
<!--------------------COLORS-------------------->
@ -400,11 +438,15 @@ h1 {
.four {
font-family:inconsolata;
width:calc(100% + 2px);
display:grid;
grid-template-columns:repeat(4, 1fr);
grid-gap:6px;
align-items:end;
justify-content:center;
}
.four a {
margin:0px 1.7px;
display:block;
}
.four .sf {