PHP Web Host - Quality Web Hosting For All PHP Applications Just Great Software
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
thesportsvoice
Client


Joined: Feb 26, 2004
Posts: 115

PostPosted: Wed Mar 03, 2004 9:42 pm Reply with quote Back to top

How do I fix the color of the background on my site, it should be a light grey color but instead I have a dark grey.

example:
Only registered users can see links on this board!
Get registered or login to the forums!


what it should be:
Only registered users can see links on this board!
Get registered or login to the forums!


Last edited by thesportsvoice on Thu Mar 04, 2004 12:20 am; edited 1 time in total
View user's profile Send private message Visit poster's website
jaded
Theme Guru


Joined: Nov 01, 2003
Posts: 1006

PostPosted: Wed Mar 03, 2004 11:47 pm Reply with quote Back to top

In your forums/css file find this code


Code:
/* Location,number of posts,post date etc */
.postdetails{font-size:10px;color:#353535}


and change it to


Code:
/* Location,number of posts,post date etc */
.postdetails{font-size:10px;color:#ffffff}



or some other light color "ffffff" is white.

You will have to do this if other areas of your forum are the wrong color code as well.
Wink
View user's profile Send private message Visit poster's website
thesportsvoice
Client


Joined: Feb 26, 2004
Posts: 115

PostPosted: Thu Mar 04, 2004 12:26 am Reply with quote Back to top

I cant find that code, here is what I have.

Code:
/*
Based on the original subSilver Theme for phpBB version by subBlue design  http://www.subBlue.com
*/
body {
color : #000000;
background-color: #ffffff;
scrollbar-3dlight-color : #cccccc;
scrollbar-arrow-color : #000000;
scrollbar-base-color : #cccccc;
scrollbar-darkshadow-color : #2f4f4f;
scrollbar-face-color : #cccccc;
scrollbar-highlight-color : #cccccc;
scrollbar-shadow-color : #cccccc;
scrollbar-track-color : #ededed; }

th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
a:link   { text-decoration: none; color : #4682b4; }
a:hover      { text-decoration: none; color : #000000; }

hr   { height: 0px; border: 0px dashed #aaaaaa; border-top-width: 1px;}

.bodyline   { background-color: #ffffff; border: 1px #666666 solid; }
.errorline   { background-color: #add8e6; border: 1px #666666 solid; }
.forumline   { background-color: #757575; border: 0px }

td.row1   { background-color: #f5f5f5; }
td.row2   { background-color: #ececec; }
td.row3   { background-color: #dedede; }

td.rowpic { background-color: #ececec; }

th   { color: #333333; font-size: 11px; font-weight : bold; background-color: #ffffff; height: 22px; }

td.cat,td.catHead,td.catBottom,td.catLeft { background-color: #eaeaea; height: 26px; }

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR { font-weight: bold; border: #aaaaaa; border-style: solid; height: 22px; }
td.row3Right { background-color: #eaeaea; border: #aaaaaa; border-style: solid }
td.spaceRow { background-color: #ffffff;  }

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px;  background-color : #dadada;  }
th.thSides,td.catSides,td.spaceRow,th.thRight,td.catRight,td.row3Right,th.thLeft,td.catLeft,th.thBottom,td.catBottom,th.thTop,th.thCornerL,th.thCornerR { border-width: 0px; }

.maintitle,h1,h2 { font-weight: bold; font-size: 16px; font-family: Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #000000 }
a.maintitle { color: #000000; text-decoration: none; }
a.maintitle:hover { color: #4682b4; text-decoration: none; }
a.maintitle:visited { color: #000000; text-decoration: none; }

.gen { font-size : 12px; }
.genmed { font-size : 12px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }

.mainmenu { font-size : 11px; color : #000000 }
a.mainmenu { text-decoration: none; color : #4682b4;  }
a.mainmenu:hover { text-decoration: none; color : #000000; }

.cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #000000; }
a.cattitle { text-decoration: none; color : #000000; }
a.cattitle:hover { text-decoration: none; color : #000000;}
a.cattitle:visited { text-decoration: none; color : #000000;}

.forumlink { font-weight: bold; font-size: 12px; color : #000000; }
a.forumlink { text-decoration: none; color : #4682b4; }
a.forumlink:hover { text-decoration: none; color : #000000; }

.nav { font-weight: bold; font-size: 11px; color : #000000;}
a.nav { text-decoration: none; color : #4682b4; }
a.nav:hover { text-decoration: none; color : #000000; }

.topictitle { font-weight: bold; font-size: 11px; color : #000000 }
a.topictitle:link { text-decoration: none; color : #4682b4 }
a.topictitle:visited { text-decoration: none; color : #5493B4 }
a.topictitle:hover { text-decoration: none; color : #000000; }

.name { font-size : 11px; color : #000000 }
a.name:link { text-decoration: none; color : #4682b4 }
a.name:hover { text-decoration: none; color : #000000 }

.ranktitle { font-size : 10px; color : #0064f4; }

.postdetails { font-size : 10px; color : #000000 }

.postbody { font-size : 12px; line-height: 18px }
a.postlink:link { text-decoration: none; color : #4682b4 }
a.postlink:visited { text-decoration: none; color : #4682b4 }
a.postlink:hover { text-decoration: none; color : #000000; }

.code {
font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
background-color: #ffffff; border: 1px #6bba76; border-style: solid; }

.quote {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
background-color: #ffffff; border: 1px #4682b4; border-style: solid; }

input,textarea, select { color : #000000; font: normal 11px Verdana, Arial, Helvetica, sans-serif; border-color : #000000; }

input.post, textarea.post, select { background-color : #fefefe; }

input { text-indent : 2px; }

input.button { background-color : #bbd2ee; color : #000000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; border:  1px solid #202020; }

input.mainoption { background-color : #c9e1f3;    font-weight : bold; }

input.liteoption { background-color : #c9e1f3; font-weight : normal; }

.helpline { background-color: #ececec; border-style: none; }

@import url("formIE.css");
View user's profile Send private message Visit poster's website
thesportsvoice
Client


Joined: Feb 26, 2004
Posts: 115

PostPosted: Fri Mar 05, 2004 12:01 pm Reply with quote Back to top

Can anyone help?
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Sat Mar 06, 2004 12:36 pm Reply with quote Back to top

Did you ever get this resolved? I was not aware that this didn't get fully answered. Just catching up over the weekend.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
thesportsvoice
Client


Joined: Feb 26, 2004
Posts: 115

PostPosted: Sat Mar 06, 2004 2:05 pm Reply with quote Back to top

Raven wrote:
Did you ever get this resolved? I was not aware that this didn't get fully answered. Just catching up over the weekend.


Not yet, I've posted over at nukecops as well,
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message Visit poster's website
dezina
Theme Guru


Joined: Dec 26, 2002
Posts: 57
Location: UK

PostPosted: Sat Mar 06, 2004 2:42 pm Reply with quote Back to top

Just a quick look but colour that may be incorrect is #757575
View user's profile Send private message Visit poster's website
thesportsvoice
Client


Joined: Feb 26, 2004
Posts: 115

PostPosted: Sat Mar 06, 2004 2:56 pm Reply with quote Back to top

sweet that fixed the background color but now there is no line to define each block for the post, where is that located under?
View user's profile Send private message Visit poster's website
thesportsvoice
Client


Joined: Feb 26, 2004
Posts: 115

PostPosted: Sat Mar 06, 2004 2:59 pm Reply with quote Back to top

thesportsvoice wrote:
sweet that fixed the background color I plugged in fffff but it should be a light grey, what is the color code for light grey?

and now there is no line to define each block for the post, where is that located under?
View user's profile Send private message Visit poster's website
thesportsvoice
Client


Joined: Feb 26, 2004
Posts: 115

PostPosted: Sat Mar 06, 2004 3:06 pm Reply with quote Back to top

Ok the light grey is the ececec

Now that It's changed, is there a seprate line to indicate the lines around the post and catagories?

cause that code should be 757575
View user's profile Send private message Visit poster's website
thesportsvoice
Client


Joined: Feb 26, 2004
Posts: 115

PostPosted: Sat Mar 06, 2004 3:21 pm Reply with quote Back to top

Ok here is the summary of problems, the back ground colors do not alernate from post-post

The lines around the post should be a dark grey but instead they are all the same color as the background, if I edit this line
Code:
forumline   { background-color: #757575; border: 0px }


it will change the background color but also the lines and the colors do not alternate between post.

Is there another file that is overrding this or what?[/code]
View user's profile Send private message Visit poster's website
thesportsvoice
Client


Joined: Feb 26, 2004
Posts: 115

PostPosted: Sat Mar 06, 2004 3:39 pm Reply with quote Back to top

Also under who's online the color for the Administrator is white, how do I change that to a different color?
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum