Page 1 of 1
font size and color
Posted: Sun Apr 10, 2005 6:16 pm
by newguy
could you please tell me how i can change the font size and color of the board.
thanks in advance
Posted: Mon Apr 11, 2005 11:53 am
by Klemen
Hello,
You can do that by editing file "style.css". Open it in a plain text editor (like Notepad or Wordpad) and just edit values for font size and color codes.
If you want to change font size from 12 points you would change this code:
font-size : 12px;
to for example 10 points:
font-size : 10px;
Color values are all the 6 char values starting with a #, for example:
#000000
#FFFFFF
#FFCC00
etc.
You can find color codes for different numbers here:
http://www.google.com/search?q=hex+color+codes
Remember, it's all trial and error, but you should get it working quite easily.
If you want to learn more about CSS (Cascading Style Sheets) see
http://www.google.com/search?q=CSS
Regards
[/code]