₊⁺✿˚

This commit is contained in:
HT 2023-04-29 21:30:57 +01:00
parent afb48fceb4
commit 5b3d5e1cfa
1 changed files with 28 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Made by glenthemes
Initial release: 2015/09/28
Rework date: 2021/12/05
Last updated: 2023/04/27
Last updated: 2023/04/29
------------------------------------------------------
@ -74,6 +74,29 @@ CREDITS:
<script src="//glen-themes.gitlab.io/thms/09/tamago-kake-gohan.js"></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: var(--Body-Font-Size);
--Poll-Option-Background-Color: #fcfcfc;
--Poll-Option-Corner-Rounding: var(--Posts-Corner-Roundness);
--Poll-Option-Border-Size: 1px;
--Poll-Option-Border-Color: {color:post borders inner};
--Poll-Option-Padding: 10px;
--Poll-Option-Font-Size: var(--Body-Font-Size);
--Poll-Option-Spacing: 10px;
--Poll-Option-Text-Color: {color:text};
--Poll-Option-HOVER-Border-Color: {color:special border};
--Poll-Option-HOVER-Background-Color: {color:special background};
--Poll-Option-HOVER-Text-Color: {color:special text};
--Poll-Option-HOVER-Speed: 0.4s;
}
</style>
<!-------- CUSTOMIZE PANEL OPTIONS -------->
<!-- hi if you're reading this, GO BACK to edit! -->
<!-- editing stuff here (the meta names) won't do anything -->
@ -692,6 +715,10 @@ i:not([class]), em:not([class]){
align-items:center;
}
svg {
pointer-events:none;
}
:root {
/*--- SIDEBAR SETTINGS ---*/
--Sidebar-Width:{select:sidebar width};