Mercurial > eldonilo > lightstring
comparison console/lib/highlight/styles/idea.css @ 108:5cb4733c5189
many api changes
author | Sonny Piers <sonny@fastmail.net> |
---|---|
date | Fri, 13 Jul 2012 15:26:18 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
107:704ce44c1a22 | 108:5cb4733c5189 |
---|---|
1 /* | |
2 | |
3 Intellij Idea-like styling (c) Vasily Polovnyov <vast@whiteants.net> | |
4 | |
5 */ | |
6 | |
7 pre code { | |
8 display: block; padding: 0.5em; | |
9 color: #000; | |
10 background: #fff; | |
11 } | |
12 | |
13 pre .subst, | |
14 pre .title { | |
15 font-weight: normal; | |
16 color: #000; | |
17 } | |
18 | |
19 pre .comment, | |
20 pre .template_comment, | |
21 pre .javadoc, | |
22 pre .diff .header { | |
23 color: #808080; | |
24 font-style: italic; | |
25 } | |
26 | |
27 pre .annotation, | |
28 pre .decorator, | |
29 pre .preprocessor, | |
30 pre .doctype, | |
31 pre .pi, | |
32 pre .chunk, | |
33 pre .shebang, | |
34 pre .apache .cbracket, | |
35 pre .input_number, | |
36 pre .http .title { | |
37 color: #808000; | |
38 } | |
39 | |
40 pre .tag, | |
41 pre .pi { | |
42 background: #efefef; | |
43 } | |
44 | |
45 pre .tag .title, | |
46 pre .id, | |
47 pre .attr_selector, | |
48 pre .pseudo, | |
49 pre .literal, | |
50 pre .keyword, | |
51 pre .hexcolor, | |
52 pre .css .function, | |
53 pre .ini .title, | |
54 pre .css .class, | |
55 pre .list .title, | |
56 pre .nginx .title, | |
57 pre .tex .command, | |
58 pre .request, | |
59 pre .status { | |
60 font-weight: bold; | |
61 color: #000080; | |
62 } | |
63 | |
64 pre .attribute, | |
65 pre .rules .keyword, | |
66 pre .number, | |
67 pre .date, | |
68 pre .regexp, | |
69 pre .tex .special { | |
70 font-weight: bold; | |
71 color: #0000ff; | |
72 } | |
73 | |
74 pre .number, | |
75 pre .regexp { | |
76 font-weight: normal; | |
77 } | |
78 | |
79 pre .string, | |
80 pre .value, | |
81 pre .filter .argument, | |
82 pre .css .function .params, | |
83 pre .apache .tag { | |
84 color: #008000; | |
85 font-weight: bold; | |
86 } | |
87 | |
88 pre .symbol, | |
89 pre .ruby .symbol .string, | |
90 pre .ruby .symbol .keyword, | |
91 pre .ruby .symbol .keymethods, | |
92 pre .char, | |
93 pre .tex .formula { | |
94 color: #000; | |
95 background: #d0eded; | |
96 font-style: italic; | |
97 } | |
98 | |
99 pre .phpdoc, | |
100 pre .yardoctag, | |
101 pre .javadoctag { | |
102 text-decoration: underline; | |
103 } | |
104 | |
105 pre .variable, | |
106 pre .envvar, | |
107 pre .apache .sqbracket, | |
108 pre .nginx .built_in { | |
109 color: #660e7a; | |
110 } | |
111 | |
112 pre .addition { | |
113 background: #baeeba; | |
114 } | |
115 | |
116 pre .deletion { | |
117 background: #ffc8bd; | |
118 } | |
119 | |
120 pre .diff .change { | |
121 background: #bccff9; | |
122 } |