1
1
# -*- coding: utf-8 -*- #
2
-
2
+ extends : default
3
3
font :
4
4
catalog :
5
5
GenYoMinJP :
@@ -66,33 +66,40 @@ base:
66
66
border_color : 7F7F7F
67
67
border_width : 1.0
68
68
69
- vertical_rhythm : $base_line_height_length
70
- horizontal_rhythm : $base_line_height_length
71
-
72
- prose :
73
- text_indent : $base_font_size
74
- # margin_inner: $base_font_size * 4
75
- offset_left : $base_font_size * 4
76
-
77
- block :
78
- margin_top : 12
79
- margin_bottom : 12
69
+ # vertical_rhythm: $base_line_height_length
70
+ # horizontal_rhythm: $base_line_height_length
80
71
81
72
link :
82
73
font_color : 2D466B # 800000 # $literal_font_color # 483D8B # 153C77 # 428bca
83
- font_family : GenShinGothic-P # Migu 1m # RictyDiminished #M+ 1mn
74
+ font_family : Migu 1m # GenShinGothic-P # Migu 1m # RictyDiminished #M+ 1mn
84
75
font_size : $base_font_size * 0.9
85
76
# font-style:
86
77
# text-decoration:
87
- literal :
78
+ codespan : # literal:
88
79
font_color : 004953 # 556B2F # 008080 # 2C528B # 253A59 # b12146
89
- font_family : RictyDiminished # M+ 1mn # Migu 1m
80
+ font_family : Migu 1m # RictyDiminished #M+ 1mn
90
81
font-size : ceil($base_font_size * 0.9)
91
- # font-style:
92
- # background-color: f5f5f5
93
- # border-color:
94
- # border-offset:
95
- # border-radius:
82
+
83
+ image :
84
+ # border-color: cccccc
85
+ # border-width: 2.0
86
+ caption :
87
+ align : left
88
+ color : inherit # 466B2D
89
+
90
+ prose :
91
+ margin-bottom : 10
92
+ margin-inner : 10
93
+ text-indent : 0
94
+ text-indent-inner : 0
95
+ # prose:
96
+ # text_indent: $base_font_size
97
+ # # margin_inner: $base_font_size * 4
98
+ # offset_left: $base_font_size * 4
99
+
100
+ block :
101
+ margin_top : 12
102
+ margin_bottom : 12
96
103
97
104
heading :
98
105
align : left
@@ -194,7 +201,7 @@ admonition:
194
201
label :
195
202
font_style : $heading_font_style
196
203
197
- blockquote :
204
+ quote : # blockquote:
198
205
font_family : GenShinGothic-P-L
199
206
font_color : $literal_font_color
200
207
font_size : $base_font_size
@@ -243,12 +250,6 @@ sidebar:
243
250
font_family : $heading_font_family
244
251
font_size : 12pt # $heading_h5_font_size
245
252
font_style : $heading_font_style
246
- image :
247
- # border-color: cccccc
248
- # border-width: 2.0
249
- caption :
250
- align : left
251
- color : inherit # 466B2D
252
253
253
254
table :
254
255
font_family : $heading_font_family
@@ -263,19 +264,22 @@ table:
263
264
border_width : $base_border_width
264
265
cell_padding : 5
265
266
toc :
266
- indent : $horizontal_rhythm * 1.6
267
- line_height : 1.7
267
+ indent : 15 # $horizontal_rhythm * 1.6
268
+ line_height : 1.5 # 1. 7
268
269
margin_top : 10pt
270
+ # h1 is used for part titles (book doctype only)
269
271
h1_font_family : GenShinGothic-P
270
272
h1_font_size : floor($base_font_size * 1.8)
271
273
h1_font_color : $heading_h1_font_color
272
274
h2_font_style : bold
273
275
h2_font_family : GenShinGothic-P-L
274
- h2_font_size : floor($base_font_size * 1.6)
276
+ h2_font_size : floor($base_font_size * 1.4)
277
+ # h2_font_size: floor($base_font_size * 1.6)
275
278
h2_font_color : $heading_h2_font_color
276
279
h2_font_style : bold
277
280
h3_font_family : $base_font_family
278
- h3_font_size : floor($base_font_size * 1.2)
281
+ h3_font_size : $base_font_size # ceil($base_font_size * 0.8)
282
+ # h3_font_size: floor($base_font_size * 1.2)
279
283
h3_font_color : $heading_h3_font_color
280
284
header :
281
285
font_size : $base_font_size_small
0 commit comments