2003-05-04 07:58:15 +00:00
|
|
|
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.
|
|
|
|
|
|
|
|
|
2003-05-04 07:58:15 +00:00
|
|
|
================================
|
|
|
|
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-04 07:58:15 +00:00
|
|
|
|
2003-05-05 09:02:17 +00:00
|
|
|
a.dimmed:link {}
|
|
|
|
a.dimmed:visited {}
|
|
|
|
a.dimmed:hover {}
|
|
|
|
.dimmed_text {}
|
2003-05-04 07:58:15 +00:00
|
|
|
|
|
|
|
|
2003-05-05 09:02:17 +00:00
|
|
|
/* Styles used when listing discussions in a forum: */
|
2003-05-04 07:58:15 +00:00
|
|
|
|
2003-05-20 06:17:06 +00:00
|
|
|
.forumpostheadertopic {}
|
2003-05-05 09:02:17 +00:00
|
|
|
.forumpostheaderpicture {}
|
|
|
|
.forumpostheadername {}
|
|
|
|
.forumpostheaderreplies {}
|
|
|
|
.forumpostheaderdate {}
|
2003-05-04 07:58:15 +00:00
|
|
|
|
|
|
|
|
2003-05-05 09:02:17 +00:00
|
|
|
/* Style for the "you are logged in as" string top and bottom: */
|
2003-05-04 07:58:15 +00:00
|
|
|
|
2003-05-05 09:02:17 +00:00
|
|
|
.logininfo {}
|
2003-05-04 07:58:15 +00:00
|
|
|
|
|
|
|
|
2003-05-05 09:02:17 +00:00
|
|
|
/* Style for the link to "home": */
|
2003-05-04 07:58:15 +00:00
|
|
|
|
2003-05-05 09:02:17 +00:00
|
|
|
.homelink {}
|
2003-05-04 07:58:15 +00:00
|
|
|
|
|
|
|
|
2003-05-05 09:02:17 +00:00
|
|
|
/* Style for teacher only stuff (used to be hard-coded red): */
|
2003-05-04 07:58:15 +00:00
|
|
|
|
2003-05-05 09:02:17 +00:00
|
|
|
.teacheronly {}
|
2003-05-04 07:58:15 +00:00
|
|
|
|
|
|
|
|
2003-05-05 09:02:17 +00:00
|
|
|
/* Styles to show hidden topics on the course page */
|
2003-05-04 07:58:15 +00:00
|
|
|
|
2003-05-05 09:02:17 +00:00
|
|
|
.topicsoutlinesidehidden {}
|
|
|
|
.topicsoutlinecontenthidden {}
|
2003-05-04 07:58:15 +00:00
|
|
|
|
|
|
|
|
2003-05-05 09:02:17 +00:00
|
|
|
/* Styles to show hidden weeks on the course page */
|
2003-05-04 15:09:13 +00:00
|
|
|
|
2003-05-05 09:02:17 +00:00
|
|
|
.weeklyoutlinesidehidden {}
|
|
|
|
.weeklyoutlinecontenthidden {}
|
2003-05-04 15:09:13 +00:00
|
|
|
|
|
|
|
|
2003-05-05 09:02:17 +00:00
|
|
|
/* Style for the date-text on the weekly format */
|
2003-05-04 15:09:13 +00:00
|
|
|
|
2003-05-05 09:02:17 +00:00
|
|
|
.weeklydatetext {}
|
2003-05-04 15:09:13 +00:00
|
|
|
|
|
|
|
|
2003-05-15 13:55:22 +00:00
|
|
|
/* Style for the notice boxes (surrounding a notice message) */
|
2003-05-05 12:17:34 +00:00
|
|
|
|
|
|
|
.noticebox {}
|
|
|
|
.noticeboxcontent {}
|
|
|
|
|
2003-05-04 15:09:13 +00:00
|
|
|
|
2003-05-15 13:55:22 +00:00
|
|
|
/* 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 {}
|
|
|
|
|
|
|
|
|
2003-05-04 15:09:13 +00:00
|
|
|
ALL pix files can now be changed from within a theme,
|
|
|
|
see cordoroyblue for an example: config.php and the
|
|
|
|
pix subdirectory.
|
2003-05-04 07:58:15 +00:00
|
|
|
|
2003-08-29 01:31:41 +00:00
|
|
|
|
|
|
|
|
|
|
|
================================
|
|
|
|
Changes to 1.1 since 1.0.9
|
|
|
|
--------------------------------
|
|
|
|
|
|
|
|
/* Styles for the courses/categories on the course listing */
|
|
|
|
|
|
|
|
.categorybox {}
|
|
|
|
.categoryname {}
|
|
|
|
.coursename {}
|
|
|
|
|
2003-09-03 15:23:41 +00:00
|
|
|
|
|
|
|
================================
|
|
|
|
Changes to 1.1.1 since 1.1
|
|
|
|
--------------------------------
|
|
|
|
|
|
|
|
.categoryboxcontent {}
|
|
|
|
|
|
|
|
Some better placement of styles on the category/course listings to
|
|
|
|
allow some fancy effects.
|