mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Minor tweaks to colors
This commit is contained in:
parent
63e99961d9
commit
e4c84e5dc4
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -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;}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue