View Single Post
Old 07-10-2013, 08:40 AM   #38
Anak
Guru
Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.
 
Posts: 603
Karma: 641742
Join Date: Mar 2012
Location: DE
Device: Kobo Glo
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…)

Last edited by Anak; 07-10-2013 at 09:00 AM.
Anak is offline   Reply With Quote