hexo-theme-solitude 1.5.1 → 1.5.2
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/ISSUE_TEMPLATE/config.yml +17 -0
- package/.github/ISSUE_TEMPLATE/feature_request.yml +48 -0
- package/.github/PULL_REQUEST_TEMPLATE.md +35 -0
- package/CONTRIBUTING.md +2 -13
- package/LICENSE +21 -674
- package/README.md +17 -41
- package/README_EN.md +14 -39
- 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
@@ -31,13 +31,13 @@
|
|
31
31
|
.author-tag
|
32
32
|
transform translate(0, -4px)
|
33
33
|
padding 1px 8px
|
34
|
-
background var(--
|
34
|
+
background var(--efu-card-bg)
|
35
35
|
border var(--style-border-always)
|
36
36
|
border-radius 40px
|
37
37
|
margin-top 6px
|
38
38
|
font-size 14px
|
39
39
|
font-weight 700
|
40
|
-
box-shadow var(--
|
40
|
+
box-shadow var(--efu-shadow-lightblack)
|
41
41
|
animation 6s ease-in-out 0s infinite normal none running floating
|
42
42
|
|
43
43
|
&:nth-child(1)
|
@@ -58,7 +58,7 @@
|
|
58
58
|
width 180px
|
59
59
|
height 180px
|
60
60
|
position relative
|
61
|
-
background var(--
|
61
|
+
background var(--efu-secondbg)
|
62
62
|
user-select none
|
63
63
|
transition .3s
|
64
64
|
|
@@ -85,10 +85,10 @@
|
|
85
85
|
transition 1s
|
86
86
|
width 30px
|
87
87
|
height 30px
|
88
|
-
background var(--
|
88
|
+
background var(--efu-green)
|
89
89
|
position absolute
|
90
90
|
border-radius 50%
|
91
|
-
border 5px solid var(--
|
91
|
+
border 5px solid var(--efu-background)
|
92
92
|
bottom 5px
|
93
93
|
right 10px
|
94
94
|
z-index 2
|
@@ -3,7 +3,7 @@
|
|
3
3
|
display flex
|
4
4
|
flex-direction column
|
5
5
|
justify-content center
|
6
|
-
color var(--
|
6
|
+
color var(--efu-white)
|
7
7
|
background linear-gradient(120deg, #5b27ff 0, #00d4ff 100%)
|
8
8
|
background-size 200%
|
9
9
|
animation gradient 15s ease infinite
|
@@ -36,7 +36,7 @@
|
|
36
36
|
font-family Helvetica
|
37
37
|
line-height 1.06
|
38
38
|
letter-spacing -.02em
|
39
|
-
color var(--
|
39
|
+
color var(--efu-fontcolor)
|
40
40
|
margin-top 0
|
41
41
|
|
42
42
|
.mask
|
@@ -2,7 +2,7 @@
|
|
2
2
|
.author-content-item.game-apex
|
3
3
|
min-height 300px
|
4
4
|
overflow hidden
|
5
|
-
color var(--
|
5
|
+
color var(--efu-white)
|
6
6
|
width 59%
|
7
7
|
|
8
8
|
&::after
|
@@ -29,7 +29,7 @@
|
|
29
29
|
width 39%
|
30
30
|
min-height 300px
|
31
31
|
overflow hidden
|
32
|
-
color var(--
|
32
|
+
color var(--efu-white)
|
33
33
|
|
34
34
|
&::after
|
35
35
|
box-shadow 0 -69px 203px 11px #415dc9 inset
|
@@ -2,7 +2,7 @@
|
|
2
2
|
.author-content-item.like-technology
|
3
3
|
background-size cover
|
4
4
|
min-height 230px
|
5
|
-
color var(--
|
5
|
+
color var(--efu-white)
|
6
6
|
|
7
7
|
&::after
|
8
8
|
box-shadow 0 -69px 203px 11px #050b20 inset
|
@@ -16,7 +16,7 @@
|
|
16
16
|
.author-content-item.like-music
|
17
17
|
background-size cover
|
18
18
|
min-height 400px
|
19
|
-
color var(--
|
19
|
+
color var(--efu-white)
|
20
20
|
overflow hidden
|
21
21
|
|
22
22
|
&::after
|
@@ -32,7 +32,7 @@
|
|
32
32
|
bottom 0
|
33
33
|
left 0
|
34
34
|
width 100%
|
35
|
-
background var(--
|
35
|
+
background var(--efu-maskbg)
|
36
36
|
padding 0.5rem 2rem
|
37
37
|
backdrop-filter saturate(180%) blur(20px)
|
38
38
|
transition 1s ease-in-out
|
@@ -43,7 +43,7 @@
|
|
43
43
|
padding 1rem
|
44
44
|
|
45
45
|
b
|
46
|
-
color var(--
|
46
|
+
color var(--efu-fontcolor)
|
47
47
|
|
48
48
|
+maxWidth768()
|
49
49
|
margin-bottom 0
|
@@ -3,10 +3,10 @@
|
|
3
3
|
&.single.reward
|
4
4
|
.author-content-item
|
5
5
|
.author-content-item-title
|
6
|
-
color var(--
|
6
|
+
color var(--efu-red)
|
7
7
|
|
8
8
|
.reward-list-updateDate
|
9
|
-
color var(--
|
9
|
+
color var(--efu-gray)
|
10
10
|
font-size 14px
|
11
11
|
|
12
12
|
.author-content-item-description
|
@@ -30,7 +30,7 @@
|
|
30
30
|
left auto
|
31
31
|
bottom auto
|
32
32
|
width fit-content
|
33
|
-
box-shadow var(--
|
33
|
+
box-shadow var(--efu-shadow-border)
|
34
34
|
|
35
35
|
.reward-all::before
|
36
36
|
bottom auto
|
@@ -38,9 +38,9 @@
|
|
38
38
|
|
39
39
|
.reward-button
|
40
40
|
padding 8px 12px
|
41
|
-
background var(--
|
41
|
+
background var(--efu-red)
|
42
42
|
border-radius 12px
|
43
|
-
color var(--
|
43
|
+
color var(--efu-white)
|
44
44
|
display flex
|
45
45
|
align-items center
|
46
46
|
z-index 1
|
@@ -65,7 +65,7 @@
|
|
65
65
|
border var(--style-border-always)
|
66
66
|
width calc((100% / 6) - .5rem)
|
67
67
|
margin 0 .25rem .5rem .25rem
|
68
|
-
box-shadow var(--
|
68
|
+
box-shadow var(--efu-shadow-border)
|
69
69
|
flex-direction column
|
70
70
|
justify-content space-between
|
71
71
|
|
@@ -94,8 +94,8 @@
|
|
94
94
|
|
95
95
|
.reward-list-item-money
|
96
96
|
padding 4px
|
97
|
-
background var(--
|
98
|
-
color var(--
|
97
|
+
background var(--efu-fontcolor)
|
98
|
+
color var(--efu-card-bg)
|
99
99
|
font-size 12px
|
100
100
|
line-height 1
|
101
101
|
display flex
|
@@ -105,16 +105,16 @@
|
|
105
105
|
margin-right 4px
|
106
106
|
white-space nowrap
|
107
107
|
|
108
|
-
.
|
108
|
+
.solitude
|
109
109
|
font-size 14px
|
110
110
|
margin-right 4px
|
111
111
|
|
112
112
|
.reward-list-item-time
|
113
113
|
font-size 12px
|
114
|
-
color var(--
|
114
|
+
color var(--efu-secondtext)
|
115
115
|
white-space nowrap
|
116
116
|
|
117
117
|
.reward-list-tips
|
118
118
|
p
|
119
119
|
font-size 12px
|
120
|
-
color var(--
|
120
|
+
color var(--efu-secondtext)
|
@@ -46,11 +46,11 @@
|
|
46
46
|
align-items center
|
47
47
|
margin-right 10px
|
48
48
|
margin-top 10px
|
49
|
-
background var(--
|
49
|
+
background var(--efu-background)
|
50
50
|
border-radius 40px
|
51
51
|
padding 4px 12px 4px 8px
|
52
52
|
border var(--style-border)
|
53
|
-
box-shadow var(--
|
53
|
+
box-shadow var(--efu-shadow-border)
|
54
54
|
|
55
55
|
.etc
|
56
56
|
margin-right 10px
|
@@ -7,7 +7,7 @@
|
|
7
7
|
min-height 380px
|
8
8
|
width 39%
|
9
9
|
background-size cover
|
10
|
-
color var(--
|
10
|
+
color var(--efu-white)
|
11
11
|
overflow hidden
|
12
12
|
|
13
13
|
&::after
|
@@ -23,7 +23,7 @@
|
|
23
23
|
font-size 16px
|
24
24
|
border-radius 15px
|
25
25
|
width 100%
|
26
|
-
color var(--
|
26
|
+
color var(--efu-white)
|
27
27
|
display flex
|
28
28
|
justify-content space-between
|
29
29
|
flex-direction row
|
@@ -49,7 +49,7 @@
|
|
49
49
|
white-space nowrap
|
50
50
|
|
51
51
|
.banner-button
|
52
|
-
background var(--
|
52
|
+
background var(--efu-white-op)
|
53
53
|
|
54
54
|
.banner-button:hover
|
55
|
-
background var(--
|
55
|
+
background var(--efu-theme)
|
@@ -2,7 +2,7 @@
|
|
2
2
|
position absolute
|
3
3
|
left 0
|
4
4
|
font-size 14px
|
5
|
-
color var(--
|
5
|
+
color var(--efu-card-bg)
|
6
6
|
font-weight bold
|
7
7
|
top 10px
|
8
8
|
white-space nowrap
|
@@ -16,11 +16,11 @@
|
|
16
16
|
|
17
17
|
> div
|
18
18
|
font-size 14px
|
19
|
-
color var(--
|
19
|
+
color var(--efu-fontcolor)
|
20
20
|
|
21
21
|
.tenyear-timeline
|
22
22
|
width 100%
|
23
|
-
background-color var(--
|
23
|
+
background-color var(--efu-background)
|
24
24
|
position relative
|
25
25
|
overflow hidden
|
26
26
|
margin-bottom 20px
|
@@ -30,7 +30,7 @@
|
|
30
30
|
.progress
|
31
31
|
width 0
|
32
32
|
height 100%
|
33
|
-
background-color var(--
|
33
|
+
background-color var(--efu-main)
|
34
34
|
position absolute
|
35
35
|
animation-delay -0.1s
|
36
36
|
border-radius 0.5rem
|
@@ -50,14 +50,14 @@
|
|
50
50
|
left 10%
|
51
51
|
font-weight 700
|
52
52
|
font-size 32px
|
53
|
-
color var(--
|
53
|
+
color var(--efu-white)
|
54
54
|
|
55
55
|
&::after
|
56
56
|
top 55px
|
57
57
|
width 0
|
58
58
|
left 0
|
59
59
|
height 3px
|
60
|
-
background var(--
|
60
|
+
background var(--efu-white)
|
61
61
|
content ""
|
62
62
|
border-radius 1px
|
63
63
|
position absolute
|
@@ -68,7 +68,7 @@
|
|
68
68
|
top 35%
|
69
69
|
left 100%
|
70
70
|
width 80%
|
71
|
-
color var(--
|
71
|
+
color var(--efu-white)
|
72
72
|
font-size 1.1em
|
73
73
|
transition left .35s
|
74
74
|
letter-spacing 1px
|
@@ -84,21 +84,21 @@
|
|
84
84
|
top 8px
|
85
85
|
padding 4px 6px
|
86
86
|
border-radius 8px
|
87
|
-
background var(--
|
87
|
+
background var(--efu-black-op)
|
88
88
|
font-size 12px
|
89
|
-
color var(--
|
89
|
+
color var(--efu-white)
|
90
90
|
transition .3s
|
91
91
|
z-index 1
|
92
92
|
user-select none
|
93
93
|
|
94
|
-
.
|
94
|
+
.st-gallery-item
|
95
95
|
margin-bottom 24px
|
96
96
|
overflow hidden
|
97
97
|
border-radius 8px
|
98
98
|
transition all .3s
|
99
99
|
border var(--style-border-always)
|
100
100
|
|
101
|
-
.
|
101
|
+
.st-gallery-image
|
102
102
|
width 100%
|
103
103
|
display block
|
104
104
|
height auto
|
@@ -1,6 +1,6 @@
|
|
1
1
|
#category-bar
|
2
2
|
padding 0.4rem 1rem 0.4rem 0.7rem
|
3
|
-
background var(--
|
3
|
+
background var(--efu-card-bg)
|
4
4
|
border-radius 12px
|
5
5
|
display flex
|
6
6
|
white-space nowrap
|
@@ -22,22 +22,25 @@
|
|
22
22
|
margin-bottom .75rem
|
23
23
|
&:hover
|
24
24
|
border var(--style-border-hover)
|
25
|
-
box-shadow var(--
|
25
|
+
box-shadow var(--efu-shadow-main)
|
26
26
|
|
27
27
|
+maxWidth768()
|
28
28
|
margin-bottom 0
|
29
29
|
margin-top 0
|
30
30
|
border-radius 0
|
31
|
-
background var(--
|
31
|
+
background var(--efu-background)
|
32
32
|
padding 0.5rem 0
|
33
33
|
border none
|
34
34
|
|
35
|
+
.category-bar-right
|
36
|
+
display flex
|
37
|
+
|
35
38
|
.category-bar-more
|
36
39
|
margin-left 14px
|
37
40
|
font-weight 700
|
38
41
|
|
39
42
|
&:hover
|
40
|
-
color var(--
|
43
|
+
color var(--efu-lighttext)
|
41
44
|
|
42
45
|
.category-bar-items
|
43
46
|
white-space nowrap
|
@@ -54,8 +57,8 @@
|
|
54
57
|
.category-bar-item
|
55
58
|
&:hover
|
56
59
|
a
|
57
|
-
background var(--
|
58
|
-
color var(--
|
60
|
+
background var(--efu-theme)
|
61
|
+
color var(--efu-white)
|
59
62
|
|
60
63
|
a
|
61
64
|
padding .1rem .5rem
|
@@ -70,5 +73,5 @@
|
|
70
73
|
order -1
|
71
74
|
|
72
75
|
a
|
73
|
-
background var(--
|
74
|
-
color var(--
|
76
|
+
background var(--efu-theme)
|
77
|
+
color var(--efu-white)
|
@@ -74,14 +74,14 @@
|
|
74
74
|
a.categoryButton
|
75
75
|
height 100%
|
76
76
|
width 100%
|
77
|
-
background var(--
|
77
|
+
background var(--efu-card-bg)
|
78
78
|
border-radius 12px
|
79
79
|
display inline-block
|
80
80
|
text-align left
|
81
81
|
line-height 4em
|
82
82
|
font-weight 700
|
83
83
|
font-size .9rem
|
84
|
-
color var(--
|
84
|
+
color var(--efu-white)
|
85
85
|
transition all .8s cubic-bezier(.39, .575, .565, 1)
|
86
86
|
transform scale(1)
|
87
87
|
overflow hidden
|
@@ -93,7 +93,7 @@
|
|
93
93
|
width 1rem
|
94
94
|
left 21px
|
95
95
|
height 2px
|
96
|
-
background var(--
|
96
|
+
background var(--efu-white)
|
97
97
|
content ""
|
98
98
|
border-radius 1px
|
99
99
|
position absolute
|
@@ -144,7 +144,7 @@
|
|
144
144
|
flex-direction column
|
145
145
|
width calc(100% / 3 - 0.25rem)
|
146
146
|
align-items flex-start
|
147
|
-
background var(--
|
147
|
+
background var(--efu-card-bg)
|
148
148
|
border-radius 12px
|
149
149
|
overflow hidden
|
150
150
|
height 164px
|
@@ -152,7 +152,7 @@
|
|
152
152
|
border var(--style-border-always)
|
153
153
|
transition .3s
|
154
154
|
position relative
|
155
|
-
box-shadow var(--
|
155
|
+
box-shadow var(--efu-shadow-border)
|
156
156
|
|
157
157
|
+maxWidth1200()
|
158
158
|
width 200px
|
@@ -176,7 +176,7 @@
|
|
176
176
|
img
|
177
177
|
object-fit cover
|
178
178
|
width 100%
|
179
|
-
background var(--
|
179
|
+
background var(--efu-secondbg)
|
180
180
|
|
181
181
|
.recent-post-top-text
|
182
182
|
position absolute
|
@@ -184,8 +184,8 @@
|
|
184
184
|
left -50px
|
185
185
|
display flex
|
186
186
|
z-index 1
|
187
|
-
background var(--
|
188
|
-
color var(--
|
187
|
+
background var(--efu-theme)
|
188
|
+
color var(--efu-white)
|
189
189
|
padding 2px 8px
|
190
190
|
font-size .6rem
|
191
191
|
border-radius 0 0 12px 0
|
@@ -210,7 +210,7 @@
|
|
210
210
|
padding 0
|
211
211
|
|
212
212
|
&:hover
|
213
|
-
color var(--
|
213
|
+
color var(--efu-fontcolor)
|
214
214
|
|
215
215
|
|
216
216
|
.todayCard
|
@@ -223,7 +223,7 @@
|
|
223
223
|
height 100%
|
224
224
|
top 0
|
225
225
|
right 0
|
226
|
-
background var(--
|
226
|
+
background var(--efu-card-bg)
|
227
227
|
border-radius 12px
|
228
228
|
margin-left 0.5rem
|
229
229
|
overflow hidden
|
@@ -250,7 +250,7 @@
|
|
250
250
|
bottom: 2rem
|
251
251
|
left: 2rem
|
252
252
|
z-index: 2
|
253
|
-
color: var(--
|
253
|
+
color: var(--efu-white)
|
254
254
|
max-width: 60%
|
255
255
|
transition: .3s
|
256
256
|
|
@@ -281,9 +281,9 @@
|
|
281
281
|
transition: .3s
|
282
282
|
|
283
283
|
.banner-button
|
284
|
-
background: var(--
|
284
|
+
background: var(--efu-white-op)
|
285
285
|
border-radius: 20px
|
286
|
-
color: var(--
|
286
|
+
color: var(--efu-white)
|
287
287
|
display: flex
|
288
288
|
align-items: center
|
289
289
|
z-index: 1
|
@@ -300,8 +300,8 @@
|
|
300
300
|
font-size: 22px
|
301
301
|
|
302
302
|
&:hover
|
303
|
-
background: var(--
|
304
|
-
color: var(--
|
303
|
+
background: var(--efu-theme)
|
304
|
+
color: var(--efu-white)
|
305
305
|
|
306
306
|
&.hide
|
307
307
|
.todayCard-info
|
@@ -335,7 +335,7 @@
|
|
335
335
|
padding 8px 18px 8px 14px
|
336
336
|
border-radius 60px
|
337
337
|
margin-bottom 12px
|
338
|
-
color var(--
|
338
|
+
color var(--efu-white)
|
339
339
|
width 94px
|
340
340
|
position relative
|
341
341
|
background-size 200%
|
@@ -24,9 +24,9 @@
|
|
24
24
|
margin .2rem 0 1rem 0
|
25
25
|
border-radius 12px
|
26
26
|
line-height 2.5rem
|
27
|
-
background var(--
|
27
|
+
background var(--efu-card-bg)
|
28
28
|
border var(--style-border-always)
|
29
|
-
box-shadow var(--
|
29
|
+
box-shadow var(--efu-shadow-border)
|
30
30
|
|
31
31
|
i
|
32
32
|
+maxWidth768()
|
@@ -45,35 +45,35 @@
|
|
45
45
|
|
46
46
|
+minWidth768()
|
47
47
|
width 2rem
|
48
|
-
background var(--
|
48
|
+
background var(--efu-card-bg)
|
49
49
|
height 2rem
|
50
50
|
line-height calc(2rem - 2px)
|
51
51
|
border-radius 8px
|
52
52
|
margin 0 .3rem
|
53
|
-
box-shadow var(--
|
53
|
+
box-shadow var(--efu-shadow-border)
|
54
54
|
border var(--style-border)
|
55
55
|
transition .3s
|
56
56
|
&:hover
|
57
|
-
color var(--
|
57
|
+
color var(--efu-theme)
|
58
58
|
border var(--style-border-hover)
|
59
|
-
box-shadow var(--
|
59
|
+
box-shadow var(--efu-shadow-main)
|
60
60
|
+maxWidth768()
|
61
61
|
display none
|
62
62
|
|
63
63
|
&.current
|
64
|
-
background var(--
|
65
|
-
color var(--
|
64
|
+
background var(--efu-theme)
|
65
|
+
color var(--efu-white)
|
66
66
|
border-radius 5px
|
67
67
|
|
68
68
|
+minWidth768()
|
69
|
-
background var(--
|
69
|
+
background var(--efu-theme)
|
70
70
|
border var(--style-border-hover)
|
71
|
-
box-shadow var(--
|
71
|
+
box-shadow var(--efu-shadow-theme)
|
72
72
|
|
73
73
|
&:hover
|
74
|
-
background var(--
|
75
|
-
box-shadow var(--
|
76
|
-
color var(--
|
74
|
+
background var(--efu-theme)
|
75
|
+
box-shadow var(--efu-shadow-theme)
|
76
|
+
color var(--efu-white)
|
77
77
|
|
78
78
|
a.extend.next, a.extend.prev
|
79
79
|
+minWidth768()
|
@@ -81,8 +81,8 @@
|
|
81
81
|
height 2rem
|
82
82
|
line-height 1.9rem
|
83
83
|
border-radius 8px
|
84
|
-
background var(--
|
85
|
-
box-shadow var(--
|
84
|
+
background var(--efu-card-bg)
|
85
|
+
box-shadow var(--efu-shadow-border)
|
86
86
|
position absolute
|
87
87
|
border var(--style-border)
|
88
88
|
display flex
|
@@ -96,9 +96,9 @@
|
|
96
96
|
|
97
97
|
a.extend
|
98
98
|
&:hover
|
99
|
-
color var(--
|
99
|
+
color var(--efu-theme)
|
100
100
|
border var(--style-border-hover)
|
101
|
-
box-shadow var(--
|
101
|
+
box-shadow var(--efu-shadow-main)
|
102
102
|
|
103
103
|
&.next
|
104
104
|
right 0
|
@@ -146,7 +146,7 @@
|
|
146
146
|
justify-content center
|
147
147
|
align-items center
|
148
148
|
transition .3s
|
149
|
-
background var(--
|
149
|
+
background var(--efu-card-bg)
|
150
150
|
border var(--style-border-always)
|
151
151
|
cursor text
|
152
152
|
pointer-events none
|
@@ -156,8 +156,8 @@
|
|
156
156
|
height 30px
|
157
157
|
right 4px
|
158
158
|
top 5px
|
159
|
-
background var(--
|
160
|
-
border 1px solid var(--
|
159
|
+
background var(--efu-card-bg)
|
160
|
+
border 1px solid var(--efu-none)
|
161
161
|
border-radius 4px
|
162
162
|
opacity .2
|
163
163
|
|
@@ -170,8 +170,8 @@
|
|
170
170
|
outline-style none
|
171
171
|
font-size 16px
|
172
172
|
padding-left 12px
|
173
|
-
background var(--
|
174
|
-
color var(--
|
173
|
+
background var(--efu-secondbg)
|
174
|
+
color var(--efu-fontcolor)
|
175
175
|
|
176
176
|
&:focus, /#pagination .toPageGroup:hover input
|
177
177
|
border var(--style-border-hover-always)
|