]> git.mjollnir.org Git - moodle.git/commitdiff
Updating to current info
authormoodler <moodler>
Sun, 5 Jan 2003 07:04:24 +0000 (07:04 +0000)
committermoodler <moodler>
Sun, 5 Jan 2003 07:04:24 +0000 (07:04 +0000)
theme/brightretro/config.php
theme/brightretro/styles.php

index f69552eb1c73b3453f98e7d343b5b088d8a414dd..097cc646dbb1d0ac7bdf354c06f54a212a6a595a 100644 (file)
@@ -1,11 +1,11 @@
 <?PHP // $Id$
 
 $THEME->body         = "#FFB62d";  // Main page color
-$THEME->cellheading  = "FFD991";  // Standard headings of big tables
+$THEME->cellheading  = "#FFD991";  // Standard headings of big tables
 $THEME->cellheading2 = "#cD6600";  // Highlight headings of tables
 $THEME->cellcontent  = "#FFEECE";  // For areas with text
 $THEME->cellcontent2 = "#FFEECE";  // Alternate colour
 $THEME->borders      = "#FFFFFF";  // Table borders
 $THEME->highlight    = "#AAFFAA";  // Highlighted text (eg after a search)
 
-?>
\ No newline at end of file
+?>
index 9175fa79f8d2e12027032947090dc8dc3748fc55..2500203a2f19506770ee20530203b371ed057c91 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
 \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
@@ -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,56 @@ 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
+.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