Re: [kde-linux] User style sheet no longer with Konqueror 4.9+

2012-12-17 Thread Felix Miata
On 2012-12-17 22:43 (GMT+0800) Robin Atwood composed: Felix Miata wrote: WFM in 4.9.90. Is that the exact same sheet that used to work? I'll bet it isn't. !important is missing from each rule. Without it, user styles are ignored on most pages. That is the original and it used to work until

Re: [kde-linux] User style sheet no longer with Konqueror 4.9+

2012-12-17 Thread Robin Atwood
On Monday 17 Dec 2012, Felix Miata wrote: > On 2012-12-16 19:50 (GMT+0800) Robin Atwood composed: > > Since forever I have used a simple user style-sheet to force > > black-on-white default on web pages. This is necessary because I have a > > light-on-dark colour scheme and text can be unreadable i

Re: [kde-linux] User style sheet no longer with Konqueror 4.9+

2012-12-17 Thread Robin Atwood
On Monday 17 Dec 2012, Duncan wrote: > Robin Atwood posted on Sun, 16 Dec 2012 19:50:30 +0800 as excerpted: > > Since forever I have used a simple user style-sheet to force > > black-on-white default on web pages. This is necessary because I have a > > light-on-dark colour scheme and text can be un

Re: [kde-linux] User style sheet no longer with Konqueror 4.9+

2012-12-16 Thread Felix Miata
On 2012-12-16 19:50 (GMT+0800) Robin Atwood composed: Since forever I have used a simple user style-sheet to force black-on-white default on web pages. This is necessary because I have a light-on-dark colour scheme and text can be unreadable if the background is defaulted. The CSS is not fancy,

Re: [kde-linux] User style sheet no longer with Konqueror 4.9+

2012-12-16 Thread Duncan
Robin Atwood posted on Sun, 16 Dec 2012 19:50:30 +0800 as excerpted: > Since forever I have used a simple user style-sheet to force > black-on-white default on web pages. This is necessary because I have a > light-on-dark colour scheme and text can be unreadable if the background > is defaulted. T

[kde-linux] User style sheet no longer with Konqueror 4.9+

2012-12-16 Thread Robin Atwood
Since forever I have used a simple user style-sheet to force black-on-white default on web pages. This is necessary because I have a light-on-dark colour scheme and text can be unreadable if the background is defaulted. The CSS is not fancy, e.g. body { background-color: white; color: black