chatbox font size

Post new topic   Reply to topic

View previous topic View next topic Go down

chatbox font size

Post by optimusprime02 on November 19th 2008, 9:16 am

does anyone have a code i can use for chat box font size? here is the curent code i am useing... also i cant see the whole css style sheet when i started working on the site the css style sheet was blank... all i can see is the codes i have added...

Code:
body.chatbox{background-image:url("");}/*---> Overall background color and font color*/
body.chatbox a:link{color:#ffff00;}/*---> Overall link color*/

#chatbox_header td.catBottom, .chatbox .forabg, #chatbox_header.main-head{background-color:#000000;background-image:url("");}/*---> background color and image of the chatbox header-bar*/
#chatbox_header a:link{color:#FFFFFF;}/*---> color of links in the chatbox header-bar*/

#chatbox_members{background-color:#000000;}/*---> background color of the left row, where the members are listed*/
#chatbox_members .member-title{background-color:#;color:#000000;}/*---> background color and color of the field labeled "Online" above the member-list*/
#chatbox_members ul.online-users a:link{color:#0000ff;}/*---> font-color of listed online members*/
#chatbox_members ul.online-users a:hover{color:#444444;}/*---> font-color of listed online member on mouseover*/

#chatbox{background-color:#;background-image:url("http://i519.photobucket.com/albums/u359/optimus_prime02/site%20stuff/BADBLUE-1.png");}/*---> the overall background of the textarea of the chatbox*/
.chatbox_row_1{background-color:#;color:#}/*---> background color and font color of row 1 in the textarea of the chatbox*/
.chatbox_row_2{background-color:#;color:#}/*---> background color and font color of row 2 in the textarea of the chatbox*/

#chatbox_footer{background-color:#000000;}/*---> background color of the chatbox footer*/
#chatbox_footer label{color:#0000ff;}/*---> font color of the field "message" in the chatbox footer*/

optimusprime02
Forumotion Member

Posts: 3
Language: english
Country:
Join date: 2008-11-12

Back to top Go down

Re: chatbox font size

Post by Placehold on November 30th 2008, 1:47 pm

To change thecolour for all the fonts find the code from the very top line

Code:
body.chatbox{background-color:#hex code}/*---> Overall background color and font color*/



Near the bottom of the code you should find the section

Code:
.chatbox_row_1{background-color:#;color:#}/*---> background color and font color of row 1 in the textarea of the chatbox*/
.chatbox_row_2{background-color:#;color:#}/*---> background color and font color of row 2 in the textarea of the chatbox*/


This is the two sections that will change the colours of the font in both the headers and the default font in the chat box, Just add the hex codes as needed Smile

Regards







Craig

Placehold
Forumotion Member

Male
Posts: 2047
Age: 24
Language: English
Country:
Join date: 2008-04-16

http://www.craigreville.com/

Back to top Go down

Re: chatbox font size

Post by optimusprime02 on November 30th 2008, 11:59 pm

i dont need the color changed i need the size changed... i know how to change the colors... i want this to this but in the chat box...

optimusprime02
Forumotion Member

Posts: 3
Language: english
Country:
Join date: 2008-11-12

Back to top Go down

Re: chatbox font size

Post by cowboyjohn on December 1st 2008, 2:32 am

Problem sorted TY Smile


Last edited by cowboyjohn on December 3rd 2008, 4:58 am; edited 1 time in total

cowboyjohn
Forumotion Member

Male
Posts: 1
Language: English
Country:
Join date: 2008-11-30

Back to top Go down

Re: chatbox font size

Post by Placehold on December 1st 2008, 8:53 am

The second code i posted is part of the answer thankfully Smile

Try something like this

Code:
.chatbox_row_1{background-color:#000000;color:#000000;font-size: 10px;}/*---> background color and font color of row 1 in the textarea of the chatbox*/
.chatbox_row_2{background-color:#000000;color:#000000;font-size: 10px;}/*---> background color and font color of row 2 in the textarea of the chatbox*/


This should aletr the size of the font Smile

Regards






Craig

Placehold
Forumotion Member

Male
Posts: 2047
Age: 24
Language: English
Country:
Join date: 2008-04-16

http://www.craigreville.com/

Back to top Go down

View previous topic View next topic Back to top


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