fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
reorder CSS rules for ePUB because FBReader is weird
[librarian.git]
/
librarian
/
epub
/
style.css
diff --git
a/librarian/epub/style.css
b/librarian/epub/style.css
index
d217cce
..
82ad4b9
100644
(file)
--- a/
librarian/epub/style.css
+++ b/
librarian/epub/style.css
@@
-253,6
+253,12
@@
h2 + .paragraph:first-letter
padding-bottom: 1.5em;
}
padding-bottom: 1.5em;
}
+.dedication, .dedication .paragraph
+{
+ text-align: right;
+ font-style: italic;
+}
+
.note
{
text-align: right;
.note
{
text-align: right;
@@
-266,10
+272,12
@@
h2 + .paragraph:first-letter
text-align: justify;
}
text-align: justify;
}
-.
dedication, .dedication .paragraph
+.
frame
{
{
- text-align: right;
- font-style: italic;
+ border: 1px darkgray solid;
+ padding: 1em;
+ margin-top: 1em;
+ margin-bottom: 1em;
}
hr.spacer
}
hr.spacer
@@
-330,6
+338,12
@@
em.author-emphasis
letter-spacing: 0.1em;
}
letter-spacing: 0.1em;
}
+em.wieksze-odstepy
+{
+ font-style: normal;
+ word-spacing: 1em;
+}
+
.person-list em.person
{
font-style: normal;
.person-list em.person
{
font-style: normal;
@@
-365,7
+379,12
@@
p.footer {
table {
border-collapse: collapse;
table {
border-collapse: collapse;
+ width: 100%;
}
}
-td {
+t
able.border th, table.border t
d {
border: 1px solid black;
}
border: 1px solid black;
}
+
+th, td {
+ vertical-align: top;
+}
\ No newline at end of file