Some additions

This commit is contained in:
moodler 2003-05-05 09:02:17 +00:00
parent 068be67d83
commit bb19372c0f

View File

@ -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 {}