From bb19372c0fc8c7a02ff5d08b64667e3741eaed40 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 5 May 2003 09:02:17 +0000 Subject: [PATCH] Some additions --- theme/UPGRADE.txt | 51 +++++++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 24 deletions(-) diff --git a/theme/UPGRADE.txt b/theme/UPGRADE.txt index 0eac7c3bf4f..cf739dbcd96 100644 --- a/theme/UPGRADE.txt +++ b/theme/UPGRADE.txt @@ -3,6 +3,9 @@ THEME UPGRADES This file lists the major changes to the theme files between Moodle versions. +See the standard themes for examples of anything in here. + + ================================ Changes to 1.0.9 since 1.0.8.1 -------------------------------- @@ -13,52 +16,52 @@ config.php contains two new entries: $THEME->hidden -Styles for the hide/show features (activities): +/* Styles for the hide/show features (activities): */ -a.dimmed:link -a.dimmed:visited -a.dimmed:hover -.dimmed_text +a.dimmed:link {} +a.dimmed:visited {} +a.dimmed:hover {} +.dimmed_text {} -Styles used when listing discussions in a forum: +/* Styles used when listing discussions in a forum: */ -.forumpostheaderpicture -.forumpostheadername -.forumpostheaderreplies -.forumpostheaderdate +.forumpostheaderpicture {} +.forumpostheadername {} +.forumpostheaderreplies {} +.forumpostheaderdate {} -Style for the "you are logged in as" string top and bottom: +/* Style for the "you are logged in as" string top and bottom: */ -.logininfo +.logininfo {} -Style for the link to "home": +/* Style for the link to "home": */ -.homelink +.homelink {} -Style for teacher only stuff (used to be hard-coded red): +/* Style for teacher only stuff (used to be hard-coded red): */ -.teacheronly +.teacheronly {} -Styles to show hidden topics on the course page +/* Styles to show hidden topics on the course page */ -.topicsoutlinesidehidden -.topicsoutlinecontenthidden +.topicsoutlinesidehidden {} +.topicsoutlinecontenthidden {} -Styles to show hidden weeks on the course page +/* Styles to show hidden weeks on the course page */ -.weeklyoutlinesidehidden -.weeklyoutlinecontenthidden +.weeklyoutlinesidehidden {} +.weeklyoutlinecontenthidden {} -Style for the date-text on the weekly format +/* Style for the date-text on the weekly format */ -.weeklydatetext +.weeklydatetext {}