₊⁺✿˚

This commit is contained in:
HT 2023-05-09 06:06:09 +01:00
parent df41dbb552
commit ff1682137e
1 changed files with 34 additions and 7 deletions

View File

@ -3,7 +3,7 @@ Theme [32]: Resonance
Made by glenthemes
Initial release: 2018/07/25
Last updated: 2023/05/02
Last updated: 2023/05/08
TERMS OF USE:
1) Do not remove the theme credit.
@ -12,11 +12,11 @@ TERMS OF USE:
4) Do not use my themes as a base code.
5) Do not mix my themes together.
jirou best girl
jirou best girl ヽ(´▽`;)ノ ♪
------------------------------------------------------------------------>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="//www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!DOCTYPE html>
<html>
<head>
@ -65,8 +65,15 @@ $(document).ready(function(){
});
});
</script>
<script src="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></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>
<script src="//static.tumblr.com/2pnwama/HGEpacv22/hearts.js"></script>
@ -111,7 +118,13 @@ $(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%' });
$(this).attr("style", "height:116px!important");
});
$(".spotify_audio_player").each(function(){
$(this).attr("style", "height:80px!important")
})
});
</script>
@ -136,7 +149,21 @@ $(document).ready(function(){
--Poll-Option-HOVER-Text-Color: {color:question and chat 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>
<script src="//glen-npf.gitlab.io/other/neue.js"></script>
<link href="//glen-npf.gitlab.io/other/neue.css" rel="stylesheet">
<script src="//glen-themes.gitlab.io/thms/32/jirou.js"></script>
<link href="//glen-themes.gitlab.io/thms/32/jirou.css" rel="stylesheet">
<!--------------------COLORS-------------------->
<meta name="color:background" content="#fefefe"/>
@ -1043,7 +1070,7 @@ height:0px;
text-align:center;
padding-top:15px;
border-top:1px solid rgba({RGBcolor:text},0.15);
margin-bottom:-10px;
margin-bottom:calc(0px - 10px + {text:post bottom margin}px);
}
/* 'Current page' number */