changes to deal with the forum class "unread"

This commit is contained in:
urs_hunkler 2005-01-29 17:36:17 +00:00
parent d00ffdf949
commit 84853a94d7
3 changed files with 28 additions and 5 deletions

View 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 {

View File

@ -265,6 +265,10 @@ h4 {
.forumpostheadertopic { }
.unread {
font-style:normal;
}
/* glossary */
.glossary .generaltab B,

View 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 {