- From: Ville Skytta <ville@dev.w3.org>
- Date: Tue, 08 Jun 2004 21:06:49 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LinkChecker/docs In directory hutz:/tmp/cvs-serv10749/docs Modified Files: linkchecker.css Log Message: Restore some lost CSS properties, and selectively sync some of the new layout stuff from the current markup validator. Index: linkchecker.css =================================================================== RCS file: /sources/public/perl/modules/W3C/LinkChecker/docs/linkchecker.css,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- linkchecker.css 8 Jun 2004 17:37:37 -0000 1.6 +++ linkchecker.css 8 Jun 2004 21:06:47 -0000 1.7 @@ -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,7 +44,7 @@ } pre, code, tt { - font-family: monospace; + font-family: "Bitstream Vera Sans Mono", monospace; line-height: 100%; white-space: pre; } @@ -55,6 +52,12 @@ padding-left: 2em; } +fieldset { + background: #fcfcfc; + border: 1px dotted #053188; + padding: 0.8em; +} + a:link img, a:visited img { border-style: none; } @@ -70,6 +73,10 @@ padding: .1em; } +th { + text-align: left; +} + /* These are usually targets and not links */ h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover { color: inherit; @@ -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,13 +237,21 @@ 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 Tuesday, 8 June 2004 17:11:13 UTC