1/*
2
3Brown Paper style from goldblog.com.ua (c) Zaripov Yura <yur4ik7@ukr.net>
4
5*/
6
7pre code[class]:after {
8  content: 'highlight: ' attr(class);
9  display: block; text-align: right;
10  font-size: smaller;
11  color: #2c2c2c; background: transparent;
12  border-top: solid 1px black;
13  padding-top: 0.5em;
14}
15
16pre code {
17  display: block;
18  background:#b7a68e url(./brown_papersq.png);
19  padding-left:10px;
20  padding-top:10px;
21}
22
23.keyword,
24.literal,
25.change,
26.winutils,
27.flow,
28.lisp .title {
29  color:#005599;
30  font-weight:bold;
31}
32
33pre code,
34.ruby .subst {
35  color: #363C69;
36}
37
38.string,
39.function .title,
40.class .title,
41.ini .title,
42.tag .attribute .value,
43.css .rules .value,
44.preprocessor,
45.ruby .symbol,
46.ruby .instancevar,
47.ruby .class .parent,
48.built_in,
49.sql .aggregate,
50.django .template_tag,
51.django .variable,
52.smalltalk .class,
53.javadoc,
54.ruby .string,
55.django .filter .argument,
56.smalltalk .localvars,
57.smalltalk .array,
58.attr_selector,
59.pseudo,
60.addition,
61.stream,
62.envvar,
63.apache .tag,
64.apache .cbracket {
65  color: #2C009F;
66}
67
68.comment,
69.java .annotation,
70.python .decorator,
71.template_comment,
72.pi,
73.doctype,
74.deletion,
75.shebang,
76.apache .sqbracket {
77  color: #802022;
78}
79
80.keyword,
81.literal,
82.css .id,
83.phpdoc,
84.function .title,
85.class .title,
86.vbscript .built_in,
87.sql .aggregate,
88.rsl .built_in,
89.smalltalk .class,
90.xml .tag .title,
91.diff .header,
92.chunk,
93.winutils,
94.bash .variable,
95.lisp .title,
96.apache .tag {
97  font-weight: bold;
98}
99
100.html .css,
101.html .javascript,
102.html .vbscript {
103  opacity: 0.8;
104}
105