mchat display
Posted: 14 Apr 2010, 23:36
i want to change the color of the text and the header of mchat? how do i do that
Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
Create your own css file copy/ reproduce the subsilver2.css file edit to your liking, rename it for eg, mchat_new.cssiheartbreakz ยป 14 Apr 2010, 23:48 wrote:i have 2 styles i want it different for both
Code: Select all
<link rel="stylesheet" href="{ROOT_PATH}mchat/mchat_subsilver2.css" type="text/css" />
Code: Select all
<link rel="stylesheet" href="{ROOT_PATH}mchat/mchat_new.css" type="text/css" />
Code: Select all
<td class="cat"><!-- IF MCHAT_ARCHIVE_MODE --><h4>{L_MCHAT_ARCHIVE_PAGE}</h4><!-- ELSE --><h4>{L_MCHAT_TITLE}</h4><!-- ENDIF --></td>
Code: Select all
<td class="cat">
Code: Select all
<td class="row1"
Code: Select all
<td>
Code: Select all
<td><img src="{T_THEME_PATH}/images/cellpic4_l.png" width="17" height="28" alt="" /></td>
<td background="{T_THEME_PATH}/images/cellpic4_m.png" width="100%" height="28"><!-- IF MCHAT_ARCHIVE_MODE --><h4>{L_MCHAT_ARCHIVE_PAGE}</h4><!-- ELSE --><h4>{L_MCHAT_TITLE}</h4><!-- ENDIF --></td>
<td><img src="{T_THEME_PATH}/images/cellpic4_r.png" width="16" height="28" alt="" /></td>