From f9ba4071f39187f962ffbf75275846482df9f6c4 Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Sun, 29 Aug 2021 20:57:40 +0800 Subject: [PATCH] =?UTF-8?q?:hankey:=20=E8=B0=83=E6=95=B4=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/static/css/zhyd.core.css | 60 +++++++++++-------- 1 file changed, 36 insertions(+), 24 deletions(-) diff --git a/blog-web/src/main/resources/static/css/zhyd.core.css b/blog-web/src/main/resources/static/css/zhyd.core.css index 864079a..e768ed7 100644 --- a/blog-web/src/main/resources/static/css/zhyd.core.css +++ b/blog-web/src/main/resources/static/css/zhyd.core.css @@ -492,32 +492,29 @@ a:-webkit-any-link { box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); } -.article-blockquote-red { - background: #c40000; +.article-blockquote-gray { + background: #7a7a7a !important; } - -.article-blockquote-green { - background: #31d229; +.article-original-gray { + background: #999; } -.article-original-red { - background: 0 0 rgba(216, 0, 0, 0.7); +.article-blockquote-green { + background: #427e53; } - .article-original-green { - background: #31708f; + background: #5FB878; } - .article-flag .article-original { border-radius: 0; - padding: 0 10px; + padding: 0 5px; line-height: 2.2; display: block; color: #fff; position: absolute; filter: alpha(opacity=70); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); - margin-left: 10px; + margin-left: 4px; } .article-flag .article-original a { @@ -1136,18 +1133,29 @@ article .thumbnail a img { max-width: 100%; border: 0; } +.art { + font-size: 12px; + display: inline-block; + line-height: 20px; + border-radius: 2px; + color: #fff; + padding: 0 5px; + position: inherit; + float: left; + margin-top: 7px; + margin-right: 6px; + } +.art-original { + background: #35b871; + } +.art-original-0 { + background: #999; + } +.art-top { + background: #e63946!important; + } .art-type { - font-size: 12px; - display: inline-block; - line-height: 20px; - background: #5d5d5d; - border-radius: 2px; - color: #fff; - padding: 0 5px; - position: inherit; - float: left; - margin-top: 7px; - margin-right: 6px; + background: #999; } .art-type-yellow { background: #fbd602!important; @@ -1181,7 +1189,7 @@ article header h2 { article header h2 a { color: #555 !important; - font-size: 20px; + font-size: 18px; line-height: 24px; font-weight: 700; } @@ -3152,6 +3160,10 @@ nav a:first-child .meta-nav { text-indent: 4em; } +.site-desc { + padding: 0 8px; +} + .site-desc h1 { font-size: 20px; font-weight: 700; -- GitLab