₊⁺✿˚

This commit is contained in:
HT 2023-05-08 01:10:37 +01:00
parent 3fa9eb1036
commit 80d43dce00
1 changed files with 15 additions and 3 deletions

View File

@ -4,7 +4,7 @@ Made by glenthemes
Initial release: 2016/06/11
Remake date: 2021/01/28
Last updated: 2023/04/29
Last updated: 2023/05/07
TERMS OF USE:
1) Do not remove the theme credit.
@ -13,7 +13,7 @@ TERMS OF USE:
4) Do not use my themes as a base code.
5) Do not mix my themes together.
----------------------------------------------------->
<!DOCTYPE>
<!DOCTYPE html>
<html post-width="{select:post width}">
<head>
@ -98,8 +98,19 @@ $(document).ready(function(){
--Poll-Option-HOVER-Text-Color: {color:link};
--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">
<!------------ THEME OPTIONS ------------>
<meta name="image:sidebar icon" content="//64.media.tumblr.com/aad331187686d5c359dc71cb729022a9/c8e873a39e533599-82/s2048x3072/4c700a3af68858b06f22cead586e9366232e7503.png">
<meta name="image:sidebar image" content="//64.media.tumblr.com/85d74581f1237978faff9da1b6f9c4bb/44e2b3171eb8c527-a9/s540x810/c08aca1c1b153a21093bb6fffa85edb3eb62ef50.gif">
@ -740,6 +751,7 @@ a.post_media_photo_anchor, a.post_media_photo_anchor:hover {
/*------------ DEFAULT NAVLINKS ------------*/
.cheese {
display:flex;
align-items:stretch;
}
.custard {
@ -779,7 +791,7 @@ a.post_media_photo_anchor, a.post_media_photo_anchor:hover {
/*------------ DESCRIPTION BOX ------------*/
.ouai {
width:100%;
height:calc(({select:navlinks icon size} * 4) + ({select:navlinks padding} * 8) + 4px + 1.5px + ({select:navlinks spacing} * 3));
/*height:calc(({select:navlinks icon size} * 4) + ({select:navlinks padding} * 8) + 4px + 1.5px + ({select:navlinks spacing} * 3));*/
padding:{select:description box padding} calc({select:description box padding} * 1.2);
border:.5px solid {color:description box border};
border-radius:3px;