\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
-/// Note that colours are all defined in config.php\r
-/// in this directory\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
\r
?>\r
\r
\r
-a:link {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; \r
- text-decoration: none; \r
- color: blue;}\r
-a:visited {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; \r
- text-decoration: none; \r
- color: blue;}\r
-a:hover {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; \r
- text-decoration: underline; \r
- color: red;}\r
-\r
-body {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}\r
+body, td, th, li {\r
+ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;\r
+}\r
\r
-p {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}\r
+th {\r
+ font-weight: bold; \r
+ background-color: <?PHP echo $THEME->cellheading?>;\r
+}\r
\r
-h1 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}\r
+a:link {\r
+ text-decoration: none; \r
+ color: blue;\r
+}\r
\r
-h2 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}\r
+a:visited {\r
+ text-decoration: none; \r
+ color: blue;\r
+}\r
\r
-h3 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}\r
+a:hover {\r
+ text-decoration: underline; \r
+ color: red;\r
+}\r
\r
-h4 {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}\r
+form { \r
+ margin-bottom: 0;\r
+}\r
\r
-th {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; \r
- font-weight: bold; \r
- background-color: <?PHP echo $THEME->cellheading?>;}\r
\r
-td {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}\r
\r
-li {font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}\r
\r
-form { margin-bottom: 0; }\r
\r
.highlight {\r
background-color: <?PHP echo $THEME->highlight?>;\r
background-image: url(<?PHP echo "$themeurl"?>/gradient.jpg);\r
}\r
\r
-.generalbox {\r
- border-width: 1px;\r
- border-color: <?PHP echo $THEME->borders?>;\r
- border-style: solid;\r
-}\r
-\r
.generaltable {\r
}\r
\r
border-style: solid;\r
}\r
\r
-.weeklyoutline {\r
-}\r
-\r
-.topicsoutline {\r
-}\r
-\r
.forumpost {\r
border-width: 1px;\r
border-color: <?PHP echo $THEME->borders?>;\r
\r
.forumpostmessage {\r
}\r
+\r
+\r
+.weeklyoutline {\r
+}\r
+\r
+.weeklyoutlineside {\r
+}\r
+\r
+.weeklyoutlinesidehighlight {\r
+}\r
+\r
+.weeklyoutlinecontent {\r
+}\r
+\r
+.weeklyoutlinecontenthighlight {\r
+}\r
+\r
+\r
+.topicsoutline {\r
+}\r
+\r
+.topicsoutlineside {\r
+}\r
+\r
+.topicsoutlinesidehighlight {\r
+}\r
+\r
+.topicsoutlinecontent {\r
+}\r
+\r
+.topicsoutlinecontenthighlight {\r
+}\r
+\r
+\r
+.siteinfo {\r
+ border-width: 1px;\r
+ border-color: <?PHP echo $THEME->borders?>;\r
+ border-style: solid;\r
+}\r
+\r
+.siteinfocontent {\r
+}\r
+\r
+\r
+.generalbox {\r
+ border-width: 1px;\r
+ border-color: <?PHP echo $THEME->borders?>;\r
+ border-style: solid;\r
+}\r
+\r
+.generalboxcontent {\r
+}\r
+\r