Gentoo Archives: gentoo-user

From: Robin Atwood <robin.atwood@×××××××××.net>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Howto use user CSS with Firefox?
Date: Sat, 27 Sep 2008 17:09:23
Message-Id: 200809280009.03666.robin.atwood@attglobal.net
1 Many web sites are badly designed in that that they hard-code text input
2 fields with a black font but inherit the background colour from your desktop,
3 so if you have a suitably Gothic light-on-dark colour scheme you cannot read
4 your input. I have solved this with KDE Konqueror by supplying a user css
5 page but, for those occasions when you have to use it, I want to do the same
6 thing with Firefox. A quick google reveals the presence of userContent.css in
7 your profile, so I added my rules, eg,
8
9 html->body {
10 background-color: white;
11 color: black;
12 }
13
14 input {
15 background-color: #E1E7FD;
16 color: black;
17 }
18
19 but it makes absolutely no difference. Anybody had any luck with this?
20
21 TIA
22 -Robin
23 --

Replies

Subject Author
Re: [gentoo-user] Howto use user CSS with Firefox? Ward Poelmans <wpoely86@×××××.com>
Re: [gentoo-user] Howto use user CSS with Firefox? Hilco Wijbenga <hilco.wijbenga@×××××.com>
[gentoo-user] Re: Howto use user CSS with Firefox? "»Q«" <boxcars@×××.net>