Portal Themes, PHPnuke Themes and PostNuke themes Themes Home Page Profile Free Nuke theme Downloads Nuke theme Support Forums Nuke Themes Store
spacer image spacer image
Featured
Call of Duty 4 Nuke Theme

Call of Duty 4 Nuke Theme

Call of Duty 4 PHPNuke Theme, Call of Duty 4 PostNuke Theme, Call of Duty 4 Evo Theme, Call of Duty ...

$15.00
Enter Store ]
spacer image
Main Menu
spacer image
Site Status
spacer image Welcome Guest
Join us!
spacer image
spacer imagespacer imagespacer image
spacer image
Registration is free and gives full access to site
spacer image
spacer image Register
spacer image Login:
User:

spacer image
Password:

spacer image
Remember me
spacer image
spacer imageMembers:
Last: Today New:0
Last: Yesterday:0
Last: Total:7523
Last: Last:
LynnPlumbing
Members: Online
Members: Members:0
Guests: Guests:56
Total: Total:56
spacer image Online Members
No online members
spacer image
Past News
Older articles
spacer image


Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
sprintexOffline
Post subject: text color problem, wowaliance2  PostPosted: May 03, 2006 - 12:43 PM



Joined: May 03, 2006
Posts: 3

Status: Offline
Greetings all, I am having a problem reading text that is not on the parchment colored backround on the theme i purchased. I have tried to use the Auto theme manager, but had no luck at all. THe colors changed next to the text area in theme manager but it never applied to the rest of the page. I saw a simmilar post but the fix didn't seem to do much of what i wanted....

the link i saw was
http://www.portalthemes.com/index.php?name=PNphpBB2&file=viewtopic&t=859&highlight=text+color+colour

It talked about adding
.content { color:#ffffff; } to the style.css

this did help some but not all. For instance when i am in the admin mode it makes all the text under the icons white (this is good) but it also makes the text in the who's on line block white as well (but no other blocks....not so good). I think the main thing i would like fixed is the forums, they are pretty much unsuable in its current black text on blue backround. I noticed in the other post that somone was going to email a fix, if the same fix applies here, if it could be emailed to me that would be great.

my site is www.filthydragon.com (its safe, its a warcraft guild)


thanks much and the theme really looks awsome.
-Jeff Assarian
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: May 03, 2006 - 05:32 PM
Site Admin


Joined: Aug 15, 2004
Posts: 4277

Status: Offline
Open themes/wowalliance2/forums/forums.css and replace ALL the text inside with the text below.

Code:

/* $Id: default_style.tpl,v 1.4 2004/09/23 17:51:53 carls Exp $ */
/* Based on the original Style Sheet for the PNTheme v2 Theme for phpBB version 2+
Edited by Daz  - http://www.forumimages.com
Updated for use on PNphpBB2 by Carls */

/* General text */
.gensmall
{
  font-size:11px;

}

.genmed
{
  font-size:10px;
}

/* titles for the topics:could specify viewed link colour too */
.topictitle
{
  font-size:11px;
  font-weight:bold;
  text-align:left;

}

a.topictitle:visited
{
  color:#FFFFFF;
}

a.topictitle:hover
{
  color:#FFFFFF;
}

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name
{
  font-size:11px;
  font-weight: bold;
}

/* Begin moving tword phpbb 2.2 style data */
p.breadcrumbs
{
  margin: 0px;
  float: left;
  font-weight: bold;
  white-space: normal;
}

p.datetime
{
  margin: 0px;
  float: right;
  white-space: nowrap;
}

/* Added for Mozilla - still need to look at the black background problem though */
iframe
{
  border:0;
}

hr{border: 0px solid #545454;border-top-width:1px;height:0px}

/* Form elements */
form
{
  display: inline;
}

input
{
  margin-bottom:2px;
  margin-top:2px;
  text-indent:2px;
}

input,textarea,select
{
  border-color: #545454;
  color:#FFFFFF;
  font-size:11px;
}


/* Fancy form styles for IE */
input,textarea,select,input.button
{
  border-width:1px;
  font:normal 11px Verdana,Arial,Helvetica,sans-serif;
}

/* The buttons used for bbCode styling in message post */
input.button
{
  background:#334263;
  color:#FFFFFF;
}

input.catbutton
{
  background:#334263;
  color:#FFFFFF;
  font-size:10px;
}

/* None-bold submit button */
input.liteoption
{
  background: #334263;
  color:#FFFFFF;
}

/* The main submit button option */
input.mainoption
{
  background:#334263;
  color:#FFFFFF;
  font-weight:bold;
}

/* The text input fields background colour */
input.post,textarea.post,select
{
  background: #334263;
  color:#FFFFFF;
}

/* Category gradients*/
td.cat
{
  font-weight:bold;
  letter-spacing:1px;
  color:#000000;
  background-color: #334263; 
  background: url(images/cellpic1.jpg);
  height:27px;
}

/* Main table cell colours and backgrounds */
td.row1
{
  background:#334263;
  color:#FFFFFF;
}

td.row2
{
  background:#545454;
  color:#FFFFFF;
}

td.row3
{
  background:#334263;
  color:#FFFFFF;
}

td.spacerow
{
  background:#334263;
  color:#FFFFFF;
}

/* This is for the table cell above the Topics,Post & Last posts on the index.php */
td.rowpic
{
  background-color: #545454;
  background:url(images/cellpic2.jpg);
  background-repeat: repeat-y;
}

/* Attach mod specific */
td.attachrow
{
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  color: ;
  border-color: ;
}

td.attachheader
{
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  color: ;
  border-color: ;
  background-color: ;
}

table.attachtable
{
  font: normal 12px Verdana, Arial, Helvetica, sans-serif;
  color: ;
  border-color: ;
  border-collapse: collapse;
}

/* Header cells */
th.thc, th
{
  background-color:#545454;
  background:url(images/cellpic3.jpg);
  font-size:11px;
  color:#000000;
  font-weight:bold;
  white-space:nowrap;
  text-align:center;
  height:27px;
  vertical-align: middle;
}

th.thc a:link, th.thc a:active, th.thc a:visited, th a:link, th a:active, th a:visited
{
  color: #ffffff;
}

th.thc a:hover, th a:hover
{
  color: #dd6900;
}

/* Header cells */
th.thl
{
  background-color:#545454;
  background:url(images/cellpic3.jpg);
  font-size:11px;
  color:#FFFFFF;
  font-weight:bold;
  white-space:nowrap;
  text-align:left;
  height:27px;
  vertical-align: middle;
}

th.thl a:link, th.thl a:active, th.thl a:visited
{
  color: #ffffff;
}

th.thl a:hover
{
  color: #dd6900;
}

/* This is for the error messages that pop up */
.errorline
{
  background:#545454;
  color:#000000;
  border:1px solid #334263;
  text-align:left;
}

/* This is the border line & background colour round the entire page */
.bodyline
{
  background:#545454;
  color:#000000;
  border:1px solid #545454;
  text-align:left;
}

/* This is the outline round the main forum tables */
.forumline
{
  background: #545454;
  color:#000000;
  border:1px solid #334263;
  text-align:left;
}

/* This is the line in the posting page which shows the rollover
help line. This is actually a text box,but if set to be the same
colour as the background no one will know;)*/
.helpline
{
  background:#334263;
  border-style:none;
  color:#FFFFFF;
  text-align:left;
}

/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1
{
  font:bold 20px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
  text-decoration:none;
  text-align:left;
}

/*logo size in header*/
.mainlogo
{
  font:bold 24px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
  text-decoration:none;
  text-align:left;
}

.logosmall
{
  font:bold 8px/100% "Tr;ebuchet MS",Verdana,Arial,Helvetica,sans-serif;
  text-decoration:none;
  text-align:left;
}

.mainheader
{
  font:bold 16px/100%;
  background: #545454;
  text-align:left;
}

.authheader
{
  background:#545454;
  font-size:10px;
  text-align:left;
}

/* Used for the navigation text,(Page 1,2,3 etc) and the navigation bar when in a forum */
.nav
{
  font-weight: bold;
  color : #FFFFFF;
  text-align:left;
}

a.nav
{
  text-decoration: none;
  font-weight: bold;
  color : #FFFFFF;
  text-align:left;
}

a.nav:hover
{
  text-decoration: underline;
  color : #FFFFFF;
}

.postbody
{
  font:12px/125% Verdana,Arial,Helvetica,sans-serif;
  text-align:left; color:#FFFFFF;
}

/* Location,number of posts,post date etc */
.postdetails
{
  color:#FFFFFF;
  font-size:10px;
  text-align:left;
}

.subtitle,h2
{
  color:#FFFFFF;
  font:bold 18px/180% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
  text-decoration:none;
  text-align:left;
}

/* This is the gradient background at the top of the page */
/* Not currently used in PNphpBB */
.topbkg
{
  background:url(images/cellpic_bkg.jpg);
  background-repeat: repeat-x;
}

.quote
{
  background:#545454;
  border:1px solid #FFFFFF;
  color:#FFFFFF;
  font:11px/125% Verdana,Arial,Helvetica,sans-serif;
  text-align:left;
}
.codetitle
{
  background: #545454;
  border:1px solid #FFFFFF;
  padding:5px;
  width:90%;
  font-weight:bold;
  text-align:left;
  margin-top:10px;
  text-align:left;
}
/* Pagination */
.pi_current
{
   background-color: #545454;
   border: 1px solid #FFFFFF;
   padding:1px 3px 1px 3px;
   color: #000;
  font-size:10px;
   font-weight:normal;
   margin-right:1px;
}

.pi_link
{
   background-color: #545454;
   border: 1px solid #FFFFFF;
   padding:1px 3px 1px 3px;
   color: #000;
  font-size:10px;
   font-weight:normal;
   margin-right:1px;
}

.pi_firstlast
{
   background-color: #334263;
   border: 1px solid #FFFFFF;
   padding:1px 3px 1px 3px;
   color: #000;
  font-size:10px;
   font-weight:bold;
   margin-right:1px;
}

.pi_plain
{
  background-color: #334263;
   border: 1px solid #FFFFFF;
   padding:1px 3px 1px 3px;
   color: #000;
  font-size:10px;
   font-weight:normal;
   margin-right:1px;
}

.pi_current a:active,
.pi_current a:visited,
.pi_current a:link,
.pi_link a:active,
.pi_link a:visited,
.pi_link a:link,
.pi_firstlast a:active,
.pi_firstlast a:visited,
.pi_firstlast a:link
{
   text-decoration:none;
   color: #000;
  font-size:10px;
   font-weight:normal;
}

/* Inline images */
.inlineimg
{
  vertical-align: middle;
}
.navbar
{
   background: #334263;
   padding:3px;
   text-align:center;
   white-space:nowrap;
   border-top: 2px solid #545454;
   border-bottom: 2px solid #545454;
}
.codetitle,.code
{
  border:1px solid #334263;
  padding:2px 2px 3px 3px;
  color:#FFFFFF;
}

.codetitle
{
  background: #334263;
  text-indent:2px;
  font-weight:bold;
  margin:10px 20px 0 20px;
  color:#FFFFFF;
}

.code
{
  background:#334263;
  border-top-width:0;
  color:#FFFFFF;
  font: 12px Courier,'Courier New',sans-serif;
  overflow:auto;
  height:40px;
  margin:0 20px 0 20px;
}

.quotetitle,.quote
{
  border: 1px solid #334263;
  padding:2px 2px 3px 3px;
  color:#FFFFFF;
}

.quotetitle
{
  background:#334263;
  text-indent:2px;
  font-weight:bold;
  margin:10px 20px 0 20px;
  color:#FFFFFF;
}

.quote
{
  background:#334263;
  border-top-width:0;
  color:#FFFFFF;
  overflow:auto;
  height:40px;
  margin:0 20px 10px 20px;
}
/* FI DivExpand - Daz - ForumImages.com - END */
.postbody a:link,.postbody a:active,.postbody a:visited {color:#FFFFFF; font-weight:bold;}
 
 View user's profile Send private message  
Reply with quote
sprintexOffline
Post subject:   PostPosted: May 03, 2006 - 08:08 PM



Joined: May 03, 2006
Posts: 3

Status: Offline
Thanks for the responce mars, its getting there, alot easyer to read , but alot of stuff is still in black, for instance the following lines when your looking at the forums....

You last visited on Thu May 04, 2006 4:55 am
The time now is Thu May 04, 2006 5:09 am
Filthydragons.com Forum Index View posts since last visit
View unanswered posts
Mark all forums read


all that text is all in black and fairly unreadable, also the text when your logged into the control pannel and navigating around in there is pretty unreadable as well, if it makes it easyer, i can provide you with a shell account and or an admin account if it makes it easyer for you to understand. Thanks much
-Jeff
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: May 03, 2006 - 08:48 PM
Site Admin


Joined: Aug 15, 2004
Posts: 4277

Status: Offline
If you just want all the text to be white replace all the #FFFFFF in that file with #000000
 
 View user's profile Send private message  
Reply with quote
sprintexOffline
Post subject:   PostPosted: May 03, 2006 - 09:32 PM



Joined: May 03, 2006
Posts: 3

Status: Offline
Almost there, i can't figure out how to change the links in the forums to white. everything else looks perfect though. It seems the links are resorting back to the default css for the theme, and not looking at anything in the forum.css does this make sence?

*** not all the links though, just the ones that are like "Mark all topics as read, and "moderate this forum" and the Forum index link, the links under topics are white now"

Also the links to the authors names are not coming in white, they are also following the default css page config, not the forum.css (from what i can tell)
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: May 03, 2006 - 10:37 PM
Site Admin


Joined: Aug 15, 2004
Posts: 4277

Status: Offline
Add this to the very bottom of forums.css

Code:

.copyright, .copyright a:link,.copyright a:active,.copyright a:visited {color:#FFFFFF;}
 
 View user's profile Send private message  
Reply with quote
Display posts from previous:     
Jump to:  
All times are GMT - 5 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2006 The PNphpBB Group
Credits
spacer image spacer image

Welcome to www.PortalThemes.com, Your #1 Source for

Zikula Themes

,

PHP-Nuke themes

,

MD-Pro Themes

,

Nuke Evolution Themes

,

Platinum Nuke Themes

,

Xanthia Themes

,

AutoThemes and

Joomla Templates
World of Warcraft and Blizzard Entertainment are all trademarks or registered trademarks of Blizzard Entertainment in the United States and/or other countries. These terms and all related materials, logos, and images are copyright Blizzard Entertainment. This site is in no way associated with or endorsed by Blizzard Entertainment
SiteMap SiteMap 2 SiteMap 3