Index: styles_color.css =================================================================== RCS file: /cvsroot/moodle/moodle/theme/standard/styles_color.css,v retrieving revision 1.149.2.19 diff -u -r1.149.2.19 styles_color.css --- styles_color.css 15 Jan 2009 20:16:12 -0000 1.149.2.19 +++ styles_color.css 8 May 2009 05:25:32 -0000 @@ -901,56 +901,109 @@ *** Modules: Forum ***/ +/** border around posts in + * mod/forum/view.php (forumheaderlist) and + * mod/forum/discuss.php (forumpost) + **/ .forumheaderlist, .forumpost { border-color:#DDDDDD; } +/** post body color in + * mod/forum/discuss.php + **/ .forumpost .content { - background: #FFFFFF; + background: #FFFFFF; } +/** left photo section of each post in + * mod/forum/discuss.php + **/ .forumpost .left { background:#EEEEEE; } +/** line between header and post body in + * mod/forum/discuss.php + **/ .forumpost .topic { - border-bottom-color: #EEEEEE; + border-bottom-color: #EEEEEE; } +/** header of the first post in + * mod/forum/discuss.php + **/ .forumpost .starter { - background:#DDDDDD; + background:#DDDDDD; } +/** Discussion column background in + * mod/forum/view.php + * The inner class is actually "topic starter" + **/ .forumheaderlist .discussion .starter { - background:#DDDDDD; + background:#DDDDDD; } +/** wire frame around cells in + * mod/forum/view.php + **/ .forumheaderlist td { - border-color: #FFFFFF; + border-color: #FFFFFF; } -.sideblock .post .head { - color:#555555; -} - -.forumthread .unread { - background: #FFD991; -} +/** The location of these classes is unknown + **/ +/*.sideblock .post .head { + color:#555555; +}*/ + +/** header of reply posts and + * lower corners of all posts in + * mod/forum/discuss.php + **/ #mod-forum-discuss .forumpost { - background: none; + background: none; } +/** inside border of unread posts in nested format in + * mod/forum/discuss.php + **/ #mod-forum-discuss .forumpost.unread .content { - border-color: #FFD991; + border-color: #0046C7; } -#mod-forum-discuss .forumthread .unread { +/** headers of unread posts in threaded format in + * mod/forum/discuss.php + **/ +#mod-forum-discuss .forumthread.unread { + background: #9EBEFF; } +/** Unread Posts count background on + * mod/forum/index.php + **/ #mod-forum-index .unread { + background: #9EBEFF; +} + +/** unread count background on + * course/view.php + **/ +#course-view .unread{ + background: #9EBEFF; } +/** unread column background on + * mod/forum/view.php + **/ +#mod-forum-view .unread{ + background: #9EBEFF; +} + + + /*** *** Modules: Glossary