The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

changing chat box color and registration text color

5 posters

Go down

changing chat box color and registration text color Empty changing chat box color and registration text color

Post by highdollar February 18th 2009, 9:21 pm

I am wondering if i can change the background to my chatbox. i have a black theme and the chatbox is white and looks weird ...

body.chatbox {
background: url(https://2img.net/h/oi42.tinypic.com/35jfsxj.gif) repeat;

}

#chatbox_header {
height: 30px;
background-color: #6C6B6B;
background: url(https://2img.net/h/oi42.tinypic.com/nvxpx.gif) repeat;
}


#navstrip li {
float: left;
margin: 0 5px;
padding-left: 13px;
background: url('https://2img.net/h/oi42.tinypic.com/346ma21.jpg') no-repeat left 50%;
}
#navstrip li.begin {
padding-left: 15px;
background: url('https://2img.net/h/oi42.tinypic.com/2qjg4t0.jpg') no-repeat left 50%;
}

div.pagination a.goto {
padding: 2px 15px 2px 4px;
background-image: url("");
background-repeat: no-repeat;
background-position: 97% 50%;
}


this is the only code i see for the chat box ... yes i hit cntrl+f and search the CSS code for anything else ... but nothing came up

----------------------------------------------------------------------------------------
now for the registration text ... no one can see what they need to put in unless they highlight it ...

changing chat box color and registration text color 82328539da6

does anyone know where i look for that area to change the DAAAARK grey text color?


thanks for all your help
avatar
highdollar
New Member

Posts : 11
Reputation : 0
Language : english

Back to top Go down

changing chat box color and registration text color Empty Re: changing chat box color and registration text color

Post by :)tayne:) February 18th 2009, 10:57 pm

I can help. go to Admin Panel > Display > Pictures and Colours > Colours > and then change it from there.

Hope I have helped.
:)tayne:)
:)tayne:)
Forumember

Male Posts : 794
Reputation : 35
Language : English

http://www.gamesarcade.forummotion.com

Back to top Go down

changing chat box color and registration text color Empty Re: changing chat box color and registration text color

Post by highdollar February 19th 2009, 1:26 am

:)tayne:) wrote:I can help. go to Admin Panel > Display > Pictures and Colours > Colours > and then change it from there.

Hope I have helped.

it doesnt have an option to change that one :/ i clicked on everyone and that section was never highlighted
avatar
highdollar
New Member

Posts : 11
Reputation : 0
Language : english

Back to top Go down

changing chat box color and registration text color Empty Re: changing chat box color and registration text color

Post by highdollar February 19th 2009, 10:02 pm

bump
avatar
highdollar
New Member

Posts : 11
Reputation : 0
Language : english

Back to top Go down

changing chat box color and registration text color Empty Re: changing chat box color and registration text color

Post by kush1234 February 20th 2009, 1:04 am

ok on ur 1 st post u said u want to change bg color here's how look wat u posted (Chatbox HTML) background-color: #6C6B6B; its in 6th line there change it Smile Hope i have helped Smile
avatar
kush1234
Forumember

Posts : 41
Reputation : 0
Language : english

Back to top Go down

changing chat box color and registration text color Empty Re: changing chat box color and registration text color

Post by highdollar February 21st 2009, 8:35 am

kush1234 wrote:ok on ur 1 st post u said u want to change bg color here's how look wat u posted (Chatbox HTML) background-color: #6C6B6B; its in 6th line there change it Smile Hope i have helped Smile

ive changed that like 10 times ... and the background is still white Mad
avatar
highdollar
New Member

Posts : 11
Reputation : 0
Language : english

Back to top Go down

changing chat box color and registration text color Empty Re: changing chat box color and registration text color

Post by highdollar February 25th 2009, 1:49 am

nothing else i can try?
avatar
highdollar
New Member

Posts : 11
Reputation : 0
Language : english

Back to top Go down

changing chat box color and registration text color Empty Re: changing chat box color and registration text color

Post by Carryn February 25th 2009, 2:07 am

highdollar wrote:
kush1234 wrote:ok on ur 1 st post u said u want to change bg color here's how look wat u posted (Chatbox HTML) background-color: #6C6B6B; its in 6th line there change it Smile Hope i have helped Smile

ive changed that like 10 times ... and the background is still white Mad

if you go back and look at what you posted, that appears to be the chatbox HEADER background. maybe that is why it isn't working .

go to your CSS and add this under the
/* Chatbox-------------------------------------------------*/
Code:
.chatbox {
   background-color: #000000;
   }
or change the color. that is for black

I'm not sure about your other question. If I find it, I'll let you know.
avatar
Carryn
Active Poster

Female Posts : 1399
Reputation : 86
Language : none.
Location : somewhere not on the support forum

Back to top Go down

changing chat box color and registration text color Empty Re: changing chat box color and registration text color

Post by Krazy-Programming February 25th 2009, 2:37 am

Did you forget to hit the green + looking tool after you edit it? If you didn't it will not change it. Hope I have helped.
avatar
Krazy-Programming
Forumember

Posts : 232
Reputation : 0
Language : english

Back to top Go down

changing chat box color and registration text color Empty Re: changing chat box color and registration text color

Post by highdollar February 25th 2009, 8:42 am

ok i tried you code ... and it didnt change anything ...

then i put # instead of . and it change to ...
changing chat box color and registration text color 111k
where the background is gray now .. but the background with text is still white

my code now ....



body.chatbox {
background: url(https://2img.net/h/oi42.tinypic.com/35jfsxj.gif) repeat;
}



#chatbox_header {
height: 30px;
background-color: #b42000;
background: url(https://2img.net/h/oi42.tinypic.com/nvxpx.gif) repeat;
}

#chatbox {
background-color: #464c55;
}

#navstrip li {
float: left;
margin: 0 5px;
padding-left: 13px;
background: url('https://2img.net/h/oi42.tinypic.com/346ma21.jpg') no-repeat left 50%;
}
#navstrip li.begin {
padding-left: 15px;
background: url('https://2img.net/h/oi42.tinypic.com/2qjg4t0.jpg') no-repeat left 50%;
}

div.pagination a.goto {
padding: 2px 15px 2px 4px;
background-image: url("");
background-repeat: no-repeat;
background-position: 97% 50%;
}




avatar
highdollar
New Member

Posts : 11
Reputation : 0
Language : english

Back to top Go down

changing chat box color and registration text color Empty Re: changing chat box color and registration text color

Post by Carryn February 25th 2009, 6:41 pm

OH...so you want the row background color changed?
I thought you wanted just the background changed.

see if this helps.

Psi-chotic! wrote:Put this code into the CSS chatbox section
Code:

.chatbox_row_1 {
   padding: 4px;
   background-color: #000000;
   }
.chatbox_row_2 {
   padding: 4px;
   background-color: #000000;
   }
.chatbox_row_3 {
   padding: 4px;
   background-color: #595959;
   }
that will give you 2 black rows seperated by a gray line.
change the colors to whatever you want

changing chat box color and registration text color Screen13
avatar
Carryn
Active Poster

Female Posts : 1399
Reputation : 86
Language : none.
Location : somewhere not on the support forum

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum