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