some more changes - mainly background colors

This commit is contained in:
urs_hunkler
2005-05-18 16:33:26 +00:00
parent 29803fe88d
commit 75da9c2023
3 changed files with 30 additions and 3 deletions
+14 -3
View File
@@ -220,6 +220,10 @@ body#admin-index .c0 {
#admin-config h2.main {
background-color:#FFEDCE
}
.logtable th.header {
background-color:#FFDA9D;
border-color:#FFB63B
}
/***
@@ -416,14 +420,21 @@ table.minicalendar {
border-color:#AAA
}
#course-user #content,
#user-edit #content,
#user-view #content,
#user-edit #content,
.admin #content,
#course-index #content,
#course-log #content,
.course #content,
#files-index #content {
background-color:#EEE
}
#user-edit #content .generalbox,
#user-view .userinfobox tr {
background-color:#FFF
}
#site-index #content,
#course-view #content {
background-color:#FFF
}
#course-user .logtable .r1 {
background-color:#DFDFDF
}
+3
View File
@@ -274,6 +274,9 @@ table.minicalendar {
#course-view .section .left {
font-weight:bold
}
.course .generalbox{
font-size:0.8em
}
.activitydate, .activityhead {
font-size:0.8em
}
+13
View File
@@ -156,6 +156,19 @@ h6.main {
margin:0
}
/***
*** Admin
***/
.logtable th.header {
border-left:1px solid;
border-right:1px solid;
}
#user-edit #content .generalbox,
#user-view .userinfobox tr {
border-top:0 none
}
/***
*** Blocks
***/