Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattharrison/epub-css-starter-kit
A css file that should work for most epub readers
https://github.com/mattharrison/epub-css-starter-kit
Last synced: 24 days ago
JSON representation
A css file that should work for most epub readers
- Host: GitHub
- URL: https://github.com/mattharrison/epub-css-starter-kit
- Owner: mattharrison
- Created: 2011-11-02T15:27:52.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-10-31T15:12:05.000Z (about 9 years ago)
- Last Synced: 2024-11-06T17:58:47.308Z (about 1 month ago)
- Homepage:
- Size: 189 KB
- Stars: 243
- Watchers: 33
- Forks: 43
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
- my-awesome-github-stars - mattharrison/epub-css-starter-kit - A css file that should work for most epub readers (Others)
README
Epub CSS Starter Kit
========================Creating epubs that work in multiple readers can be painful, like debugging web problems back
in the glory days of ie6. Only this time there is no firebug.Here's a css file to help alleviate the pain.
If you find that it doesn't work on a particular reader, please file an issue containing the
following items:* Reader platform and version
* Sample html
* Sample css
* Expected resultSome issues are ereader bugs. Some are css bugs. Ideally the css will look "good enough" on
most devices. You can then take the css and tweak it for devices you want to focus on.Focus
======What platform is the focus of this effort? Oddly enough, the .mobi format for Kindle, is the least
common denominator that we want to get working. Given that it has 70% of the market, it makes sense
to put the effort there. Every effort has been made so that epubs using this css will generate clean
mobi's with kindlegen.The other platforms of significance are nook and ibooks, in that order. Any other platform is icing
on the cake. Support for other platforms will be given provided they don't break the top 3 platforms.
Otherwise it is suggested that these one off platforms be given custom css on top of the starter kit.Examples
==============* `rst2epub `_ uses this (there is a sample book to build there)
* `Ebook Formatting: KF8, Mobi & EPUB `_ illustrates the CSS here and other intricacies of creating epubs/mobisTODO
=====How you can help
* Matrix of supported HTML http://wiki.mobileread.com/wiki/Device_Compatibility
* Matrix of supported eReaders
* Try out the css or sample book and file bugs/patchesResources
==========
* Demo epub at http://manual.calibre-ebook.com/conversion.html#epub-advanced-formatting-demo
* http://www.paulsalvette.com/2011/08/epub-and-kindlegen-tutorial-ebook.html
* http://wiki.mobileread.com/wiki/CSS_template
* http://gbenthien.net/Kindle/index.htmlLicense
==========MIT License