Projet

Général

Profil

Paste
Télécharger (2,38 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / libraries / highlightjs / styles / railscasts.css @ 99781f3b

1
/*
2

3
Railscasts-like style (c) Visoft, Inc. (Damien White)
4

5
*/
6

    
7
pre code {
8
  display: block;
9
  padding: 0.5em;
10
  background: #232323;
11
  color: #E6E1DC;
12
}
13

    
14
pre .comment,
15
pre .template_comment,
16
pre .javadoc,
17
pre .shebang {
18
  color: #BC9458;
19
  font-style: italic;
20
}
21

    
22
pre .keyword,
23
pre .ruby .function .keyword,
24
pre .request,
25
pre .status,
26
pre .nginx .title,
27
pre .method,
28
pre .list .title {
29
  color: #C26230;
30
}
31

    
32
pre .string,
33
pre .number,
34
pre .regexp,
35
pre .tag .value,
36
pre .cdata,
37
pre .filter .argument,
38
pre .attr_selector,
39
pre .apache .cbracket,
40
pre .date,
41
pre .tex .command,
42
pre .markdown .link_label {
43
  color: #A5C261;
44
}
45

    
46
pre .subst {
47
  color: #519F50;
48
}
49

    
50
pre .tag,
51
pre .tag .keyword,
52
pre .tag .title,
53
pre .doctype,
54
pre .sub .identifier,
55
pre .pi,
56
pre .input_number {
57
  color: #E8BF6A;
58
}
59

    
60
pre .identifier {
61
  color: #D0D0FF;
62
}
63

    
64
pre .class .title,
65
pre .haskell .type,
66
pre .smalltalk .class,
67
pre .javadoctag,
68
pre .yardoctag,
69
pre .phpdoc {
70
  text-decoration: none;
71
}
72

    
73
pre .constant {
74
  color: #DA4939;
75
}
76

    
77

    
78
pre .symbol,
79
pre .built_in,
80
pre .ruby .symbol .string,
81
pre .ruby .symbol .identifier,
82
pre .markdown .link_url,
83
pre .attribute {
84
  color: #6D9CBE;
85
}
86

    
87
pre .markdown .link_url {
88
  text-decoration: underline;
89
}
90

    
91

    
92

    
93
pre .params,
94
pre .variable,
95
pre .clojure .attribute {
96
  color: #D0D0FF;
97
}
98

    
99
pre .css .tag,
100
pre .rules .property,
101
pre .pseudo,
102
pre .tex .special {
103
  color: #CDA869;
104
}
105

    
106
pre .css .class {
107
  color: #9B703F;
108
}
109

    
110
pre .rules .keyword {
111
  color: #C5AF75;
112
}
113

    
114
pre .rules .value {
115
  color: #CF6A4C;
116
}
117

    
118
pre .css .id {
119
  color: #8B98AB;
120
}
121

    
122
pre .annotation,
123
pre .apache .sqbracket,
124
pre .nginx .built_in {
125
  color: #9B859D;
126
}
127

    
128
pre .preprocessor,
129
pre .preprocessor *
130
pre .pragma {
131
  color: #8996A8 !important;
132
}
133

    
134
pre .hexcolor,
135
pre .css .value .number {
136
  color: #A5C261;
137
}
138

    
139
pre .title,
140
pre .decorator,
141
pre .css .function {
142
  color: #FFC66D;
143
}
144

    
145
pre .diff .header,
146
pre .chunk {
147
  background-color: #2F33AB;
148
  color: #E6E1DC;
149
  display: inline-block;
150
  width: 100%;
151
}
152

    
153
pre .diff .change {
154
  background-color: #4A410D;
155
  color: #F8F8F8;
156
  display: inline-block;
157
  width: 100%;
158
}
159

    
160
pre .addition {
161
  background-color: #144212;
162
  color: #E6E1DC;
163
  display: inline-block;
164
  width: 100%;
165
}
166

    
167
pre .deletion {
168
  background-color: #600;
169
  color: #E6E1DC;
170
  display: inline-block;
171
  width: 100%;
172
}
173

    
174
pre .coffeescript .javascript,
175
pre .javascript .xml,
176
pre .tex .formula,
177
pre .xml .javascript,
178
pre .xml .vbscript,
179
pre .xml .css,
180
pre .xml .cdata {
181
  opacity: 0.7;
182
}