Index: chameleon/config.php =================================================================== RCS file: /cvsroot/moodle/moodle/theme/chameleon/config.php,v retrieving revision 1.7.2.1 diff -u -r1.7.2.1 config.php --- chameleon/config.php 19 Feb 2008 07:52:38 -0000 1.7.2.1 +++ chameleon/config.php 22 May 2009 23:03:20 -0000 @@ -13,7 +13,7 @@ //////////////////////////////////////////////////////////////////////////////// -$THEME->standardsheets = array('styles_layout'); +$THEME->standardsheets = array('styles_layout', 'styles_color'); /// This variable can be set to an array containing /// filenames from the *STANDARD* theme. If the Index: formal_white/config.php =================================================================== RCS file: /cvsroot/moodle/moodle/theme/formal_white/config.php,v retrieving revision 1.8.8.1 diff -u -r1.8.8.1 config.php --- formal_white/config.php 27 Feb 2008 13:41:08 -0000 1.8.8.1 +++ formal_white/config.php 22 May 2009 22:46:58 -0000 @@ -12,7 +12,7 @@ /// stylesheet files you want included in this theme, and in what order //////////////////////////////////////////////////////////////////////////////// -$THEME->standardsheets = array('styles_layout'); +$THEME->standardsheets = array('styles_layout', 'styles_color'); ///$THEME->standardsheets = true; /// This variable can be set to an array containing Index: formal_white/fw_color.css =================================================================== RCS file: /cvsroot/moodle/moodle/theme/formal_white/fw_color.css,v retrieving revision 1.18.2.6 diff -u -r1.18.2.6 fw_color.css --- formal_white/fw_color.css 3 Jul 2008 22:05:59 -0000 1.18.2.6 +++ formal_white/fw_color.css 22 May 2009 22:53:18 -0000 @@ -398,7 +398,7 @@ } #mod-forum-discuss .forumpost.unread .content { - border-color: #C6BDA8; +/* border-color: #C6BDA8; */ } #mod-forum-discuss .forumthread .unread { Index: metal/colors.css =================================================================== RCS file: /cvsroot/moodle/moodle/theme/metal/colors.css,v retrieving revision 1.5.2.1 diff -u -r1.5.2.1 colors.css --- metal/colors.css 21 Dec 2007 12:01:25 -0000 1.5.2.1 +++ metal/colors.css 22 May 2009 23:13:42 -0000 @@ -590,7 +590,7 @@ #mod-forum-discuss .forumpost.unread .content { border-width:3px; - border-color: #FFD991; +/* border-color: #FFD991; */ } #mod-forum-discuss .forumthread .unread { Index: oceanblue/styles_color.css =================================================================== RCS file: /cvsroot/moodle/moodle/theme/oceanblue/styles_color.css,v retrieving revision 1.57.2.1 diff -u -r1.57.2.1 styles_color.css --- oceanblue/styles_color.css 12 Jan 2008 14:26:20 -0000 1.57.2.1 +++ oceanblue/styles_color.css 22 May 2009 23:33:49 -0000 @@ -713,16 +713,31 @@ background-color: transparent; } +/** inside border of unread posts in nested format in + * mod/forum/discuss.php + **/ #mod-forum-discuss .forumpost.unread .content { - border-color: #FFD991; + border-width:2px; + border-color: #0000FF; } -#mod-forum-discuss .forumthread .unread { -} +/** headers of unread posts in threaded format in + * mod/forum/discuss.php + **/ +#mod-forum-discuss .forumthread.unread { + background: #FFFF6B; +} #mod-forum-index .unread { } +/** unread column background on + * mod/forum/view.php + **/ +#mod-forum-view .unread{ + background: #FFFF6B; +} + /*** *** Modules: Glossary ***/ Index: orangewhite/config.php =================================================================== RCS file: /cvsroot/moodle/moodle/theme/orangewhite/config.php,v retrieving revision 1.10 diff -u -r1.10 config.php --- orangewhite/config.php 28 Sep 2006 10:32:25 -0000 1.10 +++ orangewhite/config.php 22 May 2009 23:35:18 -0000 @@ -13,7 +13,7 @@ //////////////////////////////////////////////////////////////////////////////// -$THEME->standardsheets = array('styles_layout'); +$THEME->standardsheets = array('styles_layout', 'styles_color'); /// This variable can be set to an array containing /// filenames from the *STANDARD* theme. If the Index: orangewhite/styles_color.css =================================================================== RCS file: /cvsroot/moodle/moodle/theme/orangewhite/styles_color.css,v retrieving revision 1.33.2.1 diff -u -r1.33.2.1 styles_color.css --- orangewhite/styles_color.css 21 Dec 2007 12:01:24 -0000 1.33.2.1 +++ orangewhite/styles_color.css 22 May 2009 23:37:45 -0000 @@ -578,7 +578,7 @@ background:none } #mod-forum-discuss .forumpost.unread .content { - border-color:#FFD991 +/* border-color:#FFD991 */ } #mod-forum-discuss .forumthread .unread { } Index: orangewhitepda/config.php =================================================================== RCS file: /cvsroot/moodle/moodle/theme/orangewhitepda/config.php,v retrieving revision 1.4 diff -u -r1.4 config.php --- orangewhitepda/config.php 28 Sep 2006 10:32:25 -0000 1.4 +++ orangewhitepda/config.php 22 May 2009 23:38:33 -0000 @@ -13,7 +13,7 @@ //////////////////////////////////////////////////////////////////////////////// -$THEME->standardsheets = array('styles_layout'); +$THEME->standardsheets = array('styles_layout', 'styles_color'); /// This variable can be set to an array containing /// filenames from the *STANDARD* theme. If the Index: standard/styles_color.css =================================================================== RCS file: /cvsroot/moodle/moodle/theme/standard/styles_color.css,v retrieving revision 1.149.2.21 diff -u -r1.149.2.21 styles_color.css --- standard/styles_color.css 7 May 2009 05:39:09 -0000 1.149.2.21 +++ standard/styles_color.css 22 May 2009 23:50:52 -0000 @@ -725,6 +725,14 @@ background-color: #fdfdfd; } +/** Patch MDL-18971 version 3 + * unread count background on + * course/view.php + **/ +#course-view .unread{ + background: #9EBEFF; +} + /*** *** Doc @@ -902,60 +910,110 @@ *** Modules: Forum ***/ +/** + * Patch MDL-18971 version 3 puts the forum classes + * in page sequence. Also added one course class (above) + * for course/view.php + **/ + +/** The location of these classes is unknown + * Commented out with patch MDL-18971 version 3 + **/ +/*.sideblock .post .head { + color:#555555; +}*/ + +/** Unread Posts count background on + * mod/forum/index.php + **/ +#mod-forum-index .unread { + background: #9EBEFF; +} + +/** wire frame around cells in + * mod/forum/view.php + **/ +.forumheaderlist td { + border-color: #FFFFFF; +} + +/** Discussion column background in + * mod/forum/view.php + * The inner class is actually "topic starter" + **/ +.forumheaderlist .discussion .starter { + background:#DDDDDD; +} + +/** unread column background on + * mod/forum/view.php + **/ +#mod-forum-view .unread{ + background: #9EBEFF; +} + +/** 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; } +/** 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; } +/** header of the first post in + * mod/forum/discuss.php + **/ .forumpost .starter { background:#DDDDDD; } -.forumheaderlist .discussion .starter { - background:#DDDDDD; -} - -.forumheaderlist td { - border-color: #FFFFFF; -} - -.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; } -/* for unread colum in mod/forum/view.php */ -#forumheaderlist .unread { - border-bottom: 1px solid #FFCB44; +/** inside border of unread posts in nested format in + * mod/forum/discuss.php + **/ +#mod-forum-discuss .forumpost.unread .content { + border-width:2px; + border-color: #0046C7; } -/* for mod/forum/discuss.php - * will highlight the table header - **/ -#mod-forum-discuss .unread { - background: #FFD991; +/** headers of unread posts in threaded format in + * mod/forum/discuss.php + **/ +#mod-forum-discuss .forumthread.unread { + background: #9EBEFF; } -/* for unread colum in mod/forum/index.php - **/ -#mod-forum-index .unread { - background: #FFD991; -} + + /***