From 93180d31bcc1d71544253966c8fc8bb33085bf4c Mon Sep 17 00:00:00 2001 From: HT Date: Fri, 18 Aug 2023 01:36:43 +0100 Subject: [PATCH] =?UTF-8?q?=E2=82=8A=E2=81=BA=E2=9C=BF=CB=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 08-Kami-no-Himegoto | 155 +++++++++++++++++++++++++++++++++++--------- 1 file changed, 126 insertions(+), 29 deletions(-) diff --git a/08-Kami-no-Himegoto b/08-Kami-no-Himegoto index 4b22a5d..e7f71ad 100644 --- a/08-Kami-no-Himegoto +++ b/08-Kami-no-Himegoto @@ -4,7 +4,10 @@ Made by glenthemes Initial release: 2016/11/02 Remake date: 2021/07/25 -Last updated: 2023/05/06 +Last updated: 2023/08/17 + +What's new: +✱ NPF audio post support TERMS OF USE: 1) Do not remove the theme credit. @@ -61,12 +64,14 @@ a.post_media_photo_anchor, a.post_media_photo_anchor:hover { } + + - + + + + + + + @@ -167,7 +253,28 @@ a.post_media_photo_anchor, a.post_media_photo_anchor:hover { + + + + + + + + + + + + + + + + + + + + + @@ -199,6 +306,8 @@ a.post_media_photo_anchor, a.post_media_photo_anchor:hover { + + @@ -228,24 +337,8 @@ a.post_media_photo_anchor, a.post_media_photo_anchor:hover { - - - - - - - - - - - - - - - - - + @@ -268,6 +361,10 @@ a.post_media_photo_anchor, a.post_media_photo_anchor:hover { + + + + @@ -327,10 +424,6 @@ a.post_media_photo_anchor, a.post_media_photo_anchor:hover { - - - - @@ -706,7 +799,11 @@ p.npf_quote, p.npf_chat { --Audio-Post-Album-Image-Size:64px; --Audio-Post-PlayButton-Size:18px; + --Audio-Post-Buttons-Color:{color:headings}; --Audio-Post-PlayButton-Padding:8px; + --Audio-Post-Buttons-BG:{color:post background 2}; + --Audio-Post-Buttons-Border:rgba({RGBcolor:post borders inner},0.420); + --Audio-Post-Download-Color:{color:link}; --AskPost-Avatar-Size:48px; @@ -1548,10 +1645,10 @@ p.npf_quote, p.npf_chat { } .summer { - border:1px solid rgba({RGBcolor:post borders inner},0.420); + border:1px solid var(--Audio-Post-Buttons-Border); width:100%; height:100%; - background:{color:post background 2}; + background:var(--Audio-Post-Buttons-BG); box-sizing:border-box; border-radius:100%; display:flex; @@ -1568,7 +1665,7 @@ p.npf_quote, p.npf_chat { .splay i, .spause i { font-size:var(--Audio-Post-PlayButton-Size); - color:{color:headings}; + color:var(--Audio-Post-Buttons-Color); } .spause { @@ -1596,7 +1693,7 @@ p.npf_quote, p.npf_chat { .trackinfo { } -.t-name { +.t-name, .npf-audio-title { font-family:rubik; font-size:calc({select:post font size} - 1px); font-weight:bold; @@ -1618,7 +1715,7 @@ p.npf_quote, p.npf_chat { -webkit-mask-image:var(--dongload); -webkit-mask-repeat:no-repeat; -webkit-mask-size:contain; - background:{color:link}; + background:var(--Audio-Post-Download-Color); } /*----- VIDEOS -----*/ @@ -2442,4 +2539,4 @@ ol.notes .action a[rel='nofollow'] { - \ No newline at end of file +