On 12/31/14 05:08, Tim wrote:
On Tue, 2014-12-30 at 16:33 -0500, Bob Goodwin wrote:
> [bobg@box10 ~]$ cat
> /home/bobg/.mozilla/firefox/iezecg4r.default/chrome/userContent.css
>
> *
> {
>color: white !important;
>background: black !important;
>border-color: red !important;
>
On Tue, 2014-12-30 at 16:33 -0500, Bob Goodwin wrote:
> [bobg@box10 ~]$ cat
> /home/bobg/.mozilla/firefox/iezecg4r.default/chrome/userContent.css
>
> *
> {
>color: white !important;
>background: black !important;
>border-color: red !important;
>-moz-appearance: none !important
On 12/30/14 06:47, Tim wrote:
There are plenty of other CSS tricks you can do, if needed, but just
start off with getting the bare basics to work, first. Bearing in mind
that if you try to do something sensible like force all fonts to be a
useful readable size, you can get hamstrung by pages wh
On Mon, 2014-12-29 at 12:57 -0500, Bob Goodwin wrote:
> Firefox 34.0 in an updated Fedora-21 64 bit XFCE etc.
Here, Firefox 34.0 on up to date Fedora 20.
The uname -rsvp in my signatures (I couldn't resist putting the options
in that order) is a script that always shows the specs of whatever
co
On 12/28/14 03:52, Tim wrote:
Sounds like it's not working properly, then. According to the cascading
rules ("cascading" referring to rules applied on top of rules), your
user style sheet should have higher precedence than a browser's own
style rule set, and the website authors style rules. An
Allegedly, on or about 27 December 2014, Bob Goodwin sent:
> I created a .css file using only the lines you suggest:
>
> {
> color: white !important;
> background: black !important;
> }
The asterisk is needed, too.
The syntax is the name of the HTML elements to affect, in my example an
aster
On 12/27/14 09:11, Tim wrote:
If you wish to pursue it, try just using this bit from my example CSS,
as a starting point:
*
{
color: white !important;
background: black !important;
}
That makes*everything* white on black (the * wildcard applies it to all
elements), so the whole page, all
On Sat, 2014-12-27 at 03:36 -0500, Bob Goodwin wrote:
> After fiddling with this for a few days I finally have
> home/bobg/.mozilla/firefox/iexecg9r.default/chrome/userContent.css.
> However finding the right parameters to change there is difficult to
> the point where I can better spend my time
On 12/25/14 15:12, poma wrote:
Global dark style - changes everything to DARK
https://userstyles.org/styles/31267/global-dark-style-changes-everything-to-dark
Batman flying around.
After fiddling with this for a few days I finally have
home/bobg/.mozilla/firefox/iexecg9r.default/chrome/userC
In addition, this is a good starting point
http://kb.mozillazine.org/UserContent.css
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of
On 25.12.2014 06:29, Tim wrote:
> Bob Goodwin:
>>> The chrome directory does not exist. Am I supposed to create it?
>
> poma:
>> Yep.
>
> And, of course, swap the whites and blacks around in the CSS file.
> Years ago, I made a similar CSS file for reading web pages with sore
> eyes. I did a wild
Bob Goodwin:
>> The chrome directory does not exist. Am I supposed to create it?
poma:
> Yep.
And, of course, swap the whites and blacks around in the CSS file.
Years ago, I made a similar CSS file for reading web pages with sore
eyes. I did a wildcard for make *everything* black on grey (which
On 24.12.2014 17:12, Bob Goodwin wrote:
>
> On 12/24/14 10:03, poma wrote:
>> What theme it is?
>> $ xfconf-query -c xsettings -p /Net/ThemeName
>
>> [bobg@box10 ~]$ xfconf-query -c xsettings -p /Net/ThemeName
>> HighContrast
>
http://goo.gl/Gm4ffO
SRPMS.tar
$ tar xf SRPMS.tar
$ rpmbuild --reb
On 24.12.2014 21:40, Bob Goodwin wrote:
> The chrome directory does not exist. Am I supposed to create it?
Yep.
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http
On 12/24/14 14:53, Paul Cartwright wrote:
here :
/.mozilla/firefox/rrrwrzrv.default/chrome$ ls -l
total 8
The chrome directory does not exist. Am I supposed to create it? It just
seems to me it should be there by default ... if it is I can't find it:
[bobg@box10 ~]$ ll /home/bobg/.mozilla/f
On 12/24/2014 02:47 PM, Bob Goodwin wrote:
> Don't know where to put this stuff, can't find any of the places
> suggested. So I tried copy/paste into profiles.ini but that does not
> seem to have any observable effect.
>
> There is so much written about profiles and what can be done there but
> I c
On 12/24/14 10:03, poma wrote:
$HOME/.mozilla/firefox//chrome/userContent.css
/*
* * Use this css file to eliminate problems in Firefox
* * when using dark themes that create dark on dark
* * input boxes, selection menus and buttons. Put this
* * in the ../firefox/default/chrome folder o
On 12/24/14 10:03, poma wrote:
What theme it is?
$ xfconf-query -c xsettings -p /Net/ThemeName
[bobg@box10 ~]$ xfconf-query -c xsettings -p /Net/ThemeName
HighContrast
$HOME/.mozilla/firefox//chrome/userContent.css
/*
* * Use this css file to eliminate problems in Firefox
* * when usi
On 24.12.2014 15:34, Bob Goodwin wrote:
>
> On 12/24/14 06:18, Tim wrote:
>> I'm curious, now. On at least some desktops you can change the look to
>> be black on white (or other things), that should cause all decent
>> programs to display that way, including email and webpages. Does this
>> not
19 matches
Mail list logo