MobileRead Forums

MobileRead Forums (https://www.mobileread.com/forums/index.php)
-   Conversion (https://www.mobileread.com/forums/forumdisplay.php?f=235)
-   -   Sony Reader shows link targets in blue (https://www.mobileread.com/forums/showthread.php?t=231522)

FriedGopher 01-16-2014 01:20 AM

Sony Reader shows link targets in blue
 
This is making me crazy. I can't seem to get Sony Reader for PC to stop showing everything linked to in the TOC in blue and underlined.

I have this in the CSS:

a {
text-align: left !important;
color: windowtext;
text-decoration: none !important;
cursor: default;
font-weight: inherit;
font-size: inherit;
font-family: inherit;
}

a[href] {
color: blue;
text-decoration: underline; cursor: pointer; }


I've also tried a bunch of additional specific selectors to turn this off and so far nothing has worked. They are not blue or underlined in any other reader I've tested.

Is this just a flaw in the Sony reader, or is there some secret trick I'm missing?

FriedGopher 01-16-2014 06:51 PM

After changing all the tags to look like this, they're still blue and still underlined, so I think it's a law of nature in the Sony Reader for PC that any <a> tags will be styled that way no matter what.

<a style="color:inherit;text-decoration:none">Text</a>


All times are GMT -4. The time now is 07:16 PM.

Powered by: vBulletin
Copyright ©2000 - 3.8.5, Jelsoft Enterprises Ltd.
MobileRead.com is a privately owned, operated and funded community.