]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - highlight.js/styles/idea.css
Add highlight.js
[SourceForge/phpwiki.git] / highlight.js / styles / idea.css
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 .prompt,
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 .clojure .title,
57 pre .nginx .title,
58 pre .tex .command,
59 pre .request,
60 pre .status {
61   font-weight: bold;
62   color: #000080;
63 }
64
65 pre .attribute,
66 pre .rules .keyword,
67 pre .number,
68 pre .date,
69 pre .regexp,
70 pre .tex .special {
71   font-weight: bold;
72   color: #0000ff;
73 }
74
75 pre .number,
76 pre .regexp {
77   font-weight: normal;
78 }
79
80 pre .string,
81 pre .value,
82 pre .filter .argument,
83 pre .css .function .params,
84 pre .apache .tag {
85   color: #008000;
86   font-weight: bold;
87 }
88
89 pre .symbol,
90 pre .ruby .symbol .string,
91 pre .char,
92 pre .tex .formula {
93   color: #000;
94   background: #d0eded;
95   font-style: italic;
96 }
97
98 pre .phpdoc,
99 pre .yardoctag,
100 pre .javadoctag {
101   text-decoration: underline;
102 }
103
104 pre .variable,
105 pre .envvar,
106 pre .apache .sqbracket,
107 pre .nginx .built_in {
108   color: #660e7a;
109 }
110
111 pre .addition {
112   background: #baeeba;
113 }
114
115 pre .deletion {
116   background: #ffc8bd;
117 }
118
119 pre .diff .change {
120   background: #bccff9;
121 }