pandoc-markdown-jekyll-theme 0.10.0 → 0.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/css/theme.css +59 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd6dc39f677ff8bf0ad1d98b739906499c5c93ac1b19b675cca23202bb48ba6c
|
4
|
+
data.tar.gz: c7bd78bd1e1d4aa7f43a867f8cdf82d26bd56023d144663bc592e111d68f6882
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 06e137c80602e23216c1acd30aeeaa656c064836fa085a6bd48338c5f718e886efe4d76b23ec5b0e7e5322f1dd6b4df74381a3eee7c9ffa1aaf3153accaaa6a4
|
7
|
+
data.tar.gz: 8a2bb548aea07fd2e8da6da848cf4ddc9e1899367255700d8a1bd69744e37ece57fb58d03714fae03ff1f80fba80e0ecb4a2db5ada9095c169887aa87b2cdb77
|
data/assets/css/theme.css
CHANGED
@@ -1116,6 +1116,64 @@ nav#TOC > input:checked + ul {
|
|
1116
1116
|
}
|
1117
1117
|
|
1118
1118
|
@media print {
|
1119
|
+
:root {
|
1120
|
+
--line-height: 18px;
|
1121
|
+
--font-size: 12px;
|
1122
|
+
|
1123
|
+
--inline-code-font-size: 12.5px;
|
1124
|
+
--code-block-font-size: 11.5px;
|
1125
|
+
--code-block-side-padding: 6px;
|
1126
|
+
--line-numbers-font-size: 8.5px;
|
1127
|
+
|
1128
|
+
--tight-code-line-height: 15px;
|
1129
|
+
--tight-code-padding-top: 1px;
|
1130
|
+
|
1131
|
+
--side-note-line-height: 14px;
|
1132
|
+
--side-note-font-size: 9px;
|
1133
|
+
--side-note-code-font-size: 9px;
|
1134
|
+
--side-note-baseline-offset: 3px;
|
1135
|
+
--side-note-sup-offset: -4px;
|
1136
|
+
--side-note-number-hang-left: -4px;
|
1137
|
+
--side-note-text-indent: -6.5px;
|
1138
|
+
|
1139
|
+
--title-font-size: 30px;
|
1140
|
+
--title-code-font-size: 29px;
|
1141
|
+
--title-line-height: 37px;
|
1142
|
+
--title-margin-top: 71px;
|
1143
|
+
|
1144
|
+
--h1-font-size: 22px;
|
1145
|
+
--h1-code-font-size: 20px;
|
1146
|
+
--h1-line-height: 28px;
|
1147
|
+
--h1-word-spacing: 0.5px;
|
1148
|
+
--h1-margin-top: 18px;
|
1149
|
+
--h1-margin-bottom: 6px;
|
1150
|
+
|
1151
|
+
--h2-font-size: 16.5px;
|
1152
|
+
--h2-code-font-size: 15px;
|
1153
|
+
--h2-line-height: 22px;
|
1154
|
+
--h2-word-spacing: 0px;
|
1155
|
+
--h2-margin-top: 14px;
|
1156
|
+
--h2-margin-bottom: 4.5px;
|
1157
|
+
|
1158
|
+
--ul-indent-size: 18px;
|
1159
|
+
--ol-indent-size: 14px;
|
1160
|
+
|
1161
|
+
--hr-margin-top: 14px;
|
1162
|
+
|
1163
|
+
--figcaption-line-height: 16px;
|
1164
|
+
--figcaption-font-size: 10px;
|
1165
|
+
--figcaption-code-font-size: 9.5px;
|
1166
|
+
--figcaption-gap: 4.5px;
|
1167
|
+
--captioned-figure-gap: 7.5px;
|
1168
|
+
|
1169
|
+
--table-line-height: 16px;
|
1170
|
+
--table-font-size: 10px;
|
1171
|
+
--table-code-font-size: 9.5px;
|
1172
|
+
|
1173
|
+
--nav-toc-font-size: 8.5px;
|
1174
|
+
--nav-toc-code-font-size: 8.5px;
|
1175
|
+
}
|
1176
|
+
|
1119
1177
|
body {
|
1120
1178
|
padding-top: 0;
|
1121
1179
|
}
|
@@ -1160,7 +1218,7 @@ h1, h2, h3 {
|
|
1160
1218
|
page-break-after: avoid;
|
1161
1219
|
}
|
1162
1220
|
|
1163
|
-
table, figure, pre {
|
1221
|
+
table, figure, pre, img {
|
1164
1222
|
page-break-inside: avoid;
|
1165
1223
|
}
|
1166
1224
|
/* }}} */
|