validator/htdocs base.css,1.39,1.40 docs.css,1.4,1.5 navbar.css,1.15,1.16

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

Modified Files:
	base.css docs.css navbar.css 
Log Message:


Adapting tested style to current WAI redesign:
 - using #036 for menu bg and link color instead of #053188 and #00209E
 - using #c60 (frank orange) instead of #C65831 (brownish orange) for headings
 - h2 aligned to the left

Further tweaking
 - lighter border around main content and fieldsets
 - padding for <dt>s


Index: docs.css
===================================================================
RCS file: /sources/public/validator/htdocs/docs.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- docs.css	19 Jan 2005 08:33:12 -0000	1.4
+++ docs.css	16 Feb 2005 03:28:54 -0000	1.5
@@ -26,7 +26,7 @@
 
 /* Set line height to 1.5x to allow for various inline decoration. */
 .doc {
-  line-height: 130%;
+  line-height: 115%; 
 }
 
 /* documentation - table of contents */

Index: navbar.css
===================================================================
RCS file: /sources/public/validator/htdocs/navbar.css,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- navbar.css	4 Feb 2005 16:45:03 -0000	1.15
+++ navbar.css	16 Feb 2005 03:28:54 -0000	1.16
@@ -9,19 +9,18 @@
 
 
 #menu {
-        background-color: #053188;
-        background-image:url(images/bg2.gif);
+        background-color: #036;
         margin: 0;
         padding: 0;
         margin-left: 42px;
-        padding-top:8px;
-        padding-bottom: 8px;
+        padding-top:3px;
+        padding-bottom: 3px;
         line-height: 140%;
         vertical-align: bottom;
         font-size: 0.9em;
         list-style-type: none;
-        border-left: 1px solid #053188;
-        border-right: 1px solid #053188;
+	border-left: 1px solid #E8E8FA;
+	border-right: 1px solid #E8E8FA;
        
 }
 
@@ -37,7 +36,6 @@
   color: white;
 }
 
-
 /* Jump Bar  - results page*/
 #jumpbar {
     background-color: white;

Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/base.css,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- base.css	4 Feb 2005 23:31:03 -0000	1.39
+++ base.css	16 Feb 2005 03:28:54 -0000	1.40
@@ -40,7 +40,7 @@
     background-attachment: fixed;
     background-position: 0 20px;
     background-repeat: no-repeat;
-    color: #33333E;
+    color: #11111A;
     font-family: Helvetica, Arial, sans-serif;
     font-size: 1em; /* setting base font to user's prefered size */
 }
@@ -51,20 +51,20 @@
 
 #banner {
     background: white;
-    background-image: url(images/header.jpg);
+    background-image: url(images/header2.png);
     background-repeat: no-repeat;
     background-attachment: scroll;
     background-position: top right;
     padding: 0;
     height: 50px;
     margin-bottom: 0;
-    margin-top: 20px;
+    margin-top: 10px;
     margin-left: 42px;
 /*    width: 780px; */
     border-bottom: 0;
-    border-top: 1px solid #053188;
-    border-left: 1px solid #053188;
-    border-right: 1px solid #053188;
+    border-top: 1px solid #E8E8FA;
+    border-left: 1px solid #E8E8FA;
+    border-right: 1px solid #E8E8FA;
 }
 
 #banner h1 { 
@@ -81,7 +81,7 @@
     padding-left: 0;
     padding-right: 0;
     background: white;
-    border: 1px solid #053188;
+    border: 1px solid #E8E8FA;
 }
 
 address {
@@ -90,6 +90,7 @@
     background-repeat: no-repeat;
     background-attachment: scroll;
     background-position: right;
+    border-top: 1px solid #E8E8FA;
     height:50px;
     padding-top: 0;
     padding-bottom: 0;
@@ -120,32 +121,31 @@
 }
 
 h2 { 
-    color: #C65831;
-    padding-top: 5px;
-    padding-bottom: 5px;
+    color: #C60;
+    padding: 5px 15px;
     margin-top: 20px;
     margin-bottom: 20px;
     font-size: 1.3em;
-    text-align: center;
     text-decoration: none;
 }
 
 h3 {
-    color: #C65831;
-    font-size: 1.2em;
+   /* color: #C65831; */
+    color: #c60;
+    font-size: 1.1em;
     padding: 5px 15px;
-    background-color: #E3EDFE;
-    border-top: 1px dotted #C65831;
-    border-bottom: 1px dotted #C65831;
+    background-color: #f6f6ff;
+    border-top: 1px dotted #f93;
+    border-bottom: 1px dotted #f93;
     text-decoration: none;
 } 
 
 h4 {
-    color: #C65831;
+    color: #C60;
     font-weight: 600;
     font-style: normal;
-    text-decoration: underline;
-    font-size: 1.1em;
+    text-decoration: none;
+    font-size: 1.0em;
 }
 
 /* 
@@ -153,15 +153,14 @@
                          */
 
 a:link, a:visited {
-    color: #00209E;
+    color: #036;
     text-decoration: none;
 
 }
 
 a:hover, a:active {
-  color: #C65831;
-  text-decoration: underline;
-
+    color: #036;
+    text-decoration: underline;
 }
 
 
@@ -170,7 +169,7 @@
                       */
 
 /* TODO - add ol, li, td here ? */
-p {
+p, dt {
     margin-left: 15px;
     margin-right: 25px;
 }
@@ -243,11 +242,13 @@
 /* Fieldsets */
 fieldset {
     background: #FCFCFC;
-    border: 1px dotted #053188;
+    border: 1px dotted #f93;
+    margin-left: 20px;
+    margin-right: 20px;
 }
 
 fieldset legend {
-    color: #C65831;
+    color: #C60;
     padding: .1ex .5ex;
     border-right: 1px solid gray;
     border-bottom: 1px solid gray;

Received on Wednesday, 16 February 2005 03:28:56 UTC