- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:09 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 184:aef814a9d4dc
user: ot
date: Thu Sep 13 07:44:12 2007 +0000
files: docs/linkchecker.css
description:
styling tagline
diff -r bb1b829a5436 -r aef814a9d4dc docs/linkchecker.css
--- a/docs/linkchecker.css Thu Sep 13 07:43:56 2007 +0000
+++ b/docs/linkchecker.css Thu Sep 13 07:44:12 2007 +0000
@@ -4,7 +4,7 @@
Copyright 2000-2007 W3C (MIT, INRIA, Keio). All Rights Reserved.
See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
- $Id: linkchecker.css,v 1.17 2007-09-12 02:45:55 ot Exp $
+ $Id: linkchecker.css,v 1.18 2007-09-13 07:44:12 ot Exp $
*/
html, body {
@@ -193,19 +193,17 @@
/* Various header(ish) things. Definitions cribbed from the CORE Styles. */
-h1, h2, h3, h4, h5, h6, dt {
- font-family: "Bitstream Vera Sans", sans-serif;
- font-size-adjust: .53;
-}
-
h1#title {
font-family: "Myriad Web", "Myriad Pro", "Gill Sans", Helvetica, Arial, Sans-Serif;
background-color: #365D95;
color: #fdfdfd;
font-size: 1.6em;
+ font-weight: normal;
background: url(../images/head-bl.png) bottom left no-repeat;
padding-bottom: 0.430em;
+ margin:0;
+ line-height: 1;
}
h1#title a, h1#title a img {
background-color: #365D95;
@@ -224,6 +222,16 @@
h1#title img {
vertical-align: middle;
margin-right: 0.7em;
+}
+
+p#tagline {
+ font-size: 0.7em;
+ margin: -2em 0 0 12.1em;
+ padding-bottom: 1em;
+ letter-spacing: 0.1em;
+ line-height: 100% !important;
+ color: #D0DCEE;
+ background-color: transparent;
}
div#banner {
Received on Thursday, 5 August 2010 14:47:17 UTC