mirror of
https://github.com/moodle/moodle.git
synced 2025-05-03 23:07:27 +02:00
Minor tweaks to colors
This commit is contained in:
parent
63e99961d9
commit
e4c84e5dc4
@ -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
|
||||
|
||||
?>
|
||||
|
@ -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;}
|
||||
|
Loading…
x
Reference in New Issue
Block a user