]> git.mjollnir.org Git - moodle.git/commitdiff
Theme updates to suit new course formatting
authormoodler <moodler>
Sun, 4 May 2003 15:09:13 +0000 (15:09 +0000)
committermoodler <moodler>
Sun, 4 May 2003 15:09:13 +0000 (15:09 +0000)
12 files changed:
theme/UPGRADE.txt
theme/cordoroyblue/pix/i/hide.gif
theme/cordoroyblue/pix/i/marked.gif [new file with mode: 0755]
theme/cordoroyblue/pix/i/marker.gif
theme/cordoroyblue/pix/i/show.gif
theme/cordoroyblue/styles.php
theme/standard/styles.php
theme/standardblue/styles.php
theme/standardgreen/styles.php
theme/standardlogo/styles.php
theme/standardred/styles.php
theme/standardwhite/styles.php

index ff639c08e701f467aef0375d878ca81ad342b2eb..0eac7c3bf4f369963cf1cf0fe886b6d947de0451 100644 (file)
@@ -7,10 +7,6 @@ This file lists the major changes to the theme files between Moodle versions.
 Changes to 1.0.9 since 1.0.8.1
 --------------------------------
 
-ALL pix files can now be changed from within a theme, 
-see cordoroyblue for an example:  config.php and the 
-pix subdirectory.
-
 config.php contains two new entries:
 
   $THEME->custompix
@@ -54,4 +50,19 @@ Styles to show hidden topics on the course page
 .topicsoutlinecontenthidden
 
 
+Styles to show hidden weeks on the course page
+
+.weeklyoutlinesidehidden
+.weeklyoutlinecontenthidden
+
+
+Style for the date-text on the weekly format
+
+.weeklydatetext
+
+
+
+ALL pix files can now be changed from within a theme, 
+see cordoroyblue for an example:  config.php and the 
+pix subdirectory.
 
index 92bd30abd460d226383e7062d31ca1c901ba1952..17b74470fcc7384934722b63081eca5a6eab309d 100755 (executable)
Binary files a/theme/cordoroyblue/pix/i/hide.gif and b/theme/cordoroyblue/pix/i/hide.gif differ
diff --git a/theme/cordoroyblue/pix/i/marked.gif b/theme/cordoroyblue/pix/i/marked.gif
new file mode 100755 (executable)
index 0000000..18949cd
Binary files /dev/null and b/theme/cordoroyblue/pix/i/marked.gif differ
index 4b81562cbea2bb7f79c82e2a82de966da2c6f479..cb6e276d2a9977650983c6e33e3a10d44a42375e 100755 (executable)
Binary files a/theme/cordoroyblue/pix/i/marker.gif and b/theme/cordoroyblue/pix/i/marker.gif differ
index 457989af48198cd9738bd5c1754f082e4d160799..b13726fd27e31aa145deb22d6395a86985ac217b 100755 (executable)
Binary files a/theme/cordoroyblue/pix/i/show.gif and b/theme/cordoroyblue/pix/i/show.gif differ
index 22d108434103d5577a6de0f36316138ebaf946e6..b106214dc56c0a8f7646cb483f8480ad528cb52c 100644 (file)
@@ -154,8 +154,15 @@ form {
     border-color: <?PHP echo $THEME->borders?>;\r
     border-style: solid;\r
 }\r
+
+.weeklyoutlinesidehidden {\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: dashed;\r
+}\r
 \r
 .weeklyoutlinecontent {\r
+    background: #EEFAFF;\r
     border-width: 0px;\r
     border-top: 1px;\r
     border-bottom: 1px;\r
@@ -164,13 +171,28 @@ form {
 }\r
 \r
 .weeklyoutlinecontenthighlight {\r
-    background: #FDFBF1;\r
+    background: #FFFFFF;\r
     border-width: 0px;\r
     border-top: 1px;\r
     border-bottom: 1px;\r
     border-color: <?PHP echo $THEME->borders?>;\r
     border-style: solid;\r
 }\r
+
+.weeklyoutlinecontenthidden {\r
+    background: #EEFAFF;\r
+    border-width: 0px;\r
+    border-top: 1px;\r
+    border-bottom: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: dashed;\r
+}\r
+\r
+.weeklydatetext {\r
+    font-size: medium;\r
+    font-weight: bold; \r
+    color: <?PHP echo $THEME->cellheading2?>;\r
+}\r
 \r
 .topicsoutline {\r
 }\r
@@ -188,8 +210,15 @@ form {
     border-color: <?PHP echo $THEME->borders?>;\r
     border-style: solid;\r
 }\r
+
+.topicsoutlinesidehidden {\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: dashed;\r
+}\r
 \r
 .topicsoutlinecontent {\r
+    background: #EEFAFF;\r
     border-width: 0px;\r
     border-top: 1px;\r
     border-bottom: 1px;\r
@@ -198,21 +227,23 @@ form {
 }\r
 \r
 .topicsoutlinecontenthighlight {\r
-    background: #FDFBF1;\r
+    background: #FFFFFF;\r
     border-width: 0px;\r
     border-top: 1px;\r
     border-bottom: 1px;\r
     border-color: <?PHP echo $THEME->borders?>;\r
     border-style: solid;\r
 }\r
-.topicsoutlinesidehidden {\r
-    background-color: <?PHP echo $THEME->hidden?>;\r
-}\r
 \r
 .topicsoutlinecontenthidden {\r
+    background: #EEFAFF;\r
+    border-width: 0px;\r
+    border-top: 1px;\r
+    border-bottom: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: dashed;\r
 }\r
 \r
-\r
 .forumpost {\r
     border-width: 1px;\r
     border-color: <?PHP echo $THEME->borders?>;\r
index 106d9dbbf3bc941653abebf553b86a505bf5f32a..39a6b2917ee0cf255233c1e06d2a1f14e5c4ead6 100644 (file)
@@ -139,12 +139,25 @@ form {
 .weeklyoutlinesidehighlight {\r
 }\r
 \r
+.weeklyoutlinesidehidden {\r
+    background-color: <?PHP echo $THEME->hidden?>;\r
+    border-style: dashed;\r
+}\r
+\r
 .weeklyoutlinecontent {\r
 }\r
 \r
 .weeklyoutlinecontenthighlight {\r
 }\r
 \r
+.weeklyoutlinecontenthidden {\r
+}\r
+\r
+.weeklydatetext {\r
+    font-size: medium;\r
+    font-weight: bold; \r
+    color: <?PHP echo $THEME->cellheading2?>;\r
+}\r
 \r
 .topicsoutline {\r
 }\r
@@ -155,12 +168,19 @@ form {
 .topicsoutlinesidehighlight {\r
 }\r
 \r
+.topicsoutlinesidehidden {\r
+    background-color: <?PHP echo $THEME->hidden?>;\r
+    border-style: dashed;\r
+}\r
+\r
 .topicsoutlinecontent {\r
 }\r
 \r
 .topicsoutlinecontenthighlight {\r
 }\r
 \r
+.topicsoutlinecontenthidden {\r
+}\r
 \r
 .siteinfo {\r
     border-width: 1px;\r
@@ -233,9 +253,3 @@ a.dimmed:hover {
     color: #990000;\r
 }\r
 
-.topicsoutlinesidehidden {\r
-    background-color: <?PHP echo $THEME->hidden?>;\r
-}\r
-\r
-.topicsoutlinecontenthidden {\r
-}\r
index 106d9dbbf3bc941653abebf553b86a505bf5f32a..a53d8f362424be1e9037f017c0bb6bd36ddfba79 100644 (file)
@@ -139,12 +139,24 @@ form {
 .weeklyoutlinesidehighlight {\r
 }\r
 \r
+.weeklyoutlinesidehidden {\r
+    background-color: <?PHP echo $THEME->hidden?>;\r
+}\r
+\r
 .weeklyoutlinecontent {\r
 }\r
 \r
 .weeklyoutlinecontenthighlight {\r
 }\r
 \r
+.weeklyoutlinecontenthidden {\r
+}\r
+\r
+.weeklydatetext {\r
+    font-size: medium;\r
+    font-weight: bold; \r
+    color: <?PHP echo $THEME->cellheading2?>;\r
+}\r
 \r
 .topicsoutline {\r
 }\r
@@ -155,12 +167,18 @@ form {
 .topicsoutlinesidehighlight {\r
 }\r
 \r
+.topicsoutlinesidehidden {\r
+    background-color: <?PHP echo $THEME->hidden?>;\r
+}\r
+\r
 .topicsoutlinecontent {\r
 }\r
 \r
 .topicsoutlinecontenthighlight {\r
 }\r
 \r
+.topicsoutlinecontenthidden {\r
+}\r
 \r
 .siteinfo {\r
     border-width: 1px;\r
@@ -233,9 +251,3 @@ a.dimmed:hover {
     color: #990000;\r
 }\r
 
-.topicsoutlinesidehidden {\r
-    background-color: <?PHP echo $THEME->hidden?>;\r
-}\r
-\r
-.topicsoutlinecontenthidden {\r
-}\r
index 106d9dbbf3bc941653abebf553b86a505bf5f32a..a53d8f362424be1e9037f017c0bb6bd36ddfba79 100644 (file)
@@ -139,12 +139,24 @@ form {
 .weeklyoutlinesidehighlight {\r
 }\r
 \r
+.weeklyoutlinesidehidden {\r
+    background-color: <?PHP echo $THEME->hidden?>;\r
+}\r
+\r
 .weeklyoutlinecontent {\r
 }\r
 \r
 .weeklyoutlinecontenthighlight {\r
 }\r
 \r
+.weeklyoutlinecontenthidden {\r
+}\r
+\r
+.weeklydatetext {\r
+    font-size: medium;\r
+    font-weight: bold; \r
+    color: <?PHP echo $THEME->cellheading2?>;\r
+}\r
 \r
 .topicsoutline {\r
 }\r
@@ -155,12 +167,18 @@ form {
 .topicsoutlinesidehighlight {\r
 }\r
 \r
+.topicsoutlinesidehidden {\r
+    background-color: <?PHP echo $THEME->hidden?>;\r
+}\r
+\r
 .topicsoutlinecontent {\r
 }\r
 \r
 .topicsoutlinecontenthighlight {\r
 }\r
 \r
+.topicsoutlinecontenthidden {\r
+}\r
 \r
 .siteinfo {\r
     border-width: 1px;\r
@@ -233,9 +251,3 @@ a.dimmed:hover {
     color: #990000;\r
 }\r
 
-.topicsoutlinesidehidden {\r
-    background-color: <?PHP echo $THEME->hidden?>;\r
-}\r
-\r
-.topicsoutlinecontenthidden {\r
-}\r
index 106d9dbbf3bc941653abebf553b86a505bf5f32a..a53d8f362424be1e9037f017c0bb6bd36ddfba79 100644 (file)
@@ -139,12 +139,24 @@ form {
 .weeklyoutlinesidehighlight {\r
 }\r
 \r
+.weeklyoutlinesidehidden {\r
+    background-color: <?PHP echo $THEME->hidden?>;\r
+}\r
+\r
 .weeklyoutlinecontent {\r
 }\r
 \r
 .weeklyoutlinecontenthighlight {\r
 }\r
 \r
+.weeklyoutlinecontenthidden {\r
+}\r
+\r
+.weeklydatetext {\r
+    font-size: medium;\r
+    font-weight: bold; \r
+    color: <?PHP echo $THEME->cellheading2?>;\r
+}\r
 \r
 .topicsoutline {\r
 }\r
@@ -155,12 +167,18 @@ form {
 .topicsoutlinesidehighlight {\r
 }\r
 \r
+.topicsoutlinesidehidden {\r
+    background-color: <?PHP echo $THEME->hidden?>;\r
+}\r
+\r
 .topicsoutlinecontent {\r
 }\r
 \r
 .topicsoutlinecontenthighlight {\r
 }\r
 \r
+.topicsoutlinecontenthidden {\r
+}\r
 \r
 .siteinfo {\r
     border-width: 1px;\r
@@ -233,9 +251,3 @@ a.dimmed:hover {
     color: #990000;\r
 }\r
 
-.topicsoutlinesidehidden {\r
-    background-color: <?PHP echo $THEME->hidden?>;\r
-}\r
-\r
-.topicsoutlinecontenthidden {\r
-}\r
index 106d9dbbf3bc941653abebf553b86a505bf5f32a..a53d8f362424be1e9037f017c0bb6bd36ddfba79 100644 (file)
@@ -139,12 +139,24 @@ form {
 .weeklyoutlinesidehighlight {\r
 }\r
 \r
+.weeklyoutlinesidehidden {\r
+    background-color: <?PHP echo $THEME->hidden?>;\r
+}\r
+\r
 .weeklyoutlinecontent {\r
 }\r
 \r
 .weeklyoutlinecontenthighlight {\r
 }\r
 \r
+.weeklyoutlinecontenthidden {\r
+}\r
+\r
+.weeklydatetext {\r
+    font-size: medium;\r
+    font-weight: bold; \r
+    color: <?PHP echo $THEME->cellheading2?>;\r
+}\r
 \r
 .topicsoutline {\r
 }\r
@@ -155,12 +167,18 @@ form {
 .topicsoutlinesidehighlight {\r
 }\r
 \r
+.topicsoutlinesidehidden {\r
+    background-color: <?PHP echo $THEME->hidden?>;\r
+}\r
+\r
 .topicsoutlinecontent {\r
 }\r
 \r
 .topicsoutlinecontenthighlight {\r
 }\r
 \r
+.topicsoutlinecontenthidden {\r
+}\r
 \r
 .siteinfo {\r
     border-width: 1px;\r
@@ -233,9 +251,3 @@ a.dimmed:hover {
     color: #990000;\r
 }\r
 
-.topicsoutlinesidehidden {\r
-    background-color: <?PHP echo $THEME->hidden?>;\r
-}\r
-\r
-.topicsoutlinecontenthidden {\r
-}\r
index 106d9dbbf3bc941653abebf553b86a505bf5f32a..a53d8f362424be1e9037f017c0bb6bd36ddfba79 100644 (file)
@@ -139,12 +139,24 @@ form {
 .weeklyoutlinesidehighlight {\r
 }\r
 \r
+.weeklyoutlinesidehidden {\r
+    background-color: <?PHP echo $THEME->hidden?>;\r
+}\r
+\r
 .weeklyoutlinecontent {\r
 }\r
 \r
 .weeklyoutlinecontenthighlight {\r
 }\r
 \r
+.weeklyoutlinecontenthidden {\r
+}\r
+\r
+.weeklydatetext {\r
+    font-size: medium;\r
+    font-weight: bold; \r
+    color: <?PHP echo $THEME->cellheading2?>;\r
+}\r
 \r
 .topicsoutline {\r
 }\r
@@ -155,12 +167,18 @@ form {
 .topicsoutlinesidehighlight {\r
 }\r
 \r
+.topicsoutlinesidehidden {\r
+    background-color: <?PHP echo $THEME->hidden?>;\r
+}\r
+\r
 .topicsoutlinecontent {\r
 }\r
 \r
 .topicsoutlinecontenthighlight {\r
 }\r
 \r
+.topicsoutlinecontenthidden {\r
+}\r
 \r
 .siteinfo {\r
     border-width: 1px;\r
@@ -233,9 +251,3 @@ a.dimmed:hover {
     color: #990000;\r
 }\r
 
-.topicsoutlinesidehidden {\r
-    background-color: <?PHP echo $THEME->hidden?>;\r
-}\r
-\r
-.topicsoutlinecontenthidden {\r
-}\r