]> git.mjollnir.org Git - moodle.git/commitdiff
Minor tweaks to colors
authormartin <martin>
Sun, 11 Aug 2002 06:15:39 +0000 (06:15 +0000)
committermartin <martin>
Sun, 11 Aug 2002 06:15:39 +0000 (06:15 +0000)
theme/standardred/config.php
theme/standardred/styles.css

index 182620c8ea8b2c8c931dab62b1ac5e4e1f31be03..37d2472fc5d6f86074503768580018c988a41297 100644 (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
 
 ?>
index 6d169125084a5e0320f1d6f892b5eba031135675..4036004416270efe2d0678037e823824c963437c 100644 (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;}