Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > b37c9c4b9c90854b7be9bd876f29db96 > files > 6

checklink-4.2.1-6mdv2010.0.noarch.rpm

/*
   Base Style Sheet for the W3C Link Checker.

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

   $Id: linkchecker.css,v 1.12 2005/04/09 14:44:34 ville Exp $
*/

html, body {
  line-height: 120%;
  color: black;
  background: white;
  font-family: "Bitstream Vera Sans", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
}

div#main {
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0;
}

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: "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 {
  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;
}

th {
  text-align: left;
}

.hideme {
  display: none;
}

/* 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: 0;
  padding-right: 1em;
  padding-left: 1em;
  padding-bottom: 0;
  margin-top: 3em;
  border-top: 1px solid black;
  background-color: #eee;
  clear: right;
  background-image: url(http://validator.w3.org/images/footer.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 50px;
  background-position: center;
}

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: "Bitstream Vera Sans Mono", 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, h2, h3, h4, h5, h6, dt {
  font-family: "Bitstream Vera Sans", sans-serif;
  font-size-adjust: .53;
}

h1 {
  font-size: 2em;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #053188;
}
#banner h1 {
  font-size: 1.3em;
  display: inline;
}

#banner {
  background-image: url(http://validator.w3.org/images/header.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 50px;
  background-position: right;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid black;
}

h1#title {
  padding: 0;
  margin: 0;
  color: #053188;
}

h2 {
  font-size: 1.5em;
  text-align: left;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 120%;
}

h3 {
  font-size: 1.3em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  background-color: #eee;
  text-indent: 1em;
  padding: .2em;
  border-top: 1px dotted black;
}


/*
   Navbar
*/

#menu {
  /* min-width: 63em; */
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 1.5em;
  background-color: #eee;
  border-bottom: solid 1px black;
}

#menu li {
  display: inline;
  padding: 0;
  margin: 0;
}

#menu li a:link, #menu li a:visited {
  text-decoration: none;
  text-align: center;
  float: left;
  display: block;
  width: 8em;
  padding: 2px 0px;
  margin: 0;
  background-color: #eee;
  color: #053188;
  font-size: smaller;
  font-variant: small-caps;
  border-right: solid 1px #bbb;
  border-bottom: solid 1px #ddd;
}

#menu li a#selected:link, #menu li a#selected:visited {
  text-decoration: underline;
  background-color: #fff;
  color: #053188;
}

#menu li a:hover {
  text-decoration: underline;
  background-color: #fff;
  color: #053188;
}

#menu li a:active {
  background-color: #fff;
  color: #053188;
  border-right: solid 1px #ddd;
}

/* 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;
}
.redirect {
  background-color: yellow;
}
.broken {
  background-color: red;
}
.multiple {
  background-color: fuchsia;
}
.dubious {
  background-color: #ccc;
}