]> Lady’s Gitweb - Gitweb/blob - gitweb.css
6058fbe36f957aba9948bff24e460a9ab6e61b1f50e212ad021d6070dcd09508
[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 }
10
11 a {
12 color: #0000cc;
13 }
14
15 a:hover, a:visited, a:active {
16 color: #880000;
17 }
18
19 span.cntrl {
20 border: dashed #aaaaaa;
21 border-width: 1px;
22 padding: 0px 2px 0px 2px;
23 margin: 0px 2px 0px 2px;
24 }
25
26 img.logo {
27 float: right;
28 border-width: 0px;
29 }
30
31 img.avatar {
32 vertical-align: middle;
33 }
34
35 div.page_header {
36 height: 25px;
37 padding: 8px;
38 font-size: 150%;
39 font-weight: bold;
40 background-color: #d9d8d1;
41 }
42
43 div.page_header a:visited, a.header {
44 color: #0000cc;
45 }
46
47 div.page_header a:hover {
48 color: #880000;
49 }
50
51 div.page_nav {
52 padding: 8px;
53 }
54
55 div.page_nav a:visited {
56 color: #0000cc;
57 }
58
59 div.page_path {
60 padding: 8px;
61 font-weight: bold;
62 border: solid #d9d8d1;
63 border-width: 0px 0px 1px;
64 }
65
66 div.page_footer {
67 height: 17px;
68 padding: 4px 8px;
69 background-color: #d9d8d1;
70 }
71
72 div.page_footer_text {
73 float: left;
74 color: #555555;
75 font-style: italic;
76 }
77
78 div#generating_info {
79 margin: 4px;
80 font-size: smaller;
81 text-align: center;
82 color: #505050;
83 }
84
85 div.page_body {
86 padding: 8px;
87 font-family: monospace;
88 }
89
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;
97 }
98
99 div.readme {
100 padding: 8px;
101 }
102
103 a.title:hover {
104 background-color: #d9d8d1;
105 }
106
107 div.title_text {
108 padding: 6px 0px;
109 border: solid #d9d8d1;
110 border-width: 0px 0px 1px;
111 font-family: monospace;
112 }
113
114 div.log_body {
115 padding: 8px 8px 8px 150px;
116 }
117
118 span.age {
119 position: relative;
120 float: left;
121 width: 142px;
122 font-style: italic;
123 }
124
125 span.signoff {
126 color: #888888;
127 }
128
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;
137 }
138
139 div.list_head {
140 padding: 6px 8px 4px;
141 border: solid #d9d8d1;
142 border-width: 1px 0px 0px;
143 font-style: italic;
144 }
145
146 .author_date, .author {
147 font-style: italic;
148 }
149
150 div.author_date {
151 padding: 8px;
152 border: solid #d9d8d1;
153 border-width: 0px 0px 1px 0px;
154 }
155
156 a.list {
157 text-decoration: none;
158 color: #000000;
159 }
160
161 a.subject, a.name {
162 font-weight: bold;
163 }
164
165 table.tags a.subject {
166 font-weight: normal;
167 }
168
169 a.list:hover {
170 text-decoration: underline;
171 color: #880000;
172 }
173
174 a.text {
175 text-decoration: none;
176 color: #0000cc;
177 }
178
179 a.text:visited {
180 text-decoration: none;
181 color: #880000;
182 }
183
184 a.text:hover {
185 text-decoration: underline;
186 color: #880000;
187 }
188
189 table {
190 padding: 8px 4px;
191 border-spacing: 0;
192 }
193
194 table.diff_tree {
195 font-family: monospace;
196 }
197
198 table.combined.diff_tree th {
199 text-align: center;
200 }
201
202 table.combined.diff_tree td {
203 padding-right: 24px;
204 }
205
206 table.combined.diff_tree th.link,
207 table.combined.diff_tree td.link {
208 padding: 0px 2px;
209 }
210
211 table.combined.diff_tree td.nochange a {
212 color: #6666ff;
213 }
214
215 table.combined.diff_tree td.nochange a:hover,
216 table.combined.diff_tree td.nochange a:visited {
217 color: #d06666;
218 }
219
220 table.blame {
221 border-collapse: collapse;
222 }
223
224 table.blame td {
225 padding: 0px 5px;
226 font-size: 100%;
227 vertical-align: top;
228 }
229
230 th {
231 padding: 2px 5px;
232 font-size: 100%;
233 text-align: left;
234 }
235
236 /* do not change row style on hover for 'blame' view */
237 tr.light,
238 table.blame .light:hover {
239 background-color: #ffffff;
240 }
241
242 tr.dark,
243 table.blame .dark:hover {
244 background-color: #f6f6f0;
245 }
246
247 /* currently both use the same, but it can change */
248 tr.light:hover,
249 tr.dark:hover {
250 background-color: #edece6;
251 }
252
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;
258 }
259
260 /* for 'blame_incremental', during processing */
261 tr.color1 { background-color: #f6fff6; }
262 tr.color2 { background-color: #f6f6ff; }
263 tr.color3 { background-color: #fff6f6; }
264
265 td {
266 padding: 2px 5px;
267 font-size: 100%;
268 vertical-align: top;
269 }
270
271 td.link, td.selflink {
272 padding: 2px 5px;
273 font-family: sans-serif;
274 font-size: 70%;
275 }
276
277 td.selflink {
278 padding-right: 0px;
279 }
280
281 td.sha1 {
282 font-family: monospace;
283 }
284
285 .error {
286 color: red;
287 background-color: yellow;
288 }
289
290 td.current_head {
291 text-decoration: underline;
292 }
293
294 table.diff_tree span.file_status.new {
295 color: #008000;
296 }
297
298 table.diff_tree span.file_status.deleted {
299 color: #c00000;
300 }
301
302 table.diff_tree span.file_status.moved,
303 table.diff_tree span.file_status.mode_chnge {
304 color: #777777;
305 }
306
307 table.diff_tree span.file_status.copied {
308 color: #70a070;
309 }
310
311 /* noage: "No commits" */
312 table.project_list td.noage {
313 color: #808080;
314 font-style: italic;
315 }
316
317 /* age2: 60*60*24*2 <= age */
318 table.project_list td.age2, table.blame td.age2 {
319 font-style: italic;
320 }
321
322 /* age1: 60*60*2 <= age < 60*60*24*2 */
323 table.project_list td.age1 {
324 color: #009900;
325 font-style: italic;
326 }
327
328 table.blame td.age1 {
329 color: #009900;
330 background: transparent;
331 }
332
333 /* age0: age < 60*60*2 */
334 table.project_list td.age0 {
335 color: #009900;
336 font-style: italic;
337 font-weight: bold;
338 }
339
340 table.blame td.age0 {
341 color: #009900;
342 background: transparent;
343 font-weight: bold;
344 }
345
346 td.pre, div.pre, div.diff {
347 font-family: monospace;
348 font-size: 12px;
349 white-space: pre;
350 }
351
352 td.mode {
353 font-family: monospace;
354 }
355
356 /* progress of blame_interactive */
357 div#progress_bar {
358 height: 2px;
359 margin-bottom: -2px;
360 background-color: #d8d9d0;
361 }
362 div#progress_info {
363 float: right;
364 text-align: right;
365 }
366
367 /* format of (optional) objects size in 'tree' view */
368 td.size {
369 font-family: monospace;
370 text-align: right;
371 }
372
373 /* styling of diffs (patchsets): commitdiff and blobdiff views */
374 div.diff.header,
375 div.diff.extended_header {
376 white-space: normal;
377 }
378
379 div.diff.header {
380 font-weight: bold;
381
382 background-color: #edece6;
383
384 margin-top: 4px;
385 padding: 4px 0px 2px 0px;
386 border: solid #d9d8d1;
387 border-width: 1px 0px 1px 0px;
388 }
389
390 div.diff.header a.path {
391 text-decoration: underline;
392 }
393
394 div.diff.extended_header,
395 div.diff.extended_header a.path,
396 div.diff.extended_header a.hash {
397 color: #777777;
398 }
399
400 div.diff.extended_header .info {
401 color: #b0b0b0;
402 }
403
404 div.diff.extended_header {
405 background-color: #f6f5ee;
406 padding: 2px 0px 2px 0px;
407 }
408
409 div.diff a.list,
410 div.diff a.path,
411 div.diff a.hash {
412 text-decoration: none;
413 }
414
415 div.diff a.list:hover,
416 div.diff a.path:hover,
417 div.diff a.hash:hover {
418 text-decoration: underline;
419 }
420
421 div.diff.to_file a.path,
422 div.diff.to_file {
423 color: #007000;
424 }
425
426 div.diff.add {
427 color: #008800;
428 }
429
430 div.diff.from_file a.path,
431 div.diff.from_file {
432 color: #aa0000;
433 }
434
435 div.diff.rem {
436 color: #cc0000;
437 }
438
439 div.diff.chunk_header a,
440 div.diff.chunk_header {
441 color: #990099;
442 }
443
444 div.diff.chunk_header {
445 border: dotted #ffe0ff;
446 border-width: 1px 0px 0px 0px;
447 margin-top: 2px;
448 }
449
450 div.diff.chunk_header span.chunk_info {
451 background-color: #ffeeff;
452 }
453
454 div.diff.chunk_header span.section {
455 color: #aa22aa;
456 }
457
458 div.diff.incomplete {
459 color: #cccccc;
460 }
461
462 div.diff.nodifferences {
463 font-weight: bold;
464 color: #600000;
465 }
466
467 div.index_include {
468 border: solid #d9d8d1;
469 border-width: 0px 0px 1px;
470 padding: 12px 8px;
471 }
472
473 div.search {
474 font-size: 100%;
475 font-weight: normal;
476 margin: 4px 8px;
477 float: right;
478 top: 56px;
479 right: 12px
480 }
481
482 p.projsearch {
483 text-align: center;
484 }
485
486 td.linenr {
487 text-align: right;
488 }
489
490 a.linenr {
491 color: #999999;
492 text-decoration: none
493 }
494
495 a.rss_logo {
496 float: right;
497 padding: 3px 0px;
498 width: 35px;
499 line-height: 10px;
500 border: 1px solid;
501 border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
502 color: #ffffff;
503 background-color: #ff6600;
504 font-weight: bold;
505 font-family: sans-serif;
506 font-size: 70%;
507 text-align: center;
508 text-decoration: none;
509 }
510
511 a.rss_logo:hover {
512 background-color: #ee5500;
513 }
514
515 a.rss_logo.generic {
516 background-color: #ff8800;
517 }
518
519 a.rss_logo.generic:hover {
520 background-color: #ee7700;
521 }
522
523 span.refs span {
524 padding: 0px 4px;
525 font-size: 70%;
526 font-weight: normal;
527 border: 1px solid;
528 background-color: #ffaaff;
529 border-color: #ffccff #ff00ee #ff00ee #ffccff;
530 }
531
532 span.refs span a {
533 text-decoration: none;
534 color: inherit;
535 }
536
537 span.refs span a:hover {
538 text-decoration: underline;
539 }
540
541 span.refs span.indirect {
542 font-style: italic;
543 }
544
545 span.refs span.ref {
546 background-color: #aaaaff;
547 border-color: #ccccff #0033cc #0033cc #ccccff;
548 }
549
550 span.refs span.tag {
551 background-color: #ffffaa;
552 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
553 }
554
555 span.refs span.head {
556 background-color: #aaffaa;
557 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
558 }
559
560 span.atnight {
561 color: #cc0000;
562 }
563
564 span.match {
565 color: #e00000;
566 }
567
568 div.binary {
569 font-style: italic;
570 }
This page took 0.460621 seconds and 3 git commands to generate.