increase default font size to 1.0em for most everything

This commit is contained in:
james 2005-02-16 18:08:42 +00:00
parent be8df8e72a
commit 0b1379fa02

View File

@ -1,7 +1,7 @@
body
{
font-family: Verdana, Arial, Sans-Serif;
font-size: 0.9em;
font-size: 1em;
margin: 0;
padding: 0;
background: #E0E0FF;
@ -10,19 +10,19 @@ body
input
{
font-family: Verdana, Arial, Sans-Serif;
font-size: 0.9em;
font-size: 1em;
}
textarea
{
font-family: Verdana, Arial, Sans-Serif;
font-size: 0.9em;
font-size: 1em;
}
select
{
font-family: Verdana, Arial, Sans-Serif;
font-size: 0.9em;
font-size: 1em;
}
@ -40,7 +40,7 @@ td {
#footer {
text-align: center;
background-color : #5C6F90;
font-size: 0.7em;
font-size: 0.8em;
}
@ -52,6 +52,7 @@ td {
background: #EEEEFF;
border: 2px solid Silver;
padding: 5px;
font-size: 1em;
}
@ -62,7 +63,7 @@ td {
margin-right: 10px;
padding: 5px;
border: 2px solid Silver;
min-height: 400px;
min-height: 500px;
}
@ -72,7 +73,7 @@ td {
}
h1 {
font-size: 2.1em;
font-size: 2.0em;
font-weight: bold;
margin-top: 0;
}
@ -112,7 +113,7 @@ ul.mainnav li a {
margin : 0;
padding : 6px 6%;
background-color : #5C6F90;
font : bold 0.8em/1.5em Arial, sans-serif;
font : bold 0.9em/1.5em Arial, sans-serif;
color : #fff;
text-decoration : none;
width : 88%;
@ -130,8 +131,7 @@ ul.mainnav li a:hover {
a {
text-decoration: none;
font-weight: bold;
font-size: 0.9em;
font-size: 1em;
color: #5C6F90;
}
@ -150,13 +150,13 @@ a {
background-color: #5C6F90;
padding: 5px;
margin: 0px;
font-size: 1.05em;
font-size: 1.1em;
color: white;
font-weight: bold;
}
.summarytable th a{
font-size: 1.05em;
font-size: 1.1em;
color: white;
font-weight: bold;
}
@ -190,6 +190,7 @@ a {
font-weight: bold;
border: 1px solid Silver;
background: #E0E0FF;
font-size: 1em;
}
.happy {
@ -197,12 +198,13 @@ a {
font-weight: bold;
border: 1px solid Silver;
background: #D0EED0;
font-size: 1em;
}
.caution {
text-decoration: none;
font-weight: bold;
font-size: 0.9em;
font-size: 1em;
color: red;
}