in reply to show your colours!

The problem for me is I have my Mozilla set to ignore all colors and use a black backgound, orange text, blue links, purple visited-links. It's easier on my eyes, all day, and it helps me see the content of pages, rather than being blasted by shifting emotions due to color changes. screenshot

I'm not really a human, but I play one on earth. Cogito ergo sum a bum

Replies are listed 'Best First'.
Re^2: show your colours!
by shmem (Chancellor) on Jan 25, 2007 at 12:05 UTC
    No problem :-)
    *[class$="131741"], *[class$="131741"] * { color: #f6cc8e; background: + black; } *[class$="131741"] *:link { color: #55b8e2; } *[class$="131741"] *:visited { color: #b777b1; }

    Added to CSS!

    --shmem

    _($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                                  /\_¯/(q    /
    ----------------------------  \__(m.====·.(_("always off the crowd"))."·
    ");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}
Re^2: show your colours!
by parv (Parson) on Jan 26, 2007 at 05:04 UTC
      Your preferences have been added:
      /* parv */ *[class$="222702"], *[class$="222702"] * { background: #043204; color: + #e0e0e0;} *[class$="222702"] a:link { color: #cbdd04;} *[class$="222702"] a:visited { color: #04ed8b;}

      So we can read your nodes in the colours you wrote them in, which is the point of the whole silly thing (whether you load the css or not doesn't matter ;-)

      --shmem

      _($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                                    /\_¯/(q    /
      ----------------------------  \__(m.====·.(_("always off the crowd"))."·
      ");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}