Re: Changing Font Sizes in Chat Window

  •  02-20-2007, 6:41 PM

    Re: Changing Font Sizes in Chat Window

    I made that change but it still doesn't increase the chat text font size.  I increased it to 16 in the style.css file in the cutechat_client folder which i renamed to katg.com/chat/ChatClient in production. You can see the effects at http://katg.com/chat and log on using the account info i PMed you.
     
     
     

    body, td

    {

    font: 16px Arial, Helvetica, sans-serif;

    color:#222222;

    }

    a:link { color: #0063DC; text-decoration: underline; }

    a:visited { color: #2E67C7; text-decoration: underline; }

    a:hover { color: #ff0000; text-decoration: none; }

    a:active { color: #ff0000; text-decoration: none; }

     

    .button

    {

    margin: 1px;

    vertical-align: middle;

    padding: 0px;

    }

    .buttonover

    {

    border: #0A246A 1px solid;

    background-color: #B6BDD2;

    padding: 0px;

    margin: 0px;

    vertical-align: middle;

    }

    .buttondown

    {

    border-right: buttonhighlight 1px solid;

    border-top: buttonshadow 1px solid;

    border-left: buttonshadow 1px solid;

    border-bottom: buttonhighlight 1px solid;

    margin: 0px;

    vertical-align: middle;

    padding: 0px;

    }

    .DebugList

    {

     

    }

    .MessageList

    {

     

    }

    .ContentPanel

    {

    background-color: White!important;

    }

    .RightPanel

    {

    background-color: White!important;

    }

View Complete Thread