Tinkering with fonts to make them more cross-platform

This commit is contained in:
moodler 2005-04-21 17:47:27 +00:00
parent fade18149c
commit e83997a7db

View File

@ -33,8 +33,8 @@
} }
body, td, th, li { body, td, th, li {
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:0.95em; font-size:100%;
} }
th { th {
@ -149,7 +149,7 @@ h4 {
.logininfo, .logininfo,
#header-home .headermenu font { #header-home .headermenu font {
font-size:x-small; font-size:0.8em;
} }
@ -180,21 +180,26 @@ table.formtable tbody th {
*** Blocks *** Blocks
***/ ***/
.sideblock .content {
font-size:0.9em;
}
.sideblock .content h3, .sideblock .content h3,
.sideblock .content h2 { .sideblock .content h2 {
font-size:1.0em; font-size:1.0em;
} }
.sideblock .header .commands { .sideblock .header .commands {
font-size: 0.75em; font-size:0.9em;
} }
.sideblock .footer { .sideblock .footer {
font-size:0.75em; font-size:0.9em;
} }
.sideblock .head, .sideblock .head,
.sideblock .info { .sideblock .info,
font-size: 0.85em; .sideblock .event {
font-size: 0.9em;
} }
.sideblock .date { .sideblock .date {
@ -265,7 +270,7 @@ table.minicalendar {
***/ ***/
.activitydate, .activityhead { .activitydate, .activityhead {
font-size:0.7em; font-size:0.9em;
} }
.weeklydatetext { .weeklydatetext {
@ -279,11 +284,11 @@ table.minicalendar {
.coursebox .teachers, .coursebox .teachers,
.coursebox .cost { .coursebox .cost {
font-size:0.8em; font-size:0.9em;
} }
.coursebox .summary { .coursebox .summary {
font-size:0.7em; font-size:0.9em;
} }
@ -297,7 +302,7 @@ table.minicalendar {
*** Doc *** Doc
***/ ***/
body#doc-contents h1 { body#doc-contents h1 {
font-size: 1em; font-size: 0.9em;
} }
body#doc-contents ul { body#doc-contents ul {
font-size: 0.8em; font-size: 0.8em;
@ -315,31 +320,31 @@ body#doc-contents ul {
***/ ***/
.message_summary_link { .message_summary_link {
font-size:small; font-size:0.8em;
} }
.message_link { .message_link {
font-size:x-small; font-size:0.8em;
} }
.message_form { .message_form {
font-size:0.78em; font-size:0.8em;
} }
.message_heading { .message_heading {
font-size:medium; font-size:1.0em;
font-weight:bold; font-weight:bold;
} }
.message_date, .message_date,
.message_contact, .message_contact,
.message_summary { .message_summary {
font-size:small; font-size:0.9em;
} }
.message_small_note, .message_small_note,
.message_pix { .message_pix {
font-size:x-small; font-size:0.8em;
} }
.message .author { .message .author {
@ -480,7 +485,7 @@ body#mod-forum-search .introcontent {
***/ ***/
.editorhelptext { .editorhelptext {
font-size:x-small; font-size:0.7em;
} }