]> git.tuebingen.mpg.de Git - paraslash.git/blob - web/gitweb.css
web: Remove horizontal line at the top of the page.
[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: #BA3708;
10 }
11
12 a:hover {
13         color: #BA3708;
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: #BA3708;
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: #BA3708;
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 }
75
76 div.title, a.title {
77         display: block;
78         padding: 6px 8px;
79         font-weight: bold;
80         background-color: #555555;
81         text-decoration: none;
82         color: white;
83 }
84
85 a.title:hover {
86         background-color: #AA3100;
87 }
88
89 div.title_text {
90         padding: 6px 0px;
91         border: solid #d9d8d1;
92         border-width: 0px 0px 1px;
93         font-family: monospace;
94 }
95
96 div.log_body {
97         padding: 8px 8px 8px 150px;
98 }
99
100 span.age {
101         position: relative;
102         float: left;
103         width: 142px;
104         font-style: italic;
105 }
106
107 span.signoff {
108         color: #888888;
109 }
110
111 div.log_link {
112         padding: 0px 8px;
113         font-size: 70%;
114         font-family: sans-serif;
115         font-style: normal;
116         position: relative;
117         float: left;
118         width: 136px;
119 }
120
121 div.list_head {
122         padding: 6px 8px 4px;
123         border: solid #d9d8d1;
124         border-width: 1px 0px 0px;
125         font-style: italic;
126 }
127
128 div.author_date {
129         padding: 8px;
130         border: solid #d9d8d1;
131         border-width: 0px 0px 1px 0px;
132         font-style: italic;
133 }
134
135 a.list {
136         text-decoration: none;
137         color: #BA3708;
138 }
139
140 a.subject, a.name {
141         font-weight: bold;
142 }
143
144 table.tags a.subject {
145         font-weight: normal;
146 }
147
148 a.list:hover {
149         text-decoration: underline;
150         color: #880000;
151 }
152
153 a.text {
154         text-decoration: none;
155         color: #0000cc;
156 }
157
158 a.text:visited {
159         text-decoration: none;
160         color: #880000;
161 }
162
163 a.text:hover {
164         text-decoration: underline;
165         color: #880000;
166 }
167
168 table {
169         padding: 8px 4px;
170 }
171
172 table.project_list {
173         border-spacing: 0;
174 }
175
176 table.diff_tree {
177         border-spacing: 0;
178         font-family: monospace;
179 }
180
181 table.combined.diff_tree th {
182         text-align: center;
183 }
184
185 table.combined.diff_tree td {
186         padding-right: 24px;
187 }
188
189 table.combined.diff_tree th.link,
190 table.combined.diff_tree td.link {
191         padding: 0px 2px;
192 }
193
194 table.combined.diff_tree td.nochange a {
195         color: #6666ff;
196 }
197
198 table.combined.diff_tree td.nochange a:hover,
199 table.combined.diff_tree td.nochange a:visited {
200         color: #d06666;
201 }
202
203 table.blame {
204         border-collapse: collapse;
205 }
206
207 table.blame td {
208         padding: 0px 5px;
209         font-size: 100%;
210         vertical-align: top;
211 }
212
213 th {
214         padding: 2px 5px;
215         font-size: 100%;
216         text-align: left;
217 }
218
219 tr.light:hover {
220         background-color: yellow;
221         color: #BA3708;
222 }
223
224 tr.dark {
225         background-color: #333333;
226 }
227
228 tr.dark2 {
229         background-color: #333333;
230 }
231
232 tr.dark:hover {
233         background-color: yellow;
234         color: #BA3708;
235 }
236
237 td {
238         padding: 2px 5px;
239         font-size: 100%;
240         vertical-align: top;
241 }
242
243 td.link, td.selflink {
244         padding: 2px 5px;
245         font-family: sans-serif;
246         font-size: 70%;
247 }
248
249 td.selflink {
250         padding-right: 0px;
251 }
252
253 td.sha1 {
254         font-family: monospace;
255 }
256
257 td.error {
258         color: red;
259         background-color: yellow;
260 }
261
262 td.current_head {
263         text-decoration: underline;
264 }
265
266 table.diff_tree span.file_status.new {
267         color: #008000;
268 }
269
270 table.diff_tree span.file_status.deleted {
271         color: #c00000;
272 }
273
274 table.diff_tree span.file_status.moved,
275 table.diff_tree span.file_status.mode_chnge {
276         color: #777777;
277 }
278
279 table.diff_tree span.file_status.copied {
280         color: #70a070;
281 }
282
283 /* noage: "No commits" */
284 table.project_list td.noage {
285         color: #808080;
286         font-style: italic;
287 }
288
289 /* age2: 60*60*24*2 <= age */
290 table.project_list td.age2, table.blame td.age2 {
291         font-style: italic;
292 }
293
294 /* age1: 60*60*2 <= age < 60*60*24*2 */
295 table.project_list td.age1 {
296         color: #009900;
297         font-style: italic;
298 }
299
300 table.blame td.age1 {
301         color: #009900;
302         background: transparent;
303 }
304
305 /* age0: age < 60*60*2 */
306 table.project_list td.age0 {
307         color: #009900;
308         font-style: italic;
309         font-weight: bold;
310 }
311
312 table.blame td.age0 {
313         color: #009900;
314         background: transparent;
315         font-weight: bold;
316 }
317
318 td.pre, div.pre, div.diff {
319         font-family: monospace;
320         font-size: 12px;
321         white-space: pre;
322 }
323
324 td.mode {
325         font-family: monospace;
326 }
327
328 /* styling of diffs (patchsets): commitdiff and blobdiff views */
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 }