1/*
2
3FAR Style (c) MajestiC <majestic2k@gmail.com>
4
5*/
6
7pre code[class]:after {
8  content: 'highlight: ' attr(class);
9  display: block; text-align: right;
10  font-size: smaller;
11  color: #CCC; background: white;
12  border-top: solid 1px;
13  padding-top: 0.5em;
14}
15
16pre code {
17  display: block;
18  background: #000080;
19}
20
21pre code,
22.ruby .subst {
23  color: #0FF;
24}
25
26.string,
27.ruby .string,
28.function .title,
29.class .title,
30.ini .title,
31.tag .attribute .value,
32.css .rules .value,
33.css .rules .value .number,
34.preprocessor,
35.ruby .symbol,
36.built_in,
37.sql .aggregate,
38.django .template_tag,
39.django .variable,
40.smalltalk .class,
41.addition,
42.apache .tag,
43.apache .cbracket {
44  color: #FF0;
45}
46
47.keyword,
48.css .id,
49.function .title,
50.class .title,
51.ini .title,
52.vbscript .built_in,
53.sql .aggregate,
54.rsl .built_in,
55.smalltalk .class,
56.xml .tag .title,
57.winutils,
58.flow,
59.lisp .title,
60.change,
61.envvar,
62.bash .variable {
63  color: #FFF;
64}
65
66.comment,
67.phpdoc,
68.javadoc,
69.java .annotation,
70.template_comment,
71.deletion,
72.apache .sqbracket {
73  color: #888;
74}
75
76.number,
77.date,
78.regexp,
79.literal,
80.smalltalk .symbol,
81.smalltalk .char {
82  color: #0F0;
83}
84
85.python .decorator,
86.django .filter .argument,
87.smalltalk .localvars,
88.smalltalk .array,
89.attr_selector,
90.pseudo,
91.xml .pi,
92.diff .header,
93.chunk,
94.shebang {
95  color: #008080;
96}
97
98.keyword,
99.css .id,
100.function .title,
101.class .title,
102.ini .title,
103.vbscript .built_in,
104.sql .aggregate,
105.rsl .built_in,
106.smalltalk .class,
107.xml .tag .title,
108.winutils,
109.flow,
110.lisp .title,
111.apache .tag {
112  font-weight: bold;
113}
114