mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 20:50:21 +01:00
removed non-standard line-endings, see http://moodle.org/mod/forum/discuss.php?d=10369.
This commit is contained in:
parent
2d767e5dba
commit
fe4bc8337d
@ -1,18 +1 @@
|
|||||||
<?PHP // $Id$
|
<?PHP // $Id$
$THEME->body = "#F7F6F1"; // Main page color
$THEME->cellheading = "#C6BDA8"; // Standard headings of big tables
$THEME->cellheading2 = "#849DBC"; // Highlight headings of tables
$THEME->cellcontent = "#FFFFFF"; // For areas with text
$THEME->cellcontent2 = "#C6BDA8"; // Alternate colour
$THEME->borders = "#C6BDA8"; // Table borders
$THEME->highlight = "#849DBC"; // Highlighted text (eg after a search)
$THEME->hidden = "#979EA8"; // To color things that are hidden
$THEME->autolink = "#FEF9F6"; // To color auto-generated links (eg glossary)
$THEME->custompix = false; // If true, then this theme must have a "pix"
// subdirectory that contains copies of all
// files from the moodle/pix directory
// See "cordoroyblue" for an up-to-date example.
?>
|
||||||
|
|
||||||
$THEME->body = "#F7F6F1"; // Main page color
|
|
||||||
$THEME->cellheading = "#C6BDA8"; // Standard headings of big tables
|
|
||||||
$THEME->cellheading2 = "#849DBC"; // Highlight headings of tables
|
|
||||||
$THEME->cellcontent = "#FFFFFF"; // For areas with text
|
|
||||||
$THEME->cellcontent2 = "#C6BDA8"; // Alternate colour
|
|
||||||
$THEME->borders = "#C6BDA8"; // Table borders
|
|
||||||
$THEME->highlight = "#849DBC"; // Highlighted text (eg after a search)
|
|
||||||
$THEME->hidden = "#979EA8"; // To color things that are hidden
|
|
||||||
$THEME->autolink = "#FEF9F6"; // To color auto-generated links (eg glossary)
|
|
||||||
|
|
||||||
$THEME->custompix = false; // If true, then this theme must have a "pix"
|
|
||||||
// subdirectory that contains copies of all
|
|
||||||
// files from the moodle/pix directory
|
|
||||||
// See "cordoroyblue" for an up-to-date example.
|
|
||||||
|
|
||||||
?>
|
|
Loading…
x
Reference in New Issue
Block a user