Code

Merge branch 'master' of git://repo.or.cz/git-gui
[git.git] / gitweb / gitweb.css
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;
9 }
11 a {
12         color: #0000cc;
13 }
15 a:hover, a:visited, a:active {
16         color: #880000;
17 }
19 span.cntrl {
20         border: dashed #aaaaaa;
21         border-width: 1px;
22         padding: 0px 2px 0px 2px;
23         margin:  0px 2px 0px 2px;
24 }
26 img.logo {
27         float: right;
28         border-width: 0px;
29 }
31 div.page_header {
32         height: 25px;
33         padding: 8px;
34         font-size: 150%;
35         font-weight: bold;
36         background-color: #d9d8d1;
37 }
39 div.page_header a:visited, a.header {
40         color: #0000cc;
41 }
43 div.page_header a:hover {
44         color: #880000;
45 }
47 div.page_nav {
48         padding: 8px;
49 }
51 div.page_nav a:visited {
52         color: #0000cc;
53 }
55 div.page_path {
56         padding: 8px;
57         font-weight: bold;
58         border: solid #d9d8d1;
59         border-width: 0px 0px 1px;
60 }
62 div.page_footer {
63         height: 17px;
64         padding: 4px 8px;
65         background-color: #d9d8d1;
66 }
68 div.page_footer_text {
69         float: left;
70         color: #555555;
71         font-style: italic;
72 }
74 div.page_body {
75         padding: 8px;
76         font-family: monospace;
77 }
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 }
88 a.title:hover {
89         background-color: #d9d8d1;
90 }
92 div.title_text {
93         padding: 6px 0px;
94         border: solid #d9d8d1;
95         border-width: 0px 0px 1px;
96         font-family: monospace;
97 }
99 div.log_body {
100         padding: 8px 8px 8px 150px;
103 span.age {
104         position: relative;
105         float: left;
106         width: 142px;
107         font-style: italic;
110 span.signoff {
111         color: #888888;
114 div.log_link {
115         padding: 0px 8px;
116         font-size: 70%;
117         font-family: sans-serif;
118         font-style: normal;
119         position: relative;
120         float: left;
121         width: 136px;
124 div.list_head {
125         padding: 6px 8px 4px;
126         border: solid #d9d8d1;
127         border-width: 1px 0px 0px;
128         font-style: italic;
131 div.author_date {
132         padding: 8px;
133         border: solid #d9d8d1;
134         border-width: 0px 0px 1px 0px;
135         font-style: italic;
138 a.list {
139         text-decoration: none;
140         color: #000000;
143 a.subject, a.name {
144         font-weight: bold;
147 table.tags a.subject {
148         font-weight: normal;
151 a.list:hover {
152         text-decoration: underline;
153         color: #880000;
156 a.text {
157         text-decoration: none;
158         color: #0000cc;
161 a.text:visited {
162         text-decoration: none;
163         color: #880000;
166 a.text:hover {
167         text-decoration: underline;
168         color: #880000;
171 table {
172         padding: 8px 4px;
175 table.project_list {
176         border-spacing: 0;
179 table.diff_tree {
180         border-spacing: 0;
181         font-family: monospace;
184 table.combined.diff_tree th {
185         text-align: center;
188 table.combined.diff_tree td {
189         padding-right: 24px;
192 table.combined.diff_tree th.link,
193 table.combined.diff_tree td.link {
194         padding: 0px 2px;
197 table.combined.diff_tree td.nochange a {
198         color: #6666ff;
201 table.combined.diff_tree td.nochange a:hover,
202 table.combined.diff_tree td.nochange a:visited {
203         color: #d06666;
206 table.blame {
207         border-collapse: collapse;
210 table.blame td {
211         padding: 0px 5px;
212         font-size: 100%;
213         vertical-align: top;
216 th {
217         padding: 2px 5px;
218         font-size: 100%;
219         text-align: left;
222 tr.light:hover {
223         background-color: #edece6;
226 tr.dark {
227         background-color: #f6f6f0;
230 tr.dark2 {
231         background-color: #f6f6f0;
234 tr.dark:hover {
235         background-color: #edece6;
238 td {
239         padding: 2px 5px;
240         font-size: 100%;
241         vertical-align: top;
244 td.link, td.selflink {
245         padding: 2px 5px;
246         font-family: sans-serif;
247         font-size: 70%;
250 td.selflink {
251         padding-right: 0px;
254 td.sha1 {
255         font-family: monospace;
258 td.error {
259         color: red;
260         background-color: yellow;
263 td.current_head {
264         text-decoration: underline;
267 table.diff_tree span.file_status.new {
268         color: #008000;
271 table.diff_tree span.file_status.deleted {
272         color: #c00000;
275 table.diff_tree span.file_status.moved,
276 table.diff_tree span.file_status.mode_chnge {
277         color: #777777;
280 table.diff_tree span.file_status.copied {
281   color: #70a070;
284 /* age2: 60*60*24*2 <= age */
285 table.project_list td.age2, table.blame td.age2 {
286         font-style: italic;
289 /* age1: 60*60*2 <= age < 60*60*24*2 */
290 table.project_list td.age1 {
291         color: #009900;
292         font-style: italic;
295 table.blame td.age1 {
296         color: #009900;
297         background: transparent;
300 /* age0: age < 60*60*2 */
301 table.project_list td.age0 {
302         color: #009900;
303         font-style: italic;
304         font-weight: bold;
307 table.blame td.age0 {
308         color: #009900;
309         background: transparent;
310         font-weight: bold;
313 td.pre, div.pre, div.diff {
314         font-family: monospace;
315         font-size: 12px;
316         white-space: pre;
319 td.mode {
320         font-family: monospace;
323 /* styling of diffs (patchsets): commitdiff and blobdiff views */
324 div.diff.header,
325 div.diff.extended_header {
326         white-space: normal;
329 div.diff.header {
330         font-weight: bold;
332         background-color: #edece6;
334         margin-top: 4px;
335         padding: 4px 0px 2px 0px;
336         border: solid #d9d8d1;
337         border-width: 1px 0px 1px 0px;
340 div.diff.header a.path {
341         text-decoration: underline;
344 div.diff.extended_header,
345 div.diff.extended_header a.path,
346 div.diff.extended_header a.hash {
347         color: #777777;
350 div.diff.extended_header .info {
351         color: #b0b0b0;
354 div.diff.extended_header {
355         background-color: #f6f5ee;
356         padding: 2px 0px 2px 0px;
359 div.diff a.list,
360 div.diff a.path,
361 div.diff a.hash {
362         text-decoration: none;
365 div.diff a.list:hover,
366 div.diff a.path:hover,
367 div.diff a.hash:hover {
368         text-decoration: underline;
371 div.diff.to_file a.path,
372 div.diff.to_file {
373         color: #007000;
376 div.diff.add {
377         color: #008800;
380 div.diff.from_file a.path,
381 div.diff.from_file {
382         color: #aa0000;
385 div.diff.rem {
386         color: #cc0000;
389 div.diff.chunk_header a,
390 div.diff.chunk_header {
391         color: #990099;
394 div.diff.chunk_header {
395         border: dotted #ffe0ff;
396         border-width: 1px 0px 0px 0px;
397         margin-top: 2px;
400 div.diff.chunk_header span.chunk_info {
401         background-color: #ffeeff;
404 div.diff.chunk_header span.section {
405         color: #aa22aa;
408 div.diff.incomplete {
409         color: #cccccc;
412 div.diff.nodifferences {
413         font-weight: bold;
414         color: #600000;
417 div.index_include {
418         border: solid #d9d8d1;
419         border-width: 0px 0px 1px;
420         padding: 12px 8px;
423 div.search {
424         font-size: 100%;
425         font-weight: normal;
426         margin: 4px 8px;
427         position: absolute;
428         top: 56px;
429         right: 12px
432 td.linenr {
433         text-align: right;
436 a.linenr {
437         color: #999999;
438         text-decoration: none
441 a.rss_logo {
442         float: right;
443         padding: 3px 0px;
444         width: 35px;
445         line-height: 10px;
446         border: 1px solid;
447         border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
448         color: #ffffff;
449         background-color: #ff6600;
450         font-weight: bold;
451         font-family: sans-serif;
452         font-size: 70%;
453         text-align: center;
454         text-decoration: none;
457 a.rss_logo:hover {
458         background-color: #ee5500;
461 span.refs span {
462         padding: 0px 4px;
463         font-size: 70%;
464         font-weight: normal;
465         border: 1px solid;
466         background-color: #ffaaff;
467         border-color: #ffccff #ff00ee #ff00ee #ffccff;
470 span.refs span.ref {
471         background-color: #aaaaff;
472         border-color: #ccccff #0033cc #0033cc #ccccff;
475 span.refs span.tag {
476         background-color: #ffffaa;
477         border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
480 span.refs span.head {
481         background-color: #aaffaa;
482         border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
485 span.atnight {
486         color: #cc0000;
489 span.match {
490         color: #e00000;
493 div.binary {
494         font-style: italic;