Skip to content

Commit

Permalink
Minor tweaks to colors
Browse files Browse the repository at this point in the history
  • Loading branch information
martin committed Aug 11, 2002
1 parent 63e9996 commit e4c84e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions theme/standardred/config.php
@@ -1,11 +1,11 @@
<?PHP // $Id$ <?PHP // $Id$


$THEME->body = "#EFD6D7"; // Main page color $THEME->body = "#F5E7E7"; // Main page color
$THEME->cellheading = "#E9C5C6"; // Standard headings of big tables $THEME->cellheading = "#ECD2D2"; // Standard headings of big tables
$THEME->cellheading2 = "#E4B6B7"; // Highlight headings of tables $THEME->cellheading2 = "#E9C5C6"; // Highlight headings of tables


$THEME->cellcontent = "#FFFFFF"; // For areas with text $THEME->cellcontent = "#FFFFFF"; // For areas with text
$THEME->cellcontent2 = "#E4B6B7"; // Alternate colour $THEME->cellcontent2 = "#ECD2D2"; // Alternate colour
$THEME->borders = "#552021"; // Table borders $THEME->borders = "#552021"; // Table borders


?> ?>
2 changes: 1 addition & 1 deletion theme/standardred/styles.css
Expand Up @@ -8,7 +8,7 @@ h1 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
h2 {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;} h3 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
h4 {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;} td {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}


li {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} li {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
Expand Down

0 comments on commit e4c84e5

Please sign in to comment.