/*
 * CSS for the source highlighter
 */

/* LAYOUT */

@import url(/lightlayout.css);

/* SOURCE from now on */

.html {
  color: black;
  background-color: transparent;
}
.require {
  color: #070;
  background-color: transparent;
}
.logicop {
  color: #070;
  background-color: transparent;
}
.compop {
  color: #070;
  background-color: transparent;
}
.assignop {
  color: #070;
  background-color: transparent;
}
.cast {
  color: #676;
  background-color: transparent;
}
.oopop {
  color: #070;
  background-color: transparent;
}
.bitop {
  color: #070;
  background-color: transparent;
}
.mathop {
  color: #070;
  background-color: transparent;
}
.loop {
  color: #070;
  background-color: transparent;
}
.keyword {
  color: #070;
  background-color: transparent;
}
.array {
  color: #070;
  background-color: transparent;
}
.magconst {
  color: #600;
  background-color: transparent;
}
.trycatch {
  color: #600;
  background-color: transparent;
}
.number {
  color: #00b;
  background-color: transparent;
}
.cont {
  color: #070;
  background-color: transparent;
}
.namespace {
  color: #070;
  background-color: transparent;
}
.output {
  color: #070;
  background-color: transparent;
}
.unknown {
  color: black;
  background-color: transparent;
}
.comment {
  color: #ff9000;
  background-color: transparent;
}
.string {
  color: #d00;
  background-color: transparent;
}
.dollar { /* dollar in vars */
  color: #080;
  background-color: transparent;
  font-weight: normal;
}
.var {
  color: #00b;
  background-color:transparent;
}
.tags { /* <?php ?> */
  color: #00b;
  background-color: transparent;
}
.character { /* like \n \xff in strings */
  color: #090;
  background-color: transparent;
}
.heredoc { /* <<<EOF EOF */
  color: #090;
  background-color: transparent;
}
.braces {
  color: #444;
  background-color: transparent;
}
.parentheses {
  color: #000;
  background-color: transparent;
}
.eval {
  color: red;
  background-color: transparent;
}
.semicolon {
  color: black;
  background-color: transparent;
}
.error {
  color: white;
  background-color: red;
  font-weight: bold;
}
.misc {
  color: #00b;
  background-color: transparent;
}

