2003-01-05 11:02:51 +00:00

12 lines
450 B
PHP

<?PHP // $Id$
$THEME->body = "#FFFFFF"; // Main page color
$THEME->cellheading = "#E8E8E8"; // Standard headings of big tables
$THEME->cellheading2 = "#AAAAAA"; // Highlight headings of tables
$THEME->cellcontent = "#FFFFFF"; // For areas with text
$THEME->cellcontent2 = "#EFEFEF"; // Alternate colour
$THEME->borders = "#555555"; // Table borders
$THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search)
?>