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