- From: Olivier Thereaux <ot@hutz.w3.org>
- Date: Mon, 26 Apr 2004 00:54:54 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv13766
Modified Files:
Tag: validator-0_6_0-branch
base.css navbar.css
Log Message:
test - thx bjoern
Index: navbar.css
===================================================================
RCS file: /sources/public/validator/htdocs/navbar.css,v
retrieving revision 1.3.2.8
retrieving revision 1.3.2.9
diff -u -d -r1.3.2.8 -r1.3.2.9
--- navbar.css 27 Mar 2004 14:36:58 -0000 1.3.2.8
+++ navbar.css 26 Apr 2004 00:54:52 -0000 1.3.2.9
@@ -17,7 +17,6 @@
padding: 0;
margin: 0;
height: 1.5em;
- background-color: #eee;
border-bottom: solid 1px black;
}
@@ -61,110 +60,4 @@
border-right: solid 1px #ddd;
}
-
-/* link bar - all pages*/
-
-#misclinks {
- float: right;
- width: 8em;
- text-decoration: none;
- padding: 1ex;
- background-color: #eee;
- border-left: 1px solid black;
- border-bottom: 1px solid black;
- margin-top: -1px;
- font-size: smaller;
-}
-
-#misclinks dt {
- text-align: center;
- background: #ddd;
- color: #053188;
- font-variant: small-caps;
-}
-#misclinks dd {
- text-align: right;
- margin: 0;
- padding-bottom: 2ex;
-}
-
-#misclinks ul {margin: 0; padding: 0;}
-#misclinks li {
- list-style-type: none;
- text-align: right;
-}
-#misclinks ul li a {
- display: block;
-}
-
-#misclinks li a:link, #misclinks li a:visited, div.jumpbar li a:link, div.jumpbar li a:visited {
- text-decoration: none;
- display: block;
- padding: 1px 0px;
- margin: 0;
- background-color: #eee;
- color: #053188;
- font-size: smaller;
-}
-
-#misclinks li a:hover {
- text-decoration: underline;
- background-color: #fff;
- color: #053188;
-}
-
-#misclinks li a#selected:link, div.jumpbar li a#selected:visited {
- text-decoration: underline;
-}
-
-
-/* Jump Bar - results page*/
-
-.jumpbar {
- float: right;
- width: 8em;
- margin-right: -.4em; /* FIXME - find the exact value - */
- text-align: left;
- text-decoration: none;
- padding: 1ex;
- background-color: #eee;
- border-left: 1px solid black;
- border-bottom: 1px solid black;
- margin-top: -1.3em;
- font-size: smaller;
-}
-
-div.jumpbar ul {
- padding: 0;
- margin: 0;
-}
-
-div.jumpbar li {
- list-style-type: none;
-}
-
-div.jumpbar li a:link, div.jumpbar li a:visited {
- text-decoration: none;
- text-align: center;
- display: block;
- width: 8em;
- padding: 2px 0px;
- margin: 0;
- background-color: #eee;
- color: #053188;
- font-size: smaller;
- border-top: dotted 1px black;
-}
-
-div.jumpbar li a:hover {
- text-decoration: underline;
-}
-
-div.jumpbar li a#selected:link, div.jumpbar li a#selected:visited {
- text-decoration: underline;
- background-color: #fff;
- color: #053188;
- border-right: solid 1px #ddd;
- border-bottom: solid 1px #fff;
-}
-
+#menu, #menu * { background-color: rgb( 0, 79, 147) !important; color: white !important; }
Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/base.css,v
retrieving revision 1.26.2.32
retrieving revision 1.26.2.33
diff -u -d -r1.26.2.32 -r1.26.2.33
--- base.css 26 Apr 2004 00:35:32 -0000 1.26.2.32
+++ base.css 26 Apr 2004 00:54:52 -0000 1.26.2.33
@@ -117,8 +117,6 @@
}
/* dt a {color: black} */ /* These are usually targets and not links */
-h1 a {color: black} /* These are usually targets and not links */
-h2 a {color: black} /* These are usually targets and not links */
h3 a {color: black} /* These are usually targets and not links */
img {vertical-align: middle}
@@ -191,7 +189,6 @@
font-weight: bold;
font-style: normal;
text-decoration: none;
- color: #053188;
}
#banner h1 {font-size: 1.3em;
border-bottom: 1px solid black;}
@@ -209,13 +206,14 @@
padding: .25em;*/
padding:0;
margin: 0;
- color: #053188;
}
/* Used for beta releases. */
h1#title em {
color: red;
}
+h1, h2 { color: rgb( 0, 79, 147) !important }
+
h2 {
font-family: "Bitstream Vera Sans", Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
font-size-adjust: .53;
Received on Sunday, 25 April 2004 20:58:44 UTC