Nook Color Background Formatting
I use Calibre to do a little tweaking to my files for general formatting and I recently picked up a Nook Color. The publisher default view settings, which displays the file as I have formatted it, on the Nook uses a standard off white background and I really like the Sepia color option. However, using Sepia loses my default formats so I've been attempting to change the file background color with the following CSS:
body {background-color:#FCF7D9;
color:#000000;
}
It works, with the exception of a thin strip along the top of the page where the book title and page number are displayed. This part of the page displays in the default off white background color. Does anyone know if it's possible to change that as well? I'm guessing it's another option I need to add to the CSS with the same color parameters, but I'm not sure what it might be. Any help would be appreciated. I've added a screen capture to show what I mean.
Thanks in advance.
Last edited by Mr. Goodbar; 12-06-2010 at 12:38 PM.
|