From: moodler Date: Sun, 4 May 2003 15:09:13 +0000 (+0000) Subject: Theme updates to suit new course formatting X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b37eb1bf0084b65635034235f000321e91cfcd0a;p=moodle.git Theme updates to suit new course formatting --- diff --git a/theme/UPGRADE.txt b/theme/UPGRADE.txt index ff639c08e7..0eac7c3bf4 100644 --- a/theme/UPGRADE.txt +++ b/theme/UPGRADE.txt @@ -7,10 +7,6 @@ This file lists the major changes to the theme files between Moodle versions. Changes to 1.0.9 since 1.0.8.1 -------------------------------- -ALL pix files can now be changed from within a theme, -see cordoroyblue for an example: config.php and the -pix subdirectory. - config.php contains two new entries: $THEME->custompix @@ -54,4 +50,19 @@ Styles to show hidden topics on the course page .topicsoutlinecontenthidden +Styles to show hidden weeks on the course page + +.weeklyoutlinesidehidden +.weeklyoutlinecontenthidden + + +Style for the date-text on the weekly format + +.weeklydatetext + + + +ALL pix files can now be changed from within a theme, +see cordoroyblue for an example: config.php and the +pix subdirectory. diff --git a/theme/cordoroyblue/pix/i/hide.gif b/theme/cordoroyblue/pix/i/hide.gif index 92bd30abd4..17b74470fc 100755 Binary files a/theme/cordoroyblue/pix/i/hide.gif and b/theme/cordoroyblue/pix/i/hide.gif differ diff --git a/theme/cordoroyblue/pix/i/marked.gif b/theme/cordoroyblue/pix/i/marked.gif new file mode 100755 index 0000000000..18949cd8e6 Binary files /dev/null and b/theme/cordoroyblue/pix/i/marked.gif differ diff --git a/theme/cordoroyblue/pix/i/marker.gif b/theme/cordoroyblue/pix/i/marker.gif index 4b81562cbe..cb6e276d2a 100755 Binary files a/theme/cordoroyblue/pix/i/marker.gif and b/theme/cordoroyblue/pix/i/marker.gif differ diff --git a/theme/cordoroyblue/pix/i/show.gif b/theme/cordoroyblue/pix/i/show.gif index 457989af48..b13726fd27 100755 Binary files a/theme/cordoroyblue/pix/i/show.gif and b/theme/cordoroyblue/pix/i/show.gif differ diff --git a/theme/cordoroyblue/styles.php b/theme/cordoroyblue/styles.php index 22d1084341..b106214dc5 100644 --- a/theme/cordoroyblue/styles.php +++ b/theme/cordoroyblue/styles.php @@ -154,8 +154,15 @@ form { border-color: borders?>; border-style: solid; } + +.weeklyoutlinesidehidden { + border-width: 1px; + border-color: borders?>; + border-style: dashed; +} .weeklyoutlinecontent { + background: #EEFAFF; border-width: 0px; border-top: 1px; border-bottom: 1px; @@ -164,13 +171,28 @@ form { } .weeklyoutlinecontenthighlight { - background: #FDFBF1; + background: #FFFFFF; border-width: 0px; border-top: 1px; border-bottom: 1px; border-color: borders?>; border-style: solid; } + +.weeklyoutlinecontenthidden { + background: #EEFAFF; + border-width: 0px; + border-top: 1px; + border-bottom: 1px; + border-color: borders?>; + border-style: dashed; +} + +.weeklydatetext { + font-size: medium; + font-weight: bold; + color: cellheading2?>; +} .topicsoutline { } @@ -188,8 +210,15 @@ form { border-color: borders?>; border-style: solid; } + +.topicsoutlinesidehidden { + border-width: 1px; + border-color: borders?>; + border-style: dashed; +} .topicsoutlinecontent { + background: #EEFAFF; border-width: 0px; border-top: 1px; border-bottom: 1px; @@ -198,21 +227,23 @@ form { } .topicsoutlinecontenthighlight { - background: #FDFBF1; + background: #FFFFFF; border-width: 0px; border-top: 1px; border-bottom: 1px; border-color: borders?>; border-style: solid; } -.topicsoutlinesidehidden { - background-color: hidden?>; -} .topicsoutlinecontenthidden { + background: #EEFAFF; + border-width: 0px; + border-top: 1px; + border-bottom: 1px; + border-color: borders?>; + border-style: dashed; } - .forumpost { border-width: 1px; border-color: borders?>; diff --git a/theme/standard/styles.php b/theme/standard/styles.php index 106d9dbbf3..39a6b2917e 100644 --- a/theme/standard/styles.php +++ b/theme/standard/styles.php @@ -139,12 +139,25 @@ form { .weeklyoutlinesidehighlight { } +.weeklyoutlinesidehidden { + background-color: hidden?>; + border-style: dashed; +} + .weeklyoutlinecontent { } .weeklyoutlinecontenthighlight { } +.weeklyoutlinecontenthidden { +} + +.weeklydatetext { + font-size: medium; + font-weight: bold; + color: cellheading2?>; +} .topicsoutline { } @@ -155,12 +168,19 @@ form { .topicsoutlinesidehighlight { } +.topicsoutlinesidehidden { + background-color: hidden?>; + border-style: dashed; +} + .topicsoutlinecontent { } .topicsoutlinecontenthighlight { } +.topicsoutlinecontenthidden { +} .siteinfo { border-width: 1px; @@ -233,9 +253,3 @@ a.dimmed:hover { color: #990000; } -.topicsoutlinesidehidden { - background-color: hidden?>; -} - -.topicsoutlinecontenthidden { -} diff --git a/theme/standardblue/styles.php b/theme/standardblue/styles.php index 106d9dbbf3..a53d8f3624 100644 --- a/theme/standardblue/styles.php +++ b/theme/standardblue/styles.php @@ -139,12 +139,24 @@ form { .weeklyoutlinesidehighlight { } +.weeklyoutlinesidehidden { + background-color: hidden?>; +} + .weeklyoutlinecontent { } .weeklyoutlinecontenthighlight { } +.weeklyoutlinecontenthidden { +} + +.weeklydatetext { + font-size: medium; + font-weight: bold; + color: cellheading2?>; +} .topicsoutline { } @@ -155,12 +167,18 @@ form { .topicsoutlinesidehighlight { } +.topicsoutlinesidehidden { + background-color: hidden?>; +} + .topicsoutlinecontent { } .topicsoutlinecontenthighlight { } +.topicsoutlinecontenthidden { +} .siteinfo { border-width: 1px; @@ -233,9 +251,3 @@ a.dimmed:hover { color: #990000; } -.topicsoutlinesidehidden { - background-color: hidden?>; -} - -.topicsoutlinecontenthidden { -} diff --git a/theme/standardgreen/styles.php b/theme/standardgreen/styles.php index 106d9dbbf3..a53d8f3624 100644 --- a/theme/standardgreen/styles.php +++ b/theme/standardgreen/styles.php @@ -139,12 +139,24 @@ form { .weeklyoutlinesidehighlight { } +.weeklyoutlinesidehidden { + background-color: hidden?>; +} + .weeklyoutlinecontent { } .weeklyoutlinecontenthighlight { } +.weeklyoutlinecontenthidden { +} + +.weeklydatetext { + font-size: medium; + font-weight: bold; + color: cellheading2?>; +} .topicsoutline { } @@ -155,12 +167,18 @@ form { .topicsoutlinesidehighlight { } +.topicsoutlinesidehidden { + background-color: hidden?>; +} + .topicsoutlinecontent { } .topicsoutlinecontenthighlight { } +.topicsoutlinecontenthidden { +} .siteinfo { border-width: 1px; @@ -233,9 +251,3 @@ a.dimmed:hover { color: #990000; } -.topicsoutlinesidehidden { - background-color: hidden?>; -} - -.topicsoutlinecontenthidden { -} diff --git a/theme/standardlogo/styles.php b/theme/standardlogo/styles.php index 106d9dbbf3..a53d8f3624 100644 --- a/theme/standardlogo/styles.php +++ b/theme/standardlogo/styles.php @@ -139,12 +139,24 @@ form { .weeklyoutlinesidehighlight { } +.weeklyoutlinesidehidden { + background-color: hidden?>; +} + .weeklyoutlinecontent { } .weeklyoutlinecontenthighlight { } +.weeklyoutlinecontenthidden { +} + +.weeklydatetext { + font-size: medium; + font-weight: bold; + color: cellheading2?>; +} .topicsoutline { } @@ -155,12 +167,18 @@ form { .topicsoutlinesidehighlight { } +.topicsoutlinesidehidden { + background-color: hidden?>; +} + .topicsoutlinecontent { } .topicsoutlinecontenthighlight { } +.topicsoutlinecontenthidden { +} .siteinfo { border-width: 1px; @@ -233,9 +251,3 @@ a.dimmed:hover { color: #990000; } -.topicsoutlinesidehidden { - background-color: hidden?>; -} - -.topicsoutlinecontenthidden { -} diff --git a/theme/standardred/styles.php b/theme/standardred/styles.php index 106d9dbbf3..a53d8f3624 100644 --- a/theme/standardred/styles.php +++ b/theme/standardred/styles.php @@ -139,12 +139,24 @@ form { .weeklyoutlinesidehighlight { } +.weeklyoutlinesidehidden { + background-color: hidden?>; +} + .weeklyoutlinecontent { } .weeklyoutlinecontenthighlight { } +.weeklyoutlinecontenthidden { +} + +.weeklydatetext { + font-size: medium; + font-weight: bold; + color: cellheading2?>; +} .topicsoutline { } @@ -155,12 +167,18 @@ form { .topicsoutlinesidehighlight { } +.topicsoutlinesidehidden { + background-color: hidden?>; +} + .topicsoutlinecontent { } .topicsoutlinecontenthighlight { } +.topicsoutlinecontenthidden { +} .siteinfo { border-width: 1px; @@ -233,9 +251,3 @@ a.dimmed:hover { color: #990000; } -.topicsoutlinesidehidden { - background-color: hidden?>; -} - -.topicsoutlinecontenthidden { -} diff --git a/theme/standardwhite/styles.php b/theme/standardwhite/styles.php index 106d9dbbf3..a53d8f3624 100644 --- a/theme/standardwhite/styles.php +++ b/theme/standardwhite/styles.php @@ -139,12 +139,24 @@ form { .weeklyoutlinesidehighlight { } +.weeklyoutlinesidehidden { + background-color: hidden?>; +} + .weeklyoutlinecontent { } .weeklyoutlinecontenthighlight { } +.weeklyoutlinecontenthidden { +} + +.weeklydatetext { + font-size: medium; + font-weight: bold; + color: cellheading2?>; +} .topicsoutline { } @@ -155,12 +167,18 @@ form { .topicsoutlinesidehighlight { } +.topicsoutlinesidehidden { + background-color: hidden?>; +} + .topicsoutlinecontent { } .topicsoutlinecontenthighlight { } +.topicsoutlinecontenthidden { +} .siteinfo { border-width: 1px; @@ -233,9 +251,3 @@ a.dimmed:hover { color: #990000; } -.topicsoutlinesidehidden { - background-color: hidden?>; -} - -.topicsoutlinecontenthidden { -}