» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 74
0 members and 74 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
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 electricity - save on electric rates
Oral Chelation - initial cleansing of your veins & arteries

Register Now! Contact Us

About this Page
This is a discussion on subBlack3Dblue font colors override within the Nuke 7.x - Themes forums, part of the PHP-Nuke 7.x category; I am trying to put this module into my site. Everything seems to work ok but it seems like the ...


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

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-14-2004, 02:07 PM
Junior Member
 
Join Date: Aug 2004
Posts: 14
subBlack3Dblue font colors override
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
  #2 (permalink)  
Old 09-14-2004, 02:24 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
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
  #3 (permalink)  
Old 09-14-2004, 02:39 PM
Junior Member
 
Join Date: Aug 2004
Posts: 14
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
  #4 (permalink)  
Old 11-03-2004, 01:49 PM
Junior Member
 
Join Date: Sep 2004
Posts: 18
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
  #5 (permalink)  
Old 11-03-2004, 01:56 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
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 04:12 PM
Font of subBlack3Dblue minorca Theme packs 0 02-21-2005 10:49 AM
Font text colors in Block. sentinela Site design 4 10-16-2004 12:40 AM
Font colors that clash with themes... Zathu_Koon Purged Topics 2 02-19-2003 05:17 PM
changing a modules font colors darkdan Purged Topics 3 01-19-2003 10:33 AM


All times are GMT -5. The time now is 07:34 AM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.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