Skip to content
This repository was archived by the owner on Jul 2, 2020. It is now read-only.

Commit 705cd9f

Browse files
committed
Generate new builds for 1.5.0 release
1 parent bf258ad commit 705cd9f

File tree

11 files changed

+114
-17
lines changed

11 files changed

+114
-17
lines changed

Blitz_framework/CSS/AltStylesheets/blitz-lite/blitz-lite.css

+10
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ pre {
6666
nav[epub|type~=toc] ol {
6767
list-style: none!important
6868
}
69+
@media amzn-kf8,
70+
amzn-mobi {
71+
nav ol {
72+
list-style-type: none!important
73+
}
74+
}
6975
nav[epub|type~=landmarks],
7076
nav[epub|type~=page-list] {
7177
display: none
@@ -337,6 +343,10 @@ sup {
337343
font-size: x-small
338344
}
339345
}
346+
rt {
347+
font-size: 50%;
348+
text-transform: full-size-kana
349+
}
340350
figure {
341351
page-break-inside: avoid;
342352
break-inside: avoid;

Blitz_framework/CSS/AltStylesheets/blitz-lite/blitz-lite.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Blitz_framework/CSS/AltStylesheets/blitz-reset/blitz-reset.css

+6
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@ pre {
6363
nav[epub|type~=toc] ol {
6464
list-style: none!important
6565
}
66+
@media amzn-kf8,
67+
amzn-mobi {
68+
nav ol {
69+
list-style-type: none!important
70+
}
71+
}
6672
nav[epub|type~=landmarks],
6773
nav[epub|type~=page-list] {
6874
display: none

Blitz_framework/CSS/AltStylesheets/blitz-reset/blitz-reset.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Blitz_framework/CSS/AltStylesheets/blitz.uncommented.css

+25
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ pre {
6868
nav[epub|type~=toc] ol {
6969
list-style: none!important
7070
}
71+
@media amzn-kf8,
72+
amzn-mobi {
73+
nav ol {
74+
list-style-type: none!important
75+
}
76+
}
7177
nav[epub|type~=landmarks],
7278
nav[epub|type~=page-list] {
7379
display: none
@@ -339,6 +345,10 @@ sup {
339345
font-size: x-small
340346
}
341347
}
348+
rt {
349+
font-size: 50%;
350+
text-transform: full-size-kana
351+
}
342352
figure {
343353
page-break-inside: avoid;
344354
break-inside: avoid;
@@ -935,14 +945,29 @@ svg {
935945
font-size: 1.3125em;
936946
line-height: 1.14285714
937947
}
948+
@media amzn-kf8 {
949+
.fs-xl {
950+
line-height: 1.2
951+
}
952+
}
938953
.fs-xxl {
939954
font-size: 1.4375em;
940955
line-height: 1.04347826
941956
}
957+
@media amzn-kf8 {
958+
.fs-xxl {
959+
line-height: 1.2
960+
}
961+
}
942962
.fs-jumbo {
943963
font-size: 1.625em;
944964
line-height: .92307692
945965
}
966+
@media amzn-kf8 {
967+
.fs-jumbo {
968+
line-height: 1.2
969+
}
970+
}
946971
.bold {
947972
font-weight: 700
948973
}

Blitz_framework/CSS/blitz.css

+34-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@charset "UTF-8";
22
/* blitz — CSS framework for reflowable eBooks
3-
Version 1.4.1 by Jiminy Panoz
4-
Codename: Armagideon Time
3+
Version 1.5.0 by Jiminy Panoz
4+
Codename: The Beautiful People Are Ugly, Too
55
License: MIT (https://opensource.org/licenses/MIT) */
66
/* NAMESPACES */
77
@namespace h "http://www.w3.org/1999/xhtml/";
@@ -95,6 +95,12 @@ pre {
9595
nav[epub|type~="toc"] ol {
9696
list-style: none !important;
9797
}
98+
/* Kindle does not follow the EPUB 3 spec. */
99+
@media amzn-kf8, amzn-mobi {
100+
nav ol {
101+
list-style-type: none !important;
102+
}
103+
}
98104
/* [Opinionated] Default to prevent bloat in case linear="no" is rendered as linear="yes" */
99105
nav[epub|type~="landmarks"],
100106
nav[epub|type~="page-list"] {
@@ -405,6 +411,14 @@ sup {
405411
font-size: x-small;
406412
}
407413
}
414+
/* i18n */
415+
/* Ruby text */
416+
rt {
417+
font-size: 50%;
418+
/* Line-height may need to be adjusted to fit ruby text. */
419+
text-transform: full-size-kana;
420+
/* Increases the legibility of Japanese ruby characters. */
421+
}
408422
/* FIGURES + IMAGES */
409423
figure {
410424
page-break-inside: avoid;
@@ -1003,19 +1017,15 @@ render page on eInk devices) */
10031017
.monospace {
10041018
font-family: monospace;
10051019
}
1006-
/* We try to rely on RS’ typefaces, hence the huge font-stack */
10071020
.humanist {
10081021
font-family: "Myriad Pro", Seravek, Ember, "Trebuchet MS", "BN Trebuchet MS", "PT Sans", "Frutiger Neue", Roboto, sans-serif;
10091022
}
1010-
/* We try to rely on RS’ typefaces, hence the huge font-stack */
10111023
.geometric {
10121024
font-family: Futura, "Century Gothic", "Apple SD Gothic Neo", AppleGothic, sans-serif;
10131025
}
1014-
/* We try to rely on RS’ typefaces, hence the huge font-stack */
10151026
.oldstyle {
10161027
font-family: "Minion Pro", "Iowan Old Style", Palatino, "Palatino Linotype", "Palatino Nova", "BN Amasis", Cambria, FreeSerif, "Times New Roman", serif;
10171028
}
1018-
/* We try to rely on RS’ typefaces, hence the huge font-stack */
10191029
.modern {
10201030
font-family: Athelas, Literata, Bookerly, "Merriweather Serif", Malabar, "BN Malabar", Georgia, "Droid Serif", serif;
10211031
}
@@ -1108,14 +1118,32 @@ render page on eInk devices) */
11081118
font-size: 1.3125em;
11091119
line-height: 1.14285714;
11101120
}
1121+
@media amzn-kf8 {
1122+
.fs-xl {
1123+
line-height: 1.2;
1124+
/* Minimum value Kindle supports */
1125+
}
1126+
}
11111127
.fs-xxl {
11121128
font-size: 1.4375em;
11131129
line-height: 1.04347826;
11141130
}
1131+
@media amzn-kf8 {
1132+
.fs-xxl {
1133+
line-height: 1.2;
1134+
/* Minimum value Kindle supports */
1135+
}
1136+
}
11151137
.fs-jumbo {
11161138
font-size: 1.625em;
11171139
line-height: 0.92307692;
11181140
}
1141+
@media amzn-kf8 {
1142+
.fs-jumbo {
1143+
line-height: 1.2;
1144+
/* Minimum value Kindle supports */
1145+
}
1146+
}
11191147
/* Font styles */
11201148
.bold {
11211149
/* Don't use that with span if b or strong can be used */

Blitz_framework/LESS/blitz-lite.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* blitz — CSS framework for reflowable eBooks
44
Version 1.5.0 by Jiminy Panoz
5-
Codename:
5+
Codename: The Beautiful People Are Ugly, Too
66
License: MIT (https://opensource.org/licenses/MIT) */
77

88

Blitz_framework/LESS/blitz-reset.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* blitz — CSS framework for reflowable eBooks
22
Version 1.5.0 by Jiminy Panoz
3-
Codename:
3+
Codename: The Beautiful People Are Ugly, Too
44
License: MIT (https://opensource.org/licenses/MIT) */
55

66
@import 'core/variables';

Blitz_framework/LESS/blitz.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/* blitz — CSS framework for reflowable eBooks
44
Version 1.5.0 by Jiminy Panoz
5-
Codename:
5+
Codename: The Beautiful People Are Ugly, Too
66
License: MIT (https://opensource.org/licenses/MIT) */
77

88

Blitz_template/Blitz_epub3.epub

138 Bytes
Binary file not shown.

Blitz_template/Blitz_epub3/OEBPS/Styles/blitz.css

+34-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@charset "UTF-8";
22
/* blitz — CSS framework for reflowable eBooks
3-
Version 1.4.1 by Jiminy Panoz
4-
Codename: Armagideon Time
3+
Version 1.5.0 by Jiminy Panoz
4+
Codename: The Beautiful People Are Ugly, Too
55
License: MIT (https://opensource.org/licenses/MIT) */
66
/* NAMESPACES */
77
@namespace h "http://www.w3.org/1999/xhtml/";
@@ -95,6 +95,12 @@ pre {
9595
nav[epub|type~="toc"] ol {
9696
list-style: none !important;
9797
}
98+
/* Kindle does not follow the EPUB 3 spec. */
99+
@media amzn-kf8, amzn-mobi {
100+
nav ol {
101+
list-style-type: none !important;
102+
}
103+
}
98104
/* [Opinionated] Default to prevent bloat in case linear="no" is rendered as linear="yes" */
99105
nav[epub|type~="landmarks"],
100106
nav[epub|type~="page-list"] {
@@ -405,6 +411,14 @@ sup {
405411
font-size: x-small;
406412
}
407413
}
414+
/* i18n */
415+
/* Ruby text */
416+
rt {
417+
font-size: 50%;
418+
/* Line-height may need to be adjusted to fit ruby text. */
419+
text-transform: full-size-kana;
420+
/* Increases the legibility of Japanese ruby characters. */
421+
}
408422
/* FIGURES + IMAGES */
409423
figure {
410424
page-break-inside: avoid;
@@ -1003,19 +1017,15 @@ render page on eInk devices) */
10031017
.monospace {
10041018
font-family: monospace;
10051019
}
1006-
/* We try to rely on RS’ typefaces, hence the huge font-stack */
10071020
.humanist {
10081021
font-family: "Myriad Pro", Seravek, Ember, "Trebuchet MS", "BN Trebuchet MS", "PT Sans", "Frutiger Neue", Roboto, sans-serif;
10091022
}
1010-
/* We try to rely on RS’ typefaces, hence the huge font-stack */
10111023
.geometric {
10121024
font-family: Futura, "Century Gothic", "Apple SD Gothic Neo", AppleGothic, sans-serif;
10131025
}
1014-
/* We try to rely on RS’ typefaces, hence the huge font-stack */
10151026
.oldstyle {
10161027
font-family: "Minion Pro", "Iowan Old Style", Palatino, "Palatino Linotype", "Palatino Nova", "BN Amasis", Cambria, FreeSerif, "Times New Roman", serif;
10171028
}
1018-
/* We try to rely on RS’ typefaces, hence the huge font-stack */
10191029
.modern {
10201030
font-family: Athelas, Literata, Bookerly, "Merriweather Serif", Malabar, "BN Malabar", Georgia, "Droid Serif", serif;
10211031
}
@@ -1108,14 +1118,32 @@ render page on eInk devices) */
11081118
font-size: 1.3125em;
11091119
line-height: 1.14285714;
11101120
}
1121+
@media amzn-kf8 {
1122+
.fs-xl {
1123+
line-height: 1.2;
1124+
/* Minimum value Kindle supports */
1125+
}
1126+
}
11111127
.fs-xxl {
11121128
font-size: 1.4375em;
11131129
line-height: 1.04347826;
11141130
}
1131+
@media amzn-kf8 {
1132+
.fs-xxl {
1133+
line-height: 1.2;
1134+
/* Minimum value Kindle supports */
1135+
}
1136+
}
11151137
.fs-jumbo {
11161138
font-size: 1.625em;
11171139
line-height: 0.92307692;
11181140
}
1141+
@media amzn-kf8 {
1142+
.fs-jumbo {
1143+
line-height: 1.2;
1144+
/* Minimum value Kindle supports */
1145+
}
1146+
}
11191147
/* Font styles */
11201148
.bold {
11211149
/* Don't use that with span if b or strong can be used */

0 commit comments

Comments
 (0)