This is the current "tweaked" set up I use for the font, colour & styling of my message input bar.
The code you need to adapt, can be found in chat.html.tpl.php
- Code: Select all
<td class="pfc_td2">
<br>
<INPUT type="text" [b]STYLE="color: #000000; font-weight: bold; font-size: 15px; background-color: #f8f4ce"[/b]
id="pfc_words"
title="<?php echo _pfc("Enter your message here"); ?>"
maxlength="<?php echo $max_text_len; ?>"/>
</td>
It's very easy to play around with the code in Bold ... to suit your own setup.
All the best,
Cal