From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Kjg4P-0006rY-5S for garchives@archives.gentoo.org; Sat, 27 Sep 2008 20:07:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3544BE034B; Sat, 27 Sep 2008 20:07:11 +0000 (UTC) Received: from mail-gx0-f19.google.com (mail-gx0-f19.google.com [209.85.217.19]) by pigeon.gentoo.org (Postfix) with ESMTP id 11551E034B for ; Sat, 27 Sep 2008 20:07:11 +0000 (UTC) Received: by gxk12 with SMTP id 12so10088999gxk.10 for ; Sat, 27 Sep 2008 13:07:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=2sFkluYOqv3oLpy3oSoXa1NtCG784yrMeLpFgUBp6LQ=; b=mImjAt2JNJ+HjbWE8BbwQSAOSp2BRJGNLu/94ju3W6N74lsetbBde5kSlGpshWRnzY HWbElhnBIu9Z6NmWY1dzWukp2H7/JizIma8hMRKysA49MwB4UijnUW94QT+UDssOmN9n W57tX3QUeefzNM+CwhjitLTx43XctOLs4R9XM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=iRSzdJsWfuFQn0Sin1ZKM83ljCCONc8+TU193fW5nf9lMzTf/ak1NMKtw73hYrM/C7 /xqq/lbXMGQJuIe4XnbZxUDVWkT3EH2FGPvQecVmB2ce2OnFUbvFiilTBTv0WPDGe8e3 VbbkJoUx/mtjnA85Ev3OJqH2fyy4Cn8MzbuAw= Received: by 10.151.112.17 with SMTP id p17mr4575358ybm.109.1222546030059; Sat, 27 Sep 2008 13:07:10 -0700 (PDT) Received: by 10.151.98.11 with HTTP; Sat, 27 Sep 2008 13:07:09 -0700 (PDT) Message-ID: Date: Sat, 27 Sep 2008 13:07:09 -0700 From: "Hilco Wijbenga" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Howto use user CSS with Firefox? In-Reply-To: <200809280009.03666.robin.atwood@attglobal.net> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200809280009.03666.robin.atwood@attglobal.net> X-Archives-Salt: 47264a40-7902-4f1f-ac0d-3b90458c82b6 X-Archives-Hash: df61120f537d2c77867e713dc234f18d On Sat, Sep 27, 2008 at 10:09, Robin Atwood wrote: > Many web sites are badly designed in that that they hard-code text input > fields with a black font but inherit the background colour from your desktop, > so if you have a suitably Gothic light-on-dark colour scheme you cannot read > your input. I have solved this with KDE Konqueror by supplying a user css > page but, for those occasions when you have to use it, I want to do the same > thing with Firefox. A quick google reveals the presence of userContent.css in > your profile, so I added my rules, eg, > > html->body { > background-color: white; > color: black; > } > > input { > background-color: #E1E7FD; > color: black; > } > > but it makes absolutely no difference. Anybody had any luck with this? Have you looked at Preferences --> Content --> Fonts & Colors --> Colors...? Uncheck the "Allows pages ..." and set your own preferences. I've never used it but it looks like it might help.