Please note, this stylesheet may not work on all browsers, as the CSS scrollbar API is not standardized.
1.1.0
- Made the checkerboard pattern translucent.
Please note, this stylesheet may not work on all browsers, as the CSS scrollbar API is not standardized.
1.1.0
| // To unzip the epub, move the ePub to a folder, cd to it then simply: | |
| unzip MyEbook.epub | |
| // To zip up an epub: | |
| 1. zip -X MyNewEbook.epub mimetype | |
| 2. zip -rg MyNewEbook.epub META-INF -x \*.DS_Store | |
| 3. zip -rg MyNewEbook.epub OEBPS -x \*.DS_Store | |
| Some explanations necessary here. We start each line with two flags: |