]> git.mjollnir.org Git - moodle.git/commitdiff
New styles for forums
authormoodler <moodler>
Sat, 29 Jan 2005 09:39:56 +0000 (09:39 +0000)
committermoodler <moodler>
Sat, 29 Jan 2005 09:39:56 +0000 (09:39 +0000)
theme/standard/styles_color.css
theme/standard/styles_layout.css

index 3fe5bc4d896460d25ad6b99110cc1d8ab614642f..8b4075af23c3a22548651afeec2986cad286a669 100644 (file)
@@ -172,10 +172,28 @@ th {
     border-color:#DDDDDD; /* borders */
 }
 
+.forumpostside {
+    background:#EEEEEE;
+}
+
+.forumpostpicture {
+    background:#EEEEEE; 
+}
+
+.forumpostheader {
+    border-style:solid; /* borders */
+    border-width: 0px;
+    border-bottom-color: #EEEEEE;
+    border-bottom-width: 1px;
+}
+
+.forumpostmessage {
+    background:#FFFFFF;
+}
 
 /* glossary, wiki */
 .generaltab {
-    background-color:#FFD991; /* cellheading */
+    background-color:#BBBBBB; /* cellheading */
 }
 
 .generaltabselected {
@@ -192,6 +210,32 @@ th {
     color:#555555;
 }
 
+.forumthread .unread {
+    background: #FFD991;
+}
+
+.unread {
+    background: #FFD991;
+} 
+
+#mod-forum-view .unread {
+}
+
+#mod-forum-discuss .forumpost {
+    background: none;
+}
+
+#mod-forum-discuss .unread .forumpostmessage {
+    border-style: solid; 
+    border-color: #FFD991; 
+    border-width: 2px; 
+} 
+
+#mod-forum-discuss .forumthread .unread {
+} 
+
+#mod-forum-index .unread {
+}
 
 /* message */
 table.message_search_results td {
index 82733a17e6114e2e31f1e9173b8d097cee158917..52205c05a0e693bd4cc98a35a5c75c46b3eecbbe 100644 (file)
@@ -497,3 +497,7 @@ body#doc-contents ul {
     font-size: 0.8em;
     width: 90%; /* try it on IE without this and see what happens */
 }
+
+body#course-view .unread {
+    margin-left: 3em;
+}