view trunk/src/html.css @ 709:7e7c85235673

Changed CSS class .cl to .chl.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Tue, 29 Jan 2008 22:11:19 +0100
parents 4ba8157bde1f
children ef9bee5a2d61
line wrap: on
line source

@charset "utf-8";
.compilerinfo, .sourcecode {
  display: block;
  white-space: pre;
  font-family: Monospace;
  font-size: 0.8em;
}
.compilerinfo {
  white-space: normal;
  border: 1px solid #A22;
  padding: 0.5em;
  margin: 1em;
}
.compilerinfo .error { display: block; }
/* Number */
.n { color: teal; }
/* Keyword */
.k { color: darkblue; font-weight: bold; }
/* Line and block comments */
.cl, .ct { color: green; }
/* Nested comments */
.cn { color: darkgreen; }
/* Identifier */
.i { color: black; }
/* String literal */
.sl { color: red; }
/* Character literal */
.chl { color: purple; }
/* All bracket types */
.br { color: orange; }
/* Special tokens */
.st { color: green; font-weight: bold; }
/* #line, hash line */
.hl { color: green; }
/* filespec (e.g. #line number [filespec]) */
.fs { color: purple;}
/* When the first line starts with #! it's a "shebang" */
.shebang { color: gray; }
/* Operator */
.op { color: royalblue; }
/* Particular operators */
.opaa { content: "and"; } /*&& ∧*/
.opoo { content: "or"; } /*|| ∨*/
.opn { content: "¬"; } /*!*/
.opne { content: "≠"; } /*!=*/
.ople { content: "≤"; } /*<=*/
.opge { content: "≥"; } /*>=*/
.oplg { content: "≶"; } /*<>*/
/*
d = Declaration
s = Statement
e = Expression
t = Type
o = Other
*/
/* .d { background-color: #FFDDDD; } */
/* .e { background-color: #DDDDFF; } */
.d.Module .i, .d.Import .i { color: blue; }
.t .i { color: #911; }
.t .br, .t .op { color: #911; }
.t .k { color: #911; font-weight: normal; }