hexo-theme-solitude 1.5.1 → 1.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/FUNDING.yml +2 -2
- package/.github/ISSUE_TEMPLATE/config.yml +17 -0
- package/.github/ISSUE_TEMPLATE/feature_request.yml +48 -0
- package/.github/PULL_REQUEST_TEMPLATE.md +35 -0
- package/.github/logo.png +0 -0
- package/.github/screenshot.png +0 -0
- package/.github/workflows/stale.yml +19 -0
- package/CONTRIBUTING.md +2 -13
- package/LICENSE +21 -674
- package/README.md +41 -96
- package/README_EN.md +40 -96
- package/README_zh-tw.md +60 -0
- package/SECURITY.md +9 -0
- package/_config.yml +235 -264
- package/languages/{en-US.yml → en.yml} +3 -4
- package/languages/zh-CN.yml +0 -1
- package/languages/zh-TW.yml +0 -1
- package/layout/404.pug +1 -1
- package/layout/includes/body/gadsense.pug +9 -0
- package/layout/includes/console.pug +6 -6
- package/layout/includes/footer.pug +13 -13
- package/layout/includes/inject/body.pug +10 -1
- package/layout/includes/inject/head.pug +4 -4
- package/layout/includes/mixins/pagination.pug +2 -2
- package/layout/includes/nav.pug +2 -2
- package/layout/includes/page/album.pug +9 -9
- package/layout/includes/page/says.pug +5 -5
- package/layout/includes/sidebar.pug +2 -3
- package/layout/includes/widgets/aside/asideInfoCard.pug +1 -1
- package/layout/includes/widgets/aside/asideNewestPost.pug +1 -1
- package/layout/includes/widgets/aside/asideToc.pug +1 -1
- package/layout/includes/widgets/aside/asideWebInfo.pug +8 -8
- package/layout/includes/widgets/home/banner.pug +1 -1
- package/layout/includes/widgets/home/bbTimeList.pug +7 -7
- package/layout/includes/widgets/home/categoryBar.pug +5 -4
- package/layout/includes/widgets/home/categoryGroup.pug +1 -1
- package/layout/includes/widgets/home/postList.pug +8 -2
- package/layout/includes/widgets/home/topGroup.pug +1 -1
- package/layout/includes/widgets/nav/menu.pug +1 -1
- package/layout/includes/widgets/nav/right.pug +6 -6
- package/layout/includes/widgets/page/about/award.pug +3 -3
- package/layout/includes/widgets/page/about/hobbies.pug +1 -1
- package/layout/includes/widgets/page/banner.pug +1 -1
- package/layout/includes/widgets/page/equipment/content.pug +1 -1
- package/layout/includes/widgets/page/links/banner.pug +3 -3
- package/layout/includes/widgets/page/moments/angle.pug +1 -1
- package/layout/includes/widgets/post/award.pug +1 -1
- package/layout/includes/widgets/post/copyright.pug +1 -1
- package/layout/includes/widgets/post/post-ai.pug +1 -1
- package/layout/includes/widgets/post/postMeta.pug +12 -12
- package/layout/includes/widgets/rightside/index.pug +25 -25
- package/layout/includes/widgets/third-party/comments/comment.pug +1 -1
- package/layout/includes/widgets/third-party/music.pug +1 -1
- package/layout/includes/widgets/third-party/search/algolia-search.pug +2 -2
- package/layout/includes/widgets/third-party/search/local-search.pug +1 -1
- package/layout/index.pug +2 -2
- package/package.json +9 -9
- package/plugins.yml +8 -12
- package/scripts/event/cdn.js +10 -0
- package/scripts/event/welcome.js +1 -1
- package/scripts/filter/lazyload.js +2 -3
- package/scripts/helper/related_post.js +1 -1
- package/scripts/tags/card.js +1 -1
- package/scripts/tags/mermaid.js +9 -0
- package/scripts/tags/tabs.js +2 -2
- package/source/css/_global/animation.styl +1 -1
- package/source/css/_global/index.styl +27 -27
- package/source/css/_layout/basic.styl +18 -18
- package/source/css/_layout/header.styl +67 -67
- package/source/css/_layout/index.styl +14 -14
- package/source/css/_mode/index.styl +88 -88
- package/source/css/_page/_about/author.styl +5 -5
- package/source/css/_page/_about/buff.styl +1 -1
- package/source/css/_page/_about/careers.styl +1 -1
- package/source/css/_page/_about/contentinfo.styl +2 -2
- package/source/css/_page/_about/game.styl +2 -2
- package/source/css/_page/_about/like.styl +2 -2
- package/source/css/_page/_about/myphoto.styl +1 -1
- package/source/css/_page/_about/oneself.styl +2 -2
- package/source/css/_page/_about/reward.styl +11 -11
- package/source/css/_page/_about/skills.styl +2 -2
- package/source/css/_page/_about/statistic.styl +4 -4
- package/source/css/_page/_about/tenyear.styl +4 -4
- package/source/css/_page/_gallery/index.styl +7 -7
- package/source/css/_page/_home/category-bar.styl +11 -8
- package/source/css/_page/_home/home-top.styl +16 -16
- package/source/css/_page/_home/index.styl +1 -1
- package/source/css/_page/_home/pagination.styl +22 -22
- package/source/css/_page/_home/recent-post.styl +22 -15
- package/source/css/_page/category.styl +11 -11
- package/source/css/_page/douban.styl +10 -10
- package/source/css/_page/equipment.styl +10 -10
- package/source/css/_page/error.styl +3 -3
- package/source/css/_page/google.styl +32 -0
- package/source/css/_page/index.styl +4 -1
- package/source/css/_page/links.styl +27 -27
- package/source/css/_page/moment.styl +22 -22
- package/source/css/_page/music.styl +16 -14
- package/source/css/_page/says.styl +21 -21
- package/source/css/_page/share.styl +25 -25
- package/source/css/_page/tag.styl +12 -12
- package/source/css/_widgets/_aside/allinfo.styl +12 -12
- package/source/css/_widgets/_aside/index.styl +4 -4
- package/source/css/_widgets/_aside/info.styl +27 -27
- package/source/css/_widgets/_aside/newPost.styl +5 -5
- package/source/css/_widgets/_aside/toc.styl +7 -7
- package/source/css/_widgets/_comment/index.styl +7 -7
- package/source/css/_widgets/_comment/twikoo.styl +66 -50
- package/source/css/_widgets/_comment/waline.styl +45 -44
- package/source/css/_widgets/_extra/console.styl +29 -29
- package/source/css/_widgets/_extra/fullpage.styl +1 -1
- package/source/css/_widgets/_extra/music.styl +11 -11
- package/source/css/_widgets/_extra/pace.styl +2 -2
- package/source/css/_widgets/_extra/rightmenu.styl +8 -8
- package/source/css/_widgets/_mixins/article-sort.styl +7 -7
- package/source/css/_widgets/_mixins/footer.styl +28 -28
- package/source/css/_widgets/_mixins/keyboard.styl +8 -8
- package/source/css/_widgets/_mixins/other.styl +4 -4
- package/source/css/_widgets/_mixins/sidebar.styl +20 -20
- package/source/css/_widgets/_post/_highlight/index.styl +16 -16
- package/source/css/_widgets/_post/_highlight/theme/default.styl +1 -1
- package/source/css/_widgets/_post/_highlight/theme/mac.styl +1 -1
- package/source/css/_widgets/_post/commentBarrage.styl +13 -13
- package/source/css/_widgets/_post/content.styl +27 -26
- package/source/css/_widgets/_post/copyright.styl +9 -9
- package/source/css/_widgets/_post/meta.styl +27 -27
- package/source/css/_widgets/_post/pagination.styl +13 -13
- package/source/css/_widgets/_post/postAI.styl +18 -18
- package/source/css/_widgets/_post/relatedPost.styl +8 -8
- package/source/css/_widgets/_post/tools.styl +30 -30
- package/source/css/_widgets/_search/algolia-search.styl +18 -18
- package/source/css/_widgets/_search/local-search.styl +22 -22
- package/source/css/_widgets/_tags/button.styl +1 -1
- package/source/css/_widgets/_tags/card.styl +12 -12
- package/source/css/_widgets/_tags/fold.styl +11 -11
- package/source/css/_widgets/_tags/index.styl +26 -26
- package/source/css/_widgets/_tags/link.styl +10 -9
- package/source/css/_widgets/_tags/mermaid.styl +4 -0
- package/source/css/_widgets/_tags/note.styl +2 -2
- package/source/css/_widgets/_tags/tabs.styl +10 -10
- package/source/css/_widgets/_tags/timeline.styl +5 -5
- package/source/img/logo.png +0 -0
- package/source/js/comment/twikoo_commentBarrage.js +1 -1
- package/source/js/comment/waline_commentBarrage.js +1 -1
- package/source/js/covercolor/api.js +18 -18
- package/source/js/covercolor/local.js +18 -18
- package/source/js/main.js +5 -5
- package/source/js/music.js +1 -12
- package/source/js/search/algolia.js +7 -7
- package/source/js/tw_cn.js +2 -2
- package/source/js/universe.min.js +5 -0
- package/source/js/utils.js +2 -2
- package/source/js/waterfall.min.js +1 -0
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
&.card-info
|
12
12
|
padding 0 !important
|
13
|
-
box-shadow var(--
|
13
|
+
box-shadow var(--efu-shadow-black)
|
14
14
|
|
15
15
|
> div.card-content
|
16
16
|
padding 1rem 1.2rem
|
@@ -19,7 +19,7 @@
|
|
19
19
|
|
20
20
|
> .card-widget.card-info
|
21
21
|
&:before
|
22
|
-
background linear-gradient(-25deg, var(--
|
22
|
+
background linear-gradient(-25deg, var(--efu-main), var(--efu-main-op-deep), var(--efu-main), var(--efu-main-op-deep))
|
23
23
|
background-size 400%
|
24
24
|
position absolute
|
25
25
|
width 100%
|
@@ -36,11 +36,11 @@
|
|
36
36
|
|
37
37
|
> div.card-info-avatarimg
|
38
38
|
overflow hidden
|
39
|
-
background var(--
|
39
|
+
background var(--efu-yellow)
|
40
40
|
transition 1.5s
|
41
41
|
min-height 160px
|
42
42
|
position relative
|
43
|
-
box-shadow var(--
|
43
|
+
box-shadow var(--efu-shadow-yellow)
|
44
44
|
|
45
45
|
&:hover img
|
46
46
|
transform scale(1.03)
|
@@ -59,7 +59,7 @@
|
|
59
59
|
justify-content center
|
60
60
|
transition .3s .2s
|
61
61
|
transform scale(1)
|
62
|
-
background var(--
|
62
|
+
background var(--efu-card-bg)
|
63
63
|
border-radius 50%
|
64
64
|
|
65
65
|
img
|
@@ -72,15 +72,15 @@
|
|
72
72
|
|
73
73
|
.author-info__desc
|
74
74
|
font-size 12px
|
75
|
-
color var(--
|
75
|
+
color var(--efu-card-bg)
|
76
76
|
opacity .6
|
77
77
|
line-height 1
|
78
78
|
|
79
79
|
#author-info__sayhi
|
80
80
|
text-align center
|
81
81
|
width fit-content
|
82
|
-
color var(--
|
83
|
-
background var(--
|
82
|
+
color var(--efu-white)
|
83
|
+
background var(--efu-white-op)
|
84
84
|
font-size 12px
|
85
85
|
padding 2px 8px
|
86
86
|
border-radius 12px
|
@@ -92,14 +92,14 @@
|
|
92
92
|
|
93
93
|
/ [data-theme=dark] &
|
94
94
|
background #00000015
|
95
|
-
color var(--
|
95
|
+
color var(--efu-black)
|
96
96
|
|
97
97
|
&:hover
|
98
|
-
color var(--
|
98
|
+
color var(--efu-white)
|
99
99
|
|
100
100
|
&:hover
|
101
|
-
background var(--
|
102
|
-
color var(--
|
101
|
+
background var(--efu-card-bg)
|
102
|
+
color var(--efu-main)
|
103
103
|
transform scale(1.1)
|
104
104
|
|
105
105
|
.card-info-avatar.is-center
|
@@ -116,7 +116,7 @@
|
|
116
116
|
position absolute
|
117
117
|
transition cubic-bezier(.69, .39, 0, 1.21) .3s
|
118
118
|
transform-origin bottom
|
119
|
-
border 5px solid var(--
|
119
|
+
border 5px solid var(--efu-card-bg)
|
120
120
|
|
121
121
|
../ :hover .avatar-img-group
|
122
122
|
opacity 0
|
@@ -125,7 +125,7 @@
|
|
125
125
|
.author-info__name
|
126
126
|
text-align left
|
127
127
|
font-weight 700
|
128
|
-
color var(--
|
128
|
+
color var(--efu-card-bg)
|
129
129
|
font-size 20px
|
130
130
|
line-height 1
|
131
131
|
margin-bottom 5px
|
@@ -151,10 +151,10 @@
|
|
151
151
|
line-height 1.38
|
152
152
|
margin .3rem 0
|
153
153
|
text-align justify
|
154
|
-
color var(--
|
154
|
+
color var(--efu-card-bg)
|
155
155
|
|
156
156
|
b
|
157
|
-
color var(--
|
157
|
+
color var(--efu-card-bg)
|
158
158
|
|
159
159
|
.author-info__description2
|
160
160
|
line-height 1.38
|
@@ -162,10 +162,10 @@
|
|
162
162
|
text-align justify
|
163
163
|
width 100%
|
164
164
|
z-index 2
|
165
|
-
color var(--
|
165
|
+
color var(--efu-card-bg)
|
166
166
|
|
167
167
|
b
|
168
|
-
color var(--
|
168
|
+
color var(--efu-card-bg)
|
169
169
|
|
170
170
|
.author-info__bottom-group
|
171
171
|
display flex
|
@@ -195,7 +195,7 @@
|
|
195
195
|
|
196
196
|
a
|
197
197
|
.headline
|
198
|
-
color var(--
|
198
|
+
color var(--efu-fontcolor)
|
199
199
|
font-size 1em
|
200
200
|
|
201
201
|
.length-num
|
@@ -218,7 +218,7 @@
|
|
218
218
|
.social-icon
|
219
219
|
margin 0
|
220
220
|
margin-left 8px
|
221
|
-
color var(--
|
221
|
+
color var(--efu-fontcolor)
|
222
222
|
font-size 1.4em
|
223
223
|
cursor pointer
|
224
224
|
display flex
|
@@ -228,8 +228,8 @@
|
|
228
228
|
padding 8px
|
229
229
|
border-radius 32px
|
230
230
|
cursor pointer
|
231
|
-
background var(--
|
232
|
-
color var(--
|
231
|
+
background var(--efu-white-op)
|
232
|
+
color var(--efu-card-bg)
|
233
233
|
width 40px
|
234
234
|
height 40px
|
235
235
|
display flex
|
@@ -237,17 +237,17 @@
|
|
237
237
|
justify-content center
|
238
238
|
|
239
239
|
&:hover
|
240
|
-
background var(--
|
240
|
+
background var(--efu-white)
|
241
241
|
transform scale(1.1)
|
242
|
-
color var(--
|
242
|
+
color var(--efu-main)
|
243
243
|
box-shadow none
|
244
244
|
|
245
245
|
/ [data-theme=dark] &
|
246
|
-
background var(--
|
246
|
+
background var(--efu-black-op)
|
247
247
|
|
248
248
|
&:hover
|
249
|
-
background-color var(--
|
250
|
-
color var(--
|
249
|
+
background-color var(--efu-black)
|
250
|
+
color var(--efu-white)
|
251
251
|
|
252
252
|
img.avatar-img
|
253
253
|
width 118px
|
@@ -11,13 +11,13 @@
|
|
11
11
|
align-items flex-start
|
12
12
|
|
13
13
|
&:hover
|
14
|
-
background var(--
|
15
|
-
color var(--
|
14
|
+
background var(--efu-main)
|
15
|
+
color var(--efu-white)
|
16
16
|
transition .3s
|
17
|
-
box-shadow var(--
|
17
|
+
box-shadow var(--efu-shadow-main)
|
18
18
|
|
19
19
|
.content a
|
20
|
-
color var(--
|
20
|
+
color var(--efu-white)
|
21
21
|
|
22
22
|
.thumbnail
|
23
23
|
-webkit-mask-image -webkit-radial-gradient(center, #fff, #000)
|
@@ -48,7 +48,7 @@
|
|
48
48
|
font-weight 700
|
49
49
|
padding 2px 0
|
50
50
|
margin-bottom 8px
|
51
|
-
color var(--
|
51
|
+
color var(--efu-fontcolor)
|
52
52
|
font-size 95%
|
53
53
|
line-height 1.3
|
54
54
|
-webkit-line-clamp 2
|
@@ -3,7 +3,7 @@
|
|
3
3
|
padding .5rem .5rem
|
4
4
|
|
5
5
|
&:hover
|
6
|
-
box-shadow var(--
|
6
|
+
box-shadow var(--efu-shadow-border)
|
7
7
|
|
8
8
|
+minWidth900()
|
9
9
|
right 0 !important
|
@@ -77,7 +77,7 @@
|
|
77
77
|
padding 8px
|
78
78
|
border-left 0 solid transparent
|
79
79
|
border-radius 12px
|
80
|
-
color var(--
|
80
|
+
color var(--efu-secondtext)
|
81
81
|
cursor default
|
82
82
|
min-height 40px
|
83
83
|
display flex
|
@@ -86,9 +86,9 @@
|
|
86
86
|
|
87
87
|
&.active
|
88
88
|
border-radius 12px
|
89
|
-
border-left-color var(--
|
90
|
-
background-color var(--
|
91
|
-
color var(--
|
89
|
+
border-left-color var(--efu-hovertext)
|
90
|
+
background-color var(--efu-card-bg)
|
91
|
+
color var(--efu-lighttext)
|
92
92
|
font-weight 700
|
93
93
|
font-size 20px
|
94
94
|
|
@@ -100,9 +100,9 @@
|
|
100
100
|
transition .3s
|
101
101
|
|
102
102
|
&:hover
|
103
|
-
color var(--
|
103
|
+
color var(--efu-lighttext)
|
104
104
|
|
105
105
|
[data-theme=dark]
|
106
106
|
.toc
|
107
107
|
.toc-item.active .toc-link .toc-text
|
108
|
-
color: var(--
|
108
|
+
color: var(--efu-white)
|
@@ -55,7 +55,7 @@
|
|
55
55
|
display none
|
56
56
|
|
57
57
|
.post-comment
|
58
|
-
background var(--
|
58
|
+
background var(--efu-card-bg)
|
59
59
|
|
60
60
|
div#post-comment
|
61
61
|
margin-top 2rem
|
@@ -70,13 +70,13 @@ div#post-comment
|
|
70
70
|
|
71
71
|
> div.comment-privacy
|
72
72
|
a:hover
|
73
|
-
color var(--
|
73
|
+
color var(--efu-main)
|
74
74
|
|
75
75
|
.comment-tips
|
76
76
|
background-color rgba(103, 194, 58, 0.13)
|
77
77
|
border var(--style-border-always)
|
78
|
-
border-color var(--
|
79
|
-
color var(--
|
78
|
+
border-color var(--efu-green)
|
79
|
+
color var(--efu-green)
|
80
80
|
border-radius 8px
|
81
81
|
padding 8px 12px
|
82
82
|
margin-top 0.5rem
|
@@ -88,12 +88,12 @@ div#post-comment
|
|
88
88
|
font-weight 700
|
89
89
|
|
90
90
|
blockquote
|
91
|
-
background var(--
|
91
|
+
background var(--efu-secondbg)
|
92
92
|
border var(--style-border)
|
93
93
|
box-shadow none
|
94
94
|
margin 0 0 .5rem
|
95
95
|
font-size .6rem
|
96
|
-
color var(--
|
96
|
+
color var(--efu-secondtext)
|
97
97
|
border-radius 8px
|
98
98
|
|
99
99
|
.comment-head
|
@@ -110,4 +110,4 @@ div#post-comment
|
|
110
110
|
|
111
111
|
&:hover
|
112
112
|
a
|
113
|
-
color var(--
|
113
|
+
color var(--efu-theme)
|
@@ -19,34 +19,34 @@
|
|
19
19
|
align-items center
|
20
20
|
|
21
21
|
.twikoo-info
|
22
|
-
color var(--
|
22
|
+
color var(--efu-secondtext)
|
23
23
|
|
24
24
|
.tk-action
|
25
25
|
.tk-action-link:first-child
|
26
26
|
display none
|
27
27
|
|
28
28
|
.tk-action-link
|
29
|
-
color var(--
|
29
|
+
color var(--efu-lighttext) !important
|
30
30
|
cursor pointer
|
31
31
|
user-select none
|
32
32
|
padding 0 12px 0 12px
|
33
33
|
transition all .3s
|
34
34
|
border-radius 8px
|
35
|
-
background-color var(--
|
35
|
+
background-color var(--efu-secondbg)
|
36
36
|
border var(--style-border-always)
|
37
37
|
|
38
38
|
&:hover
|
39
|
-
background-color var(--
|
40
|
-
color var(--
|
39
|
+
background-color var(--efu-lighttext)
|
40
|
+
color var(--efu-card-bg) !important
|
41
41
|
|
42
42
|
.tk-action-icon svg
|
43
|
-
fill var(--
|
43
|
+
fill var(--efu-card-bg) !important
|
44
44
|
|
45
45
|
|
46
46
|
.tk-action-icon
|
47
47
|
svg
|
48
48
|
transition all .3s
|
49
|
-
fill var(--
|
49
|
+
fill var(--efu-lighttext) !important
|
50
50
|
|
51
51
|
.tk-content
|
52
52
|
img
|
@@ -55,7 +55,7 @@
|
|
55
55
|
.tk-avatar
|
56
56
|
width 32px !important
|
57
57
|
height 32px !important
|
58
|
-
box-shadow var(--
|
58
|
+
box-shadow var(--efu-shadow-border)
|
59
59
|
margin-right 16px !important
|
60
60
|
|
61
61
|
&.tk-has-avatar
|
@@ -78,7 +78,7 @@
|
|
78
78
|
#page
|
79
79
|
.tk-meta-input
|
80
80
|
.el-input
|
81
|
-
box-shadow var(--
|
81
|
+
box-shadow var(--efu-shadow-border)
|
82
82
|
|
83
83
|
.el-loading-mask
|
84
84
|
background-color none !important
|
@@ -118,10 +118,10 @@
|
|
118
118
|
|
119
119
|
.tk-comments
|
120
120
|
.el-button--primary
|
121
|
-
border-color var(--
|
122
|
-
color var(--
|
121
|
+
border-color var(--efu-fontcolor) !important
|
122
|
+
color var(--efu-card-bg) !important
|
123
123
|
border-radius 12px !important
|
124
|
-
box-shadow var(--
|
124
|
+
box-shadow var(--efu-shadow-black)
|
125
125
|
transition .3s
|
126
126
|
width 5rem
|
127
127
|
position absolute
|
@@ -189,12 +189,12 @@
|
|
189
189
|
pointer-events none
|
190
190
|
|
191
191
|
.tk-extra
|
192
|
-
background var(--
|
192
|
+
background var(--efu-card-bg)
|
193
193
|
border var(--style-border-always)
|
194
194
|
padding 1px 5px 1px 2px
|
195
195
|
border-radius 8px
|
196
196
|
margin-right 4px !important
|
197
|
-
color var(--
|
197
|
+
color var(--efu-secondtext) !important
|
198
198
|
display inline !important
|
199
199
|
margin-top 6px !important
|
200
200
|
font-size .5rem
|
@@ -204,19 +204,19 @@
|
|
204
204
|
display none
|
205
205
|
|
206
206
|
.tk-expand
|
207
|
-
background var(--
|
208
|
-
color var(--
|
207
|
+
background var(--efu-card-bg) !important
|
208
|
+
color var(--efu-fontcolor) !important
|
209
209
|
border var(--style-border-always)
|
210
|
-
box-shadow var(--
|
210
|
+
box-shadow var(--efu-shadow-border)
|
211
211
|
border-radius 12px
|
212
212
|
user-select none
|
213
213
|
|
214
214
|
&:hover
|
215
|
-
background var(--
|
216
|
-
color var(--
|
215
|
+
background var(--efu-theme) !important
|
216
|
+
color var(--efu-white) !important
|
217
217
|
|
218
218
|
.tk-time
|
219
|
-
color var(--
|
219
|
+
color var(--efu-secondtext) !important
|
220
220
|
font-size .6rem
|
221
221
|
margin-left .5rem
|
222
222
|
|
@@ -224,7 +224,7 @@
|
|
224
224
|
> .tk-comment
|
225
225
|
margin-top 0!important
|
226
226
|
margin-bottom 0.5rem!important
|
227
|
-
background var(--
|
227
|
+
background var(--efu-card-bg)
|
228
228
|
transition .3s
|
229
229
|
border-radius 12px
|
230
230
|
padding 0
|
@@ -238,14 +238,14 @@
|
|
238
238
|
padding 1rem 1rem 1.5rem
|
239
239
|
border var(--style-border)
|
240
240
|
border-top var(--style-border)
|
241
|
-
box-shadow var(--
|
241
|
+
box-shadow var(--efu-shadow-border)
|
242
242
|
|
243
243
|
@media screen and (max-width: 768px)
|
244
244
|
.tk-comments-container
|
245
245
|
> .tk-comment
|
246
246
|
padding 1rem
|
247
247
|
border var(--style-border-always)
|
248
|
-
box-shadow var(--
|
248
|
+
box-shadow var(--efu-shadow-border)
|
249
249
|
|
250
250
|
.tk-icon.__comments
|
251
251
|
left .5rem
|
@@ -262,7 +262,7 @@
|
|
262
262
|
|
263
263
|
.tk-replies
|
264
264
|
> .tk-comment
|
265
|
-
background var(--
|
265
|
+
background var(--efu-card-bg)
|
266
266
|
border-top var(--style-border-dashed)
|
267
267
|
border-radius 12px
|
268
268
|
transition .3s
|
@@ -273,11 +273,27 @@
|
|
273
273
|
p
|
274
274
|
margin 0 !important
|
275
275
|
|
276
|
+
pre
|
277
|
+
code
|
278
|
+
kbd
|
279
|
+
samp
|
280
|
+
font-family ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
|
281
|
+
|
282
|
+
pre
|
283
|
+
background var(--efu-secondbg)
|
284
|
+
padding .5rem
|
285
|
+
margin 0.5rem 0
|
286
|
+
overflow auto
|
287
|
+
border-radius 0.5em
|
288
|
+
|
289
|
+
+maxWidth768()
|
290
|
+
max-width 90%
|
291
|
+
|
276
292
|
.tk-replies
|
277
293
|
.tk-content
|
278
294
|
span:first-child
|
279
295
|
font-size .5rem
|
280
|
-
color var(--
|
296
|
+
color var(--efu-secondtext)
|
281
297
|
|
282
298
|
.tk-meta-input
|
283
299
|
.el-input
|
@@ -320,7 +336,7 @@ img.tk-avatar-img
|
|
320
336
|
|
321
337
|
.el-input.el-input--small.el-input-group.el-input-group--prepend
|
322
338
|
border-radius 12px
|
323
|
-
background var(--
|
339
|
+
background var(--efu-secondbg)
|
324
340
|
border var(--style-border-always)
|
325
341
|
|
326
342
|
.el-input.el-input--small.el-input-group.el-input-group--prepend:nth-child(1):before
|
@@ -363,15 +379,15 @@ img.tk-avatar-img
|
|
363
379
|
transform translate(-50%, -46px)
|
364
380
|
|
365
381
|
.el-input-group__append, .el-input-group__prepend
|
366
|
-
background-color var(--
|
367
|
-
color var(--
|
382
|
+
background-color var(--efu-card-bg) !important
|
383
|
+
color var(--efu-fontcolor) !important
|
368
384
|
border 0 !important
|
369
385
|
font-weight 700
|
370
386
|
|
371
387
|
.el-input__inner
|
372
|
-
background var(--
|
388
|
+
background var(--efu-secondbg) !important
|
373
389
|
border 0 !important
|
374
|
-
color var(--
|
390
|
+
color var(--efu-fontcolor) !important
|
375
391
|
padding-left 8px
|
376
392
|
height 32px
|
377
393
|
line-height 32px
|
@@ -379,14 +395,14 @@ img.tk-avatar-img
|
|
379
395
|
|
380
396
|
.page
|
381
397
|
.el-input__inner
|
382
|
-
background var(--
|
398
|
+
background var(--efu-card-bg) !important
|
383
399
|
|
384
400
|
.el-input__inner:focus
|
385
401
|
border none
|
386
402
|
|
387
403
|
.el-textarea__inner
|
388
|
-
background var(--
|
389
|
-
color var(--
|
404
|
+
background var(--efu-secondbg) !important
|
405
|
+
color var(--efu-fontcolor) !important
|
390
406
|
border-radius 12px !important
|
391
407
|
min-height 100px !important
|
392
408
|
padding 16px 16px 40px 16px !important
|
@@ -395,34 +411,34 @@ img.tk-avatar-img
|
|
395
411
|
|
396
412
|
@media screen and (max-width: 768px)
|
397
413
|
.el-textarea__inner
|
398
|
-
background var(--
|
414
|
+
background var(--efu-card-bg) !important
|
399
415
|
|
400
416
|
#page
|
401
417
|
.el-textarea__inner
|
402
|
-
background var(--
|
403
|
-
box-shadow var(--
|
418
|
+
background var(--efu-card-bg) !important
|
419
|
+
box-shadow var(--efu-shadow-border)
|
404
420
|
|
405
421
|
.el-textarea__inner:focus
|
406
422
|
border var(--style-border-hover-always) !important
|
407
|
-
box-shadow var(--
|
423
|
+
box-shadow var(--efu-shadow-main)
|
408
424
|
|
409
425
|
.el-button
|
410
|
-
background-color var(--
|
411
|
-
border 0 solid var(--
|
412
|
-
color var(--
|
426
|
+
background-color var(--efu-fontcolor) !important
|
427
|
+
border 0 solid var(--efu-main) !important
|
428
|
+
color var(--efu-background) !important
|
413
429
|
border-radius 8px !important
|
414
430
|
|
415
431
|
.el-button:hover
|
416
|
-
background var(--
|
417
|
-
color var(--
|
432
|
+
background var(--efu-black) !important
|
433
|
+
color var(--efu-white) !important
|
418
434
|
|
419
435
|
.el-button.tk-preview
|
420
436
|
display none !important
|
421
437
|
|
422
438
|
button.el-button.tk-cancel.el-button--default.el-button--small
|
423
|
-
background var(--
|
439
|
+
background var(--efu-secondbg) !important
|
424
440
|
border-radius 8px !important
|
425
|
-
color var(--
|
441
|
+
color var(--efu-fontcolor) !important
|
426
442
|
|
427
443
|
@media screen and (max-width: 768px)
|
428
444
|
.OwO .OwO-body
|
@@ -433,7 +449,7 @@ button.el-button.tk-cancel.el-button--default.el-button--small
|
|
433
449
|
border var(--style-border-always) !important
|
434
450
|
border-radius 8px !important
|
435
451
|
overflow hidden
|
436
|
-
background-color var(--
|
452
|
+
background-color var(--efu-maskbg) !important
|
437
453
|
backdrop-filter saturate(180%) blur(10px)
|
438
454
|
-webkit-backdrop-filter blur(10px)
|
439
455
|
transform translateZ(0)
|
@@ -443,7 +459,7 @@ button.el-button.tk-cancel.el-button--default.el-button--small
|
|
443
459
|
|
444
460
|
.OwO-items
|
445
461
|
.OwO-item:hover
|
446
|
-
box-shadow var(--
|
462
|
+
box-shadow var(--efu-shadow-lightblack) !important
|
447
463
|
border-radius 8px
|
448
464
|
|
449
465
|
#twikoo > div.tk-comments > div.tk-submit > div.tk-row.actions > div > div.tk-action-icon.OwO.OwO-open > div.OwO-body > div > ul > li > span
|
@@ -467,7 +483,7 @@ button.el-button.tk-cancel.el-button--default.el-button--small
|
|
467
483
|
transition .3s
|
468
484
|
|
469
485
|
.OwO-packages
|
470
|
-
background var(--
|
486
|
+
background var(--efu-background)
|
471
487
|
padding-left 8px !important
|
472
488
|
|
473
489
|
.OwO
|
@@ -475,7 +491,7 @@ button.el-button.tk-cancel.el-button--default.el-button--small
|
|
475
491
|
.OwO-bar
|
476
492
|
.OwO-packages
|
477
493
|
.OwO-package-active
|
478
|
-
background var(--
|
494
|
+
background var(--efu-secondbg) !important
|
479
495
|
|
480
496
|
.OwO-items-show
|
481
497
|
margin 12px 8px !important
|
@@ -491,7 +507,7 @@ button.el-button.tk-cancel.el-button--default.el-button--small
|
|
491
507
|
#owo-big
|
492
508
|
position fixed
|
493
509
|
align-items center
|
494
|
-
background-color var(--
|
510
|
+
background-color var(--efu-card-bg)
|
495
511
|
border var(--style-border-always)
|
496
512
|
border-radius 10px
|
497
513
|
z-index 9999
|
@@ -513,5 +529,5 @@ button.el-button.tk-cancel.el-button--default.el-button--small
|
|
513
529
|
border-left-width 0 !important
|
514
530
|
|
515
531
|
.el-textarea .el-input__count
|
516
|
-
color var(--
|
532
|
+
color var(--efu-secondtext) !important
|
517
533
|
user-select none
|