- From: Ville Skytta <ville@hutz.w3.org>
- Date: Fri, 09 Apr 2004 11:36:20 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/docs
In directory hutz:/tmp/cvs-serv12463/docs
Modified Files:
checklink.html
Added Files:
linkchecker.css
Removed Files:
linkchecher.css
Log Message:
Rename the doc CSS once more (to linkchecker.css).
--- linkchecher.css DELETED ---
--- NEW FILE: linkchecker.css ---
/*
Base Style Sheet for the W3C Link Checker.
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.1 2004/04/09 11:36:17 ville Exp $
*/
html, body {
color: black;
background: white;
font-family: "Bitstream Vera Sans", sans-serif;
margin: 0;
padding: 0;
border: 0;
}
div#main {
padding-top: 1em;
margin-left: 1em;
margin-right: 7.6em;
}
div#main p {
padding-left: 1em;
padding-right: 1em;
}
a:link, a:visited {
color: blue;
}
a:hover {
color: blue;
background-color: #eee;
}
a:active {
color: red;
background-color: yellow;
}
acronym:hover, abbr:hover {
cursor: help;
}
abbr[title], acronym[title], span[title], strong[title] {
border-bottom: thin dotted;
cursor: help;
}
pre, code, tt {
font-family: monospace;
line-height: 100%;
white-space: pre;
}
a:link img, a:visited img {
border-style: none;
}
a img {
color: black; /* The only way to hide the border in NS 4.x */
}
ul.toc {
list-style: none;
}
ol li {
padding: .1em;
}
/* These are usually targets and not links */
h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover {
color: inherit;
background-color: inherit;
}
img {
vertical-align: middle;
}
address img {
float: right;
width: 88px;
}
address {
padding-top: .5em;
padding-right: 1em;
padding-left: 1em;
padding-bottom: .5em;
margin-top: 3em;;
border-top: 1px solid black;
background-color: #eee;
clear: right;
}
p.copyright {
margin-top: 5em;
padding-top: .5em;
font-size: xx-small;
max-width: 85ex;
text-align: justify;
text-transform: uppercase;
margin-left: auto;
margin-right: auto;
font-family: monospace;
color: #888;
line-height: 120%;
}
p.copyright a {
color: #88f;
text-decoration: none;
}
/* Various header(ish) things. Definitions cribbed from the CORE Styles. */
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;
text-decoration: none;
color: #053188;
}
#banner h1 {
font-size: 1.3em;
border-bottom: 1px solid black;
}
#banner {
/* background-image: url(/validator/banner-qa.jpg); */
background-repeat: no-repeat;
background-attachment: scroll;
height: 50px;
background-position: right;
margin: 0;
padding: 0;
}
h1#title {
padding: 0;
margin: 0;
color: #053188;
}
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-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;
}
Index: checklink.html
===================================================================
RCS file: /sources/public/perl/modules/W3C/LinkChecker/docs/checklink.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- checklink.html 7 Apr 2004 22:08:34 -0000 1.11
+++ checklink.html 9 Apr 2004 11:36:17 -0000 1.12
@@ -5,7 +5,7 @@
<head>
<title>W3C Link Checker Documentation</title>
<link rev="made" href="mailto:www-validator@w3.org" />
- <style type="text/css" media="all">@import "checklink.css";</style>
+ <style type="text/css" media="all">@import "linkchecker.css";</style>
<meta name="revision" content="$Id$" />
</head>
Received on Friday, 9 April 2004 07:40:57 UTC