₊⁺✿˚

This commit is contained in:
HT 2023-05-08 02:01:12 +01:00
parent 57b30d426a
commit 94ad24baae
1 changed files with 26 additions and 6 deletions

View File

@ -4,7 +4,7 @@ Made by glenthemes
Initial release: 2015/07/20
Rework date: 2021/10/06
Last updated: 2023/04/30
Last updated: 2023/05/07
TERMS OF USE:
1) Do not remove the theme credit.
@ -16,7 +16,7 @@ TERMS OF USE:
CREDITS:
ଘ(੭ˊᵕˋ)੭* ੈ✩‧˚ ~ glencredits.tumblr.com/stardust
----------------------------------------------------->
<!DOCTYPE>
<!DOCTYPE html>
<html font="{select:font}" t-controls-color="{select:tumblr controls color}" t-controls-hov="{select:tumblr controls hover}" bg-type="{select:background image type}" portrait="{PortraitURL-64}">
@ -81,8 +81,19 @@ CREDITS:
--Poll-Option-HOVER-Text-Color: {color:special 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">
<!-------- CUSTOMIZE PANEL OPTIONS -------->
<!-- hi if you're reading this click the back arrow to edit! -->
<meta name="image:background image" content="//64.media.tumblr.com/17af9b9ce38cc88e7772c475503b98e8/b866213a74f6457d-b0/s2048x3072/a0f04883bd78b573040e1fa5af70c1e03a60a3af.png">
@ -1485,7 +1496,7 @@ ul li:before {
/*-----------------------*/
.postinner a:not(.reblog-url a, .tumblr_blog, .linkpost-title, .single-photo, .post_media_photo_anchor, .npf_inst a, .inari, .tagsdiv a){
.postinner a:not(.reblog-url a, .tumblr_blog, .linkpost-title, .single-photo, .post_media_photo_anchor, .inari, .tagsdiv a){
padding-bottom:.5px;
border-bottom:1px solid rgba({RGBcolor:link},0.420);
}
@ -1573,8 +1584,6 @@ video::-webkit-media-controls-volume-slider, video::-webkit-media-controls-timel
display:none!important;
}
.tmblr-full {line-height:0}
* + .npf-link-block {
margin-top:10px;
}
@ -1640,6 +1649,16 @@ video::-webkit-media-controls-volume-slider, video::-webkit-media-controls-timel
border-top:1px solid {color:special border};
}
.tmblr-attribution {
padding:{select:post padding};
padding-top:0;
}
.tmblr-full audio[controls]{
width:calc(100% - ({select:post padding} * 2))!important;
margin:{select:post padding};
}
/*---- TEXT POSTS (TITLE) ----*/
.post-title, .linkpost-title {
margin-top:2px;
@ -1798,7 +1817,8 @@ figure[data-npf*='spotify.com'] + .caption:not(.op-capt),
margin:calc(0px - var(--Post-Padding));
}
.tmblr-video + * {
.tmblr-video + *,
.tmblr-video + .caption > .reblog-wrap:first-child {
margin-top:var(--Captions-Gap)!important;
}