2002-02-26 03:50:53 +00:00
|
|
|
<?PHP // $Id$
|
|
|
|
|
|
|
|
$THEME->body = "#C5EFFF"; // Main page color
|
2002-02-27 10:09:02 +00:00
|
|
|
$THEME->cellheading = "#9ADAF4"; // Standard headings of big tables
|
|
|
|
$THEME->cellheading2 = "#73C1E1"; // Highlight headings of tables
|
2002-02-26 03:50:53 +00:00
|
|
|
$THEME->cellcontent = "#FFFFFF"; // For areas with text
|
2002-12-09 16:21:02 +00:00
|
|
|
$THEME->cellcontent2 = "#B3EAFF"; // Alternate colour
|
2002-02-26 03:50:53 +00:00
|
|
|
$THEME->borders = "#555555"; // Table borders
|
2002-12-09 16:10:57 +00:00
|
|
|
$THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search)
|
2002-02-26 03:50:53 +00:00
|
|
|
|
|
|
|
?>
|