based on standard theme.
This commit is contained in:
mits 2005-03-28 15:20:27 +00:00
parent 74ded78359
commit 0e94c140cd
2 changed files with 23 additions and 18 deletions

View File

@ -95,9 +95,9 @@ h4 {
font-weight: normal; font-weight: normal;
} }
.categoryname, .categorybox .category,
.categorynumber { .categorybox .category {
font-size:larger; font-size:1.2em;
font-weight:normal; font-weight:normal;
} }
@ -261,33 +261,34 @@ table.minicalendar {
***/ ***/
.activitydate, .activityhead { .activitydate, .activityhead {
font-size:x-small; font-size:0.7em;
} }
.weeklydatetext { .weeklydatetext {
font-size:medium; font-size:0.9em;
font-weight:normal; font-weight:normal;
} }
.courseboxinfo { .coursebox .info {
font-size:medium; font-size:1em;
} }
.courseboxteachers, .coursebox .teachers,
.courseboxcost { .coursebox .cost {
font-size:smaller; font-size:0.8em;
} }
.courseboxsummary { .coursebox .summary {
font-size:small; font-size:0.7em;
} }
#course-view .section .left { #course-view .section .left {
font-weight:normal; font-weight:normal;
} }
/*** /***
*** Doc *** Doc
***/ ***/

View File

@ -667,11 +667,6 @@ table.calendar-controls .next {
width:80px; width:80px;
} }
.headingblock .link {
text-align:right;
}
body#course-view .unread { body#course-view .unread {
margin-left: 3em; margin-left: 3em;
} }
@ -712,6 +707,15 @@ body#course-user .section h2 {
padding:5px; padding:5px;
} }
.headingblock .link {
text-align:right;
}
body#site-index .headingblock {
margin-bottom: 8px;
}
.categoryboxcontent, .categoryboxcontent,
.courseboxcontent { .courseboxcontent {
border-width:1px; border-width:1px;