jekyll-theme-2038 0.1.2 → 0.1.6
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.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/_sass/2038/miscellaneous.scss +66 -8
- data/_sass/2038/resize.scss +1 -1
- data/_sass/2038/typo.scss +4 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa659aba2792e4ed8aee816c885fa72c196e0831380a7eacb4dbe36b591aac49
|
4
|
+
data.tar.gz: f5fe4387036ebba76e98ab9802da88ce0150fa608c05b110933452c8337a5755
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5f15fd39f2e715c5670dc13cbd4276884832582b6da1f47bb8256f8f29383c5ae9893de9a7afbeee54bf9b770a5383d17e7d8ba612e70a4d73b93326c5ae957
|
7
|
+
data.tar.gz: bfe87c3165e490b3beda1e3df70caa57f0bceb7f96b0391ac53c4564564776f3530cc9283cd6c669d265834c626ed8a328ac80e0a4f0fc428ea0a7024acb8a13
|
data/README.md
CHANGED
@@ -7,9 +7,9 @@
|
|
7
7
|
[][gem]
|
8
8
|
|
9
9
|
> Twenty years from now you will be more disappointed by the things that you
|
10
|
-
> didn't do than by the ones you did do. So, throw off the bowlines. Sail
|
11
|
-
> from the safe harbour. Catch the trade winds in your sails. Explore.
|
12
|
-
> Discover.
|
10
|
+
> didn't do than by the ones you did do. So, throw off the bowlines. Sail
|
11
|
+
> away from the safe harbour. Catch the trade winds in your sails. Explore.
|
12
|
+
> Dream. Discover.
|
13
13
|
> 20 年后,比起已做之事,你将更因未做之事绝望。
|
14
14
|
> 所以,抛掉缰绳,驶离避风港,乘信风远航吧。去探索,去梦想,去发现。
|
15
15
|
>
|
@@ -32,11 +32,13 @@ rt {
|
|
32
32
|
speak: none
|
33
33
|
}
|
34
34
|
|
35
|
-
body, button, input, select, textarea, .temp-lang {
|
35
|
+
body, button, input, select, textarea, .temp-lang, h1, h2, h3, h4, h5, h6 {
|
36
|
+
letter-spacing: 0;
|
37
|
+
|
36
38
|
&:lang(*-Hans) {
|
37
|
-
font: 300 1em/1.
|
39
|
+
font: 300 1em/1.5 -apple-system,"Helvetica Neue","Segoe UI",Helvetica,"Nimbus Sans L",Arial,"Liberation Sans","PingFang SC","Hiragino Sans GB","Noto Sans CJK SC","Source Han Sans SC","Source Han Sans CN","Microsoft YaHei","Wenquanyi Micro Hei","WenQuanYi Zen Hei","ST Heiti",SimHei,"WenQuanYi Zen Hei Sharp",sans-serif;
|
40
|
+
letter-spacing: 0.05em;
|
38
41
|
}
|
39
|
-
|
40
42
|
&:lang(cmn-Hans),
|
41
43
|
&:lang(wuu-Hans),
|
42
44
|
&:lang(czh-Hans),
|
@@ -51,11 +53,33 @@ body, button, input, select, textarea, .temp-lang {
|
|
51
53
|
&:lang(hsn-Hans),
|
52
54
|
&:lang(cjy-Hans),
|
53
55
|
&:lang(lzh-Hans) {
|
54
|
-
font: 300 1em/1.
|
56
|
+
font: 300 1em/1.5 -apple-system,"Helvetica Neue","Segoe UI",Helvetica,"Nimbus Sans L",Arial,"Liberation Sans","PingFang SC","Hiragino Sans GB","Noto Sans CJK SC","Source Han Sans SC","Source Han Sans CN","Microsoft YaHei","Wenquanyi Micro Hei","WenQuanYi Zen Hei","ST Heiti",SimHei,"WenQuanYi Zen Hei Sharp",sans-serif;
|
57
|
+
letter-spacing: 0.05em;
|
58
|
+
}
|
59
|
+
&:lang(*-Hant) {
|
60
|
+
font: 300 1em/1.5 -apple-system,"Helvetica Neue","Segoe UI",Helvetica,"Nimbus Sans L",Arial,"Liberation Sans","PingFang TC","Hiragino Sans TC","Noto Sans CJK TC","Source Han Sans TC","Source Han Sans HK","Microsoft Jhenghei","Wenquanyi Micro Hei","WenQuanYi Zen Hei","ST Heiti",SimHei,"WenQuanYi Zen Hei Sharp",sans-serif;
|
61
|
+
letter-spacing: 0.05em;
|
62
|
+
}
|
63
|
+
&:lang(cmn-Hant),
|
64
|
+
&:lang(wuu-Hant),
|
65
|
+
&:lang(czh-Hant),
|
66
|
+
&:lang(hak-Hant),
|
67
|
+
&:lang(yue-Hant),
|
68
|
+
&:lang(nan-Hant),
|
69
|
+
&:lang(cpx-Hant),
|
70
|
+
&:lang(cdo-Hant),
|
71
|
+
&:lang(mnp-Hant),
|
72
|
+
&:lang(zco-Hant),
|
73
|
+
&:lang(gan-Hant),
|
74
|
+
&:lang(hsn-Hant),
|
75
|
+
&:lang(cjy-Hant),
|
76
|
+
&:lang(lzh-Hant) {
|
77
|
+
font: 300 1em/1.5 -apple-system,"Helvetica Neue","Segoe UI",Helvetica,"Nimbus Sans L",Arial,"Liberation Sans","PingFang TC","Hiragino Sans TC","Noto Sans CJK TC","Source Han Sans TC","Source Han Sans HK","Microsoft Jhenghei","Wenquanyi Micro Hei","WenQuanYi Zen Hei","ST Heiti",SimHei,"WenQuanYi Zen Hei Sharp",sans-serif;
|
78
|
+
letter-spacing: 0.05em;
|
55
79
|
}
|
56
80
|
|
57
81
|
&:lang(jp) {
|
58
|
-
font: 300 1em/1.
|
82
|
+
font: 300 1em/1.5 -apple-system,"Helvetica Neue","Segoe UI",Helvetica,"Nimbus Sans L",Arial,"Liberation Sans","PingFang JP","Hiragino Sans JP","Noto Sans CJK JP","Source Han Sans JP","Source Han Sans JP","Microsoft YaHei","Wenquanyi Micro Hei","WenQuanYi Zen Hei","ST Heiti",SimHei,"WenQuanYi Zen Hei Sharp",sans-serif;
|
59
83
|
}
|
60
84
|
}
|
61
85
|
|
@@ -68,7 +92,7 @@ body, button, input, select, textarea, .temp-lang {
|
|
68
92
|
}
|
69
93
|
|
70
94
|
@media print {
|
71
|
-
|
95
|
+
.ml-article {
|
72
96
|
font: 400 12pt / 1.7 'Noto Serif CJK SC', serif,
|
73
97
|
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
74
98
|
background: white;
|
@@ -99,7 +123,15 @@ kbd {
|
|
99
123
|
}
|
100
124
|
|
101
125
|
p, table {
|
102
|
-
margin: .
|
126
|
+
margin: .75em 0;
|
127
|
+
}
|
128
|
+
|
129
|
+
.ml-article p {
|
130
|
+
text-indent: 2.1em;
|
131
|
+
}
|
132
|
+
|
133
|
+
.footnote p, .ml-article ul p, .ml-article ol p {
|
134
|
+
text-indent: 0;
|
103
135
|
}
|
104
136
|
|
105
137
|
summary {
|
@@ -166,7 +198,7 @@ a.ml-card-anchor, a.ml-block-anchor {
|
|
166
198
|
}
|
167
199
|
|
168
200
|
.ml-block-anchor {
|
169
|
-
padding: 4px
|
201
|
+
padding: 4px;
|
170
202
|
}
|
171
203
|
|
172
204
|
.ml-page-list {
|
@@ -189,3 +221,29 @@ ul.ml-page-list {
|
|
189
221
|
padding: 0;
|
190
222
|
}
|
191
223
|
|
224
|
+
.ml-smaller.ml-front, h2, h3, h4 {
|
225
|
+
line-height: 1.5rem;
|
226
|
+
}
|
227
|
+
|
228
|
+
h1.ml-title {
|
229
|
+
font-size: 2em; // 二号
|
230
|
+
}
|
231
|
+
|
232
|
+
.ml-article h2, .ml-article h1 {
|
233
|
+
font-size: 1.5em; // 三号
|
234
|
+
margin-top: 1.5rem;
|
235
|
+
}
|
236
|
+
|
237
|
+
.ml-article h3 {
|
238
|
+
font-size: 1.25em; // 四号
|
239
|
+
margin-top: 1.5rem;
|
240
|
+
}
|
241
|
+
|
242
|
+
.ml-article h4 {
|
243
|
+
font-size: 1.125em;
|
244
|
+
}
|
245
|
+
|
246
|
+
h1, h2, h3, h4, h5, h6 {
|
247
|
+
font-weight: 300;
|
248
|
+
}
|
249
|
+
|
data/_sass/2038/resize.scss
CHANGED
data/_sass/2038/typo.scss
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
/* This file is truncated. */
|
2
|
+
|
1
3
|
/*
|
2
4
|
|
3
5
|
TYPO.CSS - a better way to manage the typography of your Chinese-lang-base site.
|
@@ -259,12 +261,12 @@ strong, b {
|
|
259
261
|
margin-bottom: 1.2em
|
260
262
|
}
|
261
263
|
|
262
|
-
h1, h2, h3, h4, h5, h6 {
|
264
|
+
/* h1, h2, h3, h4, h5, h6 {
|
263
265
|
font-family: PingFang SC, Verdana, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
|
264
266
|
font-weight: 300;
|
265
267
|
// color: #000;
|
266
268
|
line-height: 1.35;
|
267
|
-
}
|
269
|
+
} */
|
268
270
|
|
269
271
|
|
270
272
|
/* 标题应该更贴紧内容,并与其他块区分,margin 值要相应做优化 */
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-2038
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- 物灵
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-10-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|