[OpenFontLibrary] Wiki CSS problem (backgroundcolor/color not set, dark browsers screw up)

Dave Crossland dave at lab6.com
Sat Feb 13 01:43:30 PST 2010


Hi Iwan!

On 13 February 2010 07:03, Iwan Gabovitch <qubodup at googlemail.com> wrote:
>
> I have a weird browser setup which results in a look like this
> <http://img130.yfrog.com/i/201002130742391920x1200.png/>. This can be easily
> fixed by adding
>
> body { color: black; background-color: white; }
>
> to <http://openfontlibrary.org/wiki/MediaWiki:Common.css> or
> <http://openfontlibrary.org/wiki/MediaWiki:Oflb.css>

Cool!

The actual URL of the CSS is

http://openfontlibrary.org/wiki/skins/oflb-skin__css__style.css

and the body stanza is now:

body {
        font-family: "Nimbus Sans", HelveticaNeue-Light, "Helvetica
Neue Light",  Arial, sans-serif;
        font-size: 100%;
        line-height: 1.4em;
        xcolor: #282828;
        color: rgba(1%,1%,1%,1);
        background-color: white;
}

Cheers
Dave


More information about the OpenFontLibrary mailing list