From: moodler Date: Sun, 5 Jan 2003 07:04:24 +0000 (+0000) Subject: Updating to current info X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f5789d86aa0d2d39c57e1ad358626da72a41ebdf;p=moodle.git Updating to current info --- diff --git a/theme/brightretro/config.php b/theme/brightretro/config.php index f69552eb1c..097cc646db 100644 --- a/theme/brightretro/config.php +++ b/theme/brightretro/config.php @@ -1,11 +1,11 @@ body = "#FFB62d"; // Main page color -$THEME->cellheading = "FFD991"; // Standard headings of big tables +$THEME->cellheading = "#FFD991"; // Standard headings of big tables $THEME->cellheading2 = "#cD6600"; // Highlight headings of tables $THEME->cellcontent = "#FFEECE"; // For areas with text $THEME->cellcontent2 = "#FFEECE"; // Alternate colour $THEME->borders = "#FFFFFF"; // Table borders $THEME->highlight = "#AAFFAA"; // Highlighted text (eg after a search) -?> \ No newline at end of file +?> diff --git a/theme/brightretro/styles.php b/theme/brightretro/styles.php index 9175fa79f8..2500203a2f 100644 --- a/theme/brightretro/styles.php +++ b/theme/brightretro/styles.php @@ -12,45 +12,53 @@ /// From here on it's nearly a normal stylesheet. /// First are some CSS definitions for normal tags, -/// then custom tags follow. +/// then custom tags follow. /// -/// Note that colours are all defined in config.php -/// in this directory +/// New classes always get added to the end of the file. +/// +/// Note that a group of standard colours are all +/// defined in config.php in this directory. The +/// reason for this is because Moodle uses the same +/// colours to provide oldstyle formatting for +/// browsers without CSS. +/// +/// You can hardcode colours in this file if you +/// don't care about this. ?> -a:link {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; - text-decoration: none; - color: blue;} -a:visited {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; - text-decoration: none; - color: blue;} -a:hover {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; - text-decoration: underline; - color: red;} - -body {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} +body, td, th, li { + font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; +} -p {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} +th { + font-weight: bold; + background-color: cellheading?>; +} -h1 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} +a:link { + text-decoration: none; + color: blue; +} -h2 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} +a:visited { + text-decoration: none; + color: blue; +} -h3 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} +a:hover { + text-decoration: underline; + color: red; +} -h4 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} +form { + margin-bottom: 0; +} -th {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; - font-weight: bold; - background-color: cellheading?>;} -td {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} -li {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;} -form { margin-bottom: 0; } .highlight { background-color: highlight?>; @@ -67,12 +75,6 @@ form { margin-bottom: 0; } background-image: url(/gradient.jpg); } -.generalbox { - border-width: 1px; - border-color: borders?>; - border-style: solid; -} - .generaltable { } @@ -112,12 +114,6 @@ form { margin-bottom: 0; } border-style: solid; } -.weeklyoutline { -} - -.topicsoutline { -} - .forumpost { border-width: 1px; border-color: borders?>; @@ -138,3 +134,56 @@ form { margin-bottom: 0; } .forumpostmessage { } + + +.weeklyoutline { +} + +.weeklyoutlineside { +} + +.weeklyoutlinesidehighlight { +} + +.weeklyoutlinecontent { +} + +.weeklyoutlinecontenthighlight { +} + + +.topicsoutline { +} + +.topicsoutlineside { +} + +.topicsoutlinesidehighlight { +} + +.topicsoutlinecontent { +} + +.topicsoutlinecontenthighlight { +} + + +.siteinfo { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.siteinfocontent { +} + + +.generalbox { + border-width: 1px; + border-color: borders?>; + border-style: solid; +} + +.generalboxcontent { +} +