/* Script documentation style-sheet */

/* General */
body {
  background-color: white;
  color: black;
}

h1 {
  margin-bottom: 0;
}

a:link:hover, a:visited:hover {
  background-color: transparent;
  color: red;
  text-decoration: none;
}

code {
  /* Inconsolata is borken in Safari 5.0 on Wine */
  font-family: Inconsolata, Consolas, monospace;
}

/* HTML language elements */
.text {
  background-color: transparent;
  color: black;
}

.entity {
  background-color: transparent;
  color: black;
  font-weight: bold;
  font-style: italic;
}

.tag, .tagname {
  background-color: transparent;
  color: navy;
}

.img {
  background-color: transparent;
  color: purple;
}

.object {
  background-color: transparent;
  color: maroon;
}

.attrval {
  background-color: transparent;
  color: blue;
}

.scr {
  background-color: transparent;
  color: #900;
}

.a {
  background-color: transparent;
  color: #090;
}

/* JavaScript language elements */
.comm {
  background-color: transparent;
  color: #999;
  font-style: italic;
}

.ident {
  background-color: transparent;
  color: black;
  font-weight: bold;
}

.rswd {
  background-color: transparent;
  color: #009;
  font-weight: bold;
}

.regexp {
  background-color: transparent;
  color: #900;
}

var {
  font-style: italic;
}

.str {
  font-style: italic;
}

.num {
  background-color: transparent;
  color: red;
}

.punct {
  background-color: transparent;
  color: blue;
}

.punct2 {
  background-color: transparent;
  color: #090;
}