- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 05 Aug 2010 14:47:00 +0000
- To: link-checker updates <www-validator-cvs@w3.org>
changeset: 87:a63785df119b
user: ville
date: Tue Jun 08 21:06:47 2004 +0000
files: bin/checklink docs/linkchecker.css
description:
Restore some lost CSS properties, and selectively sync some of the new
layout stuff from the current markup validator.
diff -r 312c7f6c1bcf -r a63785df119b bin/checklink
--- a/bin/checklink Tue Jun 08 19:23:10 2004 +0000
+++ b/bin/checklink Tue Jun 08 21:06:47 2004 +0000
@@ -5,7 +5,7 @@
# (c) 1999-2004 World Wide Web Consortium
# based on Renaud Bruyeron's checklink.pl
#
-# $Id: checklink,v 3.56 2004-06-08 19:23:10 ville Exp $
+# $Id: checklink,v 3.57 2004-06-08 21:06:47 ville Exp $
#
# This program is licensed under the W3C(r) Software License:
# http://www.w3.org/Consortium/Legal/copyright-software
@@ -112,7 +112,7 @@
$PACKAGE = 'W3C Link Checker';
$PROGRAM = 'W3C-checklink';
$VERSION = '3.9.3-dev';
- my ($cvsver) = q$Revision: 3.56 $ =~ /(\d+[\d\.]*\.\d+)/;
+ my ($cvsver) = q$Revision: 3.57 $ =~ /(\d+[\d\.]*\.\d+)/;
$REVISION = sprintf('version %s [%s] (c) 1999-2004 W3C',
$VERSION, $cvsver);
$AGENT = sprintf('%s/%s [%s] %s',
@@ -2011,6 +2011,7 @@
<li><a href="http://search.cpan.org/dist/W3C-LinkChecker/" accesskey="i" title="Download the source / Install this service">Download</a></li>
<li><a href="http://validator.w3.org/" accesskey="m" title="Validate your markup with the W3C Markup Validation Service">Validator</a></li>
</ul>
+<div id="main">
EOF
}
@@ -2054,6 +2055,7 @@
{
printf("<p>%s</p>\n", &global_stats()) if ($doc_count > 0 && !$Opts{Quiet});
printf(<<'EOF', $PACKAGE, $REVISION);
+</div><!-- main -->
<div>
<address>
%s<br> %s
diff -r 312c7f6c1bcf -r a63785df119b docs/linkchecker.css
--- a/docs/linkchecker.css Tue Jun 08 19:23:10 2004 +0000
+++ b/docs/linkchecker.css Tue Jun 08 21:06:47 2004 +0000
@@ -4,7 +4,7 @@
Copyright 2000-2004 W3C (MIT, INRIA, Keio). All Rights Reserved.
See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright
- $Id: linkchecker.css,v 1.6 2004-06-08 17:37:37 ville Exp $
+ $Id: linkchecker.css,v 1.7 2004-06-08 21:06:47 ville Exp $
*/
html, body {
@@ -18,12 +18,9 @@
div#main {
padding-top: 1em;
- margin: 0;
-}
-
-div#main p {
padding-left: 1em;
padding-right: 1em;
+ margin: 0;
}
a:link, a:visited {
@@ -47,12 +44,18 @@
}
pre, code, tt {
- font-family: monospace;
+ font-family: "Bitstream Vera Sans Mono", monospace;
line-height: 100%;
white-space: pre;
}
pre {
padding-left: 2em;
+}
+
+fieldset {
+ background: #fcfcfc;
+ border: 1px dotted #053188;
+ padding: 0.8em;
}
a:link img, a:visited img {
@@ -68,6 +71,10 @@
ol li {
padding: .1em;
+}
+
+th {
+ text-align: left;
}
/* These are usually targets and not links */
@@ -110,7 +117,7 @@
text-transform: uppercase;
margin-left: auto;
margin-right: auto;
- font-family: monospace;
+ font-family: "Bitstream Vera Sans Mono", monospace;
color: #888;
line-height: 120%;
}
@@ -121,9 +128,13 @@
}
/* 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 {
- font-family: "Bitstream Vera Sans", Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
- font-size-adjust: .53;
font-size: 2em;
font-weight: bold;
font-style: normal;
@@ -150,29 +161,25 @@
}
h2 {
- font-family: "Bitstream Vera Sans", Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
- font-size-adjust: .53;
font-size: 1.5em;
text-align: left;
font-weight: bold;
font-style: normal;
text-decoration: none;
- margin-top: 2em;
+ margin-top: 1em;
margin-bottom: 1em;
line-height: 120%;
}
h3 {
- font-family: "Bitstream Vera Sans", Tahoma, Verdana, "Myriad Web", Syntax, sans-serif;
- font-size-adjust: .53;
font-size: 1.3em;
- background-color: #eee;
- text-indent: 2em;
- padding: .2em;
- border-top: 1px dotted black;
font-weight: normal;
font-style: normal;
text-decoration: none;
+ background-color: #eee;
+ text-indent: 1em;
+ padding: .2em;
+ border-top: 1px dotted black;
}
@@ -230,12 +237,20 @@
border-right: solid 1px #ddd;
}
-/* linkchecker results */
+/* Results */
.report {
width: 100%;
}
dt.report {
font-weight: bold;
+}
+div#settings {
+ font-size: smaller;
+ float: right;
+}
+div#settings ul {
+ margin: 0;
+ padding-left: 1.5em;
}
.unauthorized {
background-color: aqua;
@@ -249,5 +264,6 @@
.multiple {
background-color: fuchsia;
}
-
-
+.dubious {
+ background-color: #ccc;
+}
Received on Thursday, 5 August 2010 14:47:07 UTC