Thank You, I've never been sure wheather I like the color sheme or not and your the 1st to comment on it
My Forums: Edit: Appearance - Forum Colors are
| FFFFFF | Background Color |
| 000000 | Text Color |
| 0000B9 | Link & Vlink Color |
| A9AB9A | Table Background Color |
| 777777 | Alt Table Background Color |
| F7F7F7 | Table Foreground Color & Alt Table Foreground Color |
| D4D0C8 | Line Color |
And my CSS:
<Style type="text/css"><!--
body{scrollbar-base-color:#D4D0C8; scrollbar-arrow-color:#0000B9;}
A:link, A:visited{text-decoration:none; color:#0000B9;}
A:active, A:hover{color:#AA0000; text-decoration:underline;}
table{font-family:Verdana, Arial;}
button{font-family:Verdana, Arial;color:#0000B9;text-decoration:underline;background-color:#F7F7F7;border-width:0;cursor:hand;}
textarea, input, select, option{font-family:verdana; font-size:8pt; background-color:#CCCCCC; color:#000000; scrollbar-base-color:#CCCCCC; scrollbar-arrow-color:#000000;}
hr{height:1;color:#A9AB9A;}
//--></style> |
