validator/htdocs base.css,1.48,1.49

Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv19780

Modified Files:
	base.css 
Log Message:
syncing with more recent WAI design sketches
  - removing oblique background in favor of very-light-yellowish tone
  - serif font for h2..h4
  - minor other changes in color scheme

also bumped up line-height side-wide



Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/base.css,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- base.css	11 Mar 2005 02:37:39 -0000	1.48
+++ base.css	11 May 2005 05:52:29 -0000	1.49
@@ -30,7 +30,7 @@
    General styling 
                    */
 html {
-    background-image:url(images/bg1.gif);
+    background: #fffaf5;
 }
 
 body {  
@@ -44,6 +44,7 @@
     color: #11111A;
     font-family: Helvetica, Arial, sans-serif;
     font-size: 1em; /* setting base font to user's prefered size */
+    line-height: 130%;
 }
 
 /*                                                   
@@ -61,11 +62,8 @@
     margin-bottom: 0;
     margin-top: 20px;
     margin-left: 42px;
-/*    width: 780px; */
-    border-bottom: 0;
-    border-top: 1px solid #E8E8FA;
-    border-left: 1px solid #E8E8FA;
-    border-right: 1px solid #E8E8FA;
+    border: 0;
+
 }
 
 #banner h1 { 
@@ -75,14 +73,19 @@
     display: inline;
 }
 
+#main {
+    border-bottom: 0;
+    border-top: 0;
+    border-left: 1px solid #dfebf7;
+    border-right: 1px solid #dfebf7;
+}
 #main, address { 
     margin: 0;
     margin-left: 42px;
     padding: 15px;
     padding-left: 0;
     padding-right: 0;
-    background: white;
-    border: 1px solid #E8E8FA;
+/*    border: 1px solid #E8E8FA; */
 }
 
 address {
@@ -106,9 +109,6 @@
    width: 88px;
 }
 
-#main {
-    border-bottom: 0;
-}
 
 .intro {
   font-style: italic;
@@ -135,6 +135,7 @@
     margin-bottom: 20px;
     font-size: 1.3em;
     text-decoration: none;
+    font-family: Georgia, Didot, serif;
 }
 
 h3 {
@@ -146,6 +147,7 @@
     border-top: 1px dotted #f93;
     border-bottom: 1px dotted #f93;
     text-decoration: none;
+    font-family: Georgia, Didot, serif;
 } 
 
 h4 {
@@ -154,6 +156,7 @@
     font-style: normal;
     text-decoration: none;
     font-size: 1.0em;
+    font-family: Georgia, Didot, serif;
 }
 
 /* 
@@ -259,15 +262,15 @@
 
 /* Fieldsets */
 fieldset {
-    background: #FCFCFC;
-    border: 1px dotted #f93;
+    background: white;
+    border: 1px dotted #005A9C;
     margin-left: 20px;
     margin-right: 20px;
 }
 
 fieldset legend {
     color: #C60;
-    background: #FCFCFC;
+    background: white;
     padding: .1ex .5ex;
     border-right: 1px solid gray;
     border-bottom: 1px solid gray;

Received on Wednesday, 11 May 2005 05:52:34 UTC