- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 14 May 2005 07:24:38 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv29913
Modified Files:
base.css navbar.css
Log Message:
Given the relative lack of enthusiasm for the "WAI orange"
within the qa-dev team, trying a different scheme closer
to the current W3C homepage.
Index: navbar.css
===================================================================
RCS file: /sources/public/validator/htdocs/navbar.css,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- navbar.css 11 May 2005 05:56:07 -0000 1.18
+++ navbar.css 14 May 2005 07:24:36 -0000 1.19
@@ -42,8 +42,8 @@
text-align: left;
text-decoration: none;
padding: 1ex;
- border-left: 1px solid black;
- border-bottom: 1px solid black;
+ border-left: 1px solid #005A9C;
+ border-bottom: 1px solid #005A9C;
margin-top: -15px;
font-size: 0.9em;
font-weight: bold;
Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/base.css,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- base.css 12 May 2005 08:39:57 -0000 1.50
+++ base.css 14 May 2005 07:24:36 -0000 1.51
@@ -81,6 +81,7 @@
border-top: 0;
border-left: 1px solid #dfebf7;
border-right: 1px solid #dfebf7;
+
}
#main, address {
background-color: white;
@@ -133,36 +134,43 @@
}
h2 {
- color: #C60;
+ color: #777742;
+ background: white;
padding: 5px 15px;
margin-top: 20px;
margin-bottom: 20px;
font-size: 1.3em;
+ text-align: center;
text-decoration: none;
font-family: Georgia, Didot, serif;
}
h3 {
/* color: #C65831; */
- color: #c60;
+ color: #fff;
+ background-color: #aaaa77;
font-size: 1.1em;
- padding: 5px 15px;
- background-color: #f6f6ff;
- border-top: 1px dotted #f93;
- border-bottom: 1px dotted #f93;
+ padding: 2px 15px;
+ border-top: 1px dotted #777742;
+ border-bottom: 1px dotted #777742;
text-decoration: none;
font-family: Georgia, Didot, serif;
}
h4 {
- color: #C60;
+ color: #777742;
font-weight: 600;
- font-style: normal;
+ font-style: italic;
text-decoration: none;
font-size: 1.0em;
font-family: Georgia, Didot, serif;
}
+h5,h6 {
+ color: #777742;
+ background-color: white;
+ font-family: Georgia, Didot, serif;
+ }
/*
General link styling
*/
@@ -273,7 +281,7 @@
}
fieldset legend {
- color: #C60;
+ color: #777742;
background: white;
padding: .1ex .5ex;
border-right: 1px solid gray;
Received on Saturday, 14 May 2005 07:24:41 UTC