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 1KjdIJ-0000iN-0N for garchives@archives.gentoo.org; Sat, 27 Sep 2008 17:09:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82BDBE051A; Sat, 27 Sep 2008 17:09:21 +0000 (UTC) Received: from kcout01.prserv.net (kcout01.prserv.net [12.154.55.31]) by pigeon.gentoo.org (Postfix) with ESMTP id 60025E051A for ; Sat, 27 Sep 2008 17:09:21 +0000 (UTC) Received: from opal.binro.org (p12332-adslbkksp4.c.csloxinfo.net[58.136.48.140]) by prserv.net (kcout01) with ESMTP id <2008092717091920100doqu7e> (Authid: gbinet.atwoodr); Sat, 27 Sep 2008 17:09:19 +0000 X-Originating-IP: [58.136.48.140] Received: from opal.binro.org (localhost.localdomain [127.0.0.1]) by opal.binro.org (8.14.2/8.14.2) with ESMTP id m8RH95sa018540 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 28 Sep 2008 00:09:05 +0700 Received: from localhost (localhost [[UNIX: localhost]]) by opal.binro.org (8.14.2/8.14.2/Submit) id m8RH948q018536 for gentoo-user@lists.gentoo.org; Sun, 28 Sep 2008 00:09:04 +0700 X-Authentication-Warning: opal.binro.org: robin set sender to robin.atwood@attglobal.net using -f To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Howto use user CSS with Firefox? Content-Disposition: inline From: Robin Atwood X-Face: /Bm#Rf"Wt\%rfp|[wzT9P_2/6'JhtmzsD{l]pQmpS|%~I$/L|cF}gvz%I({,a)=?iso-8859-1?q?=7BQtrsE*b=0A=09=5CflE8do=3A=2E0zdnO3lq=60+2rr=5Fmv/faNpra?= =?iso-8859-1?q?=5D=2EeH+=23sG-9GL/dPC=2Ex?="9x]+y5\k^8h(" =?iso-8859-1?q?sp=2Eu*z=0A=09=3FSbc=3AWZo=25ycAGh=5F/NBuC=60?=@9EdNnWH_~<" =?iso-8859-1?q?=60=23zq=3A!K5Wpc=3FG=2Ey=26SxfiRpfFU9=25c=23uD=7D=3Bc+?= =?iso-8859-1?q?D=3F=0A=09?=,|u`9frBEQzC)~Y~%z6tO>!5\8*$:t,ol)N_S}~^h>2)3*UL;g\W-ptU, =?iso-8859-1?q?R=23=60HW=23y=25tGh*=2E=0A=096pO=26vnofmf=5Dzt=271=5BF1v=7B=25?= =?iso-8859-1?q?N=2EQg2KI=3Dd=3B?=,ZbOc6u>@FD8/sQ}XCCtV`yPwnlMm|iY~dxfY? Date: Sun, 28 Sep 2008 00:09:00 +0700 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="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200809280009.03666.robin.atwood@attglobal.net> X-Archives-Salt: 885cba2a-52d4-4452-b8f5-34e716a1f145 X-Archives-Hash: ccc3c1c2897fb5546b6beaa28f5ff792 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? TIA -Robin --