perl/modules/W3C/LinkChecker/docs linkchecher.css,NONE,1.1 checklink.css,1.2,NONE

Update of /sources/public/perl/modules/W3C/LinkChecker/docs
In directory hutz:/tmp/cvs-serv16697

Added Files:
	linkchecher.css 
Removed Files:
	checklink.css 
Log Message:
changing name to avoid conneg issues

--- NEW FILE: linkchecher.css ---
/*
   Base Style Sheet for the W3C Markup Validation Service.

   Copyright 2000-2004 W3C (MIT, INRIA, Keio). All Rights Reserved.
   See http://www.w3.org/Consortium/Legal/ipr-notice.html#Copyright

   $Id: linkchecher.css,v 1.1 2004/04/08 21:26:06 ot 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;
}

--- checklink.css DELETED ---

Received on Thursday, 8 April 2004 17:26:10 UTC