₊⁺✿˚

This commit is contained in:
HT 2022-11-09 04:13:01 +00:00
parent 48f8fe8f18
commit e4efad4c10
1 changed files with 22 additions and 9 deletions

View File

@ -4,7 +4,7 @@ Made by glenthemes
Initial release: 2016/06/11
Remake date: 2021/01/28
Last updated: 2021/10/21
Last updated: 2022/11/08
TERMS OF USE:
1) Do not remove the theme credit.
@ -14,7 +14,7 @@ TERMS OF USE:
5) Do not mix my themes together.
----------------------------------------------------->
<!DOCTYPE>
<html>
<html post-width="{select:post width}">
<head>
@ -55,8 +55,8 @@ attribute:"title"
<script src="https://glenthemes.s3.eu-west-2.amazonaws.com/thm-general/fkn-audio.js"></script>
<link href="//glen-npf-2020.glitch.me/npf-override.css" rel="stylesheet">
<script src="//glen-npf-2020.glitch.me/npf-evenize.js"></script>
<link href="//glen-npf.gitlab.io/v2/npf-override.css" rel="stylesheet">
<script src="//glen-npf.gitlab.io/v2/npf-evenize.js"></script>
{block:ifshowmusicplayer}
<script src="//glenthemes.github.io/-music-/glenplayer06.js"></script>
@ -290,6 +290,7 @@ attribute:"title"
<meta name="select:post width" title="400px" content="400px">
<meta name="select:post width" title="450px" content="450px">
<meta name="select:post width" title="540px" content="540px">
<meta name="select:post width" title="fit to screen" content="fit">
<meta name="select:post padding" title="none" content="0px">
<meta name="select:post padding" title="8px" content="8px">
@ -338,7 +339,7 @@ attribute:"title"
<meta name="text:how to link music" content="linktr.ee/direct_file_links">
<meta name="text:music player song name" content="BURY THE LIGHT">
<meta name="text:music player song mp3 url" content="https://cdn.discordapp.com/attachments/900670626774265886/900674726987452426/Bury_the_Light.mp3">
<meta name="text:music player song mp3 url" content="https://rhizo.gitlab.io/m/Bury_the_Light.mp3">
<meta name="text:sidebar title" content="I am the storm&lt;br&gt;that is approaching —">
@ -363,7 +364,7 @@ attribute:"title"
/*------------ TOOLTIPS ------------*/
#s-m-t-tooltip {
margin:16px;
max-width:{select:post width};
max-width:var(--Post-Width);
padding:7px 9px;
background:{color:sidebar background};
border:.5px solid rgba({RGBcolor:customlinks border},0.8);
@ -539,6 +540,8 @@ hr {
--Vinyl-Spin-Speed:3.5s;
--Music-Controls-Size:{select:textbox font size};
--Post-Width:{select:post width};
--Photos-Spacing:{select:photoset spacing};
--Posts-Avatar-Size:24px;
@ -561,6 +564,16 @@ hr {
--Sidebar-Background:{color:sidebar background};
}
html[post-width="fit"]:root {
{block:ifhidetextboxes}
--Post-Width:calc(100vw - {select:sidebar width} - ({select:sidebar margins} * 4) - 5vw);
{/block:ifhidetextboxes}
{block:ifnothidetextboxes}
--Post-Width:calc(100vw - {select:sidebar width} - ({select:sidebar margins} * 6) - {select:textbox width} - 5vw);
{/block:ifnothidetextboxes}
}
/*--------------------SCROLLBAR--------------------*/
::-webkit-scrollbar {
width:var(--Scrollbar-Width);
@ -1030,7 +1043,7 @@ hr {
margin-right:calc({select:sidebar width} + ({select:sidebar margins} * 5) + {select:textbox width});
{/block:ifnothidetextboxes}
min-width:calc({select:post width} + ({select:post padding} * 2));
min-width:calc(var(--Post-Width) + ({select:post padding} * 2));
font-size:{select:post font size};
color:{color:text};
line-height:{select:post text line height};
@ -1041,7 +1054,7 @@ hr {
margin-bottom:calc({select:post spacing} * 2);
padding:{select:post padding};
background:{color:post};
width:{select:post width};
width:var(--Post-Width);
}
.posts:after {
@ -1414,7 +1427,7 @@ video {
/*----- POST NOTES -----*/
.notescont {
margin-bottom:calc({select:window margin} - 1.25em);
width:calc({select:post width} + ({select:post padding} * 2));
width:calc(var(--Post-Width) + ({select:post padding} * 2));
}
ol.notes {