$THEME->borders = "#555555"; // Table borders
$THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search)
$THEME->hidden = "#AAAAAA"; // To color things that are hidden
+$THEME->autolink = "#EEEEEE"; // 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
.coursename {
}
+a.autolink:link {
+ text-decoration: none;
+ color: #000000;
+ background-color: <?PHP echo $THEME->autolink?>;
+}
+
+a.autolink:visited {
+ text-decoration: none;
+ color: #000000;
+ background-color: <?PHP echo $THEME->autolink?>;
+}
+
+a.autolink:hover {
+ text-decoration: underline;
+ color: red;
+}
+
$THEME->borders = "#555555"; // Table borders
$THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search)
$THEME->hidden = "#AAAAAA"; // To color things that are hidden
+$THEME->autolink = "#EEEEEE"; // 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
.coursename {
}
+a.autolink:link {
+ text-decoration: none;
+ color: #000000;
+ background-color: <?PHP echo $THEME->autolink?>;
+}
+
+a.autolink:visited {
+ text-decoration: none;
+ color: #000000;
+ background-color: <?PHP echo $THEME->autolink?>;
+}
+
+a.autolink:hover {
+ text-decoration: underline;
+ color: red;
+}
+
$THEME->borders = "#555555"; // Table borders
$THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search)
$THEME->hidden = "#AAAAAA"; // To color things that are hidden
+$THEME->autolink = "#EEEEEE"; // 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
.coursename {
}
+a.autolink:link {
+ text-decoration: none;
+ color: #000000;
+ background-color: <?PHP echo $THEME->autolink?>;
+}
+
+a.autolink:visited {
+ text-decoration: none;
+ color: #000000;
+ background-color: <?PHP echo $THEME->autolink?>;
+}
+
+a.autolink:hover {
+ text-decoration: underline;
+ color: red;
+}
+
$THEME->borders = "#552021"; // Table borders
$THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search)
$THEME->hidden = "#AAAAAA"; // To color things that are hidden
+$THEME->autolink = "#EEEEEE"; // 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
.coursename {
}
+a.autolink:link {
+ text-decoration: none;
+ color: #000000;
+ background-color: <?PHP echo $THEME->autolink?>;
+}
+
+a.autolink:visited {
+ text-decoration: none;
+ color: #000000;
+ background-color: <?PHP echo $THEME->autolink?>;
+}
+
+a.autolink:hover {
+ text-decoration: underline;
+ color: red;
+}
+
$THEME->borders = "#555555"; // Table borders
$THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search)
$THEME->hidden = "#AAAAAA"; // To color things that are hidden
+$THEME->autolink = "#EEEEEE"; // 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
.coursename {
}
+a.autolink:link {
+ text-decoration: none;
+ color: #000000;
+ background-color: <?PHP echo $THEME->autolink?>;
+}
+
+a.autolink:visited {
+ text-decoration: none;
+ color: #000000;
+ background-color: <?PHP echo $THEME->autolink?>;
+}
+
+a.autolink:hover {
+ text-decoration: underline;
+ color: red;
+}
+