Skip to content

Commit

Permalink
some more changes - mainly background colors
Browse files Browse the repository at this point in the history
  • Loading branch information
urs_hunkler committed May 18, 2005
1 parent 29803fe commit 75da9c2
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
17 changes: 14 additions & 3 deletions theme/orangewhite/styles_color.css
Expand Up @@ -220,6 +220,10 @@ body#admin-index .c0 {
#admin-config h2.main { #admin-config h2.main {
background-color:#FFEDCE background-color:#FFEDCE
} }
.logtable th.header {
background-color:#FFDA9D;
border-color:#FFB63B
}




/*** /***
Expand Down Expand Up @@ -416,14 +420,21 @@ table.minicalendar {
border-color:#AAA border-color:#AAA
} }
#course-user #content, #course-user #content,
#user-edit #content,
#user-view #content, #user-view #content,
#user-edit #content,
.admin #content, .admin #content,
#course-index #content, .course #content,
#course-log #content,
#files-index #content { #files-index #content {
background-color:#EEE 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 { #course-user .logtable .r1 {
background-color:#DFDFDF background-color:#DFDFDF
} }
Expand Down
3 changes: 3 additions & 0 deletions theme/orangewhite/styles_fonts.css
Expand Up @@ -274,6 +274,9 @@ table.minicalendar {
#course-view .section .left { #course-view .section .left {
font-weight:bold font-weight:bold
} }
.course .generalbox{
font-size:0.8em
}
.activitydate, .activityhead { .activitydate, .activityhead {
font-size:0.8em font-size:0.8em
} }
Expand Down
13 changes: 13 additions & 0 deletions theme/orangewhite/styles_layout.css
Expand Up @@ -156,6 +156,19 @@ h6.main {
margin:0 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 *** Blocks
***/ ***/
Expand Down

0 comments on commit 75da9c2

Please sign in to comment.