]> git.mjollnir.org Git - moodle.git/commitdiff
Added two new styles for smallinfo displays on the side
authormoodler <moodler>
Sun, 28 Dec 2003 05:56:34 +0000 (05:56 +0000)
committermoodler <moodler>
Sun, 28 Dec 2003 05:56:34 +0000 (05:56 +0000)
theme/UPGRADE.txt
theme/standard/styles.php
theme/standardblue/styles.php
theme/standardgreen/styles.php
theme/standardlogo/styles.php
theme/standardred/styles.php
theme/standardwhite/styles.php

index dd7da8bd6766b08393eac034ec41f3b774525c3c..5ee10cae482d43c143d851b2f3f923ad581e1719 100644 (file)
@@ -154,3 +154,10 @@ a.autolink:hover {}
 /* Specific style for the category numbers (was categoryname) */
 
 .categorynumber {}
+
+
+/* Style for the header and message of the smallinfo displays 
+   on the side like "Latest News" and "Recent Activity" etc */
+
+.smallinfo {}
+.smallinfohead {}
index fe3b6ea70fea2481ec81f2ece81d2430a2e68e5b..11a51fcd119fee8f50987fe7437f263e7c802e67 100644 (file)
@@ -436,3 +436,9 @@ a.autolink:hover {
     border-style: solid;
 }
 
+.smallinfo {
+}
+
+.smallinfohead {
+    color: #555555;
+}
index 3739477385a68e570c09c1d4f79369fa49acae1f..11a51fcd119fee8f50987fe7437f263e7c802e67 100644 (file)
@@ -355,6 +355,11 @@ a.dimmed:hover {
     font-weight: bold;
 }
 
+.categorynumber {
+    font-size: larger;
+    font-weight: bold;
+}
+
 .coursename {
 }
 
@@ -431,3 +436,9 @@ a.autolink:hover {
     border-style: solid;
 }
 
+.smallinfo {
+}
+
+.smallinfohead {
+    color: #555555;
+}
index 3739477385a68e570c09c1d4f79369fa49acae1f..11a51fcd119fee8f50987fe7437f263e7c802e67 100644 (file)
@@ -355,6 +355,11 @@ a.dimmed:hover {
     font-weight: bold;
 }
 
+.categorynumber {
+    font-size: larger;
+    font-weight: bold;
+}
+
 .coursename {
 }
 
@@ -431,3 +436,9 @@ a.autolink:hover {
     border-style: solid;
 }
 
+.smallinfo {
+}
+
+.smallinfohead {
+    color: #555555;
+}
index 3739477385a68e570c09c1d4f79369fa49acae1f..11a51fcd119fee8f50987fe7437f263e7c802e67 100644 (file)
@@ -355,6 +355,11 @@ a.dimmed:hover {
     font-weight: bold;
 }
 
+.categorynumber {
+    font-size: larger;
+    font-weight: bold;
+}
+
 .coursename {
 }
 
@@ -431,3 +436,9 @@ a.autolink:hover {
     border-style: solid;
 }
 
+.smallinfo {
+}
+
+.smallinfohead {
+    color: #555555;
+}
index 3739477385a68e570c09c1d4f79369fa49acae1f..11a51fcd119fee8f50987fe7437f263e7c802e67 100644 (file)
@@ -355,6 +355,11 @@ a.dimmed:hover {
     font-weight: bold;
 }
 
+.categorynumber {
+    font-size: larger;
+    font-weight: bold;
+}
+
 .coursename {
 }
 
@@ -431,3 +436,9 @@ a.autolink:hover {
     border-style: solid;
 }
 
+.smallinfo {
+}
+
+.smallinfohead {
+    color: #555555;
+}
index 3739477385a68e570c09c1d4f79369fa49acae1f..11a51fcd119fee8f50987fe7437f263e7c802e67 100644 (file)
@@ -355,6 +355,11 @@ a.dimmed:hover {
     font-weight: bold;
 }
 
+.categorynumber {
+    font-size: larger;
+    font-weight: bold;
+}
+
 .coursename {
 }
 
@@ -431,3 +436,9 @@ a.autolink:hover {
     border-style: solid;
 }
 
+.smallinfo {
+}
+
+.smallinfohead {
+    color: #555555;
+}