Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book General > General Discussions

Notices

Reply
 
Thread Tools Search this Thread
Old 05-11-2015, 06:07 AM   #121
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,606
Karma: 204624552
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by Barty View Post
I haven't actually tried this so I don't know if it is correct or how well it is supported.
Pseudo elements won't work on most RMSDK-based renderers. Which means the majority of eink epub devices.
DiapDealer is offline   Reply With Quote
Old 05-11-2015, 06:09 AM   #122
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,796
Karma: 146391129
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by GERGE View Post
Then download the epub from Kobo, they are untouched. Kobo is just trying to fix one of the biggest problems with epubs, ignorant publishers.
You have it all wrong here. Kobo is NOT trying to fix problems with ePub. What Kobo are doing is converting to kepub for use with Access. Anything stripped out is not due to fixing anything that has to do with poor formatting. It has to do with all of the setting options working. Please stop spreading such misinformation.
JSWolf is offline   Reply With Quote
Advert
Old 05-11-2015, 06:12 AM   #123
GERGE
Guru
GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.
 
Posts: 733
Karma: 5797160
Join Date: Jun 2010
Location: Istanbul
Device: Kobo Libra
Those settings doesn't work because of poor formating.
GERGE is offline   Reply With Quote
Old 05-11-2015, 09:18 AM   #124
Little.Egret
Wizard
Little.Egret ought to be getting tired of karma fortunes by now.Little.Egret ought to be getting tired of karma fortunes by now.Little.Egret ought to be getting tired of karma fortunes by now.Little.Egret ought to be getting tired of karma fortunes by now.Little.Egret ought to be getting tired of karma fortunes by now.Little.Egret ought to be getting tired of karma fortunes by now.Little.Egret ought to be getting tired of karma fortunes by now.Little.Egret ought to be getting tired of karma fortunes by now.Little.Egret ought to be getting tired of karma fortunes by now.Little.Egret ought to be getting tired of karma fortunes by now.Little.Egret ought to be getting tired of karma fortunes by now.
 
Posts: 3,168
Karma: 37800000
Join Date: Jan 2010
Location: Walton-on-Thames, Surrey, England, UK
Device: Kindle Keyboard 3G, Kindle Fire 2, NOOK ST, Kindle HDX, Fire 7"
Quote:
Originally Posted by Joques View Post
Murg, is there an easy way to add text/graphics/asterisks to scene breaks using CSS? I'm guessing no, or it would have been mentioned already
Even if there isn't, a CSS class defined for scene breaks will make it a lot easier to find and alter the glyphs used.
Little.Egret is offline   Reply With Quote
Old 05-11-2015, 09:23 AM   #125
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,355
Karma: 20171571
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
Another method for scene break:

Code:
<p>before break</p>

<div class="SecBrk">***</div>

<p>after break</p>


css:
div.SecBrk {
    text-indent: 0;
    text-align: center;
    margin: 1em auto}

div.SecBrk + p {text-indent:0}
I've heard that there are some old/obsolete devices that might not support the "div.SecBrk + p" but I figure that if the user can't get a decent reader then they can deal with an indented paragraph after the visible section break.


edit:
Of course you could easily replace the *** with a fleuron by replacing it with an <img> and customizing the css:
Code:
<div class="SecBrk"><img alt="" src="../Images/fleuron.jpg" /></div>

css:
div.SecBrk img {
   width: 20%;
   max-width: 25px; (I put the width of the actual img here so it doesn't fuzz out)
}

Last edited by Turtle91; 05-11-2015 at 09:34 AM.
Turtle91 is offline   Reply With Quote
Advert
Old 05-11-2015, 10:19 AM   #126
Joques
Addict
Joques is my name, but call me Ishmael.Joques is my name, but call me Ishmael.Joques is my name, but call me Ishmael.Joques is my name, but call me Ishmael.Joques is my name, but call me Ishmael.Joques is my name, but call me Ishmael.Joques is my name, but call me Ishmael.Joques is my name, but call me Ishmael.Joques is my name, but call me Ishmael.Joques is my name, but call me Ishmael.Joques is my name, but call me Ishmael.
 
Posts: 294
Karma: 107414
Join Date: May 2013
Device: Kobo Glo
Turtle91, you would still have to manually insert <div class="SecBrk">***</div> at every relevant point in the book, right? So at that point, why not simply manually paste "***" into those points instead? What do you gain by creating and using that SecBrk class?
Joques is offline   Reply With Quote
Old 05-11-2015, 10:24 AM   #127
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,796
Karma: 146391129
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by Joques View Post
Turtle91, you would still have to manually insert <div class="SecBrk">***</div> at every relevant point in the book, right? So at that point, why not simply manually paste "***" into those points instead? What do you gain by creating and using that SecBrk class?
Because you can easily change the spacing, the text size, the color, the centering, and anything else you want to adjust that you can.

I've recently seen a book that uses symbols in the space break, but they are setup as a grey color so they are visible, but do not stand out so much. I kind of like it that way.
JSWolf is offline   Reply With Quote
Old 05-11-2015, 01:03 PM   #128
MacEachaidh
Browser
MacEachaidh ought to be getting tired of karma fortunes by now.MacEachaidh ought to be getting tired of karma fortunes by now.MacEachaidh ought to be getting tired of karma fortunes by now.MacEachaidh ought to be getting tired of karma fortunes by now.MacEachaidh ought to be getting tired of karma fortunes by now.MacEachaidh ought to be getting tired of karma fortunes by now.MacEachaidh ought to be getting tired of karma fortunes by now.MacEachaidh ought to be getting tired of karma fortunes by now.MacEachaidh ought to be getting tired of karma fortunes by now.MacEachaidh ought to be getting tired of karma fortunes by now.MacEachaidh ought to be getting tired of karma fortunes by now.
 
MacEachaidh's Avatar
 
Posts: 745
Karma: 578294
Join Date: Apr 2010
Location: Australia
Device: Kobo Touch, Kobo Aura HD
Quote:
Originally Posted by JSWolf View Post
I've recently seen a book that uses symbols in the space break, but they are setup as a grey color so they are visible, but do not stand out so much. I kind of like it that way.
That's what I do myself with my fiction books. It's a nice way to go, I think, because it gives the visual cue of a section break without dominating the text. There's not really any good reason an e.book should look like a barely-formatted .txt file.
MacEachaidh is offline   Reply With Quote
Old 05-13-2015, 02:35 AM   #129
GERGE
Guru
GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.
 
Posts: 733
Karma: 5797160
Join Date: Jun 2010
Location: Istanbul
Device: Kobo Libra
I have seen one of the most terrible design choices just now. I downloaded Silkworm as an epub3 from Kobo. Book was very well designed at first look. But I realized something after changing some pages, spacing between words were very uneven, there were no hyphenations.

It turned out the publisher had hyphenations disabled from the css. Why? Oh, God why! How could anyone ever have a reason to do this?

Last edited by GERGE; 05-13-2015 at 04:57 AM.
GERGE is offline   Reply With Quote
Old 05-13-2015, 04:56 AM   #130
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,796
Karma: 146391129
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by GERGE View Post
I have seen one of the most terrible design choices just now. I downloaded Silkworm as an epub3 from Kobo. Book was very well designed at first look. But I realized something after changing some pages, spacing between words were very uneven, there were no hyphenations.

It turned out the published had hyphenations disabled from the css. Why? Oh, God why! How could anyone ever have a reason to do this?
That's an easy question to answer. It's because devices like nook Readers go crazy and over hyphenate.
JSWolf is offline   Reply With Quote
Old 05-13-2015, 06:09 AM   #131
GERGE
Guru
GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.
 
Posts: 733
Karma: 5797160
Join Date: Jun 2010
Location: Istanbul
Device: Kobo Libra
I thought Nook used RMSDK?
GERGE is offline   Reply With Quote
Old 05-13-2015, 06:20 AM   #132
GeoffR
Wizard
GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.GeoffR ought to be getting tired of karma fortunes by now.
 
GeoffR's Avatar
 
Posts: 3,821
Karma: 19162882
Join Date: Nov 2012
Location: Te Riu-a-Māui
Device: Kobo Glo
The book I'm reading now, published by Open Road Media, has the body margins set like this:
Code:
body
{
margin-left:1.5%;
margin-right:20px;
}
So if you happen to be reading on a device with a horizontal resolution of about 1333px then you'll get nice even 20px left/right margins, but if your device has a horizontal resolution of anything other than about 1333px, then one margin will be bigger than the other.
GeoffR is offline   Reply With Quote
Old 05-13-2015, 06:40 AM   #133
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,606
Karma: 204624552
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by GeoffR View Post
The book I'm reading now, published by Open Road Media, has the body margins set like this:
Code:
body
{
margin-left:1.5%;
margin-right:20px;
}
So if you happen to be reading on a device with a horizontal resolution of about 1333px then you'll get nice even 20px left/right margins, but if your device has a horizontal resolution of anything other than about 1333px, then one margin will be bigger than the other.
I see the "one margin greater than the other" thing quite a bit (even in big-league publishing). I would think that equal left/right margins would be pretty-much a no-brainer at this point.
DiapDealer is offline   Reply With Quote
Old 05-13-2015, 06:46 AM   #134
GERGE
Guru
GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.GERGE ought to be getting tired of karma fortunes by now.
 
Posts: 733
Karma: 5797160
Join Date: Jun 2010
Location: Istanbul
Device: Kobo Libra
All WotC books are like that. I opened a topic about it now at the Candlekeep.
GERGE is offline   Reply With Quote
Old 05-13-2015, 10:33 AM   #135
j.p.s
Grand Sorcerer
j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.j.p.s ought to be getting tired of karma fortunes by now.
 
Posts: 5,793
Karma: 103362673
Join Date: Apr 2011
Device: pb360
Quote:
Originally Posted by DiapDealer View Post
I see the "one margin greater than the other" thing quite a bit (even in big-league publishing). I would think that equal left/right margins would be pretty-much a no-brainer at this point.
What justification is there for specifying one in % and the other in px?
j.p.s is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with poor chapter headings needed cager Editor 24 05-13-2014 05:49 AM
Poor formatting for Kindle Paperwhite apgm Calibre 8 09-13-2013 08:07 AM
Formatting Chapter Breaks? NVash Calibre 3 12-09-2010 05:09 AM
Honor Harrington poor formatting? PKFFW General Discussions 18 11-14-2010 04:04 PM


All times are GMT -4. The time now is 04:14 PM.


MobileRead.com is a privately owned, operated and funded community.