View Single Post
Old 11-24-2015, 12:12 PM   #57
hyphenreader
Connoisseur
hyphenreader solves Fermat’s last theorem while doing the crossword.hyphenreader solves Fermat’s last theorem while doing the crossword.hyphenreader solves Fermat’s last theorem while doing the crossword.hyphenreader solves Fermat’s last theorem while doing the crossword.hyphenreader solves Fermat’s last theorem while doing the crossword.hyphenreader solves Fermat’s last theorem while doing the crossword.hyphenreader solves Fermat’s last theorem while doing the crossword.hyphenreader solves Fermat’s last theorem while doing the crossword.hyphenreader solves Fermat’s last theorem while doing the crossword.hyphenreader solves Fermat’s last theorem while doing the crossword.hyphenreader solves Fermat’s last theorem while doing the crossword.
 
hyphenreader's Avatar
 
Posts: 79
Karma: 28070
Join Date: Aug 2015
Location: Your Pocket
Device: iPhone [Hyphen Reader]
Quote:
Originally Posted by odamizu View Post
Thanks, I'm actually familiar with the wonderful world of CSS specificity and inheritance, but it's hard to write a custom stylesheet when I don't know what CSS Hyphen uses in the background
Ah, I see. It's a dark world, that one. Anyway, Hyphen sets font-related properties on the body selector. That's why your relative, %/em lengths wouldn't work, because they overrode the font-size Hyphen was setting... It's dirty, but you could also try:
Code:
*:not(body, html){ font-size: 200% !important; }
I may drop a template for the CSS Hyphen uses into the repo for the curious

Quote:
Originally Posted by odamizu View Post
In any case, thanks for increasing the font size in the next version and also adding page-turn options on your issue-tracker. Do you think the page-turn options will make it into the next version? If so, I may purchase Hyphen now to support your efforts as I like everything else Hyphen has to offer.
Yes - at minimum you will be able to disable animations in general (the popups, etc.). You will also be able to disable the sliding animation when tapping on the left and right sides.

Last edited by hyphenreader; 11-24-2015 at 12:16 PM.
hyphenreader is offline   Reply With Quote