lib/softcover/book_template/epub/OEBPS/styles/epub.css in softcover-1.3.3 vs lib/softcover/book_template/epub/OEBPS/styles/epub.css in softcover-1.3.4
- old
+ new
@@ -1,19 +1,37 @@
/* Styles specific to EPUB books */
body {
+ font-size: 80%;
+ line-height: 1.2;
width: auto;
margin-left: 0.5em;
}
+#title_page .title {
+ font-size: 200%;
+}
+
+#title_page .author {
+ font-size: 120%;
+}
+
+#title_page .date {
+ font-size: 120%;
+}
+
+#table_of_contents ul li {
+ padding-left: 2em;
+}
+
.highlight pre {
font-size: 80%;
font-weight: bold;
}
code {
- font-size: 100%;
+ font-size: 95%;
}
.code {
font-size: 90%;
}
@@ -25,10 +43,33 @@
/* Needed to prevent red links in Kindle for iPad */
a span.undefined_ref {
color: #002f72;
}
+p {
+ margin: 0;
+ padding: 0;
+ text-indent: 0.95em;
+}
+
+p.noindent {
+ text-indent: 0;
+}
+
/* Needed for properly formatted blockquotes in Kindle for iPad */
p.quote {
margin-left: 1em;
margin-right: 1em;
+ text-indent: 0;
+ margin-top: 0em;
+ margin-bottom: 0.5em;
}
+
+.footnotes p {
+ text-indent: 0;
+ margin-top: 0em;
+ margin-bottom: 0.5em;
+}
+
+.aside {
+ margin: 15px 0;
+}
\ No newline at end of file