Theme updates to suit new course formatting

This commit is contained in:
moodler
2003-05-04 15:09:13 +00:00
parent f50f74f6e4
commit b37eb1bf00
12 changed files with 162 additions and 46 deletions
+15 -4
View 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.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 352 B

After

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 B

After

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 B

After

Width:  |  Height:  |  Size: 81 B

+37 -6
View File
@@ -154,8 +154,15 @@ form {
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.weeklyoutlinesidehidden {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: dashed;
}
.weeklyoutlinecontent {
background: #EEFAFF;
border-width: 0px;
border-top: 1px;
border-bottom: 1px;
@@ -164,13 +171,28 @@ form {
}
.weeklyoutlinecontenthighlight {
background: #FDFBF1;
background: #FFFFFF;
border-width: 0px;
border-top: 1px;
border-bottom: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.weeklyoutlinecontenthidden {
background: #EEFAFF;
border-width: 0px;
border-top: 1px;
border-bottom: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: dashed;
}
.weeklydatetext {
font-size: medium;
font-weight: bold;
color: <?PHP echo $THEME->cellheading2?>;
}
.topicsoutline {
}
@@ -188,8 +210,15 @@ form {
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.topicsoutlinesidehidden {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: dashed;
}
.topicsoutlinecontent {
background: #EEFAFF;
border-width: 0px;
border-top: 1px;
border-bottom: 1px;
@@ -198,21 +227,23 @@ form {
}
.topicsoutlinecontenthighlight {
background: #FDFBF1;
background: #FFFFFF;
border-width: 0px;
border-top: 1px;
border-bottom: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: solid;
}
.topicsoutlinesidehidden {
background-color: <?PHP echo $THEME->hidden?>;
}
.topicsoutlinecontenthidden {
background: #EEFAFF;
border-width: 0px;
border-top: 1px;
border-bottom: 1px;
border-color: <?PHP echo $THEME->borders?>;
border-style: dashed;
}
.forumpost {
border-width: 1px;
border-color: <?PHP echo $THEME->borders?>;
+20 -6
View File
@@ -139,12 +139,25 @@ form {
.weeklyoutlinesidehighlight {
}
.weeklyoutlinesidehidden {
background-color: <?PHP echo $THEME->hidden?>;
border-style: dashed;
}
.weeklyoutlinecontent {
}
.weeklyoutlinecontenthighlight {
}
.weeklyoutlinecontenthidden {
}
.weeklydatetext {
font-size: medium;
font-weight: bold;
color: <?PHP echo $THEME->cellheading2?>;
}
.topicsoutline {
}
@@ -155,12 +168,19 @@ form {
.topicsoutlinesidehighlight {
}
.topicsoutlinesidehidden {
background-color: <?PHP echo $THEME->hidden?>;
border-style: dashed;
}
.topicsoutlinecontent {
}
.topicsoutlinecontenthighlight {
}
.topicsoutlinecontenthidden {
}
.siteinfo {
border-width: 1px;
@@ -233,9 +253,3 @@ a.dimmed:hover {
color: #990000;
}
.topicsoutlinesidehidden {
background-color: <?PHP echo $THEME->hidden?>;
}
.topicsoutlinecontenthidden {
}
+18 -6
View File
@@ -139,12 +139,24 @@ form {
.weeklyoutlinesidehighlight {
}
.weeklyoutlinesidehidden {
background-color: <?PHP echo $THEME->hidden?>;
}
.weeklyoutlinecontent {
}
.weeklyoutlinecontenthighlight {
}
.weeklyoutlinecontenthidden {
}
.weeklydatetext {
font-size: medium;
font-weight: bold;
color: <?PHP echo $THEME->cellheading2?>;
}
.topicsoutline {
}
@@ -155,12 +167,18 @@ form {
.topicsoutlinesidehighlight {
}
.topicsoutlinesidehidden {
background-color: <?PHP echo $THEME->hidden?>;
}
.topicsoutlinecontent {
}
.topicsoutlinecontenthighlight {
}
.topicsoutlinecontenthidden {
}
.siteinfo {
border-width: 1px;
@@ -233,9 +251,3 @@ a.dimmed:hover {
color: #990000;
}
.topicsoutlinesidehidden {
background-color: <?PHP echo $THEME->hidden?>;
}
.topicsoutlinecontenthidden {
}
+18 -6
View File
@@ -139,12 +139,24 @@ form {
.weeklyoutlinesidehighlight {
}
.weeklyoutlinesidehidden {
background-color: <?PHP echo $THEME->hidden?>;
}
.weeklyoutlinecontent {
}
.weeklyoutlinecontenthighlight {
}
.weeklyoutlinecontenthidden {
}
.weeklydatetext {
font-size: medium;
font-weight: bold;
color: <?PHP echo $THEME->cellheading2?>;
}
.topicsoutline {
}
@@ -155,12 +167,18 @@ form {
.topicsoutlinesidehighlight {
}
.topicsoutlinesidehidden {
background-color: <?PHP echo $THEME->hidden?>;
}
.topicsoutlinecontent {
}
.topicsoutlinecontenthighlight {
}
.topicsoutlinecontenthidden {
}
.siteinfo {
border-width: 1px;
@@ -233,9 +251,3 @@ a.dimmed:hover {
color: #990000;
}
.topicsoutlinesidehidden {
background-color: <?PHP echo $THEME->hidden?>;
}
.topicsoutlinecontenthidden {
}
+18 -6
View File
@@ -139,12 +139,24 @@ form {
.weeklyoutlinesidehighlight {
}
.weeklyoutlinesidehidden {
background-color: <?PHP echo $THEME->hidden?>;
}
.weeklyoutlinecontent {
}
.weeklyoutlinecontenthighlight {
}
.weeklyoutlinecontenthidden {
}
.weeklydatetext {
font-size: medium;
font-weight: bold;
color: <?PHP echo $THEME->cellheading2?>;
}
.topicsoutline {
}
@@ -155,12 +167,18 @@ form {
.topicsoutlinesidehighlight {
}
.topicsoutlinesidehidden {
background-color: <?PHP echo $THEME->hidden?>;
}
.topicsoutlinecontent {
}
.topicsoutlinecontenthighlight {
}
.topicsoutlinecontenthidden {
}
.siteinfo {
border-width: 1px;
@@ -233,9 +251,3 @@ a.dimmed:hover {
color: #990000;
}
.topicsoutlinesidehidden {
background-color: <?PHP echo $THEME->hidden?>;
}
.topicsoutlinecontenthidden {
}
+18 -6
View File
@@ -139,12 +139,24 @@ form {
.weeklyoutlinesidehighlight {
}
.weeklyoutlinesidehidden {
background-color: <?PHP echo $THEME->hidden?>;
}
.weeklyoutlinecontent {
}
.weeklyoutlinecontenthighlight {
}
.weeklyoutlinecontenthidden {
}
.weeklydatetext {
font-size: medium;
font-weight: bold;
color: <?PHP echo $THEME->cellheading2?>;
}
.topicsoutline {
}
@@ -155,12 +167,18 @@ form {
.topicsoutlinesidehighlight {
}
.topicsoutlinesidehidden {
background-color: <?PHP echo $THEME->hidden?>;
}
.topicsoutlinecontent {
}
.topicsoutlinecontenthighlight {
}
.topicsoutlinecontenthidden {
}
.siteinfo {
border-width: 1px;
@@ -233,9 +251,3 @@ a.dimmed:hover {
color: #990000;
}
.topicsoutlinesidehidden {
background-color: <?PHP echo $THEME->hidden?>;
}
.topicsoutlinecontenthidden {
}
+18 -6
View File
@@ -139,12 +139,24 @@ form {
.weeklyoutlinesidehighlight {
}
.weeklyoutlinesidehidden {
background-color: <?PHP echo $THEME->hidden?>;
}
.weeklyoutlinecontent {
}
.weeklyoutlinecontenthighlight {
}
.weeklyoutlinecontenthidden {
}
.weeklydatetext {
font-size: medium;
font-weight: bold;
color: <?PHP echo $THEME->cellheading2?>;
}
.topicsoutline {
}
@@ -155,12 +167,18 @@ form {
.topicsoutlinesidehighlight {
}
.topicsoutlinesidehidden {
background-color: <?PHP echo $THEME->hidden?>;
}
.topicsoutlinecontent {
}
.topicsoutlinecontenthighlight {
}
.topicsoutlinecontenthidden {
}
.siteinfo {
border-width: 1px;
@@ -233,9 +251,3 @@ a.dimmed:hover {
color: #990000;
}
.topicsoutlinesidehidden {
background-color: <?PHP echo $THEME->hidden?>;
}
.topicsoutlinecontenthidden {
}