2002-08-11 06:11:05 +00:00
|
|
|
<?PHP // $Id$
|
|
|
|
|
2002-08-11 06:15:39 +00:00
|
|
|
$THEME->body = "#F5E7E7"; // Main page color
|
|
|
|
$THEME->cellheading = "#ECD2D2"; // Standard headings of big tables
|
|
|
|
$THEME->cellheading2 = "#E9C5C6"; // Highlight headings of tables
|
2002-08-11 06:11:05 +00:00
|
|
|
$THEME->cellcontent = "#FFFFFF"; // For areas with text
|
2002-12-09 16:10:57 +00:00
|
|
|
$THEME->cellcontent2 = "#ECD9D9"; // Alternate colour
|
2002-08-11 06:11:05 +00:00
|
|
|
$THEME->borders = "#552021"; // Table borders
|
2002-12-09 16:10:57 +00:00
|
|
|
$THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search)
|
2002-08-11 06:11:05 +00:00
|
|
|
|
|
|
|
?>
|