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,
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
Am Samstag, 15. Dezember 2012, 13:06:54 schrieb Thomas Taylor:
> I'm having a problem trying to import an address book in *.ldif format
> into kontact.
>
> I had exported my contact list in ldif format from KDE 4.8.1 under
> openSUSE 12.2. When I try to import it into kontact in KDE 4.9 under
> o
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