filter: Fix a memory leak in non-btr mode.
[paraslash.git] / web / gitweb.css
1 body {
2         font-family: sans-serif;
3         font-size: small;
4         /*border: solid #d9d8d1;*/
5         border-width: 1px;
6         margin: 0px;
7         padding: 10px;
8         background-color: black; 
9         color: #cccccc;
10         height: 100%;
11 }
12
13 a {
14         color: #BA3708;
15 }
16
17 a:hover {
18         color: #BA3708;
19         background-color: #ffff00;
20 }
21
22 span.cntrl {
23         border: dashed #aaaaaa;
24         border-width: 1px;
25         padding: 0px 2px 0px 2px;
26         margin:  0px 2px 0px 2px;
27 }
28
29 img.logo {
30         float: right;
31         border-width: 0px;
32 }
33
34 div.page_header {
35         /*height: 10px;*/
36         padding: 8px;
37         font-size: 150%;
38         font-weight: bold;
39         background-color: #151515;
40 }
41
42 div.page_header a:visited, a.header {
43         color: #BA3708;
44 }
45
46 div.page_header a:hover {
47         color: #880000;
48 }
49
50 div.page_nav {
51         padding: 8px;
52 }
53
54 div.page_nav a:visited {
55         color: #BA3708;
56 }
57
58 div.page_path {
59         padding: 8px;
60         font-weight: bold;
61         border: solid #d9d8d1;
62         border-width: 0px 0px 1px;
63 }
64
65 div.page_footer {
66         height: 17px;
67         padding: 4px 8px;
68         background-color: #d9d8d1;
69 }
70
71 div.page_footer_text {
72         float: left;
73         color: #555555;
74         font-style: italic;
75 }
76
77 div.page_body {
78         padding: 8px;
79         font-family: monospace;
80 }
81
82 div.title, a.title {
83         display: block;
84         padding: 6px 8px;
85         font-weight: bold;
86         background-color: #555555;
87         text-decoration: none;
88         color: white;
89 }
90
91 a.title:hover {
92         background-color: #AA3100;
93 }
94
95 div.title_text {
96         padding: 6px 0px;
97         border: solid #d9d8d1;
98         border-width: 0px 0px 1px;
99         font-family: monospace;
100 }
101
102 div.log_body {
103         padding: 8px 8px 8px 150px;
104 }
105
106 span.age {
107         position: relative;
108         float: left;
109         width: 142px;
110         font-style: italic;
111 }
112
113 span.signoff {
114         color: #888888;
115 }
116
117 div.log_link {
118         padding: 0px 8px;
119         font-size: 70%;
120         font-family: sans-serif;
121         font-style: normal;
122         position: relative;
123         float: left;
124         width: 136px;
125 }
126
127 div.list_head {
128         padding: 6px 8px 4px;
129         border: solid #d9d8d1;
130         border-width: 1px 0px 0px;
131         font-style: italic;
132 }
133
134 div.author_date {
135         padding: 8px;
136         border: solid #d9d8d1;
137         border-width: 0px 0px 1px 0px;
138         font-style: italic;
139 }
140
141 a.list {
142         text-decoration: none;
143         color: #BA3708;
144 }
145
146 a.subject, a.name {
147         font-weight: bold;
148 }
149
150 table.tags a.subject {
151         font-weight: normal;
152 }
153
154 a.list:hover {
155         text-decoration: underline;
156         color: #880000;
157 }
158
159 a.text {
160         text-decoration: none;
161         color: #0000cc;
162 }
163
164 a.text:visited {
165         text-decoration: none;
166         color: #880000;
167 }
168
169 a.text:hover {
170         text-decoration: underline;
171         color: #880000;
172 }
173
174 table {
175         padding: 8px 4px;
176 }
177
178 table.project_list {
179         border-spacing: 0;
180 }
181
182 table.diff_tree {
183         border-spacing: 0;
184         font-family: monospace;
185 }
186
187 table.combined.diff_tree th {
188         text-align: center;
189 }
190
191 table.combined.diff_tree td {
192         padding-right: 24px;
193 }
194
195 table.combined.diff_tree th.link,
196 table.combined.diff_tree td.link {
197         padding: 0px 2px;
198 }
199
200 table.combined.diff_tree td.nochange a {
201         color: #6666ff;
202 }
203
204 table.combined.diff_tree td.nochange a:hover,
205 table.combined.diff_tree td.nochange a:visited {
206         color: #d06666;
207 }
208
209 table.blame {
210         border-collapse: collapse;
211 }
212
213 table.blame td {
214         padding: 0px 5px;
215         font-size: 100%;
216         vertical-align: top;
217 }
218
219 th {
220         padding: 2px 5px;
221         font-size: 100%;
222         text-align: left;
223 }
224
225 tr.light:hover {
226         background-color: yellow;
227         color: #BA3708;
228 }
229
230 tr.dark {
231         background-color: #333333;
232 }
233
234 tr.dark2 {
235         background-color: #333333;
236 }
237
238 tr.dark:hover {
239         background-color: yellow;
240         color: #BA3708;
241 }
242
243 td {
244         padding: 2px 5px;
245         font-size: 100%;
246         vertical-align: top;
247 }
248
249 td.link, td.selflink {
250         padding: 2px 5px;
251         font-family: sans-serif;
252         font-size: 70%;
253 }
254
255 td.selflink {
256         padding-right: 0px;
257 }
258
259 td.sha1 {
260         font-family: monospace;
261 }
262
263 td.error {
264         color: red;
265         background-color: yellow;
266 }
267
268 td.current_head {
269         text-decoration: underline;
270 }
271
272 table.diff_tree span.file_status.new {
273         color: #008000;
274 }
275
276 table.diff_tree span.file_status.deleted {
277         color: #c00000;
278 }
279
280 table.diff_tree span.file_status.moved,
281 table.diff_tree span.file_status.mode_chnge {
282         color: #777777;
283 }
284
285 table.diff_tree span.file_status.copied {
286   color: #70a070;
287 }
288
289 /* noage: "No commits" */
290 table.project_list td.noage {
291         color: #808080;
292         font-style: italic;
293 }
294
295 /* age2: 60*60*24*2 <= age */
296 table.project_list td.age2, table.blame td.age2 {
297         font-style: italic;
298 }
299
300 /* age1: 60*60*2 <= age < 60*60*24*2 */
301 table.project_list td.age1 {
302         color: #009900;
303         font-style: italic;
304 }
305
306 table.blame td.age1 {
307         color: #009900;
308         background: transparent;
309 }
310
311 /* age0: age < 60*60*2 */
312 table.project_list td.age0 {
313         color: #009900;
314         font-style: italic;
315         font-weight: bold;
316 }
317
318 table.blame td.age0 {
319         color: #009900;
320         background: transparent;
321         font-weight: bold;
322 }
323
324 td.pre, div.pre, div.diff {
325         font-family: monospace;
326         font-size: 12px;
327         white-space: pre;
328 }
329
330 td.mode {
331         font-family: monospace;
332 }
333
334 /* styling of diffs (patchsets): commitdiff and blobdiff views */
335 div.diff.header,
336 div.diff.extended_header {
337         white-space: normal;
338 }
339
340 div.diff.header {
341         font-weight: bold;
342
343         background-color: #333333;
344
345         margin-top: 4px;
346         padding: 4px 0px 2px 0px;
347         border: solid #d9d8d1;
348         border-width: 1px 0px 1px 0px;
349 }
350
351 div.diff.header a.path {
352         text-decoration: underline;
353 }
354
355 div.diff.extended_header,
356 div.diff.extended_header a.path,
357 div.diff.extended_header a.hash {
358         color: #cccccc;
359 }
360
361 div.diff.extended_header .info {
362         color: #b0b0b0;
363 }
364
365 div.diff.extended_header {
366         background-color: #333333;
367         padding: 2px 0px 2px 0px;
368 }
369
370 div.diff a.list,
371 div.diff a.path,
372 div.diff a.hash {
373         text-decoration: none;
374 }
375
376 div.diff a.list:hover,
377 div.diff a.path:hover,
378 div.diff a.hash:hover {
379         text-decoration: underline;
380 }
381
382 div.diff.to_file a.path,
383 div.diff.to_file {
384         color: #007000;
385 }
386
387 div.diff.add {
388         color: #008800;
389 }
390
391 div.diff.from_file a.path,
392 div.diff.from_file {
393         color: #ff0000;
394 }
395
396 div.diff.rem {
397         color: #cc0000;
398 }
399
400 div.diff.chunk_header a,
401 div.diff.chunk_header {
402         color: #990099;
403 }
404
405 div.diff.chunk_header {
406         border: dotted #ffe0ff;
407         border-width: 1px 0px 0px 0px;
408         margin-top: 2px;
409 }
410
411 div.diff.chunk_header span.chunk_info {
412         background-color: #000000;
413 }
414
415 div.diff.chunk_header span.section {
416         color: #aa22aa;
417 }
418
419 div.diff.incomplete {
420         color: #cccccc;
421 }
422
423 div.diff.nodifferences {
424         font-weight: bold;
425         color: #600000;
426 }
427
428 div.index_include {
429         border: solid #d9d8d1;
430         border-width: 0px 0px 1px;
431         padding: 12px 8px;
432 }
433
434 div.search {
435         font-size: 100%;
436         font-weight: normal;
437         margin: 4px 8px;
438         float: right;
439         top: 56px;
440         right: 12px
441 }
442
443 td.linenr {
444         text-align: right;
445 }
446
447 a.linenr {
448         color: #999999;
449         text-decoration: none
450 }
451
452 a.rss_logo {
453         float: right;
454         padding: 3px 0px;
455         width: 35px;
456         line-height: 10px;
457         border: 1px solid;
458         border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
459         color: #ffffff;
460         background-color: #ff6600;
461         font-weight: bold;
462         font-family: sans-serif;
463         font-size: 70%;
464         text-align: center;
465         text-decoration: none;
466 }
467
468 a.rss_logo:hover {
469         background-color: #ee5500;
470 }
471
472 span.refs span {
473         padding: 0px 4px;
474         font-size: 70%;
475         font-weight: normal;
476         border: 1px solid;
477         background-color: #222222;
478         border-color: #ffccff #ff00ee #ff00ee #ffccff;
479 }
480
481 span.refs span.ref {
482         background-color: #aaaaff;
483         border-color: #ccccff #0033cc #0033cc #ccccff;
484 }
485
486 span.refs span.tag {
487         background-color: #ffffaa;
488         border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
489 }
490
491 span.refs span.head {
492         background-color: #222222;
493         border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
494 }
495
496 span.atnight {
497         color: #cc0000;
498 }
499
500 span.match {
501         color: #e00000;
502 }
503
504 div.binary {
505         font-style: italic;
506 }