New style classes added to standard themes
authormoodler <moodler>
Fri, 13 Dec 2002 03:29:45 +0000 (03:29 +0000)
committermoodler <moodler>
Fri, 13 Dec 2002 03:29:45 +0000 (03:29 +0000)
theme/standard/styles.php
theme/standardblue/styles.php
theme/standardgreen/styles.php
theme/standardlogo/styles.php
theme/standardred/styles.php

index 9175fa7..784700b 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
-/// 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
@@ -67,12 +75,6 @@ form { margin-bottom: 0; }
     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
@@ -112,12 +114,6 @@ form { margin-bottom: 0; }
     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
@@ -138,3 +134,50 @@ form { margin-bottom: 0; }
 \r
 .forumpostmessage {\r
 }\r
+\r
+\r
+.weeklyoutline {\r
+}\r
+\r
+.weeklyoutlineside {\r
+}\r
+\r
+.weeklyoutlinesidehighlight {\r
+}\r
+\r
+.weeklyoutlinecontent {\r
+}\r
+\r
+\r
+.topicsoutline {\r
+}\r
+\r
+.topicsoutlineside {\r
+}\r
+\r
+.topicsoutlinesidehighlight {\r
+}\r
+\r
+.topicsoutlinecontent {\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
index 9175fa7..784700b 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
-/// 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
@@ -67,12 +75,6 @@ form { margin-bottom: 0; }
     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
@@ -112,12 +114,6 @@ form { margin-bottom: 0; }
     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
@@ -138,3 +134,50 @@ form { margin-bottom: 0; }
 \r
 .forumpostmessage {\r
 }\r
+\r
+\r
+.weeklyoutline {\r
+}\r
+\r
+.weeklyoutlineside {\r
+}\r
+\r
+.weeklyoutlinesidehighlight {\r
+}\r
+\r
+.weeklyoutlinecontent {\r
+}\r
+\r
+\r
+.topicsoutline {\r
+}\r
+\r
+.topicsoutlineside {\r
+}\r
+\r
+.topicsoutlinesidehighlight {\r
+}\r
+\r
+.topicsoutlinecontent {\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
index 9175fa7..784700b 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
-/// 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
@@ -67,12 +75,6 @@ form { margin-bottom: 0; }
     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
@@ -112,12 +114,6 @@ form { margin-bottom: 0; }
     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
@@ -138,3 +134,50 @@ form { margin-bottom: 0; }
 \r
 .forumpostmessage {\r
 }\r
+\r
+\r
+.weeklyoutline {\r
+}\r
+\r
+.weeklyoutlineside {\r
+}\r
+\r
+.weeklyoutlinesidehighlight {\r
+}\r
+\r
+.weeklyoutlinecontent {\r
+}\r
+\r
+\r
+.topicsoutline {\r
+}\r
+\r
+.topicsoutlineside {\r
+}\r
+\r
+.topicsoutlinesidehighlight {\r
+}\r
+\r
+.topicsoutlinecontent {\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
index 9175fa7..784700b 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
-/// 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
@@ -67,12 +75,6 @@ form { margin-bottom: 0; }
     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
@@ -112,12 +114,6 @@ form { margin-bottom: 0; }
     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
@@ -138,3 +134,50 @@ form { margin-bottom: 0; }
 \r
 .forumpostmessage {\r
 }\r
+\r
+\r
+.weeklyoutline {\r
+}\r
+\r
+.weeklyoutlineside {\r
+}\r
+\r
+.weeklyoutlinesidehighlight {\r
+}\r
+\r
+.weeklyoutlinecontent {\r
+}\r
+\r
+\r
+.topicsoutline {\r
+}\r
+\r
+.topicsoutlineside {\r
+}\r
+\r
+.topicsoutlinesidehighlight {\r
+}\r
+\r
+.topicsoutlinecontent {\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
index 9175fa7..784700b 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
-/// 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
@@ -67,12 +75,6 @@ form { margin-bottom: 0; }
     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
@@ -112,12 +114,6 @@ form { margin-bottom: 0; }
     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
@@ -138,3 +134,50 @@ form { margin-bottom: 0; }
 \r
 .forumpostmessage {\r
 }\r
+\r
+\r
+.weeklyoutline {\r
+}\r
+\r
+.weeklyoutlineside {\r
+}\r
+\r
+.weeklyoutlinesidehighlight {\r
+}\r
+\r
+.weeklyoutlinecontent {\r
+}\r
+\r
+\r
+.topicsoutline {\r
+}\r
+\r
+.topicsoutlineside {\r
+}\r
+\r
+.topicsoutlinesidehighlight {\r
+}\r
+\r
+.topicsoutlinecontent {\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