I'm just wondering how everyone is finding the 'new' look for the forum.... I'm finding it really hard to read.
Just checking to see if it's me in my advancing years or not!!
Thanks, newmarket
Telemachus wrote:Perhaps you didn't notice, but in the very section you posted this thread, there is a long (very long) thread called "The new format makes it unduly difficult to read posts." You might check there or in the post (also in this thread) about choosing new themes for the admins to add to our choices.
newmarket wrote:I'm sorry if I am wrong, but please be aware that we're all different before using the RTFM argument.
ComputerBob wrote:Thanks for the tips, Telemachus.
I checked out your userContent.css tip, but I'm not interested in forcing all of the text of every web site that I visit to be black black. Some web sites (including my own) use other colors of text for emphasis and design reasons, and I don't want to override those colors. I only want the text of these Debian User Forums to be as black as possible.
@-moz-document domain(debian.net) {
/* Make all text black */
* {
color: #000 !important; }
}
ComputerBob wrote:I've used Sylish in the past, and it's a good idea, but I got tired of using it after awhile. I don't even remember any more whether it is site-specific or not.
ComputerBob wrote:The fact of the matter is that it would only require a forum admin to change one line in one phpbb v3.x forum admin config screen to "#000000" to change the text of every post from its default "almost black" to "real" black. To me, that would make more sense than requiring everyone who has problems seeing the current "almost black" text to find and manually apply some sort of work-around.
Telemachus wrote:Perhaps easier for you and me, but this assumes that everyone (or even a majority of the people) want true black text. I want true black myself, but I have no idea about the real numbers.
Telemachus wrote:You can have site specific material. Just wrap the rule with @-moz-document domain(debian.net). Example (tested and working):
- Code: Select all
@-moz-document domain(debian.net) {
/* Make all text black */
* {
color: #000 !important; }
}
ComputerBob wrote:Thank you! That actually works. Unfortunately, it affects ALL forum text, including all quoted text, coding, hyperlinks and the red and blue text in my forum signature.
Return to Forum stuff & feedback
Users browsing this forum: No registered users and 5 guests