Projet

Général

Profil

Paste
Télécharger (1,61 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / libraries / highlightjs / styles / idea.css @ 5a7e6170

1 85ad3d82 Assos Assos
/*
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 .pragma,
31
pre .doctype,
32
pre .pi,
33
pre .chunk,
34
pre .shebang,
35
pre .apache .cbracket,
36
pre .prompt,
37
pre .http .title {
38
  color: #808000;
39
}
40
41
pre .tag,
42
pre .pi {
43
  background: #efefef;
44
}
45
46
pre .tag .title,
47
pre .id,
48
pre .attr_selector,
49
pre .pseudo,
50
pre .literal,
51
pre .keyword,
52
pre .hexcolor,
53
pre .css .function,
54
pre .ini .title,
55
pre .css .class,
56
pre .list .title,
57
pre .clojure .title,
58
pre .nginx .title,
59
pre .tex .command,
60
pre .request,
61
pre .status {
62
  font-weight: bold;
63
  color: #000080;
64
}
65
66
pre .attribute,
67
pre .rules .keyword,
68
pre .number,
69
pre .date,
70
pre .regexp,
71
pre .tex .special {
72
  font-weight: bold;
73
  color: #0000ff;
74
}
75
76
pre .number,
77
pre .regexp {
78
  font-weight: normal;
79
}
80
81
pre .string,
82
pre .value,
83
pre .filter .argument,
84
pre .css .function .params,
85
pre .apache .tag {
86
  color: #008000;
87
  font-weight: bold;
88
}
89
90
pre .symbol,
91
pre .ruby .symbol .string,
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
}