moodle/theme/UPGRADE.txt

157 lines
2.7 KiB
Plaintext
Raw Normal View History

THEME UPGRADES
--------------
This file lists the major changes to the theme files between Moodle versions.
2003-05-05 09:02:17 +00:00
See the standard themes for examples of anything in here.
================================
Changes to 1.0.9 since 1.0.8.1
--------------------------------
config.php contains two new entries:
$THEME->custompix
$THEME->hidden
2003-05-05 09:02:17 +00:00
/* Styles for the hide/show features (activities): */
2003-05-05 09:02:17 +00:00
a.dimmed:link {}
a.dimmed:visited {}
a.dimmed:hover {}
.dimmed_text {}
2003-05-05 09:02:17 +00:00
/* Styles used when listing discussions in a forum: */
.forumpostheadertopic {}
2003-05-05 09:02:17 +00:00
.forumpostheaderpicture {}
.forumpostheadername {}
.forumpostheaderreplies {}
.forumpostheaderdate {}
2003-05-05 09:02:17 +00:00
/* Style for the "you are logged in as" string top and bottom: */
2003-05-05 09:02:17 +00:00
.logininfo {}
2003-05-05 09:02:17 +00:00
/* Style for the link to "home": */
2003-05-05 09:02:17 +00:00
.homelink {}
2003-05-05 09:02:17 +00:00
/* Style for teacher only stuff (used to be hard-coded red): */
2003-05-05 09:02:17 +00:00
.teacheronly {}
2003-05-05 09:02:17 +00:00
/* Styles to show hidden topics on the course page */
2003-05-05 09:02:17 +00:00
.topicsoutlinesidehidden {}
.topicsoutlinecontenthidden {}
2003-05-05 09:02:17 +00:00
/* Styles to show hidden weeks on the course page */
2003-05-05 09:02:17 +00:00
.weeklyoutlinesidehidden {}
.weeklyoutlinecontenthidden {}
2003-05-05 09:02:17 +00:00
/* Style for the date-text on the weekly format */
2003-05-05 09:02:17 +00:00
.weeklydatetext {}
/* Style for the notice boxes (surrounding a notice message) */
.noticebox {}
.noticeboxcontent {}
/* Styles for the headers of all pages (see header.html) */
.header {}
.headermain {}
.headermenu {}
/* Styles for the headers of the home page (see header.html) */
.headerhome {}
.headerhomemain {}
.headerhomemenu {}
ALL pix files can now be changed from within a theme,
see cordoroyblue for an example: config.php and the
pix subdirectory.
================================
Changes to 1.1 since 1.0.9
--------------------------------
/* Styles for the courses/categories on the course listing */
.categorybox {}
.categoryname {}
.coursename {}
================================
Changes to 1.1.1 since 1.1
--------------------------------
2003-10-21 06:39:05 +00:00
/* Some better placement of styles on the category/course listings
to allow some fancy effects. */
.categoryboxcontent {}
2003-10-16 03:23:08 +00:00
================================
Changes to 1.2 since 1.1
--------------------------------
2003-10-21 06:39:05 +00:00
/* Automatically generated links (eg links to glossary items) */
2003-10-16 03:23:08 +00:00
a.autolink:link {}
a.autolink:visited {}
a.autolink:hover {}
2003-10-21 06:39:05 +00:00
/* Styles for user info page */
.userinfobox {}
.userinfoboxside {}
.userinfoboxcontent {}
.userinfoboxsummary {}
.userinfoboxlinkcontent {}
/* Styles for tabs */
.generaltab {}
.generaltabselected {}
/* Styles for displaying course info */
.coursebox {}
.courseboxcontent {}
.courseboxinfo {}
.courseboxsummary {}
/* Specific style for listing discussions (formerly re-used forumpost)*/
.forumheaderlist {}
2003-11-19 02:55:37 +00:00
/* Specific style for the category numbers (was categoryname) */
.categorynumber {}