From be37582e3cb5c3d8096e776f31497bebb70d856d Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 29 Jan 2005 09:39:56 +0000 Subject: [PATCH] New styles for forums --- theme/standard/styles_color.css | 46 +++++++++++++++++++++++++++++++- theme/standard/styles_layout.css | 4 +++ 2 files changed, 49 insertions(+), 1 deletion(-) diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 3fe5bc4d89..8b4075af23 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -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 { diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 82733a17e6..52205c05a0 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -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; +} -- 2.39.5