From 8d764b4dbadbbe6c216c8ab6c88a320d6a42486f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BB=93=E5=8F=91=E5=8F=97=E9=95=BF=E7=94=9F?= Date: Sun, 28 Apr 2019 22:40:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99scss?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/yilia/source-src/css/comment.scss | 10 ---- themes/yilia/source-src/css/main.scss | 2 - themes/yilia/source-src/css/tags-cloud.scss | 63 --------------------- 3 files changed, 75 deletions(-) delete mode 100644 themes/yilia/source-src/css/comment.scss delete mode 100644 themes/yilia/source-src/css/tags-cloud.scss diff --git a/themes/yilia/source-src/css/comment.scss b/themes/yilia/source-src/css/comment.scss deleted file mode 100644 index 4b5a8f5..0000000 --- a/themes/yilia/source-src/css/comment.scss +++ /dev/null @@ -1,10 +0,0 @@ -#disqus_thread, .duoshuo, .cloud-tie-wrapper, #SOHUCS, #gitment-ctn { - padding: 0 30px !important; - min-height: 20px; -} - -#SOHUCS { - #SOHU_MAIN .module-cmt-list .block-cont-gw { - border-bottom: 1px dashed #c8c8c8 !important; - } -} diff --git a/themes/yilia/source-src/css/main.scss b/themes/yilia/source-src/css/main.scss index 1c3b9dc..47fef67 100644 --- a/themes/yilia/source-src/css/main.scss +++ b/themes/yilia/source-src/css/main.scss @@ -5,7 +5,6 @@ @import "./scroll"; @import "./highlight"; @import "./tags"; -@import "./tags-cloud"; @import "./social"; @import "./page"; @import "./archive"; @@ -13,7 +12,6 @@ @import "./article-main"; @import "./article-inner"; @import "./article-nav"; -@import "./comment"; @import "./share"; @import "./reward"; @import "./aside"; diff --git a/themes/yilia/source-src/css/tags-cloud.scss b/themes/yilia/source-src/css/tags-cloud.scss deleted file mode 100644 index 9555e00..0000000 --- a/themes/yilia/source-src/css/tags-cloud.scss +++ /dev/null @@ -1,63 +0,0 @@ -.glass { - background-color: rgba(54,70,93,.9); - left: 0; - opacity: 1; - z-index: 998; - transition: opacity .15s; - bottom: 0; - position: fixed; - right: 0; - top: 0; - width: 100%; - height: 100%; - display: none; -} - -.tagcloud-ctn { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 90120; - background-size: 100% 100%; - opacity: 1; - .tagcloud-global { - position: fixed; - top: 50%; - left: 50%; - margin-top: -115px; - margin-left: -315px; - width: 630px; - a { - width: 80px; - height: 80px; - border-radius: 50%; - background: #F2992E; - color: #fff; - display: block; - float: left; - line-height: 80px; - text-align: center; - } - .tab-post-types .tab-post-type:nth-child(1) .post-type-icon { - background: #F2992E - } - - .tab-post-types .tab-post-type:nth-child(2) .post-type-icon { - background: #56BC8A - } - - .tab-post-types .tab-post-type:nth-child(3) .post-type-icon { - background: #4AA8D8 - } - - .tab-post-types .tab-post-type:nth-child(4) .post-type-icon { - background: #A77DC2 - } - - .tab-post-types .tab-post-type:nth-child(5) .post-type-icon { - background: #DD765D - } - } -} \ No newline at end of file