Author
Message
thesportsvoice Client Joined: Feb 26, 2004 Posts: 115
Posted:
Wed Mar 03, 2004 9:42 pm
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:
what it should be:
Last edited by thesportsvoice on Thu Mar 04, 2004 12:20 am; edited 1 time in total
jaded Theme Guru Joined: Nov 01, 2003 Posts: 1006
Posted:
Wed Mar 03, 2004 11:47 pm
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.
thesportsvoice Client Joined: Feb 26, 2004 Posts: 115
Posted:
Thu Mar 04, 2004 12:26 am
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 Client Joined: Feb 26, 2004 Posts: 115
Posted:
Fri Mar 05, 2004 12:01 pm
Raven Site Admin/Owner Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
Posted:
Sat Mar 06, 2004 12:36 pm
Did you ever get this resolved? I was not aware that this didn't get fully answered. Just catching up over the weekend.
thesportsvoice Client Joined: Feb 26, 2004 Posts: 115
Posted:
Sat Mar 06, 2004 2:05 pm
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,
dezina Theme Guru Joined: Dec 26, 2002 Posts: 57 Location: UK
Posted:
Sat Mar 06, 2004 2:42 pm
Just a quick look but colour that may be incorrect is #757575
thesportsvoice Client Joined: Feb 26, 2004 Posts: 115
Posted:
Sat Mar 06, 2004 2:56 pm
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 Client Joined: Feb 26, 2004 Posts: 115
Posted:
Sat Mar 06, 2004 2:59 pm
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 Client Joined: Feb 26, 2004 Posts: 115
Posted:
Sat Mar 06, 2004 3:06 pm
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 Client Joined: Feb 26, 2004 Posts: 115
Posted:
Sat Mar 06, 2004 3:21 pm
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 Client Joined: Feb 26, 2004 Posts: 115
Posted:
Sat Mar 06, 2004 3:39 pm
Also under who's online the color for the Administrator is white, how do I change that to a different color?
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