]> git.mjollnir.org Git - moodle.git/commitdiff
Minor changes.
authorurs_hunkler <urs_hunkler>
Thu, 27 Jan 2005 12:34:28 +0000 (12:34 +0000)
committerurs_hunkler <urs_hunkler>
Thu, 27 Jan 2005 12:34:28 +0000 (12:34 +0000)
theme/standard/styles_color.css
theme/standard/styles_fonts.css

index 53032ba2da1cf1208c11bf6853a29e27b10e8b6d..3fe5bc4d896460d25ad6b99110cc1d8ab614642f 100644 (file)
@@ -133,7 +133,7 @@ th {
 }
 .weeklyoutlinesidehidden,
 .topicsoutlinesidehidden {
-    background-color:#AAAAAA; /* hidden */
+    border-color:#AAAAAA; /* hidden */
 }
 
 .weeklyoutlinecontent,
@@ -141,7 +141,8 @@ th {
     border-color:#DDDDDD; /* cellheading */
 }
 
-.weeklyoutlinecontenthighlight, .topicsoutlinecontenthighlight {
+.weeklyoutlinecontenthighlight, 
+.topicsoutlinecontenthighlight {
     border-color:#FFC85F; /* cellheading2 */
 }
 
index 652e84e0b2bdfb8e698b3a1b490f9eb03a3643b1..1cce678d40e7737b0245a6f58bb75f472c406428 100644 (file)
@@ -37,6 +37,17 @@ font {
     font-size:1px;
 }
 
+
+/* general styles */
+body, td, th, li {
+    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
+    font-size:0.95em;
+}
+
+th {
+    font-weight:bold;
+}
+
 a:link,
 a:visited {
     text-decoration:none;
@@ -59,17 +70,6 @@ a.dimmed:hover {
 }
 
 
-/* general styles */
-body, td, th, li {
-    font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
-    font-size:0.95em;
-}
-
-th {
-    font-weight:bold;
-}
-
-
 /* header styles */
 .headermain {
     font-weight:bold;
@@ -119,21 +119,6 @@ th {
 *** Course
 ***
 ******************************/
-
-
-/*****************************
-***
-*** Activities
-***
-******************************/
-/* index, admin, course, lang, adodb, quiz */
-.categoryname,
-.categorynumber {
-    font-size:larger;
-    font-weight:bold;
-}
-
-
 /* course */
 .activitydate, .activityhead {
     font-size:x-small;
@@ -159,6 +144,20 @@ th {
 }
 
 
+
+/*****************************
+***
+*** Activities
+***
+******************************/
+/* index, admin, course, lang, adodb, quiz */
+.categoryname,
+.categorynumber {
+    font-size:larger;
+    font-weight:bold;
+}
+
+
 /* forum */
 .forumolddiscuss {
     text-align:right;