webkit-rspec-formatter 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data.tar.gz.sig +0 -0
- data/History.md +7 -0
- data/README.md +10 -20
- data/Rakefile +16 -362
- metadata +68 -126
- metadata.gz.sig +0 -0
- data/ChangeLog +0 -81
- data/LICENSE +0 -27
- data/data/webkit-rspec-formatter/css/textmate-rspec.css +0 -332
- data/data/webkit-rspec-formatter/images/clock.png +0 -0
- data/data/webkit-rspec-formatter/images/cross_circle.png +0 -0
- data/data/webkit-rspec-formatter/images/cross_circle_frame.png +0 -0
- data/data/webkit-rspec-formatter/images/cross_octagon.png +0 -0
- data/data/webkit-rspec-formatter/images/cross_octagon_frame.png +0 -0
- data/data/webkit-rspec-formatter/images/cross_shield.png +0 -0
- data/data/webkit-rspec-formatter/images/exclamation.png +0 -0
- data/data/webkit-rspec-formatter/images/exclamation_frame.png +0 -0
- data/data/webkit-rspec-formatter/images/exclamation_shield.png +0 -0
- data/data/webkit-rspec-formatter/images/exclamation_small.png +0 -0
- data/data/webkit-rspec-formatter/images/plus_circle.png +0 -0
- data/data/webkit-rspec-formatter/images/plus_circle_frame.png +0 -0
- data/data/webkit-rspec-formatter/images/question.png +0 -0
- data/data/webkit-rspec-formatter/images/question_frame.png +0 -0
- data/data/webkit-rspec-formatter/images/question_shield.png +0 -0
- data/data/webkit-rspec-formatter/images/question_small.png +0 -0
- data/data/webkit-rspec-formatter/images/tick.png +0 -0
- data/data/webkit-rspec-formatter/images/tick_circle.png +0 -0
- data/data/webkit-rspec-formatter/images/tick_circle_frame.png +0 -0
- data/data/webkit-rspec-formatter/images/tick_shield.png +0 -0
- data/data/webkit-rspec-formatter/images/tick_small.png +0 -0
- data/data/webkit-rspec-formatter/images/tick_small_circle.png +0 -0
- data/data/webkit-rspec-formatter/images/ticket.png +0 -0
- data/data/webkit-rspec-formatter/images/ticket_arrow.png +0 -0
- data/data/webkit-rspec-formatter/images/ticket_exclamation.png +0 -0
- data/data/webkit-rspec-formatter/images/ticket_minus.png +0 -0
- data/data/webkit-rspec-formatter/images/ticket_pencil.png +0 -0
- data/data/webkit-rspec-formatter/images/ticket_plus.png +0 -0
- data/data/webkit-rspec-formatter/images/ticket_small.png +0 -0
- data/data/webkit-rspec-formatter/js/jquery-1.4.2.min.js +0 -154
- data/data/webkit-rspec-formatter/js/textmate-rspec.js +0 -402
- data/data/webkit-rspec-formatter/templates/failed.rhtml +0 -35
- data/data/webkit-rspec-formatter/templates/footer.rhtml +0 -9
- data/data/webkit-rspec-formatter/templates/header.rhtml +0 -35
- data/data/webkit-rspec-formatter/templates/page.rhtml +0 -131
- data/data/webkit-rspec-formatter/templates/passed.rhtml +0 -10
- data/data/webkit-rspec-formatter/templates/pending-fixed.rhtml +0 -25
- data/data/webkit-rspec-formatter/templates/pending.rhtml +0 -14
- data/lib/rspec/core/formatters/web_kit.rb +0 -4
- data/lib/rspec/core/formatters/webkit.rb +0 -222
- data/lib/rspec/mate/runner.rb +0 -65
- data/rake/191_compat.rb +0 -26
- data/rake/dependencies.rb +0 -76
- data/rake/documentation.rb +0 -123
- data/rake/helpers.rb +0 -502
- data/rake/hg.rb +0 -287
- data/rake/manual.rb +0 -787
- data/rake/packaging.rb +0 -129
- data/rake/publishing.rb +0 -341
- data/rake/style.rb +0 -62
- data/rake/svn.rb +0 -668
- data/rake/testing.rb +0 -151
- data/rake/verifytask.rb +0 -64
metadata.gz.sig
CHANGED
Binary file
|
data/ChangeLog
DELETED
@@ -1,81 +0,0 @@
|
|
1
|
-
26[github/master,master,tip] 5ff0e8d21818 2010-10-21 16:35 -0700 ged
|
2
|
-
Fix the project page URL
|
3
|
-
|
4
|
-
25 dcac16539488 2010-10-21 16:33 -0700 ged
|
5
|
-
On second thought, make the links actually links. Duh
|
6
|
-
|
7
|
-
24 7d0875336f79 2010-10-21 16:30 -0700 ged
|
8
|
-
Actually add the link to the Github mirror
|
9
|
-
|
10
|
-
23 118d08bb8ab1 2010-10-21 16:29 -0700 ged
|
11
|
-
Rename README -> README.md since I changed it to Markdown
|
12
|
-
|
13
|
-
22 406646ae0941 2010-10-21 16:25 -0700 ged
|
14
|
-
CSS changes, split out templates, nested example groups
|
15
|
-
|
16
|
-
21 06221c136d6b 2010-10-20 17:23 -0700 ged
|
17
|
-
More RSpec 2.0 fixes
|
18
|
-
|
19
|
-
20 3dd8bff179fd 2010-10-20 13:58 -0700 ged
|
20
|
-
Add a shim to allow the formatter for the --format option
|
21
|
-
|
22
|
-
19 3df4a3eaa994 2010-10-19 15:30 -0700 ged
|
23
|
-
Updated build system, project metadata.
|
24
|
-
|
25
|
-
18 e6628d07ab9f 2010-10-19 15:27 -0700 ged
|
26
|
-
Added tag 1.0.0 for changeset 45d2888c3afa
|
27
|
-
|
28
|
-
17 14ec4d0f642e 2010-10-19 15:26 -0700 ged
|
29
|
-
Version bump to 2.0.0
|
30
|
-
|
31
|
-
16 9fac9e11e14e 2010-10-19 15:25 -0700 ged
|
32
|
-
Upgrade to RSpec 2.0
|
33
|
-
|
34
|
-
15 057eca6f4b84 2010-10-19 15:24 -0700 ged
|
35
|
-
Move resource files into the datadir
|
36
|
-
|
37
|
-
14[1.0.0] 45d2888c3afa 2010-08-23 13:53 -0700 ged
|
38
|
-
Updated to work under my fork of rspec/rspec-tmbundle using only an environment variable.
|
39
|
-
|
40
|
-
13 195d2dba198a 2010-08-23 10:51 -0700 ged
|
41
|
-
Updated build system for JRuby and MRI 1.9.2.
|
42
|
-
|
43
|
-
12 91754df5cb4b 2010-04-19 08:48 -0700 ged
|
44
|
-
Updated build system.
|
45
|
-
|
46
|
-
11 96b80268f5e5 2010-03-23 08:13 -0700 ged
|
47
|
-
More cleanup and documentation
|
48
|
-
|
49
|
-
10 811c00ded302 2010-03-19 10:28 -0700 ged
|
50
|
-
Updated to work with recent version of 'Ruby RSpec' bundle, updated jQuery.
|
51
|
-
|
52
|
-
9 bfa9742a4ee5 2009-06-14 00:27 +0000 deveiant
|
53
|
-
* Updated build system.
|
54
|
-
|
55
|
-
8 c9c79767104a 2009-05-29 02:46 +0000 deveiant
|
56
|
-
Fixed the log-toggle click handler.
|
57
|
-
|
58
|
-
7 6306a3c2e23f 2009-05-28 23:40 +0000 deveiant
|
59
|
-
* Qualify the data directory of the formatter as its gem path if its loaded as a gem.
|
60
|
-
|
61
|
-
6 70e99153196a 2009-05-10 21:00 +0000 deveiant
|
62
|
-
* Updated for RSpec 1.2.4
|
63
|
-
|
64
|
-
5 d8cf7477aa41 2009-04-29 13:23 +0000 deveiant
|
65
|
-
Updated build.
|
66
|
-
|
67
|
-
4 f479fadaffd8 2009-04-28 00:50 +0000 deveiant
|
68
|
-
* Upgraded to RSpec 1.2.4.
|
69
|
-
|
70
|
-
3 0ee8ca9d463a 2009-04-27 16:57 +0000 deveiant
|
71
|
-
Added alternative TextMate RSpec runner.
|
72
|
-
|
73
|
-
2 db46f308449c 2009-04-27 16:50 +0000 deveiant
|
74
|
-
* Updated with an in-progress timer that shows the graph as a progress bar
|
75
|
-
|
76
|
-
1 2afa45a6e2c6 2009-04-27 13:26 +0000 deveiant
|
77
|
-
Added the build system.
|
78
|
-
|
79
|
-
0 de236604bbaf 2009-04-27 13:20 +0000 deveiant
|
80
|
-
Initial import
|
81
|
-
|
data/LICENSE
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
Copyright (c) 2009-2010, Michael Granger
|
2
|
-
All rights reserved.
|
3
|
-
|
4
|
-
Redistribution and use in source and binary forms, with or without
|
5
|
-
modification, are permitted provided that the following conditions are met:
|
6
|
-
|
7
|
-
* Redistributions of source code must retain the above copyright notice,
|
8
|
-
this list of conditions and the following disclaimer.
|
9
|
-
|
10
|
-
* Redistributions in binary form must reproduce the above copyright notice,
|
11
|
-
this list of conditions and the following disclaimer in the documentation
|
12
|
-
and/or other materials provided with the distribution.
|
13
|
-
|
14
|
-
* Neither the name of the author/s, nor the names of the project's
|
15
|
-
contributors may be used to endorse or promote products derived from this
|
16
|
-
software without specific prior written permission.
|
17
|
-
|
18
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
19
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
20
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
21
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
|
22
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
23
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
24
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
25
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
26
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
27
|
-
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
@@ -1,332 +0,0 @@
|
|
1
|
-
/* @override http://tenar.home.faeriemud.org/rspec-formatter/textmate-rspec.css */
|
2
|
-
|
3
|
-
/*
|
4
|
-
* Textmate RSpec Outputter Stylesheet
|
5
|
-
* $Id: textmate-rspec.css,v 406646ae0941 2010/10/21 23:25:09 ged $
|
6
|
-
*
|
7
|
-
* Author: Michael Granger <ged@FaerieMUD.org>
|
8
|
-
*
|
9
|
-
*/
|
10
|
-
|
11
|
-
body {
|
12
|
-
margin: 0;
|
13
|
-
padding: 0;
|
14
|
-
background: #999;
|
15
|
-
font: 80% "Lucida Sans", "Lucida Grande", sans-serif;
|
16
|
-
}
|
17
|
-
|
18
|
-
pre, code {
|
19
|
-
font: 0.8em Menlo, Monaco, mono;
|
20
|
-
}
|
21
|
-
|
22
|
-
#rspec-header {
|
23
|
-
padding-top: 20px;
|
24
|
-
top: 0;
|
25
|
-
left: 0;
|
26
|
-
right: 0;
|
27
|
-
height: 93px;
|
28
|
-
margin-left: -1px;
|
29
|
-
border-left: 1px solid rgb(102, 102, 102);
|
30
|
-
background-color: rgb(101, 111, 130);
|
31
|
-
text-shadow: black 0 1px 3px;
|
32
|
-
white-space: nowrap;
|
33
|
-
color: white;
|
34
|
-
position: fixed;
|
35
|
-
-webkit-box-shadow: rgba(25,25,25,0.5) 0 3px 3px;
|
36
|
-
-moz-box-shadow: rgba(25,25,25,0.5) 0 3px 3px;
|
37
|
-
background-image: -webkit-gradient(
|
38
|
-
linear,
|
39
|
-
left top,
|
40
|
-
left bottom,
|
41
|
-
color-stop(0, rgb(101,110,130)),
|
42
|
-
color-stop(0.2, rgb(144,152,168)),
|
43
|
-
color-stop(1, rgb(101,110,130))
|
44
|
-
);
|
45
|
-
background-image: -moz-linear-gradient(
|
46
|
-
center top,
|
47
|
-
rgb(101,110,130) 0%,
|
48
|
-
rgb(144,152,168) 20%,
|
49
|
-
rgb(101,110,130) 100%
|
50
|
-
);
|
51
|
-
}
|
52
|
-
|
53
|
-
#rspec-title-section {
|
54
|
-
position: absolute;
|
55
|
-
width: 260px;
|
56
|
-
top: 0;
|
57
|
-
text-align: right;
|
58
|
-
}
|
59
|
-
#rspec-title-section h1 {
|
60
|
-
margin-bottom: 0.2em;
|
61
|
-
}
|
62
|
-
#rspec-summary {
|
63
|
-
margin-left: 280px;
|
64
|
-
}
|
65
|
-
|
66
|
-
#rspec-summary-graph-legend {
|
67
|
-
margin-top: -10px;
|
68
|
-
padding-left: 15px;
|
69
|
-
}
|
70
|
-
|
71
|
-
#rspec-details {
|
72
|
-
margin-top: 120px;
|
73
|
-
}
|
74
|
-
|
75
|
-
#summary {
|
76
|
-
margin: 0;
|
77
|
-
padding: 1em 3em;
|
78
|
-
background-color: rgb(101, 111, 130);
|
79
|
-
color: white;
|
80
|
-
}
|
81
|
-
#summary p {
|
82
|
-
margin: 0;
|
83
|
-
}
|
84
|
-
|
85
|
-
.rspec-graph-legend-item {
|
86
|
-
display: inline-block;
|
87
|
-
font-weight: bold;
|
88
|
-
margin-right: 15px;
|
89
|
-
vertical-align: top;
|
90
|
-
}
|
91
|
-
.rspec-graph-legend-item.hidden {
|
92
|
-
opacity: 0.5;
|
93
|
-
}
|
94
|
-
|
95
|
-
.rspec-graph-legend-item.total {
|
96
|
-
margin-left: 10px;
|
97
|
-
}
|
98
|
-
|
99
|
-
.rspec-graph-legend-label {
|
100
|
-
display: inline-block;
|
101
|
-
text-align: left;
|
102
|
-
}
|
103
|
-
|
104
|
-
.rspec-graph-legend-header {
|
105
|
-
font-size: 12px;
|
106
|
-
}
|
107
|
-
|
108
|
-
.rspec-graph-legend-value {
|
109
|
-
font-size: 10px;
|
110
|
-
}
|
111
|
-
|
112
|
-
.rspec-graph-legend-swatch {
|
113
|
-
vertical-align: top;
|
114
|
-
margin-top: 1px;
|
115
|
-
margin-right: 3px;
|
116
|
-
}
|
117
|
-
|
118
|
-
#rspec-details {
|
119
|
-
padding: 0.2em 3em;
|
120
|
-
}
|
121
|
-
|
122
|
-
.example-group {
|
123
|
-
background: white;
|
124
|
-
padding: 0 0 0.5em;
|
125
|
-
margin: 1em 0;
|
126
|
-
-webkit-box-shadow: 0 2px 5px #333;
|
127
|
-
-webkit-border-radius: 5px;
|
128
|
-
-moz-box-shadow: 0 2px 5px #333;
|
129
|
-
-moz-border-radius: 5px;
|
130
|
-
background-image: -webkit-gradient(
|
131
|
-
linear,
|
132
|
-
left top,
|
133
|
-
left bottom,
|
134
|
-
color-stop(0, rgb(214,211,214)),
|
135
|
-
color-stop(0.25, rgb(189,189,189)),
|
136
|
-
color-stop(1, rgb(214,211,214))
|
137
|
-
);
|
138
|
-
background-image: -moz-linear-gradient(
|
139
|
-
center top,
|
140
|
-
rgb(214,211,214) 0%,
|
141
|
-
rgb(189,189,189) 25%,
|
142
|
-
rgb(214,211,214) 100%
|
143
|
-
);
|
144
|
-
}
|
145
|
-
|
146
|
-
.example-group dl dt {
|
147
|
-
padding: 0.2em 0.4em;
|
148
|
-
font-size: 18px;
|
149
|
-
border-bottom: 1px solid #999;
|
150
|
-
}
|
151
|
-
.example-group dl dd + dd {
|
152
|
-
border-top: 1px solid rgba(64,64,64,0.3);
|
153
|
-
}
|
154
|
-
.example-group dl dd.spec {
|
155
|
-
margin: 0;
|
156
|
-
padding: 0.3em 1.2em 0.3em 22px;
|
157
|
-
background: #ddd url(../images/clock.png) no-repeat 2px 2px;
|
158
|
-
}
|
159
|
-
.example-group dl dd.spec.passed {
|
160
|
-
background-color: #aacba3;
|
161
|
-
background-image: url(../images/tick_shield.png);
|
162
|
-
}
|
163
|
-
.example-group dl dd.spec.pending {
|
164
|
-
background-color: #cac574;
|
165
|
-
background-image: url(../images/exclamation_shield.png);
|
166
|
-
}
|
167
|
-
.example-group dl dd.spec.pending-fixed {
|
168
|
-
background-color: #8a9dca;
|
169
|
-
background-image: url(../images/question_shield.png);
|
170
|
-
}
|
171
|
-
.example-group dl dd.spec.failed {
|
172
|
-
background-color: #d39595;
|
173
|
-
background-image: url(../images/cross_shield.png);
|
174
|
-
}
|
175
|
-
.example-group dl dd.spec.logged .spec-name:after {
|
176
|
-
content: " *";
|
177
|
-
}
|
178
|
-
.example-group dl dd.spec.logged .spec-name {
|
179
|
-
cursor: pointer;
|
180
|
-
}
|
181
|
-
|
182
|
-
dd.nested-group {
|
183
|
-
margin: 0;
|
184
|
-
}
|
185
|
-
dd.nested-group dl {
|
186
|
-
margin: 0;
|
187
|
-
}
|
188
|
-
dd.nested-group dl dt {
|
189
|
-
font-size: 14px;
|
190
|
-
}
|
191
|
-
dd.nested-group dl dt:before {
|
192
|
-
content: "…";
|
193
|
-
}
|
194
|
-
dd.nested-group section.example-group {
|
195
|
-
margin: 0;
|
196
|
-
padding: 0 1em;
|
197
|
-
-webkit-box-shadow: none;
|
198
|
-
-moz-box-shadow: none;
|
199
|
-
-webkit-border-radius: 0;
|
200
|
-
-moz-border-radius: none;
|
201
|
-
background-image: -webkit-gradient(
|
202
|
-
linear,
|
203
|
-
left bottom,
|
204
|
-
left top,
|
205
|
-
color-stop(0, rgb(219,219,219)),
|
206
|
-
color-stop(1, rgb(240,240,240))
|
207
|
-
);
|
208
|
-
background-image: -moz-linear-gradient(
|
209
|
-
center bottom,
|
210
|
-
rgb(219,219,219) 0%,
|
211
|
-
rgb(240,240,240) 100%
|
212
|
-
);
|
213
|
-
}
|
214
|
-
|
215
|
-
|
216
|
-
.failure {
|
217
|
-
/*display: none;*/
|
218
|
-
}
|
219
|
-
.failure .message {
|
220
|
-
margin-top: 0.2em;
|
221
|
-
background: #dedede;
|
222
|
-
padding: 0.2em 1em;
|
223
|
-
}
|
224
|
-
.failure .backtrace {
|
225
|
-
overflow: auto;
|
226
|
-
}
|
227
|
-
.failure .backtrace p {
|
228
|
-
margin: 0;
|
229
|
-
line-height: 135%;
|
230
|
-
}
|
231
|
-
.failure .backtrace .backtrace-frame {
|
232
|
-
white-space: pre;
|
233
|
-
}
|
234
|
-
|
235
|
-
/* Ruby code, style similar to vibrant ink */
|
236
|
-
.ruby {
|
237
|
-
font-size: 12px;
|
238
|
-
font-family: Menlo, Monaco, monospace;
|
239
|
-
color: white;
|
240
|
-
background-color: black;
|
241
|
-
padding: 0.1em 0 0.2em 0;
|
242
|
-
}
|
243
|
-
|
244
|
-
.ruby .keyword { color: #FF6600; }
|
245
|
-
.ruby .constant { color: #339999; }
|
246
|
-
.ruby .attribute { color: white; }
|
247
|
-
.ruby .global { color: white; }
|
248
|
-
.ruby .module { color: white; }
|
249
|
-
.ruby .class { color: white; }
|
250
|
-
.ruby .string { color: #66FF00; }
|
251
|
-
.ruby .ident { color: white; }
|
252
|
-
.ruby .method { color: #FFCC00; }
|
253
|
-
.ruby .number { color: white; }
|
254
|
-
.ruby .char { color: white; }
|
255
|
-
.ruby .comment { color: #9933CC; }
|
256
|
-
.ruby .symbol { color: white; }
|
257
|
-
.ruby .regex { color: #44B4CC; }
|
258
|
-
.ruby .punct { color: white; }
|
259
|
-
.ruby .escape { color: white; }
|
260
|
-
.ruby .interp { color: white; }
|
261
|
-
.ruby .expr { color: white; }
|
262
|
-
|
263
|
-
.ruby .offending { background-color: rgba(255,55,55,0.35); }
|
264
|
-
.ruby .linenum {
|
265
|
-
width: 75px;
|
266
|
-
padding: 0.1em 1em 0.2em 0;
|
267
|
-
color: #000000;
|
268
|
-
background-color: #FFFBD3;
|
269
|
-
}
|
270
|
-
|
271
|
-
/* Style for log output */
|
272
|
-
div.log-messages {
|
273
|
-
display: none;
|
274
|
-
margin: 0;
|
275
|
-
padding: 0;
|
276
|
-
background-color: #999;
|
277
|
-
font: 0.8em "Vera Sans Mono", "Andale Mono", Monaco, mono;
|
278
|
-
}
|
279
|
-
div.log-message {
|
280
|
-
background: #eee;
|
281
|
-
padding: 0 1.2em;
|
282
|
-
margin: 0 1em;
|
283
|
-
border-top: 1px solid #999;
|
284
|
-
text-indent: -1em;
|
285
|
-
}
|
286
|
-
|
287
|
-
/* Parts of the message */
|
288
|
-
div.log-message .log-time {
|
289
|
-
font-weight: bold;
|
290
|
-
}
|
291
|
-
div.log-message .log-time:after {
|
292
|
-
content: ": ";
|
293
|
-
}
|
294
|
-
div.log-message .log-level {
|
295
|
-
font-variant: small-caps;
|
296
|
-
border: 1px solid #ccc;
|
297
|
-
padding: 1px 2px;
|
298
|
-
}
|
299
|
-
div.log-message .log-name {
|
300
|
-
font-size: 1.2em;
|
301
|
-
color: #1e51b2;
|
302
|
-
}
|
303
|
-
div.log-message .log-name:before { content: "«"; }
|
304
|
-
div.log-message .log-name:after { content: "»"; }
|
305
|
-
|
306
|
-
div.log-message .log-message-text {
|
307
|
-
padding-left: 4px;
|
308
|
-
font-family: Monaco, "Andale Mono", "Vera Sans Mono", mono;
|
309
|
-
}
|
310
|
-
|
311
|
-
|
312
|
-
/* Distinguish levels */
|
313
|
-
div.log-message.debug { color: #666; }
|
314
|
-
div.log-message.info {}
|
315
|
-
|
316
|
-
div.log-message.warn,
|
317
|
-
div.log-message.error {
|
318
|
-
background: #ff9;
|
319
|
-
}
|
320
|
-
div.log-message.error .log-level,
|
321
|
-
div.log-message.error .log-message-text {
|
322
|
-
color: #900;
|
323
|
-
}
|
324
|
-
div.log-message.fatal {
|
325
|
-
background: #900;
|
326
|
-
color: white;
|
327
|
-
font-weight: bold;
|
328
|
-
border: 0;
|
329
|
-
}
|
330
|
-
div.log-message.fatal .log-name {
|
331
|
-
color: white;
|
332
|
-
}
|
Binary file
|
Binary file
|
Binary file
|