Print Page | Close Window

Font colors on dark backgrounds?

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=30524
Printed Date: 30 March 2026 at 10:07pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Font colors on dark backgrounds?
Posted By: dld-nordic
Subject: Font colors on dark backgrounds?
Date Posted: 24 October 2012 at 11:10am
Hi

Wondering how to change the black letters outside the main box like dates and time, so they will be white but remain black inside the forum box like name of contributor and the topic itself?



Replies:
Posted By: IanSmithISA
Date Posted: 24 October 2012 at 11:23am
good morning

I am not sure if I have understood you correctly, do you mean on these pages, in which you could try below, or do you mean on the forum topic summary pages.

in your style sheet change

.msgOddTableTop, .msgOddTableSide{
background-color: #2B2B2B;
font-size: 11px;
}


to

.msgOddTableTop{
background-color: #2B2B2B;
color:white;
font-size: 11px;
}

.msgOddTableSide{
background-color: #2B2B2B;
font-size: 11px;
}


bye

Ian


-------------
Why does anyone need more than an 80x25 character only VDU?


Posted By: dld-nordic
Date Posted: 24 October 2012 at 12:11pm



They highlighted groups has the same color in CSS and do you make it white, then nothing is seen in the forums. Do you make it black ,then everything is fine on the forums, but not the date/time when background is dark.


Posted By: IanSmithISA
Date Posted: 24 October 2012 at 1:29pm
Good afternoon,

The specific item you mention is in default.asp, at about line 475

  <td class="smText"><% = strTxtTheTimeNowIs & " " & TimeFormat(now()) %><br /><%


Note the use of the style smText, however smText is used in many other places.

So you will need to create a new style, copied from smText and then experiment with you own forum's background to see where you can leave smText and where you need to use your new style.

If you don't have much in the way of development tools you can open a cmd window, cd the folder for the source files and do

find "smText" *.asp.

The slight problem you have is that when you upgrade your forum you will have to put these changes back. 

On my forum I have just commented this lines out as I didn't want this information displayed.

Bye 

Ian


-------------
Why does anyone need more than an 80x25 character only VDU?


Posted By: IanSmithISA
Date Posted: 24 October 2012 at 1:32pm
Originally posted by IanSmithISA IanSmithISA wrote:

Good afternoon,

The specific item you mention is in default.asp, at about line 475

  <td class="smText"><% = strTxtTheTimeNowIs & " " & TimeFormat(now()) %><br /><%


Note the use of the style smText, however smText is used in many other places.

So you will need to create a new style, copied from smText and then experiment with your own forum's background to see where you can leave smText and where you need to use your new style.

If you don't have much in the way of development tools you can open a cmd window, cd the folder for the source files and do

find "smText" *.asp.

The slight problem you have is that when you upgrade your forum you will have to put these changes back. 

On my forum I have just commented this lines out as I didn't want this information displayed.

Bye 

Ian


-------------
Why does anyone need more than an 80x25 character only VDU?


Posted By: dld-nordic
Date Posted: 24 October 2012 at 1:34pm
Thx Ian Handshake



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net