copied styles_fonts.css from Standard.

It's better to use bold for title.
This commit is contained in:
mits 2005-03-26 09:58:10 +00:00
parent 0aac91e542
commit 20064673e4

View File

@ -38,7 +38,7 @@ body, td, th, li {
}
th {
font-weight: normal;
font-weight: bold;
}
a:link,
@ -56,7 +56,7 @@ h3.main,
h4.main,
h5.main,
h6.main {
font-weight:normal;
font-weight:bold;
}
h1 {
@ -78,27 +78,27 @@ h4 {
}
.warning {
font-weight: normal;
font-weight: bold;
font-style: italic;
}
.errorbox .title {
font-weight: normal;
font-weight: bold;
font-size: 1.2em;
text-align: center;
}
.pagingbar .title {
font-weight: normal;
font-weight: bold;
}
.pagingbar .thispage {
font-weight: normal;
font-weight: bold;
}
.categoryname,
.categorynumber {
font-size:larger;
font-weight:normal;
font-weight:bold;
}
.helplink {
@ -106,7 +106,7 @@ h4 {
}
.headingblock {
font-weight: normal;
font-weight: bold;
}
.headingblock .link {
@ -122,7 +122,7 @@ h4 {
}
.files .folder .size {
font-weight: normal;
font-weight: bold;
}
@ -131,7 +131,7 @@ h4 {
***/
.headermain {
font-weight:normal;
font-weight:bold;
}
#header-home .headermain {
@ -144,7 +144,7 @@ h4 {
.breadcrumb {
font-size:0.9em;
font-weight:normal;
font-weight:bold;
}
.logininfo,
@ -204,7 +204,7 @@ table.formtable tbody th {
***/
#calendar .maincalendar .eventlist .event .referer {
font-weight:normal;
font-weight:bold;
}
#calendar .maincalendar .eventlist .event .course {
@ -221,7 +221,7 @@ table.formtable tbody th {
#calendar div.header
{
font-weight:normal;
font-weight:bold;
}
#calendar .sidecalendar .filters {
@ -233,7 +233,7 @@ table.formtable tbody th {
}
#calendar .maincalendar .day {
font-weight: normal;
font-weight: bold;
}
table.minicalendar {
@ -243,16 +243,16 @@ table.minicalendar {
.cal_popup_caption {
font-family:sans-serif;
font-size:0.8em;
font-weight:normal;
font-weight:bold;
}
.cal_popup_close {
font-family:sans-serif;
font-size:0.8em;
font-weight:normal;
font-weight:bold;
}
#calendar .maincalendar .calendar-controls .current {
font-weight: normal;
font-weight: bold;
}
@ -266,7 +266,7 @@ table.minicalendar {
.weeklydatetext {
font-size:medium;
font-weight:normal;
font-weight:bold;
}
.courseboxinfo {
@ -282,7 +282,7 @@ table.minicalendar {
font-size:small;
}
#course-view .section .left {
font-weight:normal;
font-weight:bold;
}
@ -323,7 +323,7 @@ body#doc-contents ul {
.message_heading {
font-size:medium;
font-weight:normal;
font-weight:bold;
}
.message_date,
@ -338,7 +338,7 @@ body#doc-contents ul {
}
.message .author {
font-weight: normal;
font-weight: bold;
}
.message .time {
@ -362,7 +362,7 @@ body#doc-contents ul {
***/
.userinfobox .username {
font-weight: normal;
font-weight: bold;
}
.userinfobox .links {
@ -387,10 +387,10 @@ body#doc-contents ul {
***/
.forumnodiscuss{
font-weight:normal;
font-weight:bold;
}
.forumpost .topic .subject {
font-weight: normal;
font-weight: bold;
}
.forumpost .topic .author {
font-size: 0.8em;
@ -399,7 +399,7 @@ body#doc-contents ul {
font-size: 0.7em;
}
body#mod-forum-search .introcontent {
font-weight:normal;
font-weight:bold;
}
@ -416,7 +416,7 @@ body#mod-forum-search .introcontent {
font-style: italic;
}
.concept {
font-weight: normal;
font-weight: bold;
}
.glossarycomment .time {
font-size: 0.7em;
@ -441,14 +441,14 @@ body#mod-forum-search .introcontent {
}
#mod-journal-view .author {
font-size: 1em;
font-weight: normal;
font-weight: bold;
}
#mod-journal-view .time {
font-size: 0.7em;
font-style: italic;
}
#mod-journal-view .grade {
font-weight: normal;
font-weight: bold;
font-style: italic;
}