if you'd like to change the chat colors etc. try this out. first off, you'll need the addon
firebug (for firefox). download this and restart your browser.
after logging in, open up the chat (
http://chat.animorphsforum.com/blab.php).
click on the bug icon in the corner of your browser (see: attached) to access the firebox panel. clicking the red
- will hide it.
in the panel that comes up, click on 'css' and then click on 'blab.php'. you'll want to change this to 'style.css'.
at the very top you'll see the following lines of code:
body {
background-color: #395871;
color: #FFFFFF;
margin: auto;
padding: 0;
}
click on
#395871 (the default blue) to replace the color with another -you can use
plain hex or try some of the web
color names (e.g. Salmon, PaleGreen).
if you'd like to, you can also change the name colors. click on
#FFFFFF and try a few out! you can experiment throughout the page with other elements, too.
feel free to tell me if you need help.