From 0b1379fa02f85cae508bdcd1edb9c597d638ce86 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 16 Feb 2005 18:08:42 +0000 Subject: [PATCH] increase default font size to 1.0em for most everything --- sfiab.css | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/sfiab.css b/sfiab.css index 6547f94..9a4c57b 100644 --- a/sfiab.css +++ b/sfiab.css @@ -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; }