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