1/*
2
3Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
4
5*/
6
7pre code {
8  display: block;
9  background: white; color: black;
10  border: solid #CCC 1px;
11}
12
13.string,
14.attribute .value,
15.filter .argument,
16.addition,
17.change,
18.apache .tag,
19.apache .cbracket {
20  color: #888;
21}
22
23.comment,
24.template_comment,
25.shebang,
26.doctype,
27.pi,
28.javadoc,
29.deletion,
30.apache .sqbracket {
31  color: #CCC;
32}
33
34.keyword,
35.tag .title,
36.ini .title,
37.winutils,
38.flow,
39.lisp .title,
40.apache .tag {
41  font-weight: bold;
42}
43