1/*
2Description: Magula style for highligh.js
3Author: Ruslan Keba <rukeba@gmail.com>
4Website: http://rukeba.com/
5Version: 1.0
6Date: 2009-01-03
7Music: Aphex Twin / Xtal
8*/
9
10pre {
11  margin: .5em; padding: .5em;
12  background-color: #f4f4f4;
13}
14
15pre code,
16.ruby .subst,
17.lisp .title {
18  color: black;
19}
20
21.string,
22.title,
23.parent,
24.tag .attribute .value,
25.rules .value,
26.rules .value .number,
27.preprocessor,
28.ruby .symbol,
29.instancevar,
30.aggregate,
31.template_tag,
32.django .variable,
33.smalltalk .class,
34.addition,
35.flow,
36.stream,
37.bash .variable,
38.apache .cbracket {
39  color: #050;
40}
41
42.comment,
43.annotation,
44.template_comment,
45.diff .header,
46.chunk {
47  color: #777;
48}
49
50.number,
51.date,
52.regexp,
53.literal,
54.smalltalk .symbol,
55.smalltalk .char,
56.change {
57  color: #800;
58}
59
60.label,
61.javadoc,
62.ruby .string,
63.decorator,
64.filter .argument,
65.localvars,
66.array,
67.attr_selector,
68.pseudo,
69.pi,
70.doctype,
71.deletion,
72.envvar,
73.shebang,
74.apache .sqbracket {
75  color: #00e;
76}
77
78.keyword,
79.id,
80.phpdoc,
81.title,
82.built_in,
83.aggregate,
84.smalltalk .class,
85.winutils,
86.bash .variable,
87.apache .tag,
88.xml .tag,
89.xml .title {
90  font-weight: bold;
91  color: navy;
92}
93
94.html .css,
95.html .javascript,
96.html .vbscript {
97  opacity: 0.5;
98}
99
100/* --- */
101.apache .tag {
102  font-weight: bold;
103  color: blue;
104}
105
106