hexo-theme-shokax 0.3.13 → 0.3.15
Sign up to get free protection for your applications and to get access to all the features.
- package/CODE_OF_CONDUCT.md +128 -128
- package/CONTRIBUTING.md +58 -58
- package/LICENSE +660 -660
- package/LICENSE-shoka +21 -21
- package/README.md +99 -99
- package/README_en.MD +90 -90
- package/UsageRestrictions.md +25 -25
- package/_config.yml +370 -370
- package/_images.yml +9 -9
- package/languages/README.md +19 -19
- package/languages/default.yml +1 -1
- package/languages/en.yml +153 -153
- package/languages/ja.yml +153 -153
- package/languages/zh-CN.yml +153 -153
- package/languages/zh-HK.yml +153 -153
- package/languages/zh-TW.yml +153 -153
- package/layout/_alternate/atom.ejs +30 -30
- package/layout/_alternate/json.ejs +16 -16
- package/layout/_alternate/rss.ejs +34 -34
- package/layout/_mixin/breadcrumb.pug +33 -33
- package/layout/_mixin/card.pug +38 -38
- package/layout/_mixin/comment.pug +41 -41
- package/layout/_mixin/postmeta.pug +29 -29
- package/layout/_mixin/segment.pug +32 -32
- package/layout/_mixin/sidebar.pug +40 -40
- package/layout/_mixin/widgets.pug +33 -33
- package/layout/_partials/footer.pug +42 -42
- package/layout/_partials/head/head.pug +57 -57
- package/layout/_partials/head/head_com.pug +17 -17
- package/layout/_partials/head/pwa.pug +18 -18
- package/layout/_partials/header.pug +18 -18
- package/layout/_partials/layout.pug +139 -139
- package/layout/_partials/loading.pug +13 -13
- package/layout/_partials/pagination.pug +4 -4
- package/layout/_partials/post/copyright.pug +20 -20
- package/layout/_partials/post/footer.pug +25 -25
- package/layout/_partials/post/nav.pug +13 -13
- package/layout/_partials/post/post.pug +41 -41
- package/layout/_partials/post/reward.pug +18 -18
- package/layout/_partials/sidebar/menu.pug +37 -37
- package/layout/_partials/sidebar/overview.pug +42 -42
- package/layout/_partials/third-party/baidu-analytics.pug +11 -11
- package/layout/_partials/third-party/clarity.pug +8 -8
- package/layout/_partials/third-party/google-analytics.pug +9 -9
- package/layout/archive.pug +118 -118
- package/layout/category.pug +59 -59
- package/layout/index.pug +33 -33
- package/layout/page.pug +55 -55
- package/layout/post.pug +36 -36
- package/layout/tag.pug +43 -43
- package/package.json +47 -47
- package/scripts/helpers/asset.js +61 -61
- package/scripts/plugin/check.js +2 -2
- package/scripts/tags/links.js +4 -4
- package/source/assets/algolia_logo.svg +9 -9
- package/source/assets/logo.svg +16 -16
- package/source/css/_colors.styl +207 -207
- package/source/css/_common/components/components.styl +6 -6
- package/source/css/_common/components/highlight/highlight.styl +357 -357
- package/source/css/_common/components/highlight/operation.styl +21 -21
- package/source/css/_common/components/pages/collapse.styl +119 -119
- package/source/css/_common/components/pages/home.styl +391 -391
- package/source/css/_common/components/pages/pages.styl +56 -56
- package/source/css/_common/components/pages/tag-cloud.styl +12 -12
- package/source/css/_common/components/post/breadcrumb.styl +39 -39
- package/source/css/_common/components/post/copyright.styl +41 -41
- package/source/css/_common/components/post/expand.styl +263 -263
- package/source/css/_common/components/post/footer.styl +11 -11
- package/source/css/_common/components/post/header.styl +79 -79
- package/source/css/_common/components/post/nav.styl +63 -63
- package/source/css/_common/components/post/post.styl +29 -29
- package/source/css/_common/components/post/reward.styl +50 -50
- package/source/css/_common/components/post/rtl.styl +12 -12
- package/source/css/_common/components/post/tags.styl +39 -39
- package/source/css/_common/components/tags/collapse.styl +72 -72
- package/source/css/_common/components/tags/container.styl +49 -49
- package/source/css/_common/components/tags/label.styl +12 -12
- package/source/css/_common/components/tags/links.styl +77 -77
- package/source/css/_common/components/tags/list.styl +131 -131
- package/source/css/_common/components/tags/note.styl +70 -70
- package/source/css/_common/components/tags/player.styl +361 -361
- package/source/css/_common/components/tags/quiz.styl +200 -200
- package/source/css/_common/components/tags/tabs.styl +89 -89
- package/source/css/_common/components/tags/tags.styl +9 -9
- package/source/css/_common/components/third-party/loading.styl +222 -222
- package/source/css/_common/components/third-party/mermaid/class.styl +90 -90
- package/source/css/_common/components/third-party/mermaid/flowchart.styl +72 -72
- package/source/css/_common/components/third-party/mermaid/gantt.styl +251 -251
- package/source/css/_common/components/third-party/mermaid/git.styl +7 -7
- package/source/css/_common/components/third-party/mermaid/mermaid.styl +37 -37
- package/source/css/_common/components/third-party/mermaid/pie.styl +9 -9
- package/source/css/_common/components/third-party/mermaid/sequence.styl +95 -95
- package/source/css/_common/components/third-party/mermaid/state.styl +130 -130
- package/source/css/_common/components/third-party/pace.styl +18 -18
- package/source/css/_common/components/third-party/search.styl +167 -167
- package/source/css/_common/components/third-party/theme.styl +151 -151
- package/source/css/_common/components/third-party/third-party.styl +22 -22
- package/source/css/_common/components/third-party/widgets.styl +57 -57
- package/source/css/_common/outline/footer/footer.styl +69 -69
- package/source/css/_common/outline/header/brand.styl +77 -77
- package/source/css/_common/outline/header/header.styl +20 -20
- package/source/css/_common/outline/header/image.styl +85 -85
- package/source/css/_common/outline/header/menu.styl +117 -117
- package/source/css/_common/outline/header/nav.styl +81 -81
- package/source/css/_common/outline/header/right.styl +15 -15
- package/source/css/_common/outline/header/tool.styl +207 -207
- package/source/css/_common/outline/header/waves.styl +57 -57
- package/source/css/_common/outline/mobile.styl +46 -46
- package/source/css/_common/outline/outline.styl +78 -78
- package/source/css/_common/outline/sidebar/author.styl +59 -59
- package/source/css/_common/outline/sidebar/dimmer.styl +23 -23
- package/source/css/_common/outline/sidebar/menu.styl +63 -63
- package/source/css/_common/outline/sidebar/quick.styl +43 -43
- package/source/css/_common/outline/sidebar/related.styl +56 -56
- package/source/css/_common/outline/sidebar/sidebar.styl +75 -75
- package/source/css/_common/outline/sidebar/social.styl +69 -69
- package/source/css/_common/outline/sidebar/state.styl +37 -37
- package/source/css/_common/outline/sidebar/tab.styl +71 -71
- package/source/css/_common/outline/sidebar/toc.styl +47 -47
- package/source/css/_common/scaffolding/animate.styl +322 -322
- package/source/css/_common/scaffolding/base.styl +190 -190
- package/source/css/_common/scaffolding/buttons.styl +48 -48
- package/source/css/_common/scaffolding/divider.styl +36 -36
- package/source/css/_common/scaffolding/iconfont.styl +443 -443
- package/source/css/_common/scaffolding/normalize.styl +273 -273
- package/source/css/_common/scaffolding/pagination.styl +81 -81
- package/source/css/_common/scaffolding/ribbon.styl +38 -38
- package/source/css/_common/scaffolding/scaffolding.styl +14 -14
- package/source/css/_common/scaffolding/scrollbar.styl +37 -37
- package/source/css/_common/scaffolding/tables.styl +50 -50
- package/source/css/_common/scaffolding/tip.styl +19 -19
- package/source/css/_common/scaffolding/toggles.styl +59 -59
- package/source/css/_iconfont.styl +455 -455
- package/source/css/_mixins.styl +148 -148
- package/source/css/_variables.styl +89 -89
- package/source/css/app.styl +41 -41
- package/source/css/comment.styl +3 -3
- package/source/css/mermaid.styl +5 -5
- package/source/css/optimize.styl +5 -5
- package/source/js/_app/pjax/refresh.js +1 -1
@@ -1,200 +1,200 @@
|
|
1
|
-
$check {
|
2
|
-
&::before {
|
3
|
-
color: var(--color-green);
|
4
|
-
}
|
5
|
-
|
6
|
-
&::after {
|
7
|
-
@extend .i-check:before;
|
8
|
-
color: var(--color-green);
|
9
|
-
animation: fadeIn .5s;
|
10
|
-
}
|
11
|
-
}
|
12
|
-
|
13
|
-
$times {
|
14
|
-
&::before {
|
15
|
-
color: var(--color-red);
|
16
|
-
}
|
17
|
-
|
18
|
-
&::after {
|
19
|
-
@extend .i-times:before;
|
20
|
-
color: var(--color-red);
|
21
|
-
animation: fadeIn .5s;
|
22
|
-
}
|
23
|
-
}
|
24
|
-
|
25
|
-
.md ol>li.quiz {
|
26
|
-
margin: .625rem 0;
|
27
|
-
|
28
|
-
&::before{
|
29
|
-
counter-increment: counter;
|
30
|
-
content: counter(counter) ".";
|
31
|
-
position: absolute;
|
32
|
-
color: var(--primary-color);
|
33
|
-
text-align: right;
|
34
|
-
width: 2rem;
|
35
|
-
left: -2.2rem;
|
36
|
-
height: auto;
|
37
|
-
background: none !important;
|
38
|
-
border: none !important;
|
39
|
-
font-size: $font-size-base;
|
40
|
-
}
|
41
|
-
|
42
|
-
>p {
|
43
|
-
margin: 0;
|
44
|
-
cursor: pointer;
|
45
|
-
|
46
|
-
&:first-child::before {
|
47
|
-
content: "[" attr(data-type) "]";
|
48
|
-
font-size: $font-size-smallest;
|
49
|
-
color: var(--grey-4);
|
50
|
-
margin: auto .3125rem;
|
51
|
-
}
|
52
|
-
}
|
53
|
-
|
54
|
-
&.mistake >p {
|
55
|
-
&:first-child::before {
|
56
|
-
color: var(--primary-color);
|
57
|
-
}
|
58
|
-
}
|
59
|
-
.gap {
|
60
|
-
display: inline-block;
|
61
|
-
min-width: 2.5rem;
|
62
|
-
text-align: center;
|
63
|
-
padding: 0 .625rem;
|
64
|
-
text-indent: -624.9375rem;
|
65
|
-
|
66
|
-
&::after {
|
67
|
-
display: block;
|
68
|
-
content: "";
|
69
|
-
background: var(--text-color);
|
70
|
-
width: calc(100% + 1.25rem);
|
71
|
-
height: .0625rem;
|
72
|
-
margin-bottom: -.0625rem;
|
73
|
-
margin-left: -.625rem;
|
74
|
-
}
|
75
|
-
}
|
76
|
-
|
77
|
-
&.show.fill .gap{
|
78
|
-
text-indent: 0;
|
79
|
-
}
|
80
|
-
|
81
|
-
&::before, &::after {
|
82
|
-
the-transition();
|
83
|
-
}
|
84
|
-
|
85
|
-
blockquote {
|
86
|
-
display: none;
|
87
|
-
|
88
|
-
.mistake {
|
89
|
-
display: block;
|
90
|
-
border: .1875rem dashed var(--grey-4);
|
91
|
-
padding: .625rem 1.25rem;
|
92
|
-
background: var(--grey-3);
|
93
|
-
margin: .3125rem;
|
94
|
-
|
95
|
-
&::before {
|
96
|
-
display: block;
|
97
|
-
content: "[" attr(data-type) "]";
|
98
|
-
font-size: $font-size-smaller;
|
99
|
-
color: var(--grey-4);
|
100
|
-
}
|
101
|
-
}
|
102
|
-
}
|
103
|
-
|
104
|
-
.note {
|
105
|
-
display: none;
|
106
|
-
padding: 0;
|
107
|
-
margin: 0;
|
108
|
-
background: none;
|
109
|
-
border: none;
|
110
|
-
border-radius: inherit;
|
111
|
-
color: unset;
|
112
|
-
font-size: inherit;
|
113
|
-
filter: unset;
|
114
|
-
}
|
115
|
-
|
116
|
-
&.show blockquote, &.show .note {
|
117
|
-
display: block;
|
118
|
-
@extend .slide;
|
119
|
-
}
|
120
|
-
|
121
|
-
ul.options {
|
122
|
-
padding-inline-start: .625rem;
|
123
|
-
|
124
|
-
li {
|
125
|
-
|
126
|
-
&::before {
|
127
|
-
color: var(--color-grey);
|
128
|
-
margin-right: .625rem;
|
129
|
-
the-transition();
|
130
|
-
li-nodot();
|
131
|
-
}
|
132
|
-
|
133
|
-
&:nth-child(1)::before {
|
134
|
-
content: "A."
|
135
|
-
}
|
136
|
-
|
137
|
-
&:nth-child(2)::before {
|
138
|
-
content: "B."
|
139
|
-
}
|
140
|
-
|
141
|
-
&:nth-child(3)::before {
|
142
|
-
content: "C."
|
143
|
-
}
|
144
|
-
|
145
|
-
&:nth-child(4)::before {
|
146
|
-
content: "D."
|
147
|
-
}
|
148
|
-
|
149
|
-
&:nth-child(5)::before {
|
150
|
-
content: "E."
|
151
|
-
}
|
152
|
-
|
153
|
-
}
|
154
|
-
}
|
155
|
-
|
156
|
-
>ul.options {
|
157
|
-
li {
|
158
|
-
cursor: pointer;
|
159
|
-
|
160
|
-
&::after {
|
161
|
-
font-family-icons();
|
162
|
-
position: absolute;
|
163
|
-
left: -1.5625rem;
|
164
|
-
top: 0;
|
165
|
-
}
|
166
|
-
|
167
|
-
&.right {
|
168
|
-
@extend $check;
|
169
|
-
}
|
170
|
-
|
171
|
-
&.wrong {
|
172
|
-
@extend $times;
|
173
|
-
}
|
174
|
-
}
|
175
|
-
}
|
176
|
-
|
177
|
-
&.show.false, &.show.true {
|
178
|
-
&::before {
|
179
|
-
visibility: hidden;
|
180
|
-
}
|
181
|
-
|
182
|
-
&::after {
|
183
|
-
font-family-icons();
|
184
|
-
position: absolute;
|
185
|
-
left: -1.2rem;
|
186
|
-
top: .25rem;
|
187
|
-
}
|
188
|
-
}
|
189
|
-
|
190
|
-
&.show.true {
|
191
|
-
@extend $check;
|
192
|
-
}
|
193
|
-
|
194
|
-
&.show.false {
|
195
|
-
@extend $times;
|
196
|
-
}
|
197
|
-
}
|
198
|
-
|
199
|
-
|
200
|
-
|
1
|
+
$check {
|
2
|
+
&::before {
|
3
|
+
color: var(--color-green);
|
4
|
+
}
|
5
|
+
|
6
|
+
&::after {
|
7
|
+
@extend .i-check:before;
|
8
|
+
color: var(--color-green);
|
9
|
+
animation: fadeIn .5s;
|
10
|
+
}
|
11
|
+
}
|
12
|
+
|
13
|
+
$times {
|
14
|
+
&::before {
|
15
|
+
color: var(--color-red);
|
16
|
+
}
|
17
|
+
|
18
|
+
&::after {
|
19
|
+
@extend .i-times:before;
|
20
|
+
color: var(--color-red);
|
21
|
+
animation: fadeIn .5s;
|
22
|
+
}
|
23
|
+
}
|
24
|
+
|
25
|
+
.md ol>li.quiz {
|
26
|
+
margin: .625rem 0;
|
27
|
+
|
28
|
+
&::before{
|
29
|
+
counter-increment: counter;
|
30
|
+
content: counter(counter) ".";
|
31
|
+
position: absolute;
|
32
|
+
color: var(--primary-color);
|
33
|
+
text-align: right;
|
34
|
+
width: 2rem;
|
35
|
+
left: -2.2rem;
|
36
|
+
height: auto;
|
37
|
+
background: none !important;
|
38
|
+
border: none !important;
|
39
|
+
font-size: $font-size-base;
|
40
|
+
}
|
41
|
+
|
42
|
+
>p {
|
43
|
+
margin: 0;
|
44
|
+
cursor: pointer;
|
45
|
+
|
46
|
+
&:first-child::before {
|
47
|
+
content: "[" attr(data-type) "]";
|
48
|
+
font-size: $font-size-smallest;
|
49
|
+
color: var(--grey-4);
|
50
|
+
margin: auto .3125rem;
|
51
|
+
}
|
52
|
+
}
|
53
|
+
|
54
|
+
&.mistake >p {
|
55
|
+
&:first-child::before {
|
56
|
+
color: var(--primary-color);
|
57
|
+
}
|
58
|
+
}
|
59
|
+
.gap {
|
60
|
+
display: inline-block;
|
61
|
+
min-width: 2.5rem;
|
62
|
+
text-align: center;
|
63
|
+
padding: 0 .625rem;
|
64
|
+
text-indent: -624.9375rem;
|
65
|
+
|
66
|
+
&::after {
|
67
|
+
display: block;
|
68
|
+
content: "";
|
69
|
+
background: var(--text-color);
|
70
|
+
width: calc(100% + 1.25rem);
|
71
|
+
height: .0625rem;
|
72
|
+
margin-bottom: -.0625rem;
|
73
|
+
margin-left: -.625rem;
|
74
|
+
}
|
75
|
+
}
|
76
|
+
|
77
|
+
&.show.fill .gap{
|
78
|
+
text-indent: 0;
|
79
|
+
}
|
80
|
+
|
81
|
+
&::before, &::after {
|
82
|
+
the-transition();
|
83
|
+
}
|
84
|
+
|
85
|
+
blockquote {
|
86
|
+
display: none;
|
87
|
+
|
88
|
+
.mistake {
|
89
|
+
display: block;
|
90
|
+
border: .1875rem dashed var(--grey-4);
|
91
|
+
padding: .625rem 1.25rem;
|
92
|
+
background: var(--grey-3);
|
93
|
+
margin: .3125rem;
|
94
|
+
|
95
|
+
&::before {
|
96
|
+
display: block;
|
97
|
+
content: "[" attr(data-type) "]";
|
98
|
+
font-size: $font-size-smaller;
|
99
|
+
color: var(--grey-4);
|
100
|
+
}
|
101
|
+
}
|
102
|
+
}
|
103
|
+
|
104
|
+
.note {
|
105
|
+
display: none;
|
106
|
+
padding: 0;
|
107
|
+
margin: 0;
|
108
|
+
background: none;
|
109
|
+
border: none;
|
110
|
+
border-radius: inherit;
|
111
|
+
color: unset;
|
112
|
+
font-size: inherit;
|
113
|
+
filter: unset;
|
114
|
+
}
|
115
|
+
|
116
|
+
&.show blockquote, &.show .note {
|
117
|
+
display: block;
|
118
|
+
@extend .slide;
|
119
|
+
}
|
120
|
+
|
121
|
+
ul.options {
|
122
|
+
padding-inline-start: .625rem;
|
123
|
+
|
124
|
+
li {
|
125
|
+
|
126
|
+
&::before {
|
127
|
+
color: var(--color-grey);
|
128
|
+
margin-right: .625rem;
|
129
|
+
the-transition();
|
130
|
+
li-nodot();
|
131
|
+
}
|
132
|
+
|
133
|
+
&:nth-child(1)::before {
|
134
|
+
content: "A."
|
135
|
+
}
|
136
|
+
|
137
|
+
&:nth-child(2)::before {
|
138
|
+
content: "B."
|
139
|
+
}
|
140
|
+
|
141
|
+
&:nth-child(3)::before {
|
142
|
+
content: "C."
|
143
|
+
}
|
144
|
+
|
145
|
+
&:nth-child(4)::before {
|
146
|
+
content: "D."
|
147
|
+
}
|
148
|
+
|
149
|
+
&:nth-child(5)::before {
|
150
|
+
content: "E."
|
151
|
+
}
|
152
|
+
|
153
|
+
}
|
154
|
+
}
|
155
|
+
|
156
|
+
>ul.options {
|
157
|
+
li {
|
158
|
+
cursor: pointer;
|
159
|
+
|
160
|
+
&::after {
|
161
|
+
font-family-icons();
|
162
|
+
position: absolute;
|
163
|
+
left: -1.5625rem;
|
164
|
+
top: 0;
|
165
|
+
}
|
166
|
+
|
167
|
+
&.right {
|
168
|
+
@extend $check;
|
169
|
+
}
|
170
|
+
|
171
|
+
&.wrong {
|
172
|
+
@extend $times;
|
173
|
+
}
|
174
|
+
}
|
175
|
+
}
|
176
|
+
|
177
|
+
&.show.false, &.show.true {
|
178
|
+
&::before {
|
179
|
+
visibility: hidden;
|
180
|
+
}
|
181
|
+
|
182
|
+
&::after {
|
183
|
+
font-family-icons();
|
184
|
+
position: absolute;
|
185
|
+
left: -1.2rem;
|
186
|
+
top: .25rem;
|
187
|
+
}
|
188
|
+
}
|
189
|
+
|
190
|
+
&.show.true {
|
191
|
+
@extend $check;
|
192
|
+
}
|
193
|
+
|
194
|
+
&.show.false {
|
195
|
+
@extend $times;
|
196
|
+
}
|
197
|
+
}
|
198
|
+
|
199
|
+
|
200
|
+
|
@@ -1,89 +1,89 @@
|
|
1
|
-
.tabs {
|
2
|
-
display: block;
|
3
|
-
position: relative;
|
4
|
-
|
5
|
-
.nav {
|
6
|
-
border-bottom: .0625rem solid var(--grey-1-a7);
|
7
|
-
height: 2.6875rem;
|
8
|
-
|
9
|
-
ul {
|
10
|
-
display: flex;
|
11
|
-
padding: 0;
|
12
|
-
white-space: nowrap;
|
13
|
-
overflow-x: auto;
|
14
|
-
}
|
15
|
-
|
16
|
-
ul.special::before {
|
17
|
-
font-family: ic;
|
18
|
-
content: "\e652";
|
19
|
-
font-size: x-large;
|
20
|
-
padding-left: 1em;
|
21
|
-
}
|
22
|
-
|
23
|
-
li {
|
24
|
-
position: relative;
|
25
|
-
cursor: pointer;
|
26
|
-
border: none;
|
27
|
-
display: inline-block;
|
28
|
-
padding: .3125rem 1.25rem;
|
29
|
-
margin: 0;
|
30
|
-
|
31
|
-
&::before {
|
32
|
-
content: "";
|
33
|
-
position: absolute;
|
34
|
-
left: 50%;
|
35
|
-
right: 50%;
|
36
|
-
top: 2em;
|
37
|
-
bottom: 0;
|
38
|
-
transition: all .2s ease-in-out;
|
39
|
-
width: auto;
|
40
|
-
height: auto;
|
41
|
-
background: none;
|
42
|
-
border-radius: 0;
|
43
|
-
border-bottom: .125rem solid transparent;
|
44
|
-
}
|
45
|
-
|
46
|
-
&.active::before {
|
47
|
-
border-bottom-color: var(--primary-color);
|
48
|
-
left: 0;
|
49
|
-
right: 0;
|
50
|
-
}
|
51
|
-
}
|
52
|
-
}
|
53
|
-
|
54
|
-
.tab {
|
55
|
-
display: none;
|
56
|
-
@extend .fade-in;
|
57
|
-
|
58
|
-
&.active {
|
59
|
-
display: block;
|
60
|
-
}
|
61
|
-
}
|
62
|
-
|
63
|
-
.show-btn {
|
64
|
-
position: absolute;
|
65
|
-
cursor: pointer;
|
66
|
-
right: 0;
|
67
|
-
bottom: 0;
|
68
|
-
width: 2.875rem;
|
69
|
-
height: 2.875rem;
|
70
|
-
text-align: center;
|
71
|
-
color: var(--grey-4);
|
72
|
-
z-index: $zindex-1;
|
73
|
-
|
74
|
-
&::before {
|
75
|
-
font-family-icons();
|
76
|
-
@extend .i-arrow-up:before;
|
77
|
-
}
|
78
|
-
}
|
79
|
-
|
80
|
-
}
|
81
|
-
|
82
|
-
.md .tabs {
|
83
|
-
margin: 0 0 2rem;
|
84
|
-
shadow-box();
|
85
|
-
|
86
|
-
.tab {
|
87
|
-
padding: 1.25rem;
|
88
|
-
}
|
89
|
-
}
|
1
|
+
.tabs {
|
2
|
+
display: block;
|
3
|
+
position: relative;
|
4
|
+
|
5
|
+
.nav {
|
6
|
+
border-bottom: .0625rem solid var(--grey-1-a7);
|
7
|
+
height: 2.6875rem;
|
8
|
+
|
9
|
+
ul {
|
10
|
+
display: flex;
|
11
|
+
padding: 0;
|
12
|
+
white-space: nowrap;
|
13
|
+
overflow-x: auto;
|
14
|
+
}
|
15
|
+
|
16
|
+
ul.special::before {
|
17
|
+
font-family: ic;
|
18
|
+
content: "\e652";
|
19
|
+
font-size: x-large;
|
20
|
+
padding-left: 1em;
|
21
|
+
}
|
22
|
+
|
23
|
+
li {
|
24
|
+
position: relative;
|
25
|
+
cursor: pointer;
|
26
|
+
border: none;
|
27
|
+
display: inline-block;
|
28
|
+
padding: .3125rem 1.25rem;
|
29
|
+
margin: 0;
|
30
|
+
|
31
|
+
&::before {
|
32
|
+
content: "";
|
33
|
+
position: absolute;
|
34
|
+
left: 50%;
|
35
|
+
right: 50%;
|
36
|
+
top: 2em;
|
37
|
+
bottom: 0;
|
38
|
+
transition: all .2s ease-in-out;
|
39
|
+
width: auto;
|
40
|
+
height: auto;
|
41
|
+
background: none;
|
42
|
+
border-radius: 0;
|
43
|
+
border-bottom: .125rem solid transparent;
|
44
|
+
}
|
45
|
+
|
46
|
+
&.active::before {
|
47
|
+
border-bottom-color: var(--primary-color);
|
48
|
+
left: 0;
|
49
|
+
right: 0;
|
50
|
+
}
|
51
|
+
}
|
52
|
+
}
|
53
|
+
|
54
|
+
.tab {
|
55
|
+
display: none;
|
56
|
+
@extend .fade-in;
|
57
|
+
|
58
|
+
&.active {
|
59
|
+
display: block;
|
60
|
+
}
|
61
|
+
}
|
62
|
+
|
63
|
+
.show-btn {
|
64
|
+
position: absolute;
|
65
|
+
cursor: pointer;
|
66
|
+
right: 0;
|
67
|
+
bottom: 0;
|
68
|
+
width: 2.875rem;
|
69
|
+
height: 2.875rem;
|
70
|
+
text-align: center;
|
71
|
+
color: var(--grey-4);
|
72
|
+
z-index: $zindex-1;
|
73
|
+
|
74
|
+
&::before {
|
75
|
+
font-family-icons();
|
76
|
+
@extend .i-arrow-up:before;
|
77
|
+
}
|
78
|
+
}
|
79
|
+
|
80
|
+
}
|
81
|
+
|
82
|
+
.md .tabs {
|
83
|
+
margin: 0 0 2rem;
|
84
|
+
shadow-box();
|
85
|
+
|
86
|
+
.tab {
|
87
|
+
padding: 1.25rem;
|
88
|
+
}
|
89
|
+
}
|
@@ -1,9 +1,9 @@
|
|
1
|
-
@import 'list';
|
2
|
-
@import 'quiz';
|
3
|
-
@import 'links';
|
4
|
-
@import 'note';
|
5
|
-
@import 'collapse';
|
6
|
-
@import 'label';
|
7
|
-
@import 'tabs';
|
8
|
-
@import 'container';
|
9
|
-
@import 'player';
|
1
|
+
@import 'list';
|
2
|
+
@import 'quiz';
|
3
|
+
@import 'links';
|
4
|
+
@import 'note';
|
5
|
+
@import 'collapse';
|
6
|
+
@import 'label';
|
7
|
+
@import 'tabs';
|
8
|
+
@import 'container';
|
9
|
+
@import 'player';
|