|  10-23-2025, 07:17 PM | #16 | |
| Bibliophagist            Posts: 48,102 Karma: 174315444 Join Date: Jul 2010 Location: Vancouver Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos | Quote: 
 Are you offended by such items as the body item in the core.css stylesheet where multiple non-standard hyphen items are used? Following from the requirement that unknown items will be disregarded, the old RMSDK used in Kobo ereaders would skip over most of the items other than the non-standard adobe-hyphenate item. Or are you objecting to the Nook specific adobe-text-layout entry in the hgroup entry? Or the disregard for inheritance with the margins being set to 0 in multiple places? Code: body{
	font-variant-numeric: oldstyle-nums;
	hyphens: auto;
	adobe-hyphenate: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-epub-hyphens: auto;
	text-wrap: pretty;
}Code: hgroup{
	break-after: avoid;	
	page-break-after: avoid;
	break-inside: avoid;	
	page-break-inside: avoid;
	font-variant: small-caps;
	hyphens: none;
	adobe-text-layout: optimizeSpeed; /* For Nook */
	adobe-hyphenate: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-epub-hyphens: none;
	margin-top: 3em;
	margin-right: 0;
	margin-bottom: 3em;
	margin-left: 0;
	text-align: center;
}Last edited by DNSB; 10-23-2025 at 07:19 PM. | |
|   |   | 
|  | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Convert to kepub removes spaces between words and adds unnecessary CSS | DJeBook | Kobo Reader | 7 | 01-05-2025 06:44 PM | 
| Standard eBooks is looking for supporters | ZodWallop | General Discussions | 70 | 08-29-2024 08:43 PM | 
| Clara HD Standard books epub vs kepub and calibre | deleted_account23 | Kobo Reader | 18 | 06-13-2023 09:41 AM | 
| Standard eBooks: Classic eBooks Remasters | Tomifonication | Deals and Resources (No Self-Promotion or Affiliate Links) | 21 | 04-28-2019 11:58 PM | 
| Creating epub/kepub books (docx→epub/kepub via MS Word→Calibre) | SJC-Caron | ePub | 18 | 04-21-2016 11:10 AM |