View Single Post
Old 09-30-2017, 06:28 AM   #2
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by timd.mackey View Post
Hi everyone, I've figured out how to modify my footer style using either the Metazoa "Custom reading footer style" or directly modifying the css from my nickel file, but I'd like to also modify my header to match. Does anyone know a way to do this? I've tried modifying various lines of css in my nickel file, but I haven't been able to make anything work.

Ideally, these are the attributes that I'd like to change so that my header matches my footer:

font-family
color
text-transform
It depends on which firmware version you're using and where you want your header text modifications to be seen:
  • main GUI header, e.g. Home screen, My Books list
  • the book title in the header whilst reading a kepub

In firmware 4.5.9587, the nickel CSS stream you need to change is the one containing #StatusBarView. The variable whose CSS you need to modify is #message.

Making changes to font-family, color and text-transform will apply the changes you want to the main GUI header.

Your mods to color and text-transform carry through to the kepub book title header. Unfortunately the font-family mod does not. The kepub header seems to always use the same font-family you have selected from the font menu for the current book. I may be wrong but I assume the kepub reading app is applying some kind of override.

A few firmwares ago, when the old-style tiled Home screen was still the default, you could change the header text appearance by modifying the CSS for the nickel variable called SmallTouchLabel. In those days I was able to modify its font-family and color CSS and have it appear in both main GUI and kepub header. I never tried text-transform.

P.S. If your experiments can improve upon what I've said I'll be interested to hear about them

Last edited by jackie_w; 09-30-2017 at 06:33 AM. Reason: P.S.
jackie_w is offline   Reply With Quote