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