1/*
2
3Zenburn style from voldmar.ru (c) Vladimir Epifanov <voldmar@voldmar.ru>
4based on dark.css by Ivan Sagalaev
5
6*/
7
8pre code[class]:after {
9  content: 'highlight: ' attr(class);
10  display: block; text-align: right;
11  font-size: smaller;
12  color: #CCC; background: white;
13  border-top: solid 1px black;
14  padding-top: 0.5em;
15}
16
17pre code {
18  display: block;
19  background: #3F3F3F;
20  color: #DCDCDC;
21}
22
23.keyword,
24.tag,
25.django .tag,
26.django .keyword,
27.css .class,
28.css .id,
29.lisp .title {
30  color: #E3CEAB;
31}
32
33.django .template_tag,
34.django .variable,
35.django .filter .argument {
36  color: #DCDCDC;
37}
38
39.number,
40.date {
41  color: #8CD0D3;
42}
43
44.dos .envvar,
45.dos .stream,
46.variable,
47.apache .sqbracket {
48  color: #EFDCBC;
49}
50
51.dos .flow,
52.diff .change,
53.python .exception,
54.python .built_in,
55.literal {
56  color: #EFEFAF;
57}
58
59.diff .chunk,
60.ruby .subst {
61  color: #8F8F8F;
62}
63
64.dos .keyword,
65.python .decorator,
66.class .title,
67.function .title,
68.ini .title,
69.diff .header,
70.ruby .class .parent,
71.apache .tag {
72    color: #efef8f;
73}
74
75.dos .winutils,
76.ruby .symbol,
77.ruby .string,
78.ruby .instancevar {
79  color: #DCA3A3;
80}
81
82.diff .deletion,
83.string,
84.tag .attribute .value,
85.preprocessor,
86.built_in,
87.sql .aggregate,
88.javadoc,
89.smalltalk .class,
90.smalltalk .localvars,
91.smalltalk .array,
92.css .rules .value,
93.attr_selector,
94.pseudo,
95.apache .cbracket {
96  color: #CC9393;
97}
98
99.shebang,
100.diff .addition,
101.comment,
102.java .annotation,
103.template_comment,
104.pi,
105.doctype {
106  color: #7F9F7F;
107}
108
109.html .css,
110.html .javascript {
111  opacity: 0.5;
112}
113
114