| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-19 | resolves #126 convert styles to SCSS (#433) | Marat Radchenko | |
| closes #114 closes #115 closes #127 | |||
| 2022-12-19 | see #152 change <pre> padding to fixed size | Marat Radchenko | |
| 2022-10-31 | resolves #422 add user-select:none to conum (#427) | Thomas Kratz | |
| 2020-10-19 | resolves #366 stop changing visited link color | Marat Radchenko | |
| We no longer change normal link color (since 3697bd99a66293867edbc37cf6c2fbebf143893d), so for consistency (and fixing of night mode on iBooks) also do not touch visited links. If we ever decide again to colorize links, this will need to be handled somehow differently closes #367 followups 338 | |||
| 2020-10-18 | resolves #368 remove webkit-text-size-adjust to allow the font to be resized ↵ | Helma van der Linden | |
| in Apple Books | |||
| 2020-07-18 | resolves #338 rescale color palette to use darker shades of gray (#347) | Marat Radchenko | |
| This commit also removes Kindle-specific color adjustments so minor color changes are expected on Kindle | |||
| 2020-07-09 | resolves #350 fix CSS selectors for valign-middle | Marat Radchenko | |
| 2020-07-09 | resolves #350 add support for cell content alignment & column width (#351) | Marat Radchenko | |
| 2020-07-01 | resolves #174 add support for inline TOC (#342) | Marat Radchenko | |
| 2020-03-12 | resolves #165 add support for `[horizontal]` definition list (#170) | Garrett D'Amore | |
| 2020-03-04 | reformat CSS files | Marat Radchenko | |
| 2020-03-04 | resolves #152 fix Sony Reader crash | Marat Radchenko | |
| 2020-02-06 | resolves #155 add support for Font Awesome Solid 5.12.0 (PR #290) | Marat Radchenko | |
| 2020-01-24 | resolves #129 don't insert quotation marks around quotes (PR #130) | Gambhiro | |
| Co-authored-by: Marat Radchenko <marat@slonopotamus.org> | |||
| 2018-02-16 | fix chapter header styles | Dan Allen | |
| - set border width to 1px so it displays on Kindle - reduce top padding (use same padding for top and bottom) | |||
| 2018-02-16 | add display block to block images to enable center alignment properly | Dan Allen | |
| 2018-02-16 | resolves #5 package inline images | Dan Allen | |
| * enable catalog_assets option on documents in spine * read images from catalog (i.e., references) table * move call to add_content_images method inside add_content method * add svg to epub properties list if an inline SVG image is detected * set width of inline image to value of scaledwidth attribute, if specified * if scaledwidth attribute is not specified and image is an SVG, set value to 100% * add inline class to inline image elements * add max-width: 100% style to all images (not just figures) * group figure.image styles together in stylesheet | |||
| 2018-02-16 | dark button text shadow | Dan Allen | |
| 2018-02-16 | tune styles for chapter header | Dan Allen | |
| - move bottom border to header - remove side padding from header - darken color of byline text | |||
| 2018-02-15 | resolves #96 invert colors in chapter header (PR #159) | Dan Allen | |
| - use dark text on white background - invert colors in default avatar | |||
| 2017-08-03 | resolves #97 don't uppercase text in converter (leave it CSS) (PR #119) | Gambhiro | |
| 2017-04-15 | switch from word-wrap to standard overflow-wrap property | Dan Allen | |
| 2017-04-15 | loosen letter spacing in quote attribute context | Dan Allen | |
| 2017-03-26 | reset @page for EPUB3 readers; add page margins in Calibre | Dan Allen | |
| - reset @page in the EPUB3 stylesheet - add page margins for Calibre - add additional research notes to stylesheet | |||
| 2017-03-26 | capitalize Gitden correctly | Dan Allen | |
| 2017-03-20 | resolves #72 change admonition icons (PR #82) | Daniel Sperl | |
| - use lightbulb for tip - make pencil icon for note yellow - make exclamation point for important orange - align colors of other icons - reduce shadow behind icon | |||
| 2017-03-19 | remove trailing whitespace in source | Dan Allen | |
| 2016-03-09 | resolves #69 implement embedded to handle AsciiDoc table cell content | Dan Allen | |
| - implement embedded handler to handle AsciiDoc table cell content - add styles to strip leading margin for AsciiDoc table cell content | |||
| 2015-12-24 | code cleanups and comments in CSS | Dan Allen | |
| 2015-12-24 | don't explicitly enable hyphenation | Dan Allen | |
| 2015-12-24 | document word-wrap: break-word and alternative | Dan Allen | |
| 2015-12-24 | use property word-wrap instead of word-break | Dan Allen | |
| 2015-12-24 | disable hyphens in preformatted text | Dan Allen | |
| 2015-12-24 | remove charset declaration from CSS | Dan Allen | |
| 2015-12-23 | remove link color hack for Gitden since its already covered | Dan Allen | |
| 2015-12-22 | force left justification in listings (fix for Namo) | Dan Allen | |
| 2015-12-22 | preserve heading & monospaced fonts in Kindle Paperwhite/Voyage | Dan Allen | |
| - use !important to preserve font family of heading & monospaced fonts - allows user to safely customize font in Kindle Paperwhite/Voyage - add list-heading class to h3 over lists for easier styling - customize margin of list heading - consolidate styles | |||
| 2015-12-22 | enforce use of monospace font for preformatted elements | Dan Allen | |
| 2015-12-22 | resolves #56 use built-in font names for mobi7 | Dan Allen | |
| 2015-12-19 | don't allow button to wrap | Dan Allen | |
| 2015-12-16 | resolves #26 disable -webkit-hyphens to prevent Kindle for Mac from crashing | Dan Allen | |
| 2014-08-14 | don't put units on line-height | Dan Allen | |
| 2014-05-07 | fix bibliography list styles, link border bottom color | Dan Allen | |
| 2014-04-21 | add rule to disable kerning on first line of abstract for Kindle | Dan Allen | |
| 2014-04-20 | update fonts & font script to remove corrupted cmap tables | Dan Allen | |
| - update font script to remove corrupted cmap tables in M+ fonts - regenerate fonts - switch to numeric weights when using M+ 1p fonts - tweak kerning settings and commentary | |||
| 2014-04-20 | subset fonts by script (e.g., alphabet) | Dan Allen | |
| - rewrite font generation script to subset font by script - document scripts attribute - move font-face declarations to separate CSS file - update font-face declarations to reflect scripts selection - only add fonts that are declared in stylesheet - fix EPUB3 validation error with use of inline styles - don't use bold in sidebar heading - set font scaling on Namo Pubtree - update worklog and comments | |||
| 2014-04-19 | fix fonts & font-based icons in pubtree viewer; add icon transformations | Dan Allen | |
| 2014-04-18 | font improvements | Dan Allen | |
| - regenerate Noto Serif fonts from upstream - add script to generate optimized subset of Noto Serif fonts - enable kerning in a standard way except on Kindle - fix link color in abstract in WebKit - prevent iBooks from hyphenating the chapter title - update WORKLOG | |||
| 2014-04-17 | font rendering fixes | Dan Allen | |
| - change word joiner from U+2060 to more widely-supported U+FEFF - use CSS padding instead of narrow space around UI button label - add FontAwesome chervon between items in UI menu using CSS - additional comments | |||
| 2014-04-16 | recreate Noto Serif fonts with wider subset of code points | Dan Allen | |
