ok checare todo eso amigo ya que si me interesaria cambiar el tema pero que el chat fuera blaco, checare aver que encuentro
bueno ps la verdad no le entiendo no se si me puedas dar una ayuda cambiando el codigo de fondo? aqui te dejare lo que contiene cada archivo
Index.php
<?php
error_reporting(E_ALL & ~E_NOTICE & ~8192);
require_once('config.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
<head>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<link rel="stylesheet" type="text/css" href="style.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<?php
echo '<div id="progress" style="position: fixed; right: 0px; top: 0px; display: none;">',$phrase['load'],'</div>';
echo '<div id="messresult">';
require_once('message.php');
echo '</div>';
?>
<script language="Javascript">
var ajax = new sack();
function whenLoading(){
document.getElementById('progress').style.display="inline";
}
function whenCompleted(){
document.getElementById('messresult').innerHTML = ajax.response;
document.getElementById('progress').style.display="none";
}
function message_refresh(){
ajax.requestFile = 'message.php';
ajax.onLoading = whenLoading;
ajax.onCompletion = whenCompleted;
ajax.runAJAX();
}
autor = setInterval("message_refresh()", 1000*<?php echo $config['autorefresh']; ?>);
</script>
</body>
</html>
Style.css
body
{
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 0px;
padding: 0px;
}
a:link, body_alink{ color: #0560a6; text-decoration: none;}a:visited, body_avisited{ color: #0560a6; text-decoration: none;}a:hover, a:active, body_ahover{ color: #FF6633; text-decoration: none;}
.smallfont
{
font: 9px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.time
{
color: #666686;
}
.alt
{
background: #ffffff;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tborder
{
background: #D1D1E1;
color: #000000;
border: 1px solid #0B198C;
}
.alt1, .alt1Active
{
background: #F5F5FF;
color: #000000;
}
.alt2, .alt2Active
{
background: #E1E4F2;
color: #000000;
}
.button
{
}
.bginput
{
}