]> git.mjollnir.org Git - moodle.git/commitdiff
changes to deal with the forum class "unread"
authorurs_hunkler <urs_hunkler>
Sat, 29 Jan 2005 17:36:17 +0000 (17:36 +0000)
committerurs_hunkler <urs_hunkler>
Sat, 29 Jan 2005 17:36:17 +0000 (17:36 +0000)
theme/orangewhite/styles_color.css
theme/orangewhite/styles_font.css
theme/orangewhite/styles_layout.css

index 960b7f377b08d982cfaf26f187f1db30dea3d341..3d58bb4eda0c784eddc5cb0f9fdcaa3d645f8045 100644 (file)
@@ -89,7 +89,6 @@ body {
     color:#AAAAAA;
 }
 
-
 /* header styles */
 #nav-bar a:link {
     color:#1246A3;
@@ -250,6 +249,12 @@ body {
     border-color:#FFFFFF;
 }
 
+.topicsoutlinecontent span.unread,
+.topicsoutlinecontenthighlight span.unread,
+.topicsoutlinecontenthidden span.unread {
+    border-bottom-color:#FFB63B;
+}
+
 .weeklyoutlineside {
     border-color:#D1D7DC;
 }
@@ -329,6 +334,15 @@ body {
     border-color:#D1D7DC;
 }
 
+.forumthread .unread {
+    background: #FFD991;
+}
+
+.unread {
+    border-bottom-color:#FFB63B;
+    color:#555555;
+} 
+
 
 /* glossary */
 .glossary {
index eae52fca3b8b69dcf648a96080400845cc3149bc..5d7fbbdf3b8daf19ee47154c1e6adcac4b3b77f2 100644 (file)
@@ -265,6 +265,10 @@ h4 {
 
 .forumpostheadertopic { }
 
+.unread {
+    font-style:normal;
+} 
+
 
 /* glossary */
 .glossary .generaltab B,
index 395d00b1fed28503caecc4a53f9d8dd265c45104..ac8b859d142c923efdd7e8fb11fb705dc7c41f9b 100644 (file)
@@ -313,10 +313,11 @@ table.formtable td {
     border-style:solid;
 }
 
-.topicsoutlinecontent span,
-.topicsoutlinecontenthighlight span,
-.topicsoutlinecontenthidden span {
-    padding:1em 0em;
+.topicsoutlinecontent span.unread,
+.topicsoutlinecontenthighlight span.unread,
+.topicsoutlinecontenthidden span.unread {
+    padding:0em;
+    margin-left:0.8em;
 }
 
 .weeklyoutlineside {
@@ -393,6 +394,10 @@ table.formtable td {
     width:auto;
 }
 
+.unread {
+    border-bottom:2px solid;
+}
+
 
 /* glossary */
 .glossary {