Arcanelab Blog
photo

Alternative Codebase64 css theme I don’t know about you, but when reading…

Alternative Codebase64 css theme

I don’t know about you, but when reading codebase64.org, the high-contrasted text makes my eyes hurt. So I created a very short CSS that overrides the original and makes it much easier to read the website without getting a headache.

I’m not into web-design at all, so sorry if you see something blatantly stupid here, but the following style sheet works all right with Firefox’s Stylish plugin for me:

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("codebase64.org") {

div.dokuwiki h1 a, div.dokuwiki h2 a, div.dokuwiki h3 a, div.dokuwiki h4 a { color:#090 !important; }

body { font-family:Verdana !important; background-color:#232 !important; color:#8a8 !important; font-size:100% !important; text-shadow: 1px 1px 1px #222; }
.li {color:#ccc !important;}
div.dokuwiki .li {color:#792 !important;}

pre { font-family:Monaco, Lucida Console !important; background-color:#111 !important; color:#0c0 !important; font-size:100% !important; }}

Before:

After: