From dfd09553ff752bb8c2a96d344d4556e40c66614f Mon Sep 17 00:00:00 2001 From: "1152958806@qq.com" <1152958806@qq.com> Date: Wed, 8 Nov 2023 23:59:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B6=85=E9=93=BE=E6=8E=A5=E6=82=AC=E6=B5=AE?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E6=94=B9=E8=BF=9B,=20=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E4=B8=80=E4=BD=9C=E8=80=85=E5=8D=A1=E7=89=87=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E7=9A=84=E6=82=AC=E6=B5=AE=E6=95=88=E6=9E=9C=E6=94=B9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/assets/zhheo/zhheoblog.css | 26 ++++++++++++++++---- templates/modules/widgets/aside/profile.html | 21 ++++++++++++++-- 2 files changed, 40 insertions(+), 7 deletions(-) diff --git a/templates/assets/zhheo/zhheoblog.css b/templates/assets/zhheo/zhheoblog.css index 3168a69c..a89b47c0 100644 --- a/templates/assets/zhheo/zhheoblog.css +++ b/templates/assets/zhheo/zhheoblog.css @@ -12,6 +12,7 @@ --heo-main: var(--heo-theme); --heo-main-op: var(--heo-theme-op); --heo-main-op-deep: var(--heo-theme-op-deep); + --heo-main-op-light: var(--heo-theme-op-light); --heo-main-none: var(--heo-theme-none); --heo-shadow-theme: 0 8px 12px -3px var(--heo-theme-op); --heo-shadow-blackdeep: 0 2px 16px -3px rgba(0, 0, 0, 0.15); @@ -41,6 +42,7 @@ --heo-theme: #425AEF; --heo-theme-op: #4259ef23; --heo-theme-op-deep: #4259efdd; + --heo-theme-op-light: #4259ef0d; --heo-theme-none: #4259ef01; --heo-blue: #425AEF; --heo-red: #f04a63; @@ -15084,6 +15086,11 @@ span.hexo-douban-pagenum { transition: 0.3s; } +.article-sort-item-tags a .tags-punctuation { + font-size: 12px; + margin-right: 1px +} + /* v3footer */ #heo-footer .footer-links { display: flex; @@ -15103,19 +15110,23 @@ span.hexo-douban-pagenum { } #heo-footer .footer-item { - font-size: 0.8rem; - line-height: 0.8rem; - margin: 0.38rem 0; + font-size: .8rem; + line-height: .8rem; + margin: 4px 0; color: var(--heo-fontcolor); margin-right: auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; max-width: 120px; + cursor: pointer; + padding: 8px; + border-radius: 12px } #heo-footer .footer-item:hover { - color: var(--heo-main); + color: var(--heo-lighttext); + background: var(--heo-main-op-light) } #heo-footer .footer-group { @@ -15126,6 +15137,9 @@ span.hexo-douban-pagenum { display: flex; align-items: center; margin: 1rem 0 0.7rem 0; + color: var(--heo-secondtext); + font-size: .8rem; + margin-left: 8px } #heo-footer .footer-title-group a { @@ -15154,7 +15168,8 @@ span.hexo-douban-pagenum { #heo-footer .footer-title { color: var(--heo-secondtext); - font-size: 0.8rem; + font-size: .8rem; + margin-left: 8px } #footer-banner { @@ -15166,6 +15181,7 @@ span.hexo-douban-pagenum { overflow: hidden; z-index: 999; transition: 0.3s; + border-top: var(--style-border-always); } #footer-banner .footer-banner-links { diff --git a/templates/modules/widgets/aside/profile.html b/templates/modules/widgets/aside/profile.html index d76581f0..f1927917 100644 --- a/templates/modules/widgets/aside/profile.html +++ b/templates/modules/widgets/aside/profile.html @@ -242,6 +242,10 @@ align-items: center } + a.author-info__bottom-group-left:hover { + opacity: .8 + } + #aside-content .card-info .card-info-social-icons { margin: 0; display: flex; @@ -251,6 +255,7 @@ cursor: pointer } + #aside-content .card-info .card-info-social-icons i:hover { transform: rotate(540deg); background-color: #000; @@ -274,9 +279,9 @@ } #aside-content .card-info .card-info-social-icons i:hover { - background: var(--heo-white-op); + background: var(--heo-white); transform: scale(1.1); - color: var(--heo-white); + color: var(--heo-main); box-shadow: none } @@ -300,6 +305,18 @@ [data-theme=dark] #aside-content .card-info .card-info-social-icons i { color: var(--heo-white) } + [data-theme=dark] .page #aside-content .card-info .card-info-social-icons i { + color: var(--heo-card-bg) + } + } + + #aside-content .card-info .card-info-data>.card-info-data-item:hover { + background: var(--heo-post-blockquote-bg); + transform: scale(.97) + } + + #aside-content>div.card-widget.card-info>div.card-content>div.card-info-data>.card-info-data-item:hover>a>div.headline,#aside-content>div.card-widget.card-info>div.card-content>div.card-info-data>.card-info-data-item:hover>a>div.length-num { + color: var(--heo-blue) } .author-info__description_group {