I think have tried out most forum styles and I am not quite happy with any of them. The problem is the color combinations look very good, but are not optimal from readability point. Especialy to non-native english speakers who read slowly.
As people who read a lot of text on computers (don't we all?) already know, white/light backgrounds and black/dark text put more strain on the eye then the other way around. Especially true for low refresh monitors! I have a 100Hz monitor, but it is still there.
Of existing styles, civ3 and SMAC are best for reading text.
I have found that the combination that suits myself best is orange text / black background.
Creating a special style just for me is not necessary. In Opera 7, I can switch any page to 'user mode', which applies my own CSS (file with fonts/colors definitions) to the page with a click on a button. And that is what I do when I surf from home.
I have been experimenting, and this is the file Opera.css I have come up with:
I dont really know anything about CSS, so I have a few questions for the admin who designed the pages:
1) how can I change the quote background color I get with defaulf forum style? That grey is really a killer
2) could I get explanations what are .nf, .bf. and .sf and how to use them properly? altering one messes up the rest
more important is 1)
As people who read a lot of text on computers (don't we all?) already know, white/light backgrounds and black/dark text put more strain on the eye then the other way around. Especially true for low refresh monitors! I have a 100Hz monitor, but it is still there.
Of existing styles, civ3 and SMAC are best for reading text.
I have found that the combination that suits myself best is orange text / black background.
Creating a special style just for me is not necessary. In Opera 7, I can switch any page to 'user mode', which applies my own CSS (file with fonts/colors definitions) to the page with a click on a button. And that is what I do when I surf from home.
I have been experimenting, and this is the file Opera.css I have come up with:
a {text-decoration:underline;}
a:link { color: rgb(51,153,255); }
a:visited { color: rgb(51,102,204); }
body {
color: FABD05;
background: black;
font-family: Verdana;
font-size: 8pt;
}
p {
color: FABD05;
font-size: 10pt;
}
.bf {color: green;
font-size: 10pt;
}
a.nf {color: red;
font-size: 10pt;
}
.sf {color: white;
font-size: 10pt;
}
a:link { color: rgb(51,153,255); }
a:visited { color: rgb(51,102,204); }
body {
color: FABD05;
background: black;
font-family: Verdana;
font-size: 8pt;
}
p {
color: FABD05;
font-size: 10pt;
}
.bf {color: green;
font-size: 10pt;
}
a.nf {color: red;
font-size: 10pt;
}
.sf {color: white;
font-size: 10pt;
}
I dont really know anything about CSS, so I have a few questions for the admin who designed the pages:
1) how can I change the quote background color I get with defaulf forum style? That grey is really a killer
2) could I get explanations what are .nf, .bf. and .sf and how to use them properly? altering one messes up the rest
more important is 1)
Comment