]> git.mjollnir.org Git - moodle.git/commitdiff
Some additions
authormoodler <moodler>
Mon, 5 May 2003 09:02:17 +0000 (09:02 +0000)
committermoodler <moodler>
Mon, 5 May 2003 09:02:17 +0000 (09:02 +0000)
theme/UPGRADE.txt

index 0eac7c3bf4f369963cf1cf0fe886b6d947de0451..cf739dbcd96039cba32d95d4c9e8b13fd3300af5 100644 (file)
@@ -3,6 +3,9 @@ THEME UPGRADES
 
 This file lists the major changes to the theme files between Moodle versions.
 
+See the standard themes for examples of anything in here.
+
+
 ================================
 Changes to 1.0.9 since 1.0.8.1
 --------------------------------
@@ -13,52 +16,52 @@ config.php contains two new entries:
   $THEME->hidden
 
 
-Styles for the hide/show features (activities):
+/* Styles for the hide/show features (activities):  */
 
-a.dimmed:link
-a.dimmed:visited
-a.dimmed:hover
-.dimmed_text
+a.dimmed:link {}
+a.dimmed:visited {}
+a.dimmed:hover {}
+.dimmed_text {}
 
 
-Styles used when listing discussions in a forum:
+/* Styles used when listing discussions in a forum: */
 
-.forumpostheaderpicture
-.forumpostheadername
-.forumpostheaderreplies
-.forumpostheaderdate
+.forumpostheaderpicture {}
+.forumpostheadername {}
+.forumpostheaderreplies {}
+.forumpostheaderdate {}
 
 
-Style for the "you are logged in as" string top and bottom:
+/* Style for the "you are logged in as" string top and bottom: */
 
-.logininfo
+.logininfo {}
 
 
-Style for the link to "home":
+/* Style for the link to "home": */
 
-.homelink
+.homelink {}
 
 
-Style for teacher only stuff (used to be hard-coded red):
+/* Style for teacher only stuff (used to be hard-coded red): */
 
-.teacheronly
+.teacheronly {}
 
 
-Styles to show hidden topics on the course page
+/* Styles to show hidden topics on the course page */
 
-.topicsoutlinesidehidden
-.topicsoutlinecontenthidden
+.topicsoutlinesidehidden {}
+.topicsoutlinecontenthidden {}
 
 
-Styles to show hidden weeks on the course page
+/* Styles to show hidden weeks on the course page */
 
-.weeklyoutlinesidehidden
-.weeklyoutlinecontenthidden
+.weeklyoutlinesidehidden {}
+.weeklyoutlinecontenthidden {}
 
 
-Style for the date-text on the weekly format
+/* Style for the date-text on the weekly format */
 
-.weeklydatetext
+.weeklydatetext {}