₊⁺✿˚

This commit is contained in:
HT 2022-08-01 07:26:11 +01:00
parent 633b39bd1b
commit 99a32fe4d2
1 changed files with 11 additions and 6 deletions

View File

@ -4,7 +4,7 @@ Made by glenthemes
Initial release: 2015/08/29
Remake date: 2019/02/05
Last updated: 2021/10/21
Last updated: 2022/07/31
TERMS OF USE:
1) Do not remove the theme credit.
@ -132,6 +132,9 @@ if (june.length > kar) {
:root {
--NPF-Image-Spacing:{text:photoset gutter width}px;
--NPF-Bottom-Gap-From-Captions:1em;
--Sidebar-Image-Width:{text:sidebar image width}px;
--Sidebar-Width:{text:sidebar total width}px;
}
</style>
@ -243,6 +246,8 @@ $(document).ready(function(){
<meta name="text:music file URL" content="https://cdn.discordapp.com/attachments/900670626774265886/900678032690413588/Peaceful_Sleep_Music_Box.mp3">
<meta name="text:side margins" content="80">
<meta name="text:sidebar image width" content="100">
<meta name="text:sidebar total width" content="225">
<meta name="text:font size" content="12">
<meta name="text:post width" content="400">
<meta name="text:post padding" content="25">
@ -417,17 +422,17 @@ h1:first-child {margin-top:0px}
margin-top:{text:top gap}px;
margin-bottom:{text:top gap}px;
top:0;left:0;right:0;
width:calc(225px + {text:side margins}px + {text:post width}px + ({text:post padding}px * 2) + (({text:post width}px + ({text:post padding}px * 2)) * 0.025) + {text:side margins}px + {text:corner image width}px);
width:calc(var(--Sidebar-Width) + {text:side margins}px + {text:post width}px + ({text:post padding}px * 2) + (({text:post width}px + ({text:post padding}px * 2)) * 0.025) + {text:side margins}px + {text:corner image width}px);
}
#nudge {
margin-left:calc(225px + {text:side margins}px);
margin-left:calc(var(--Sidebar-Width) + {text:side margins}px);
}
#c0rner {
position:fixed;
margin-left:calc((225px + {text:side margins}px + {text:post width}px + ({text:post padding}px * 2) + (({text:post width}px + ({text:post padding}px * 2)) * 0.025)) + {text:side margins}px);
margin-left:calc((var(--Sidebar-Width) + {text:side margins}px + {text:post width}px + ({text:post padding}px * 2) + (({text:post width}px + ({text:post padding}px * 2)) * 0.025)) + {text:side margins}px);
bottom:0;margin-bottom:{text:corner image from bottom}px;
width:{text:corner image width}px;
height:auto;
@ -439,7 +444,7 @@ h1:first-child {margin-top:0px}
margin-top:0px;
margin-left:0px;
/* total post width + gap between posts and sb */
width:225px;
width:var(--Sidebar-Width);
}
.mushroom {display:flex;}
@ -450,7 +455,7 @@ h1:first-child {margin-top:0px}
}
.yeacon {
width:100px;
width:var(--Sidebar-Image-Width);
}
.yeaboi {