1/*
2
3School Book 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  color: #CCC; background: transparent;
11
12  padding-top: 0.5em;
13}
14
15pre code {
16  display: block;
17  margin-left:30px;
18  margin-top:15px;
19    font-size: 11px !important;
20  line-height:16px !important;
21  }
22pre{background:#f6f6ae url(./school_book.png);
23	border-top: solid 2px #d2e8b9;
24	border-bottom: solid 1px #d2e8b9;}
25.keyword,
26.literal,
27.change,
28.winutils,
29.flow,
30.lisp .title {
31  color:#005599;
32  font-weight:bold;
33}
34
35pre code,
36.ruby .subst {
37  color: #3E5915;
38}
39
40.string,
41.function .title,
42.class .title,
43.ini .title,
44.tag .attribute .value,
45.css .rules .value,
46.preprocessor,
47.ruby .symbol,
48.ruby .instancevar,
49.ruby .class .parent,
50.built_in,
51.sql .aggregate,
52.django .template_tag,
53.django .variable,
54.smalltalk .class,
55.javadoc,
56.ruby .string,
57.django .filter .argument,
58.smalltalk .localvars,
59.smalltalk .array,
60.attr_selector,
61.pseudo,
62.addition,
63.stream,
64.envvar,
65.apache .tag,
66.apache .cbracket {
67  color: #2C009F;
68}
69
70.comment,
71.java .annotation,
72.python .decorator,
73.template_comment,
74.pi,
75.doctype,
76.deletion,
77.shebang,
78.apache .sqbracket {
79  color: #E60415;
80}
81
82.keyword,
83.literal,
84.css .id,
85.phpdoc,
86.function .title,
87.class .title,
88.vbscript .built_in,
89.sql .aggregate,
90.rsl .built_in,
91.smalltalk .class,
92.xml .tag .title,
93.diff .header,
94.chunk,
95.winutils,
96.bash .variable,
97.lisp .title,
98.apache .tag {
99  font-weight: bold;
100}
101
102.html .css,
103.html .javascript,
104.html .vbscript {
105  opacity: 0.8;
106}
107