From: moodler Date: Wed, 22 Oct 2003 07:51:40 +0000 (+0000) Subject: Some missing styles X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=978165545e60f5411c43c546fc278967ab791b6f;p=moodle.git Some missing styles --- diff --git a/theme/cordoroyblue/config.php b/theme/cordoroyblue/config.php index 660687fc8a..3be95b9430 100644 --- a/theme/cordoroyblue/config.php +++ b/theme/cordoroyblue/config.php @@ -7,6 +7,8 @@ $THEME->cellcontent = "#FFFFFF"; // For areas with text $THEME->cellcontent2 = "#B3EAFF"; // Alternate colour $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 = "#DDDDDD"; // To color auto-generated links (eg glossary) $THEME->custompix = true; // If true, then this theme must have a "pix" // subdirectory that contains copies of all diff --git a/theme/cordoroyblue/styles.php b/theme/cordoroyblue/styles.php index 5384f99e27..b508f2a9dd 100644 --- a/theme/cordoroyblue/styles.php +++ b/theme/cordoroyblue/styles.php @@ -395,3 +395,60 @@ a.dimmed:hover { .coursename { } +.coursebox { +} + +.courseboxcontent { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.courseboxinfo { +} + +.courseboxsummary { +} + +a.autolink:link { + text-decoration: none; + color: #000000; + background-color: autolink?>; +} + +a.autolink:visited { + text-decoration: none; + color: #000000; + background-color: autolink?>; +} + +a.autolink:hover { + text-decoration: underline; + color: red; +} + +.userinfobox { + border-width: 1px; + border-color: borders?>; + border-style: solid; + margin-bottom: 5px; +} + +.userinfoboxside { +} + +.userinfoboxcontent { +} + +.userinfoboxsummary { +} + +.userinfoboxlinkcontent { +} + +.generaltab { +} + +.generaltabselected { +} +