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:
19 /* Styles for the hide/show features (activities): */
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: */
41 /* Style for the link to "home": */
46 /* Style for teacher only stuff (used to be hard-coded red): */
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 */
68 /* Style for the notice boxes (surrounding a notice message) */
74 /* Styles for the headers of all pages (see header.html) */
81 /* Styles for the headers of the home page (see header.html) */
88 ALL pix files can now be changed from within a theme,
89 see cordoroyblue for an example: config.php and the
94 ================================
95 Changes to 1.1 since 1.0.9
96 --------------------------------
98 /* Styles for the courses/categories on the course listing */
105 ================================
106 Changes to 1.1.1 since 1.1
107 --------------------------------
109 /* Some better placement of styles on the category/course listings
110 to allow some fancy effects. */
112 .categoryboxcontent {}
115 ================================
116 Changes to 1.2 since 1.1
117 --------------------------------
119 /* Automatically generated links (eg links to glossary items) */
122 a.autolink:visited {}
126 /* Styles for user info page */
130 .userinfoboxcontent {}
131 .userinfoboxsummary {}
132 .userinfoboxlinkcontent {}
135 /* Styles for tabs */
138 .generaltabselected {}
141 /* Styles for displaying course info */
149 /* Specific style for listing discussions (formerly re-used forumpost)*/
154 /* Specific style for the category numbers (was categoryname) */
159 /* Style for the header and message of the smallinfo displays
160 on the side like "Latest News" and "Recent Activity" etc */
166 /* Just a small table cell dividing others in a list */
170 /* Style for the text/links inside the heading block when there is a
171 subscribe link there, eg front page news, social forum */
173 .headingblockcontent {}
177 ================================
178 Changes to 1.3 since 1.2
179 --------------------------------
182 /* Many styles for calendar! */
184 TABLE.calendarmini { }
186 TABLE.calendarmonth { }
188 TABLE.calendarmini TBODY TD { }
190 TABLE.calendarmonth TBODY TD { }
192 .cal_event_global { }
194 .cal_event_course { }
200 .cal_duration_global { }
202 .cal_duration_course { }
204 .cal_duration_user { }
206 .cal_duration_group { }
212 TABLE.calendarmonth TBODY TD TABLE { }
214 TABLE.calendarmonth TBODY TD TABLE TD { }
216 TABLE.calendarmonth TBODY TD DIV { }
218 TABLE.calendarmini THEAD TD { }
220 TABLE.calendarmonth THEAD TD { }
222 .sideblockmain .cal_event { }
224 .sideblockmain .cal_event_date { }
228 .mycalendar .cal_event { }
230 .mycalendar .cal_event_date { }
232 .mycalendar TABLE.cal_filters { }
234 .mycalendar .cal_filters THEAD TD { }
236 .mycalendar .cal_event_table { }
238 .mycalendar .cal_event_table THEAD { }
240 .sideblockmain HR { }
246 TD.cal_event_description { }
252 .cal_popup_caption { }
256 .sideblock .cal_controls { }
260 TABLE.formtable TD { }
262 ================================
263 Changes from 1.3.2 - 1.3.3
264 --------------------------------
266 $bodytags variable is now included in header.html (important for SCORM)
269 ================================
270 Changes from 1.3.x - 1.4
271 --------------------------------
273 /* Make the course summary look like it used to on the front page */
275 #block_course_summary, #block_course_summary .sideblockmain { }
277 #block_course_summary .sideblockmain { }
279 /* Make the front page topic box look nice */
283 .sitetopiccontent { }