|
|
#1 |
|
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 82
Karma: 25684
Join Date: Sep 2014
Device: Kindle NT
|
Kepub issue on centered text
Hello everyone,
when converting from epub to kepub with Calibre, I notice that in many cases the text-align:center is lost. For example, this is a picture of how the epub comes out, while this is a picture of the same epub converted to kepub. This is the code: Code:
<body> <p class="autore">Don Robertson</p> <p class="titolo">L’ultima stagione</p> <p class="sottotitolo"><i>Traduzione di Nicola Manuppelli</i></p> <p class="editore">Nutrimenti</p> </body> Code:
body {
font-size: 100%;
font-family: serif;
}
p {
text-indent: 1.2em;
text-align: justify;
margin: 0;
widows: 1;
orphans: 1;
}
.autore {
font-size: 1em;
margin-top: 2.4em;
text-indent: 0;
text-align: center;
}
.titolo {
font-size: 2em;
margin-top: 1.2em;
text-indent: 0;
text-align: center;
}
.sottotitolo {
font-size: 0.85em;
margin-top: 1em;
font-style: italic;
text-indent: 0;
text-align: center;
}
.editore {
font-size: 1em;
margin-top: 7em;
text-indent: 0;
text-align: center;
}
Thank you |
|
|
|
|
|
#2 | |
|
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 80,786
Karma: 150249619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
|
|
|
|
|
| Advert | |
|
|
|
|
#3 | |
|
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 82
Karma: 25684
Join Date: Sep 2014
Device: Kindle NT
|
Quote:
|
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Clara 2E No centered text, kepub ebook. | Jane Eyre | Kobo Reader | 26 | 03-22-2024 04:36 PM |
| centered text having a specific width | Vroni | ePub | 18 | 08-07-2019 06:23 AM |
| Conversion ePub -> azw3, text centered | apeiron75 | Calibre | 0 | 05-18-2013 01:28 PM |
| .epub hyperlinks, centered and non indented text. | Xabache | ePub | 2 | 09-13-2010 02:11 PM |
| Centered and right aligned text for Stanza on iPhone | Arjen | ePub | 6 | 06-17-2010 01:19 PM |