View Single Post
Old 06-12-2024, 11:29 AM   #5
Skydog
Wizard
Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.
 
Skydog's Avatar
 
Posts: 2,286
Karma: 7409537
Join Date: Mar 2009
Location: Circling Earth @ Mach .83
Device: Elipsa 2E, Sage, Libra Colour, Libra 2, Clara 2E, Oasis3, Voyage
Quote:
Originally Posted by DrChiper View Post
Yes, it is true, I also acquired a Libra Color. It was given to me by my loving spouse who wanted to put an end at my hesitation whether to buy one or not. Oh well, worse things happen



Anyway, this puts me in a perfect position to check the colorfulness of the device and I did some strange discoveries after putting some seemingly perfectly formed epubs from my Libra 2 (I still will use that) on the Libra Color.



The first finding (see attachments) was that a colored "dropcap" did not showed.

The used original style found in the epub:

Code:
  span.dropcap1 {

    font-size: 1.75em;

    font-weight: bold;

    color: Red;

  }

  .special {

    font-family: sans-serif;

  }


The (abbreviated) used original text:

Code:
<p><span class="dropcap1"><span class="special">“W</span></span>hat the—”</p>


I got it to work with this change:

Code:
  span.dropcap2 {

    font-family: sans-serif;

    font-size: 1.75em;

    font-weight: bold;

    color: Red;

  }


The used changed text:

Code:
<p><span class="dropcap2">“W</span>hat the—”</p>


My second finding (see attachments) was that "links" (tag <a>) are not by default shown in "blue", which is odd.



Did anyone have similar findings?



PS: Kepub-yfing the epub by just adding ".kepub.epub" did made both text variants show in red, while "links" now are grey-ish with an underline even while the style setting did specified text-decoration: none;.
Yes, I've noticed this too. Some TOCs that are blue in epubs (both underlined or not) are black on the LC. This also happens with chapter titles and sub-titles.

With very little knowledge of css/html editing, I have been unsuccessful in correcting it.
Skydog is offline   Reply With Quote