Separating my new styles a bit and cleaning up

This commit is contained in:
moodler 2005-02-14 16:59:40 +00:00
parent a0c7341aaf
commit 476f1aec99
2 changed files with 30 additions and 19 deletions

View File

@ -182,24 +182,39 @@ th {
.headingblock.outline {
border-color:#DDDDDD; /* borders */
}
.weeklyoutlinesidehidden,
.topicsoutlinesidehidden {
border-color:#AAAAAA; /* hidden */
#course-view .section td {
border-color:#DDDDDD;
}
.weeklyoutlinecontent,
.topicsoutlinecontent {
border-color:#DDDDDD; /* cellheading */
#course-view .section .content {
}
.weeklyoutlinecontenthighlight,
.topicsoutlinecontenthighlight {
border-color:#FFC85F; /* cellheading2 */
#course-view .section .side {
background: #EEEEEE;
}
.weeklyoutlinecontenthidden,
.topicsoutlinecontenthidden {
border-color:#AAAAAA; /* hidden */
#course-view .section .left {
}
#course-view .section .right {
}
#course-view .current .side{
background: #FFD991;
}
#course-view .topics {
}
#course-view .weeks {
}
#course-view .section .spacer {
}
#course-view .section .weekdates {
color:#AAAAAA;
}
.categoryboxcontent,
@ -208,9 +223,6 @@ th {
background: #FFFFFF;
}
.weeklydatetext {
color:#DDDDDD; /* cellheading2 */
}
/*****************************

View File

@ -226,7 +226,6 @@ table.formtable td {
/* course */
#course-view .section td {
border-color:#DDDDDD;
vertical-align:top;
}
@ -242,7 +241,6 @@ table.formtable td {
padding:5px;
border-style:solid;
border-width:1px;
background: #EEEEEE;
}
#course-view .section .left {
@ -258,8 +256,7 @@ table.formtable td {
width: 1.5em;
}
#course-view .current .side{
background: #FFD991;
#course-view .current .side {
}
#course-view .topics {
@ -274,6 +271,8 @@ table.formtable td {
height:0.5em;
}
#course-view .section .weekdates {
}
.categoryboxcontent,