From: urs_hunkler Date: Sat, 29 Jan 2005 17:36:17 +0000 (+0000) Subject: changes to deal with the forum class "unread" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=84853a94d70a3fc91a52be6a00885ef147c88425;p=moodle.git changes to deal with the forum class "unread" --- diff --git a/theme/orangewhite/styles_color.css b/theme/orangewhite/styles_color.css index 960b7f377b..3d58bb4eda 100644 --- a/theme/orangewhite/styles_color.css +++ b/theme/orangewhite/styles_color.css @@ -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 { diff --git a/theme/orangewhite/styles_font.css b/theme/orangewhite/styles_font.css index eae52fca3b..5d7fbbdf3b 100644 --- a/theme/orangewhite/styles_font.css +++ b/theme/orangewhite/styles_font.css @@ -265,6 +265,10 @@ h4 { .forumpostheadertopic { } +.unread { + font-style:normal; +} + /* glossary */ .glossary .generaltab B, diff --git a/theme/orangewhite/styles_layout.css b/theme/orangewhite/styles_layout.css index 395d00b1fe..ac8b859d14 100644 --- a/theme/orangewhite/styles_layout.css +++ b/theme/orangewhite/styles_layout.css @@ -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 {