switch font sizes to use EMs

This commit is contained in:
james 2005-01-07 03:21:51 +00:00
parent 15cbc2597a
commit 479fcbd7ab

View File

@ -1,7 +1,7 @@
body body
{ {
font-family: Verdana, Arial, Sans-Serif; font-family: Verdana, Arial, Sans-Serif;
font-size: 11px; font-size: 0.9em;
margin: 0; margin: 0;
padding: 0; padding: 0;
background: #E0E0FF; background: #E0E0FF;
@ -10,19 +10,19 @@ body
input input
{ {
font-family: Verdana, Arial, Sans-Serif; font-family: Verdana, Arial, Sans-Serif;
font-size: 11px; font-size: 0.9em;
} }
textarea textarea
{ {
font-family: Verdana, Arial, Sans-Serif; font-family: Verdana, Arial, Sans-Serif;
font-size: 11px; font-size: 0.9em;
} }
select select
{ {
font-family: Verdana, Arial, Sans-Serif; font-family: Verdana, Arial, Sans-Serif;
font-size: 11px; font-size: 0.9em;
} }
@ -40,7 +40,7 @@ td {
#footer { #footer {
text-align: center; text-align: center;
background-color : #5C6F90; background-color : #5C6F90;
font-size: 10px; font-size: 0.7em;
} }
@ -72,18 +72,22 @@ td {
} }
h1 { h1 {
font-size: 24px; font-size: 2.2em;
font-weight: bold; font-weight: bold;
margin-top: 0; margin-top: 0;
} }
h2 { h2 {
font-size: 20px; font-size: 1.8em;
font-weight: bold; font-weight: bold;
margin-top: 0; margin-top: 0;
} }
h3 { h3 {
font-size: 16px; font-size: 1.5em;
font-weight: bold;
margin-top: 0;
}
h4 {
font-size: 1.3em;
font-weight: bold; font-weight: bold;
margin-top: 0; margin-top: 0;
} }
@ -105,7 +109,7 @@ ul.mainnav li a {
margin : 0; margin : 0;
padding : 6px 6%; padding : 6px 6%;
background-color : #5C6F90; background-color : #5C6F90;
font : bold 0.8em/1.5 arial, sans-serif; font : bold 0.8em/1.5em Arial, sans-serif;
color : #fff; color : #fff;
text-decoration : none; text-decoration : none;
width : 88%; width : 88%;
@ -124,7 +128,7 @@ ul.mainnav li a:hover {
a { a {
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
font-size: 11px; font-size: 0.9em;
color: #5C6F90; color: #5C6F90;
} }
@ -143,7 +147,7 @@ a {
background-color: #5C6F90; background-color: #5C6F90;
padding: 5px; padding: 5px;
margin: 0px; margin: 0px;
font-size: 12px; font-size: 1.2em;
color: white; color: white;
font-weight: bold; font-weight: bold;
@ -191,7 +195,7 @@ a {
.caution { .caution {
text-decoration: none; text-decoration: none;
font-weight: bold; font-weight: bold;
font-size: 11px; font-size: 0.9em;
color: red; color: red;
} }