Avoid specifying (on Windows unimplemented) child_process.dir
[git/dscho.git] / gitweb / gitweb.css
blobc101e4af75a56220cd4b404e9d13b658c1beef0c
1 body {
2 font-family: sans-serif;
3 font-size: small;
4 border: solid #d9d8d1;
5 border-width: 1px;
6 margin: 10px;
7 background-color: #ffffff;
8 color: #000000;
11 a {
12 color: #0000cc;
15 a:hover, a:visited, a:active {
16 color: #880000;
19 span.cntrl {
20 border: dashed #aaaaaa;
21 border-width: 1px;
22 padding: 0px 2px 0px 2px;
23 margin: 0px 2px 0px 2px;
26 img.logo {
27 float: right;
28 border-width: 0px;
31 img.avatar {
32 vertical-align: middle;
35 div.page_header {
36 height: 25px;
37 padding: 8px;
38 font-size: 150%;
39 font-weight: bold;
40 background-color: #d9d8d1;
43 div.page_header a:visited, a.header {
44 color: #0000cc;
47 div.page_header a:hover {
48 color: #880000;
51 div.page_nav {
52 padding: 8px;
55 div.page_nav a:visited {
56 color: #0000cc;
59 div.page_path {
60 padding: 8px;
61 font-weight: bold;
62 border: solid #d9d8d1;
63 border-width: 0px 0px 1px;
66 div.page_footer {
67 height: 17px;
68 padding: 4px 8px;
69 background-color: #d9d8d1;
72 div.page_footer_text {
73 float: left;
74 color: #555555;
75 font-style: italic;
78 div#generating_info {
79 margin: 4px;
80 font-size: smaller;
81 text-align: center;
82 color: #505050;
85 div.page_body {
86 padding: 8px;
87 font-family: monospace;
90 div.title, a.title {
91 display: block;
92 padding: 6px 8px;
93 font-weight: bold;
94 background-color: #edece6;
95 text-decoration: none;
96 color: #000000;
99 div.readme {
100 padding: 8px;
103 a.title:hover {
104 background-color: #d9d8d1;
107 div.title_text {
108 padding: 6px 0px;
109 border: solid #d9d8d1;
110 border-width: 0px 0px 1px;
111 font-family: monospace;
114 div.log_body {
115 padding: 8px 8px 8px 150px;
118 span.age {
119 position: relative;
120 float: left;
121 width: 142px;
122 font-style: italic;
125 span.signoff {
126 color: #888888;
129 div.log_link {
130 padding: 0px 8px;
131 font-size: 70%;
132 font-family: sans-serif;
133 font-style: normal;
134 position: relative;
135 float: left;
136 width: 136px;
139 div.list_head {
140 padding: 6px 8px 4px;
141 border: solid #d9d8d1;
142 border-width: 1px 0px 0px;
143 font-style: italic;
146 .author_date, .author {
147 font-style: italic;
150 div.author_date {
151 padding: 8px;
152 border: solid #d9d8d1;
153 border-width: 0px 0px 1px 0px;
156 a.list {
157 text-decoration: none;
158 color: #000000;
161 a.subject, a.name {
162 font-weight: bold;
165 table.tags a.subject {
166 font-weight: normal;
169 a.list:hover {
170 text-decoration: underline;
171 color: #880000;
174 a.text {
175 text-decoration: none;
176 color: #0000cc;
179 a.text:visited {
180 text-decoration: none;
181 color: #880000;
184 a.text:hover {
185 text-decoration: underline;
186 color: #880000;
189 table {
190 padding: 8px 4px;
191 border-spacing: 0;
194 table.diff_tree {
195 font-family: monospace;
198 table.combined.diff_tree th {
199 text-align: center;
202 table.combined.diff_tree td {
203 padding-right: 24px;
206 table.combined.diff_tree th.link,
207 table.combined.diff_tree td.link {
208 padding: 0px 2px;
211 table.combined.diff_tree td.nochange a {
212 color: #6666ff;
215 table.combined.diff_tree td.nochange a:hover,
216 table.combined.diff_tree td.nochange a:visited {
217 color: #d06666;
220 table.blame {
221 border-collapse: collapse;
224 table.blame td {
225 padding: 0px 5px;
226 font-size: 100%;
227 vertical-align: top;
230 th {
231 padding: 2px 5px;
232 font-size: 100%;
233 text-align: left;
236 /* do not change row style on hover for 'blame' view */
237 tr.light,
238 table.blame .light:hover {
239 background-color: #ffffff;
242 tr.dark,
243 table.blame .dark:hover {
244 background-color: #f6f6f0;
247 /* currently both use the same, but it can change */
248 tr.light:hover,
249 tr.dark:hover {
250 background-color: #edece6;
253 /* boundary commits in 'blame' view */
254 /* and commits without "previous" */
255 tr.boundary td.sha1,
256 tr.no-previous td.linenr {
257 font-weight: bold;
260 /* for 'blame_incremental', during processing */
261 tr.color1 { background-color: #f6fff6; }
262 tr.color2 { background-color: #f6f6ff; }
263 tr.color3 { background-color: #fff6f6; }
265 td {
266 padding: 2px 5px;
267 font-size: 100%;
268 vertical-align: top;
271 td.link, td.selflink {
272 padding: 2px 5px;
273 font-family: sans-serif;
274 font-size: 70%;
277 td.selflink {
278 padding-right: 0px;
281 td.sha1 {
282 font-family: monospace;
285 .error {
286 color: red;
287 background-color: yellow;
290 td.current_head {
291 text-decoration: underline;
294 table.diff_tree span.file_status.new {
295 color: #008000;
298 table.diff_tree span.file_status.deleted {
299 color: #c00000;
302 table.diff_tree span.file_status.moved,
303 table.diff_tree span.file_status.mode_chnge {
304 color: #777777;
307 table.diff_tree span.file_status.copied {
308 color: #70a070;
311 /* noage: "No commits" */
312 table.project_list td.noage {
313 color: #808080;
314 font-style: italic;
317 /* age2: 60*60*24*2 <= age */
318 table.project_list td.age2, table.blame td.age2 {
319 font-style: italic;
322 /* age1: 60*60*2 <= age < 60*60*24*2 */
323 table.project_list td.age1 {
324 color: #009900;
325 font-style: italic;
328 table.blame td.age1 {
329 color: #009900;
330 background: transparent;
333 /* age0: age < 60*60*2 */
334 table.project_list td.age0 {
335 color: #009900;
336 font-style: italic;
337 font-weight: bold;
340 table.blame td.age0 {
341 color: #009900;
342 background: transparent;
343 font-weight: bold;
346 td.pre, div.pre, div.diff {
347 font-family: monospace;
348 font-size: 12px;
349 white-space: pre;
352 td.mode {
353 font-family: monospace;
356 /* progress of blame_interactive */
357 div#progress_bar {
358 height: 2px;
359 margin-bottom: -2px;
360 background-color: #d8d9d0;
362 div#progress_info {
363 float: right;
364 text-align: right;
367 /* styling of diffs (patchsets): commitdiff and blobdiff views */
368 div.diff.header,
369 div.diff.extended_header {
370 white-space: normal;
373 div.diff.header {
374 font-weight: bold;
376 background-color: #edece6;
378 margin-top: 4px;
379 padding: 4px 0px 2px 0px;
380 border: solid #d9d8d1;
381 border-width: 1px 0px 1px 0px;
384 div.diff.header a.path {
385 text-decoration: underline;
388 div.diff.extended_header,
389 div.diff.extended_header a.path,
390 div.diff.extended_header a.hash {
391 color: #777777;
394 div.diff.extended_header .info {
395 color: #b0b0b0;
398 div.diff.extended_header {
399 background-color: #f6f5ee;
400 padding: 2px 0px 2px 0px;
403 div.diff a.list,
404 div.diff a.path,
405 div.diff a.hash {
406 text-decoration: none;
409 div.diff a.list:hover,
410 div.diff a.path:hover,
411 div.diff a.hash:hover {
412 text-decoration: underline;
415 div.diff.to_file a.path,
416 div.diff.to_file {
417 color: #007000;
420 div.diff.add {
421 color: #008800;
424 div.diff.from_file a.path,
425 div.diff.from_file {
426 color: #aa0000;
429 div.diff.rem {
430 color: #cc0000;
433 div.diff.chunk_header a,
434 div.diff.chunk_header {
435 color: #990099;
438 div.diff.chunk_header {
439 border: dotted #ffe0ff;
440 border-width: 1px 0px 0px 0px;
441 margin-top: 2px;
444 div.diff.chunk_header span.chunk_info {
445 background-color: #ffeeff;
448 div.diff.chunk_header span.section {
449 color: #aa22aa;
452 div.diff.incomplete {
453 color: #cccccc;
456 div.diff.nodifferences {
457 font-weight: bold;
458 color: #600000;
461 div.index_include {
462 border: solid #d9d8d1;
463 border-width: 0px 0px 1px;
464 padding: 12px 8px;
467 div.search {
468 font-size: 100%;
469 font-weight: normal;
470 margin: 4px 8px;
471 float: right;
472 top: 56px;
473 right: 12px
476 p.projsearch {
477 text-align: center;
480 td.linenr {
481 text-align: right;
484 a.linenr {
485 color: #999999;
486 text-decoration: none
489 a.rss_logo {
490 float: right;
491 padding: 3px 0px;
492 width: 35px;
493 line-height: 10px;
494 border: 1px solid;
495 border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
496 color: #ffffff;
497 background-color: #ff6600;
498 font-weight: bold;
499 font-family: sans-serif;
500 font-size: 70%;
501 text-align: center;
502 text-decoration: none;
505 a.rss_logo:hover {
506 background-color: #ee5500;
509 a.rss_logo.generic {
510 background-color: #ff8800;
513 a.rss_logo.generic:hover {
514 background-color: #ee7700;
517 span.refs span {
518 padding: 0px 4px;
519 font-size: 70%;
520 font-weight: normal;
521 border: 1px solid;
522 background-color: #ffaaff;
523 border-color: #ffccff #ff00ee #ff00ee #ffccff;
526 span.refs span a {
527 text-decoration: none;
528 color: inherit;
531 span.refs span a:hover {
532 text-decoration: underline;
535 span.refs span.indirect {
536 font-style: italic;
539 span.refs span.ref {
540 background-color: #aaaaff;
541 border-color: #ccccff #0033cc #0033cc #ccccff;
544 span.refs span.tag {
545 background-color: #ffffaa;
546 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
549 span.refs span.head {
550 background-color: #aaffaa;
551 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
554 span.atnight {
555 color: #cc0000;
558 span.match {
559 color: #e00000;
562 div.binary {
563 font-style: italic;