Minor tweaks to colors

This commit is contained in:
martin 2002-08-11 06:15:39 +00:00
parent 63e99961d9
commit e4c84e5dc4
2 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
<?PHP // $Id$
$THEME->body = "#EFD6D7"; // Main page color
$THEME->cellheading = "#E9C5C6"; // Standard headings of big tables
$THEME->cellheading2 = "#E4B6B7"; // Highlight headings of tables
$THEME->body = "#F5E7E7"; // Main page color
$THEME->cellheading = "#ECD2D2"; // Standard headings of big tables
$THEME->cellheading2 = "#E9C5C6"; // Highlight headings of tables
$THEME->cellcontent = "#FFFFFF"; // For areas with text
$THEME->cellcontent2 = "#E4B6B7"; // Alternate colour
$THEME->cellcontent2 = "#ECD2D2"; // Alternate colour
$THEME->borders = "#552021"; // Table borders
?>

View File

@ -8,7 +8,7 @@ h1 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
h2 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
h3 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
h4 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
th {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-weight: bold; background-color: #E0ABAC;}
th {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-weight: bold; background-color: #E9C5C6;}
td {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
li {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}