in reply to Re: Login before you post ;)
in thread Objects in Objects

I also like the default but it is hard to tell if I'm are logged in. After fighting with the other themes a bit I started playing with the CSS and changed the color for the links. That way when I log in my links are a bit brighter (and it's much easier for me to see where I have been too). My CSS is as follows:

a:link { color: #0000FF } a:visited { color: #800080 } a:active { color: #0000FF } textarea { width: 100%; height: 460px; }

The text area makes for a nice big text entry box too.

HTH
Daeve

Replies are listed 'Best First'.
Re: Re: Re: Login before you post ;)
by CombatSquirrel (Hermit) on Aug 23, 2003 at 17:33 UTC
    Good idea ++. I finally went with body { background-color:#f7f7f7 }, which is somewhat striking yet acceptable. Thanks a lot for your tip, though.
    CombatSquirrel.