Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 86
0 members and 86 guests
No Members online
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas Electric Choice

Go Back   Nukemods Forum > PHP-Nuke 7.x > Nuke 7.x - Themes

Reply
 
LinkBack Thread Tools Display Modes
subBlack3Dblue font colors override
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 14
Join Date: Aug 2004
subBlack3Dblue font colors override - 09-14-2004, 01:07 PM

I am trying to put this module into my site. Everything seems to work ok but it seems like the page theme is overriding the font colors set in the module. The problem with this is they are so light you cant read them. Here is the code I am using

Quote:
<?php
#### Generated by Module Creator - By Disipal site (www.disipal.net) ####
if (!eregi("modules.php", $PHP_SELF)) {
die ("You can't access this file directly...");

}
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
include("header.php");
$index = 0;
OpenTable();
echo"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">"
. "<html>"
. "<head>"
. "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">"
. "<title>Untitled Document</title>"
. "</head>"
. ""
. "<body>"
. "<table border=\"1\" cellpadding=\"1\" cellspacing=\"1\" bgcolor=\"#8F8F8F\" width=\"620\" >"
. " <tr>"
. " <td align=\"left\" bgcolor=\"#FFFFFF\" width=\"136\"><font color=\"#000000\" size=\"3\" face=\"Verdana\">Member Name</font></td>"
. " <td align=\"left\" bgcolor=\"#FFFFFF\" width=\"176\"><font color=\"#000000\" size=\"3\" face=\"Verdana\">Rank</font></td>"
. " <td align=\"left\" bgcolor=\"#FFFFFF\" width=\"88\"><font color=\"#000000\" size=\"3\" face=\"Verdana\">Race</font></td>"
. " <td align=\"left\" bgcolor=\"#FFFFFF\" width=\"90\"><font color=\"#000000\" size=\"3\" face=\"Verdana\">Class</font></td>"
. " <td align=\"left\" bgcolor=\"#FFFFFF\" width=\"126\"><font color=\"#000000\" size=\"3\" face=\"Verdana\">Deed Tally</font></td>"
. " </tr>"
. " <tr>"
. " <td align=\"left\" bgcolor=\"#FFFFFF\" width=\"136\"><font color=\"#000000\" size=\"3\" face=\"Verdana\">Reevug</font></td>"
. " <td align=\"left\" bgcolor=\"#FFFFFF\" width=\"176\"><font color=\"#000000\" size=\"3\" face=\"Verdana\">Supreme Overlord</font></td>"
. " <td align=\"left\" bgcolor=\"#FFFFFF\" width=\"88\"><font color=\"#000000\" size=\"3\" face=\"Verdana\">Troll</font></td>"
. " <td align=\"left\" bgcolor=\"#FFFFFF\" width=\"90\"><font color=\"#000000\" size=\"3\" face=\"Verdana\">Mage</font></td>"
. " <td align=\"left\" bgcolor=\"#FFFFFF\" width=\"126\"><font color=\"#000000\" size=\"3\" face=\"Verdana\">1</font></td>"
. " </tr>"
. " <tr>"
. " <td align=\"left\" bgcolor=\"#FFFFFF\" width=\"136\"><font color=\"#000000\" size=\"3\" face=\"Verdana\">Dan'imal</font></td>"
. " <td align=\"left\" bgcolor=\"#FFFFFF\" width=\"176\"><font color=\"#000000\" size=\"3\" face=\"Verdana\">Warchief</font></td>"
. " <td align=\"left\" bgcolor=\"#FFFFFF\" width=\"88\"><font color=\"#000000\" size=\"3\" face=\"Verdana\">Undead</font></td>"
. " <td align=\"left\" bgcolor=\"#FFFFFF\" width=\"90\"><font color=\"#000000\" size=\"3\" face=\"Verdana\">Rogue</font></td>"
. " <td align=\"left\" bgcolor=\"#FFFFFF\" width=\"126\"><font color=\"#000000\" size=\"3\" face=\"Verdana\">1</font></td>"
. " </tr>"
. "</table>"
. "</body>"
. "</html>";
CloseTable();
include("footer.php");

?>
If you look at the code all the fonts should be black. However when I put them into my theme the colors go to some kinda pale grey that I can't see.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
09-14-2004, 01:24 PM

Change the BACKGROUND color of each cell to this maybe
4a4a4a
Looks better too.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 14
Join Date: Aug 2004
09-14-2004, 01:39 PM

Quote:
Originally Posted by mikem
Change the BACKGROUND color of each cell to this maybe
4a4a4a
Looks better too.
Genius!!!!

Thanks again, you are cool and I wanna hang out with you.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Junior Member
 
Status: Offline
Posts: 18
Join Date: Sep 2004
11-03-2004, 12:49 PM

Hey mike do you have a good reference for Hex to color. I just can't remember what hex code goes with which color.

THANKS!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
11-03-2004, 12:56 PM

http://www.areamike.com/mystuff/Colorselector.zip

I use this little program sometimes. It will give you the hex as well as RGB code for colors.
Just extract the contents and then run the Color Selector.exe

Try a google search for a HEX color reference listing.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Font Colors on DarkBlue Theme Juniorx72 Theme packs 4 01-25-2006 03:12 PM
Font of subBlack3Dblue minorca Theme packs 0 02-21-2005 09:49 AM
Font text colors in Block. sentinela Site design 4 10-15-2004 11:40 PM
Font colors that clash with themes... Zathu_Koon Purged Topics 2 02-19-2003 04:17 PM
changing a modules font colors darkdan Purged Topics 3 01-19-2003 09:33 AM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31