View Single Post
Old 02-12-2014, 10:37 AM   #14
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,830
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
I think I found the final solution with the following css code:

Code:
h2 {
   height: 2em;
   border-bottom: 3px solid;
   margin-top: -1em;
   margin-bottom: 1em;
   font-size: 1.4em;
   text-align: center;
}

.text {
   float: left;
   width: 20%;
   line-height: 2.8em;
   font-size: 1.4em;
   margin-left: 40%;
   margin-right: 40%; 
   background: white !important;
}

p {
   text-align: justify;
   text-indent: 0em;
}
This is the look in Calibre Viewer:

Click image for larger version

Name:	Line Through II.png
Views:	244
Size:	55.7 KB
ID:	119004

And this is the look in Kindle Previewer (Kindle Fire - Night Mode):

Click image for larger version

Name:	Line Through.png
Views:	242
Size:	122.1 KB
ID:	119003

Below I attach the respective epub.

Regards
Rubén
Attached Files
File Type: epub Line Through II.epub (2.7 KB, 209 views)
RbnJrg is offline   Reply With Quote