Projet

Général

Profil

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

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

1 85ad3d82 Assos Assos
/*
2

3
Style with support for rainbow parens
4

5
*/
6
7
pre ::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
8
pre ::selection { background:#FF5E99; color:#fff; text-shadow: none; }
9
10
pre code {
11
  display: block; padding: 0.5em;
12
  background: #474949; color: #D1D9E1;
13
}
14
15
16
pre .body,
17
pre .collection {
18
   color: #D1D9E1;
19
}
20
21
pre .comment,
22
pre .template_comment,
23
pre .diff .header,
24
pre .doctype,
25
pre .lisp .string,
26
pre .javadoc {
27
  color: #969896;
28
  font-style: italic;
29
}
30
31
pre .keyword,
32
pre .clojure .attribute,
33
pre .winutils,
34
pre .javascript .title,
35
pre .addition,
36
pre .css .tag {
37
  color: #cc99cc;
38
}
39
40
pre .number { color: #f99157; }
41
42
pre .command,
43
pre .string,
44
pre .tag .value,
45
pre .phpdoc,
46
pre .tex .formula,
47
pre .regexp,
48
pre .hexcolor {
49
  color: #8abeb7;
50
}
51
52
pre .title,
53
pre .localvars,
54
pre .function .title,
55
pre .chunk,
56
pre .decorator,
57
pre .built_in,
58
pre .lisp .title,
59
pre .identifier
60
{
61
  color: #b5bd68;
62
}
63
64
pre .class .keyword
65
{
66
  color: #f2777a;
67
}
68
69
pre .variable,
70
pre .lisp .body,
71
pre .smalltalk .number,
72
pre .constant,
73
pre .class .title,
74
pre .parent,
75
pre .haskell .label,
76
pre .id,
77
pre .lisp .title,
78
pre .clojure .title .built_in {
79
   color: #ffcc66;
80
}
81
82
pre .tag .title,
83
pre .rules .property,
84
pre .django .tag .keyword,
85
pre .clojure .title .built_in {
86
  font-weight: bold;
87
}
88
89
pre .attribute,
90
pre .clojure .title {
91
  color: #81a2be;
92
}
93
94
pre .preprocessor,
95
pre .pragma,
96
pre .pi,
97
pre .shebang,
98
pre .symbol,
99
pre .symbol .string,
100
pre .diff .change,
101
pre .special,
102
pre .attr_selector,
103
pre .important,
104
pre .subst,
105
pre .cdata {
106
  color: #f99157;
107
}
108
109
pre .deletion {
110
  color: #dc322f;
111
}
112
113
pre .tex .formula {
114
  background: #eee8d5;
115
}