Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Security - PHP Nuke
Author Message
thesportsvoice
Client



Joined: Feb 26, 2004
Posts: 115

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

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! ]

what it should be: [ Only registered users can see links on this board! Get registered or login! ]


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

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

_________________
Themes BB Skins [ Only registered users can see links on this board! Get registered or login! ]
Graphic Tees [ Only registered users can see links on this board! Get registered or login! ]
Paranormal Tees [ Only registered users can see links on this board! Get registered or login! ]
Ghost Stories & More [ Only registered users can see links on this board! Get registered or login! ] 
View user's profile Send private message Visit poster's website
thesportsvoice







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

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");
 
thesportsvoice







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

Can anyone help?
 
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

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

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
thesportsvoice







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

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! ]
 
dezina
Theme Guru



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

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

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







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

sweet that fixed the background color but now there is no line to define each block for the post, where is that located under?
 
thesportsvoice







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

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?
 
thesportsvoice







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

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
 
thesportsvoice







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

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]
 
thesportsvoice







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

Also under who's online the color for the Administrator is white, how do I change that to a different color?
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Security - PHP Nuke

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
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©