root / trunk / web / dojo / dojox / highlight / resources / highlight.css @ 12
History | View | Annotate | Download (764 Bytes)
1 | 9 | andrej.cim | |
---|---|---|---|
2 | .string,
|
||
3 | .function .title, |
||
4 | .class .title, |
||
5 | .tag .attribute .value, |
||
6 | .css .rules .value, |
||
7 | .preprocessor,
|
||
8 | .ruby .symbol, |
||
9 | .ruby .instancevar, |
||
10 | .ruby .class .parent, |
||
11 | .built_in,
|
||
12 | .sql .aggregate, |
||
13 | .django .template_tag, |
||
14 | .django .variable, |
||
15 | .smalltalk .class { |
||
16 | color: #800; |
||
17 | } |
||
18 | .comment,
|
||
19 | .java .annotation, |
||
20 | .template_comment {
|
||
21 | color: #888; |
||
22 | } |
||
23 | .number,
|
||
24 | .regexp,
|
||
25 | .javascript .literal, |
||
26 | .smalltalk .symbol, |
||
27 | .smalltalk .char { |
||
28 | color: #080; |
||
29 | } |
||
30 | .javadoc,
|
||
31 | .ruby .string, |
||
32 | .python .decorator, |
||
33 | .django .filter .argument, |
||
34 | .smalltalk .localvars, |
||
35 | .smalltalk .array, |
||
36 | .css .attr_selector, |
||
37 | .xml .pi { |
||
38 | color: #88F; |
||
39 | } |
||
40 | .keyword,
|
||
41 | .css .id, |
||
42 | .phpdoc,
|
||
43 | .function .title, |
||
44 | .class .title, |
||
45 | .vbscript .built_in, |
||
46 | .sql .aggregate, |
||
47 | .rsl .built_in, |
||
48 | .smalltalk .class, |
||
49 | .xml .tag .title { |
||
50 | font-weight: bold; |
||
51 | } |