what is the Stylesheet Data used for?
|
just wandering? |
Re: what is the Stylesheet Data used for?
Link |
by Menos Grande
on 2005-11-26 10:29:34 (edited 2005-11-26 10:34:51)
|
Just to make the website look pretty there was a thread not too long ago with sample codes that you could put in ala http://gendou.com/forum/thread.php?thr=5410&ent=61883#61883 |
Re: what is the Stylesheet Data used for?
Link |
by
![]() |
If you copy and paste this into your CSS box you'll see the forum the way I do: BODY, TABLE, TD, TR{ font-size: 12px; font-family:microsoft sans serif; color:#555555; text-align: justify; cursor: default; background-color:#66AAFF; line-height: 15px; } A:link{ color:#FFFFFF; } A:visited{ color:#CCCCCC; } A:hover{ color:999999; } |