Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Side by Side Diff: static/default.css

Issue 13892003: Added buildbot appengine frontend for chromium-build app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chromium-build
Patch Set: Review fixes Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 body.interface {
2 margin-left: 30px;
3 margin-right: 30px;
4 margin-top: 20px;
5 margin-bottom: 50px;
6 padding: 0;
7 background: url(bg_gradient.jpg) repeat-x;
8 font-family: Verdana, sans-serif;
9 font-size: 10px;
10 background-color: #fff;
11 color: #333;
12 }
13
14 a:link,a:visited,a:active {
15 color: #444;
16 }
17
18 table {
19 border-spacing: 1px 1px;
20 }
21
22 table td {
23 padding: 3px 4px 3px 4px;
24 text-align: center;
25 }
26
27 .Project {
28 min-width: 6em;
29 }
30
31 .LastBuild,.Activity {
32 padding: 0 0 0 4px;
33 }
34
35 .LastBuild,.Activity,.Builder,.BuildStep {
36 min-width: 5em;
37 }
38
39 /* Chromium Specific styles */
40 div.BuildResultInfo {
41 color: #444;
42 }
43
44 div.Announcement {
45 margin-bottom: 1em;
46 }
47
48 div.Announcement>a:hover {
49 color: black;
50 }
51
52 div.Announcement>div.Notice {
53 background-color: #afdaff;
54 padding: 0.5em;
55 font-size: 16px;
56 text-align: center;
57 }
58
59 div.Announcement>div.Open {
60 border: 3px solid #8fdf5f;
61 padding: 0.5em;
62 font-size: 16px;
63 text-align: center;
64 }
65
66 div.Announcement>div.Closed {
67 border: 5px solid #e98080;
68 padding: 0.5em;
69 font-size: 24px;
70 font-weight: bold;
71 text-align: center;
72 }
73
74 td.Time {
75 color: #000;
76 border-bottom: 1px solid #aaa;
77 background-color: #eee;
78 }
79
80 td.Activity,td.Change,td.Builder {
81 color: #333333;
82 background-color: #CCCCCC;
83 }
84
85 td.Change {
86 border-radius: 5px;
87 -webkit-border-radius: 5px;
88 -moz-border-radius: 5px;
89 }
90
91 td.Event {
92 color: #777;
93 background-color: #ddd;
94 border-radius: 5px;
95 -webkit-border-radius: 5px;
96 -moz-border-radius: 5px;
97 }
98
99 td.Activity {
100 border-top-left-radius: 10px;
101 -webkit-border-top-left-radius: 10px;
102 -moz-border-radius-topleft: 10px;
103 min-height: 20px;
104 padding: 2px 0 2px 0;
105 }
106
107 td.idle,td.waiting,td.offline,td.building {
108 border-top-left-radius: 0px;
109 -webkit-border-top-left-radius: 0px;
110 -moz-border-radius-topleft: 0px;
111 }
112
113 .LastBuild {
114 border-top-left-radius: 5px;
115 -webkit-border-top-left-radius: 5px;
116 -moz-border-radius-topleft: 5px;
117 border-top-right-radius: 5px;
118 -webkit-border-top-right-radius: 5px;
119 -moz-border-radius-topright: 5px;
120 }
121
122 /* Console view styles */
123 td.DevRev {
124 padding: 4px 8px 4px 8px;
125 color: #333333;
126 border-top-left-radius: 5px;
127 -webkit-border-top-left-radius: 5px;
128 -moz-border-radius-topleft: 5px;
129 background-color: #eee;
130 width: 1%;
131 }
132
133 td.DevRevCollapse {
134 border-bottom-left-radius: 5px;
135 -webkit-border-bottom-left-radius: 5px;
136 -moz-border-radius-bottomleft: 5px;
137 }
138
139 td.DevName {
140 padding: 4px 8px 4px 8px;
141 color: #333333;
142 background-color: #eee;
143 width: 1%;
144 text-align: left;
145 }
146
147 td.DevStatus {
148 padding: 4px 4px 4px 4px;
149 color: #333333;
150 background-color: #eee;
151 }
152
153 td.DevSlave {
154 padding: 4px 4px 4px 4px;
155 color: #333333;
156 background-color: #eee;
157 }
158
159 td.first {
160 border-top-left-radius: 5px;
161 -webkit-border-top-left-radius: 5px;
162 -moz-border-radius-topleft: 5px;
163 }
164
165 td.last {
166 border-top-right-radius: 5px;
167 -webkit-border-top-right-radius: 5px;
168 -moz-border-radius-topright: 5px;
169 }
170
171 td.DevStatusCategory {
172 border-radius: 5px;
173 -webkit-border-radius: 5px;
174 -moz-border-radius: 5px;
175 border-width: 1px;
176 border-style: solid;
177 }
178
179 td.DevStatusCollapse {
180 border-bottom-right-radius: 5px;
181 -webkit-border-bottom-right-radius: 5px;
182 -moz-border-radius-bottomright: 5px;
183 }
184
185 td.DevDetails {
186 font-weight: normal;
187 padding: 8px 8px 8px 8px;
188 color: #333333;
189 background-color: #eee;
190 text-align: left;
191 }
192
193 td.DevDetails li a {
194 padding-right: 5px;
195 }
196
197 td.DevComment {
198 font-weight: normal;
199 padding: 8px 8px 8px 8px;
200 color: #333333;
201 border-bottom-right-radius: 5px;
202 -webkit-border-bottom-right-radius: 5px;
203 -moz-border-radius-bottomright: 5px;
204 border-bottom-left-radius: 5px;
205 -webkit-border-bottom-left-radius: 5px;
206 -moz-border-radius-bottomleft: 5px;
207 background-color: #eee;
208 text-align: left;
209 }
210
211 td.Alt {
212 background-color: #ddd;
213 }
214
215 .legend {
216 border-radius: 5px;
217 -webkit-border-radius: 5px;
218 -moz-border-radius: 5px;
219 width: 100px;
220 max-width: 100px;
221 text-align: center;
222 padding: 2px 2px 2px 2px;
223 height: 14px;
224 white-space: nowrap;
225 }
226
227 .DevStatusBox {
228 text-align: center;
229 height: 20px;
230 padding: 0 2px;
231 line-height: 0;
232 white-space: nowrap;
233 }
234
235 .DevStatusBox a {
236 opacity: 0.85;
237 border-width: 1px;
238 border-style: solid;
239 border-radius: 4px;
240 -webkit-border-radius: 4px;
241 -moz-border-radius: 4px;
242 display: block;
243 width: 90%;
244 height: 20px;
245 line-height: 20px;
246 margin-left: auto;
247 margin-right: auto;
248 }
249
250 .DevSlaveBox {
251 text-align: center;
252 height: 10px;
253 padding: 0 2px;
254 line-height: 0;
255 white-space: nowrap;
256 }
257
258 .DevSlaveBox a {
259 opacity: 0.85;
260 border-width: 1px;
261 border-style: solid;
262 border-radius: 4px;
263 -webkit-border-radius: 4px;
264 -moz-border-radius: 4px;
265 display: block;
266 width: 90%;
267 height: 10px;
268 line-height: 20px;
269 margin-left: auto;
270 margin-right: auto;
271 }
272
273 a.noround {
274 border-radius: 0px;
275 -webkit-border-radius: 0px;
276 -moz-border-radius: 0px;
277 position: relative;
278 margin-top: -8px;
279 margin-bottom: -8px;
280 height: 36px;
281 border-top-width: 0;
282 border-bottom-width: 0;
283 }
284
285 a.begin {
286 border-top-width: 1px;
287 position: relative;
288 margin-top: 0px;
289 margin-bottom: -7px;
290 height: 27px;
291 border-top-left-radius: 4px;
292 -webkit-border-top-left-radius: 4px;
293 -moz-border-radius-topleft: 4px;
294 border-top-right-radius: 4px;
295 -webkit-border-top-right-radius: 4px;
296 -moz-border-radius-topright: 4px;
297 }
298
299 a.end {
300 border-bottom-width: 1px;
301 position: relative;
302 margin-top: -7px;
303 margin-bottom: 0px;
304 height: 27px;
305 border-bottom-left-radius: 4px;
306 -webkit-border-bottom-left-radius: 4px;
307 -moz-border-radius-bottomleft: 4px;
308 border-bottom-right-radius: 4px;
309 -webkit-border-bottom-right-radius: 4px;
310 -moz-border-radius-bottomright: 4px;
311 }
312
313 .center_align {
314 text-align: center;
315 }
316
317 .right_align {
318 text-align: right;
319 }
320
321 .left_align {
322 text-align: left;
323 }
324
325 div.BuildWaterfall {
326 border-radius: 7px;
327 -webkit-border-radius: 7px;
328 -moz-border-radius: 7px;
329 position: absolute;
330 left: 0px;
331 top: 0px;
332 background-color: #FFFFFF;
333 padding: 4px 4px 4px 4px;
334 float: left;
335 display: none;
336 border-width: 1px;
337 border-style: solid;
338 }
339
340 /* LastBuild, BuildStep states */
341 .success {
342 color: #000;
343 background-color: #8d4;
344 border-color: #4F8530;
345 }
346
347 .failure {
348 color: #000;
349 background-color: #e88;
350 border-color: #A77272;
351 }
352
353 .warnings {
354 color: #FFFFFF;
355 background-color: #fa3;
356 border-color: #C29D46;
357 }
358
359 .skipped {
360 color: #000;
361 background: #AADDEE;
362 border-color: #AADDEE;
363 }
364
365 .exception,.retry {
366 color: #FFFFFF;
367 background-color: #c6c;
368 border-color: #ACA0B3;
369 }
370
371 .start {
372 color: #000;
373 background-color: #ccc;
374 border-color: #ccc;
375 }
376
377 .running,.waiting,td.building {
378 color: #000;
379 background-color: #fd3;
380 border-color: #C5C56D;
381 }
382
383 .offline,td.offline {
384 color: #FFFFFF;
385 background-color: #777777;
386 border-color: #dddddd;
387 }
388
389
390 .start {
391 border-bottom-left-radius: 10px;
392 -webkit-border-bottom-left-radius: 10px;
393 -moz-border-radius-bottomleft: 10px;
394 border-bottom-right-radius: 10px;
395 -webkit-border-bottom-right-radius: 10px;
396 -moz-border-radius-bottomright: 10px;
397 }
398
399 .notstarted {
400 border-width: 1px;
401 border-style: solid;
402 border-color: #aaa;
403 background-color: #fff;
404 }
405
406 .closed {
407 background-color: #ff0000;
408 }
409
410 .closed .large {
411 font-size: 1.5em;
412 font-weight: bolder;
413 }
414
415 td.Project a:hover,td.start a:hover {
416 color: #000;
417 }
418
419 .mini-box {
420 text-align: center;
421 height: 20px;
422 padding: 0 2px;
423 line-height: 0;
424 white-space: nowrap;
425 }
426
427 .mini-box a {
428 border-radius: 0;
429 -webkit-border-radius: 0;
430 -moz-border-radius: 0;
431 display: block;
432 width: 100%;
433 height: 20px;
434 line-height: 20px;
435 margin-top: -30px;
436 }
437
438 .mini-closed {
439 -box-sizing: border-box;
440 -webkit-box-sizing: border-box;
441 border: 4px solid red;
442 }
443
444 /* grid styles */
445 table.Grid {
446 border-collapse: collapse;
447 }
448
449 table.Grid tr td {
450 padding: 0.2em;
451 margin: 0px;
452 text-align: center;
453 }
454
455 table.Grid tr td.title {
456 font-size: 90%;
457 border-right: 1px gray solid;
458 border-bottom: 1px gray solid;
459 }
460
461 table.Grid tr td.sourcestamp {
462 font-size: 90%;
463 }
464
465 table.Grid tr td.builder {
466 text-align: right;
467 font-size: 90%;
468 }
469
470 table.Grid tr td.build {
471 border: 1px gray solid;
472 }
473
474 /* column container */
475 div.column {
476 margin: 0 2em 2em 0;
477 float: left;
478 }
479
480 /* info tables */
481 table.info {
482 border-spacing: 1px;
483 }
484
485 table.info td {
486 padding: 0.1em 1em 0.1em 1em;
487 text-align: center;
488 }
489
490 table.info th {
491 padding: 0.2em 1.5em 0.2em 1.5em;
492 text-align: center;
493 }
494
495 table.info td.left {
496 text-align: left
497 }
498
499 .alt {
500 background-color: #f6f6f6;
501 }
502
503 li {
504 padding: 0.1em 1em 0.1em 1em;
505 }
506
507 .result {
508 padding: 0.3em 1em 0.3em 1em;
509 }
510
511 /* log view */
512 .log * {
513 vlink: #800080;
514 font-family: "Courier New", courier, monotype, monospace;
515 }
516
517 span.stdout {
518 color: black;
519 }
520
521 span.stderr {
522 color: red;
523 }
524
525 span.header {
526 color: blue;
527 }
528
529 /* revision & email */
530 .revision .full {
531 display: none;
532 }
533
534 .user .email {
535 display: none;
536 }
537
538 /* change comments (use regular colors here) */
539 pre.comments>a:link,pre.comments>a:visited {
540 color: blue;
541 }
542
543 pre.comments>a:active {
544 color: purple;
545 }
OLDNEW
« no previous file with comments | « static/css/prettify.css ('k') | static/default-old.css » ('j') | templates/step.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698