Mod
[moodle.git] / theme / UPGRADE.txt
bloba579799937d76215872de002d1d38f85dcd01987
1 THEME UPGRADES
2 --------------
4 This file lists the major changes to the theme files between Moodle versions.
6 See the standard themes for examples of anything in here.
9 ================================
10 Changes to 1.0.9 since 1.0.8.1
11 --------------------------------
13 config.php contains two new entries:
15   $THEME->custompix
16   $THEME->hidden
19 /* Styles for the hide/show features (activities):  */
21 a.dimmed:link {}
22 a.dimmed:visited {}
23 a.dimmed:hover {}
24 .dimmed_text {}
27 /* Styles used when listing discussions in a forum: */
29 .forumpostheadertopic {}
30 .forumpostheaderpicture {}
31 .forumpostheadername {}
32 .forumpostheaderreplies {}
33 .forumpostheaderdate {}
36 /* Style for the "you are logged in as" string top and bottom: */
38 .logininfo {}
41 /* Style for the link to "home": */
43 .homelink {}
46 /* Style for teacher only stuff (used to be hard-coded red): */
48 .teacheronly {}
51 /* Styles to show hidden topics on the course page */
53 .topicsoutlinesidehidden {}
54 .topicsoutlinecontenthidden {}
57 /* Styles to show hidden weeks on the course page */
59 .weeklyoutlinesidehidden {}
60 .weeklyoutlinecontenthidden {}
63 /* Style for the date-text on the weekly format */
65 .weeklydatetext {}
68 /* Style for the notice boxes (surrounding a notice message) */
70 .noticebox {}
71 .noticeboxcontent {}
74 /* Styles for the headers of all pages (see header.html) */
76 .header {}
77 .headermain {}
78 .headermenu {}
81 /* Styles for the headers of the home page (see header.html) */
83 .headerhome {}
84 .headerhomemain {}
85 .headerhomemenu {}
88 ALL pix files can now be changed from within a theme, 
89 see cordoroyblue for an example:  config.php and the 
90 pix subdirectory.