View Single Post
Old 07-10-2013, 12:43 PM   #41
ewphoenix123
Addict
ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'ewphoenix123 understands when you whisper 'The dog barks at midnight.'
 
Posts: 201
Karma: 42238
Join Date: Oct 2012
Device: Kobo: Glo, Aura , Aura H2O, Aura ONE, Forma, Elipsa
Quote:
Originally Posted by Anak View Post
Code:
#btnGlobalSearch {
qproperty-pixmap: url(:/images/statusbar/statusbar_search_off_trilogy.png);
qproperty-deselectedPixmap: url(:/images/statusbar/statusbar_search_off_trilogy.png);
qproperty-selectedPixmap: url(:/images/statusbar/statusbar_search_hit_trilogy.png);
}
font-size: 16px;
font-family: Avenir;
background-color: transparent;
padding-top:3px;
}
This code sets the font size for the header text (Kobo Touch, fw 2.5.1). There seems to be one header (no ReadingHeader, as there is a seperate ReadingFooter) and applies to the home screen (HOME) and kepub book title header.
For testing use a font size of 31px. This font size isn't in use elsewhere in libnickel.1.0.0.

Because there is no seperate ReadingHeader it may explain why there is such a huge margin (better: blank header) on top of the screen when reading regular epubs in fw 2.6.1.

I also think Kobo uses a vertical page offset not making a page start in (0,0) but in (0,Y) or (X,Y). Probably set in another file (jQuery, Sizzle, libadobe, libaccess…)

I played around with that, but changing it did not lead to any change for the header in epubs.
ewphoenix123 is offline   Reply With Quote