]> git.mjollnir.org Git - moodle.git/commitdiff
More tweaks ... added style for outlinecontent when highlighted (eg current week)
authormoodler <moodler>
Fri, 13 Dec 2002 07:37:13 +0000 (07:37 +0000)
committermoodler <moodler>
Fri, 13 Dec 2002 07:37:13 +0000 (07:37 +0000)
theme/cordoroyblue/styles.php
theme/standard/styles.php
theme/standardblue/styles.php
theme/standardgreen/styles.php
theme/standardlogo/styles.php
theme/standardred/styles.php

index af04de9344c7bc89a394be9048a2626c5fc50784..30cac48d33709e428917f0b44a000d7476c9eef5 100644 (file)
@@ -48,6 +48,11 @@ th {
     background-color: <?PHP echo $THEME->cellheading?>;\r
 }\r
 \r
+ul {\r
+   margin-bottom: 5px;\r
+   margin-top: 0px;\r
+}\r
+\r
 form { \r
     margin-bottom: 0;\r
 }\r
@@ -137,13 +142,33 @@ form {
 \r
 .weeklyoutlineside {\r
     background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: solid;\r
 }\r
 \r
 .weeklyoutlinesidehighlight {\r
     background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: solid;\r
 }\r
 \r
 .weeklyoutlinecontent {\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
+\r
+.weeklyoutlinecontenthighlight {\r
+    background: #FDFBF1;\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
 \r
 .topicsoutline {\r
@@ -151,15 +176,35 @@ form {
 \r
 .topicsoutlineside {\r
     background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: solid;\r
 }\r
 \r
 .topicsoutlinesidehighlight {\r
     background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: solid;\r
 }\r
 \r
 .topicsoutlinecontent {\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
+\r
+.topicsoutlinecontenthighlight {\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
 \r
+\r
 .forumpost {\r
     border-width: 1px;\r
     border-color: <?PHP echo $THEME->borders?>;\r
index 1ac0f4ad10f382fd100a8af3fe4017bce5aa4712..37ef74a3fa0ed8dfaaa247711ed69d4254418f50 100644 (file)
@@ -148,6 +148,9 @@ form {
 .weeklyoutlinecontent {\r
 }\r
 \r
+.weeklyoutlinecontenthighlight {\r
+}\r
+\r
 \r
 .topicsoutline {\r
 }\r
@@ -161,6 +164,9 @@ form {
 .topicsoutlinecontent {\r
 }\r
 \r
+.topicsoutlinecontenthighlight {\r
+}\r
+\r
 \r
 .siteinfo {\r
     border-width: 1px;\r
index 1ac0f4ad10f382fd100a8af3fe4017bce5aa4712..30cac48d33709e428917f0b44a000d7476c9eef5 100644 (file)
 \r
 /// From here on it's nearly a normal stylesheet.\r
 /// First are some CSS definitions for normal tags, \r
-/// then custom tags follow.  \r
+/// then custom tags follow.\r
 ///\r
-/// New classes always get added to the end of the file.\r
-///\r
-/// Note that a group of standard colours are all \r
-/// defined in config.php in this directory.  The\r
-/// reason for this is because Moodle uses the same\r
-/// colours to provide oldstyle formatting for \r
-/// browsers without CSS.\r
-///\r
-/// You can hardcode colours in this file if you \r
-/// don't care about this.\r
+/// Note that colours are all defined in config.php\r
+/// in this directory\r
 \r
 ?>\r
 \r
+body {\r
+    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture1.jpg);\r
+}\r
 \r
-body, td, th {\r
+td, th {\r
     font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;\r
 }\r
 \r
@@ -52,34 +48,47 @@ th {
     background-color: <?PHP echo $THEME->cellheading?>;\r
 }\r
 \r
+ul {\r
+   margin-bottom: 5px;\r
+   margin-top: 0px;\r
+}\r
+\r
 form { \r
     margin-bottom: 0;\r
 }\r
 \r
 \r
 \r
-\r
-\r
 .highlight {\r
     background-color: <?PHP echo $THEME->highlight?>;\r
 }\r
 \r
 .headingblock {\r
-    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
     border-width: 1px;\r
     border-color: <?PHP echo $THEME->borders?>;\r
     border-style: solid;\r
 }\r
 \r
 .navbar {\r
-    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
+}\r
+\r
+.generalbox {\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: solid;\r
+}\r
+\r
+.generalboxcontent {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
 .generaltable {\r
 }\r
 \r
 .generaltableheader {\r
-    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
 }\r
 \r
 .generaltablecell {\r
@@ -92,92 +101,131 @@ form {
 }\r
 \r
 .sideblockheading {\r
-    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
 }\r
 \r
 .sideblockmain {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
 .sideblocklinks {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
 .sideblocklatestnews {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
 .sideblockrecentactivity {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
-.outlineheadingblock {\r
-    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r
+.siteinfo {\r
     border-width: 1px;\r
     border-color: <?PHP echo $THEME->borders?>;\r
     border-style: solid;\r
 }\r
 \r
-.forumpost {\r
+.siteinfocontent {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
+}\r
+\r
+.outlineheadingblock {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
     border-width: 1px;\r
     border-color: <?PHP echo $THEME->borders?>;\r
     border-style: solid;\r
 }\r
 \r
-.forumpostheader {\r
-}\r
-\r
-.forumpostheadertopic {\r
-}\r
-\r
-.forumpostpicture {\r
-}\r
-\r
-.forumpostside {\r
-}\r
-\r
-.forumpostmessage {\r
-}\r
-\r
-\r
 .weeklyoutline {\r
 }\r
 \r
 .weeklyoutlineside {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: solid;\r
 }\r
 \r
 .weeklyoutlinesidehighlight {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: solid;\r
 }\r
 \r
 .weeklyoutlinecontent {\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
 \r
+.weeklyoutlinecontenthighlight {\r
+    background: #FDFBF1;\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
 \r
 .topicsoutline {\r
 }\r
 \r
 .topicsoutlineside {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: solid;\r
 }\r
 \r
 .topicsoutlinesidehighlight {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: solid;\r
 }\r
 \r
 .topicsoutlinecontent {\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
 \r
+.topicsoutlinecontenthighlight {\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
 \r
-.siteinfo {\r
+\r
+.forumpost {\r
     border-width: 1px;\r
     border-color: <?PHP echo $THEME->borders?>;\r
     border-style: solid;\r
 }\r
 \r
-.siteinfocontent {\r
+.forumpostheader {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
+.forumpostheadertopic {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
+}\r
 \r
-.generalbox {\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
+.forumpostpicture {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
-.generalboxcontent {\r
+.forumpostside {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
+.forumpostmessage {\r
+}\r
index 1ac0f4ad10f382fd100a8af3fe4017bce5aa4712..30cac48d33709e428917f0b44a000d7476c9eef5 100644 (file)
 \r
 /// From here on it's nearly a normal stylesheet.\r
 /// First are some CSS definitions for normal tags, \r
-/// then custom tags follow.  \r
+/// then custom tags follow.\r
 ///\r
-/// New classes always get added to the end of the file.\r
-///\r
-/// Note that a group of standard colours are all \r
-/// defined in config.php in this directory.  The\r
-/// reason for this is because Moodle uses the same\r
-/// colours to provide oldstyle formatting for \r
-/// browsers without CSS.\r
-///\r
-/// You can hardcode colours in this file if you \r
-/// don't care about this.\r
+/// Note that colours are all defined in config.php\r
+/// in this directory\r
 \r
 ?>\r
 \r
+body {\r
+    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture1.jpg);\r
+}\r
 \r
-body, td, th {\r
+td, th {\r
     font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;\r
 }\r
 \r
@@ -52,34 +48,47 @@ th {
     background-color: <?PHP echo $THEME->cellheading?>;\r
 }\r
 \r
+ul {\r
+   margin-bottom: 5px;\r
+   margin-top: 0px;\r
+}\r
+\r
 form { \r
     margin-bottom: 0;\r
 }\r
 \r
 \r
 \r
-\r
-\r
 .highlight {\r
     background-color: <?PHP echo $THEME->highlight?>;\r
 }\r
 \r
 .headingblock {\r
-    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
     border-width: 1px;\r
     border-color: <?PHP echo $THEME->borders?>;\r
     border-style: solid;\r
 }\r
 \r
 .navbar {\r
-    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
+}\r
+\r
+.generalbox {\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: solid;\r
+}\r
+\r
+.generalboxcontent {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
 .generaltable {\r
 }\r
 \r
 .generaltableheader {\r
-    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
 }\r
 \r
 .generaltablecell {\r
@@ -92,92 +101,131 @@ form {
 }\r
 \r
 .sideblockheading {\r
-    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
 }\r
 \r
 .sideblockmain {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
 .sideblocklinks {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
 .sideblocklatestnews {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
 .sideblockrecentactivity {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
-.outlineheadingblock {\r
-    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r
+.siteinfo {\r
     border-width: 1px;\r
     border-color: <?PHP echo $THEME->borders?>;\r
     border-style: solid;\r
 }\r
 \r
-.forumpost {\r
+.siteinfocontent {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
+}\r
+\r
+.outlineheadingblock {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
     border-width: 1px;\r
     border-color: <?PHP echo $THEME->borders?>;\r
     border-style: solid;\r
 }\r
 \r
-.forumpostheader {\r
-}\r
-\r
-.forumpostheadertopic {\r
-}\r
-\r
-.forumpostpicture {\r
-}\r
-\r
-.forumpostside {\r
-}\r
-\r
-.forumpostmessage {\r
-}\r
-\r
-\r
 .weeklyoutline {\r
 }\r
 \r
 .weeklyoutlineside {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: solid;\r
 }\r
 \r
 .weeklyoutlinesidehighlight {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: solid;\r
 }\r
 \r
 .weeklyoutlinecontent {\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
 \r
+.weeklyoutlinecontenthighlight {\r
+    background: #FDFBF1;\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
 \r
 .topicsoutline {\r
 }\r
 \r
 .topicsoutlineside {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: solid;\r
 }\r
 \r
 .topicsoutlinesidehighlight {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: solid;\r
 }\r
 \r
 .topicsoutlinecontent {\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
 \r
+.topicsoutlinecontenthighlight {\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
 \r
-.siteinfo {\r
+\r
+.forumpost {\r
     border-width: 1px;\r
     border-color: <?PHP echo $THEME->borders?>;\r
     border-style: solid;\r
 }\r
 \r
-.siteinfocontent {\r
+.forumpostheader {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
+.forumpostheadertopic {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
+}\r
 \r
-.generalbox {\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
+.forumpostpicture {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
-.generalboxcontent {\r
+.forumpostside {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
+.forumpostmessage {\r
+}\r
index 1ac0f4ad10f382fd100a8af3fe4017bce5aa4712..30cac48d33709e428917f0b44a000d7476c9eef5 100644 (file)
 \r
 /// From here on it's nearly a normal stylesheet.\r
 /// First are some CSS definitions for normal tags, \r
-/// then custom tags follow.  \r
+/// then custom tags follow.\r
 ///\r
-/// New classes always get added to the end of the file.\r
-///\r
-/// Note that a group of standard colours are all \r
-/// defined in config.php in this directory.  The\r
-/// reason for this is because Moodle uses the same\r
-/// colours to provide oldstyle formatting for \r
-/// browsers without CSS.\r
-///\r
-/// You can hardcode colours in this file if you \r
-/// don't care about this.\r
+/// Note that colours are all defined in config.php\r
+/// in this directory\r
 \r
 ?>\r
 \r
+body {\r
+    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture1.jpg);\r
+}\r
 \r
-body, td, th {\r
+td, th {\r
     font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;\r
 }\r
 \r
@@ -52,34 +48,47 @@ th {
     background-color: <?PHP echo $THEME->cellheading?>;\r
 }\r
 \r
+ul {\r
+   margin-bottom: 5px;\r
+   margin-top: 0px;\r
+}\r
+\r
 form { \r
     margin-bottom: 0;\r
 }\r
 \r
 \r
 \r
-\r
-\r
 .highlight {\r
     background-color: <?PHP echo $THEME->highlight?>;\r
 }\r
 \r
 .headingblock {\r
-    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
     border-width: 1px;\r
     border-color: <?PHP echo $THEME->borders?>;\r
     border-style: solid;\r
 }\r
 \r
 .navbar {\r
-    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
+}\r
+\r
+.generalbox {\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: solid;\r
+}\r
+\r
+.generalboxcontent {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
 .generaltable {\r
 }\r
 \r
 .generaltableheader {\r
-    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
 }\r
 \r
 .generaltablecell {\r
@@ -92,92 +101,131 @@ form {
 }\r
 \r
 .sideblockheading {\r
-    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
 }\r
 \r
 .sideblockmain {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
 .sideblocklinks {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
 .sideblocklatestnews {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
 .sideblockrecentactivity {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
-.outlineheadingblock {\r
-    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r
+.siteinfo {\r
     border-width: 1px;\r
     border-color: <?PHP echo $THEME->borders?>;\r
     border-style: solid;\r
 }\r
 \r
-.forumpost {\r
+.siteinfocontent {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
+}\r
+\r
+.outlineheadingblock {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
     border-width: 1px;\r
     border-color: <?PHP echo $THEME->borders?>;\r
     border-style: solid;\r
 }\r
 \r
-.forumpostheader {\r
-}\r
-\r
-.forumpostheadertopic {\r
-}\r
-\r
-.forumpostpicture {\r
-}\r
-\r
-.forumpostside {\r
-}\r
-\r
-.forumpostmessage {\r
-}\r
-\r
-\r
 .weeklyoutline {\r
 }\r
 \r
 .weeklyoutlineside {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: solid;\r
 }\r
 \r
 .weeklyoutlinesidehighlight {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: solid;\r
 }\r
 \r
 .weeklyoutlinecontent {\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
 \r
+.weeklyoutlinecontenthighlight {\r
+    background: #FDFBF1;\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
 \r
 .topicsoutline {\r
 }\r
 \r
 .topicsoutlineside {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: solid;\r
 }\r
 \r
 .topicsoutlinesidehighlight {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: solid;\r
 }\r
 \r
 .topicsoutlinecontent {\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
 \r
+.topicsoutlinecontenthighlight {\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
 \r
-.siteinfo {\r
+\r
+.forumpost {\r
     border-width: 1px;\r
     border-color: <?PHP echo $THEME->borders?>;\r
     border-style: solid;\r
 }\r
 \r
-.siteinfocontent {\r
+.forumpostheader {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
+.forumpostheadertopic {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
+}\r
 \r
-.generalbox {\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
+.forumpostpicture {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
-.generalboxcontent {\r
+.forumpostside {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
+.forumpostmessage {\r
+}\r
index 1ac0f4ad10f382fd100a8af3fe4017bce5aa4712..30cac48d33709e428917f0b44a000d7476c9eef5 100644 (file)
 \r
 /// From here on it's nearly a normal stylesheet.\r
 /// First are some CSS definitions for normal tags, \r
-/// then custom tags follow.  \r
+/// then custom tags follow.\r
 ///\r
-/// New classes always get added to the end of the file.\r
-///\r
-/// Note that a group of standard colours are all \r
-/// defined in config.php in this directory.  The\r
-/// reason for this is because Moodle uses the same\r
-/// colours to provide oldstyle formatting for \r
-/// browsers without CSS.\r
-///\r
-/// You can hardcode colours in this file if you \r
-/// don't care about this.\r
+/// Note that colours are all defined in config.php\r
+/// in this directory\r
 \r
 ?>\r
 \r
+body {\r
+    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture1.jpg);\r
+}\r
 \r
-body, td, th {\r
+td, th {\r
     font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;\r
 }\r
 \r
@@ -52,34 +48,47 @@ th {
     background-color: <?PHP echo $THEME->cellheading?>;\r
 }\r
 \r
+ul {\r
+   margin-bottom: 5px;\r
+   margin-top: 0px;\r
+}\r
+\r
 form { \r
     margin-bottom: 0;\r
 }\r
 \r
 \r
 \r
-\r
-\r
 .highlight {\r
     background-color: <?PHP echo $THEME->highlight?>;\r
 }\r
 \r
 .headingblock {\r
-    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
     border-width: 1px;\r
     border-color: <?PHP echo $THEME->borders?>;\r
     border-style: solid;\r
 }\r
 \r
 .navbar {\r
-    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
+}\r
+\r
+.generalbox {\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: solid;\r
+}\r
+\r
+.generalboxcontent {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
 .generaltable {\r
 }\r
 \r
 .generaltableheader {\r
-    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
 }\r
 \r
 .generaltablecell {\r
@@ -92,92 +101,131 @@ form {
 }\r
 \r
 .sideblockheading {\r
-    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
 }\r
 \r
 .sideblockmain {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
 .sideblocklinks {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
 .sideblocklatestnews {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
 .sideblockrecentactivity {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
-.outlineheadingblock {\r
-    background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r
+.siteinfo {\r
     border-width: 1px;\r
     border-color: <?PHP echo $THEME->borders?>;\r
     border-style: solid;\r
 }\r
 \r
-.forumpost {\r
+.siteinfocontent {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
+}\r
+\r
+.outlineheadingblock {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
     border-width: 1px;\r
     border-color: <?PHP echo $THEME->borders?>;\r
     border-style: solid;\r
 }\r
 \r
-.forumpostheader {\r
-}\r
-\r
-.forumpostheadertopic {\r
-}\r
-\r
-.forumpostpicture {\r
-}\r
-\r
-.forumpostside {\r
-}\r
-\r
-.forumpostmessage {\r
-}\r
-\r
-\r
 .weeklyoutline {\r
 }\r
 \r
 .weeklyoutlineside {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: solid;\r
 }\r
 \r
 .weeklyoutlinesidehighlight {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: solid;\r
 }\r
 \r
 .weeklyoutlinecontent {\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
 \r
+.weeklyoutlinecontenthighlight {\r
+    background: #FDFBF1;\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
 \r
 .topicsoutline {\r
 }\r
 \r
 .topicsoutlineside {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: solid;\r
 }\r
 \r
 .topicsoutlinesidehighlight {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
+    border-width: 1px;\r
+    border-color: <?PHP echo $THEME->borders?>;\r
+    border-style: solid;\r
 }\r
 \r
 .topicsoutlinecontent {\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
 \r
+.topicsoutlinecontenthighlight {\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
 \r
-.siteinfo {\r
+\r
+.forumpost {\r
     border-width: 1px;\r
     border-color: <?PHP echo $THEME->borders?>;\r
     border-style: solid;\r
 }\r
 \r
-.siteinfocontent {\r
+.forumpostheader {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
+.forumpostheadertopic {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture3.jpg);\r
+}\r
 \r
-.generalbox {\r
-    border-width: 1px;\r
-    border-color: <?PHP echo $THEME->borders?>;\r
-    border-style: solid;\r
+.forumpostpicture {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
-.generalboxcontent {\r
+.forumpostside {\r
+    background-image: url(<?PHP echo "$themeurl"?>/texture2.jpg);\r
 }\r
 \r
+.forumpostmessage {\r
+}\r