[ Index ]

PHP Cross Reference of Moodle 1.9.3 [Build 15-Oct-2008]

title

Body

[close]

/theme/ -> UPGRADE.txt (source)

   1  THEME UPGRADES
   2  --------------
   3  
   4  This file lists the major changes to the theme files between Moodle versions.
   5  
   6  See the standard themes for examples of anything in here.
   7  
   8  
   9  ================================
  10  Changes to 1.0.9 since 1.0.8.1
  11  --------------------------------
  12  
  13  config.php contains two new entries:
  14  
  15    $THEME->custompix
  16    $THEME->hidden
  17  
  18  
  19  /* Styles for the hide/show features (activities):  */
  20  
  21  a.dimmed:link {}
  22  a.dimmed:visited {}
  23  a.dimmed:hover {}
  24  .dimmed_text {}
  25  
  26  
  27  /* Styles used when listing discussions in a forum: */
  28  
  29  .forumpostheadertopic {}
  30  .forumpostheaderpicture {}
  31  .forumpostheadername {}
  32  .forumpostheaderreplies {}
  33  .forumpostheaderdate {}
  34  
  35  
  36  /* Style for the "you are logged in as" string top and bottom: */
  37  
  38  .logininfo {}
  39  
  40  
  41  /* Style for the link to "home": */
  42  
  43  .homelink {}
  44  
  45  
  46  /* Style for teacher only stuff (used to be hard-coded red): */
  47  
  48  .teacheronly {}
  49  
  50  
  51  /* Styles to show hidden topics on the course page */
  52  
  53  .topicsoutlinesidehidden {}
  54  .topicsoutlinecontenthidden {}
  55  
  56  
  57  /* Styles to show hidden weeks on the course page */
  58  
  59  .weeklyoutlinesidehidden {}
  60  .weeklyoutlinecontenthidden {}
  61  
  62  
  63  /* Style for the date-text on the weekly format */
  64  
  65  .weeklydatetext {}
  66  
  67  
  68  /* Style for the notice boxes (surrounding a notice message) */
  69  
  70  .noticebox {}
  71  .noticeboxcontent {}
  72  
  73  
  74  /* Styles for the headers of all pages (see header.html) */
  75  
  76  .header {}
  77  .headermain {}
  78  .headermenu {}
  79  
  80  
  81  /* Styles for the headers of the home page (see header.html) */
  82  
  83  .headerhome {}
  84  .headerhomemain {}
  85  .headerhomemenu {}
  86  
  87  
  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.
  91  
  92  
  93  
  94  ================================
  95  Changes to 1.1 since 1.0.9
  96  --------------------------------
  97  
  98  /* Styles for the courses/categories on the course listing */
  99  
 100  .categorybox {}
 101  .categoryname {}
 102  .coursename {}
 103  
 104  
 105  ================================
 106  Changes to 1.1.1 since 1.1
 107  --------------------------------
 108  
 109  /* Some better placement of styles on the category/course listings 
 110     to allow some fancy effects. */
 111  
 112  .categoryboxcontent {}
 113  
 114  
 115  ================================
 116  Changes to 1.2 since 1.1
 117  --------------------------------
 118  
 119  /* Automatically generated links (eg links to glossary items) */
 120  
 121  a.autolink:link {}
 122  a.autolink:visited {}
 123  a.autolink:hover {}
 124  
 125  
 126  /* Styles for user info page */
 127  
 128  .userinfobox {}
 129  .userinfoboxside {}
 130  .userinfoboxcontent {}
 131  .userinfoboxsummary {}
 132  .userinfoboxlinkcontent {}
 133  
 134  
 135  /* Styles for tabs */
 136  
 137  .generaltab {}
 138  .generaltabselected {}
 139  
 140  
 141  /* Styles for displaying course info */
 142  
 143  .coursebox {}
 144  .courseboxcontent {}
 145  .courseboxinfo {}
 146  .courseboxsummary {}
 147  
 148  
 149  /* Specific style for listing discussions (formerly re-used forumpost)*/
 150  
 151  .forumheaderlist {}
 152  
 153  
 154  /* Specific style for the category numbers (was categoryname) */
 155  
 156  .categorynumber {}
 157  
 158  
 159  /* Style for the header and message of the smallinfo displays 
 160     on the side like "Latest News" and "Recent Activity" etc */
 161  
 162  .smallinfo {}
 163  .smallinfohead {}
 164  
 165  
 166  /* Just a small table cell dividing others in a list */
 167  .tabledivider {}
 168  
 169  
 170  /* Style for the text/links inside the heading block when there is a
 171    subscribe link there, eg front page news, social forum  */
 172  
 173  .headingblockcontent {}
 174  
 175  
 176  
 177  ================================
 178  Changes to 1.3 since 1.2
 179  --------------------------------
 180  
 181  
 182  /* Many styles for calendar! */
 183  
 184  TABLE.calendarmini { }
 185  
 186  TABLE.calendarmonth { }
 187  
 188  TABLE.calendarmini TBODY TD { }
 189  
 190  TABLE.calendarmonth TBODY TD { }
 191  
 192  .cal_event_global { }
 193  
 194  .cal_event_course { }
 195  
 196  .cal_event_group { }
 197  
 198  .cal_event_user { }
 199  
 200  .cal_duration_global { }
 201  
 202  .cal_duration_course { }
 203  
 204  .cal_duration_user { }
 205  
 206  .cal_duration_group { }
 207  
 208  .cal_weekend { }
 209  
 210  .cal_today { }
 211  
 212  TABLE.calendarmonth TBODY TD TABLE { }
 213  
 214  TABLE.calendarmonth TBODY TD TABLE TD { }
 215  
 216  TABLE.calendarmonth TBODY TD DIV { }
 217  
 218  TABLE.calendarmini THEAD TD { }
 219  
 220  TABLE.calendarmonth THEAD TD { }
 221  
 222  .sideblockmain .cal_event { }
 223  
 224  .sideblockmain .cal_event_date { }
 225  
 226  .mycalendar { }
 227  
 228  .mycalendar .cal_event { }
 229  
 230  .mycalendar .cal_event_date { }
 231  
 232  .mycalendar TABLE.cal_filters { }
 233  
 234  .mycalendar .cal_filters THEAD TD { }
 235  
 236  .mycalendar .cal_event_table { }
 237  
 238  .mycalendar .cal_event_table THEAD { }
 239  
 240  .sideblockmain HR { }
 241  
 242  .mycalendar HR { }
 243  
 244  .calendarreferer { }
 245  
 246  TD.cal_event_description { }
 247  
 248  .cal_popup_fg { }
 249  
 250  .cal_popup_bg { }
 251  
 252  .cal_popup_caption { }
 253  
 254  .cal_popup_close { }
 255  
 256  .sideblock .cal_controls { }
 257  
 258  A IMG { }
 259  
 260  TABLE.formtable TD { }
 261  
 262  ================================
 263  Changes from 1.3.2 - 1.3.3
 264  --------------------------------
 265  
 266  $bodytags variable is now included in header.html (important for SCORM)
 267  
 268  
 269  ================================
 270  Changes from 1.3.x - 1.4
 271  --------------------------------
 272  
 273  /* Make the course summary look like it used to on the front page */
 274  
 275  #block_course_summary, #block_course_summary .sideblockmain { }
 276       
 277  #block_course_summary .sideblockmain { }
 278       
 279  /* Make the front page topic box look nice */
 280  
 281  .sitetopic { }
 282       
 283  .sitetopiccontent { }
 284  


Generated: Wed Jan 14 11:33:29 2009 Cross-referenced by PHPXref 0.7