₊⁺✿˚

This commit is contained in:
HT 2023-05-10 00:20:40 +01:00
parent 22c3fe8a9b
commit 5a448fe3ac
1 changed files with 17 additions and 2 deletions

View File

@ -3,7 +3,7 @@ Theme [37]: Empyrean
Made by glenthemes Made by glenthemes
Release date: 2020/12/29 Release date: 2020/12/29
Last updated: 2023/05/02 Last updated: 2023/05/09
TERMS OF USE: TERMS OF USE:
1) Do not remove the theme credit. 1) Do not remove the theme credit.
@ -28,7 +28,7 @@ Credits:
- 'Beaufort' font by Nick Shinn - 'Beaufort' font by Nick Shinn
shinntype.com/typefaces/beaufort shinntype.com/typefaces/beaufort
-----------------------------------------------------> ----------------------------------------------------->
<!DOCTYPE> <!DOCTYPE html>
<html> <html>
<head> <head>
@ -118,8 +118,19 @@ $(document).ready(function(){
--Poll-Option-HOVER-Text-Color: {color:link}; --Poll-Option-HOVER-Text-Color: {color:link};
--Poll-Option-HOVER-Speed: 0.4s; --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> </style>
<script src="//glen-npf.gitlab.io/other/neue.js"></script>
<link href="//glen-npf.gitlab.io/other/neue.css" rel="stylesheet">
<!------- CUSTOMIZATION PANEL OPTIONS -------> <!------- CUSTOMIZATION PANEL OPTIONS ------->
<!---- IMAGES ----> <!---- IMAGES ---->
<meta name="image:sidebar frame" content="//cdn.discordapp.com/attachments/382037367940448256/787985294917632010/eborder_e2s_shad.png"/> <meta name="image:sidebar frame" content="//cdn.discordapp.com/attachments/382037367940448256/787985294917632010/eborder_e2s_shad.png"/>
@ -1990,6 +2001,10 @@ ol.notes .answer_content {
transform:translateY(-50%)!important; transform:translateY(-50%)!important;
} }
.tmblr-attribution {
margin-top:var(--Paragraph-Margins)!important;
}
</style> </style>
<style>{CustomCSS}</style> <style>{CustomCSS}</style>