gitweb: refactor author name insertion
[git.git] / gitweb / gitweb.css
blob68b22ffece6d42ab0950193885c983b034c22f66
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 div.page_header {
32 height: 25px;
33 padding: 8px;
34 font-size: 150%;
35 font-weight: bold;
36 background-color: #d9d8d1;
39 div.page_header a:visited, a.header {
40 color: #0000cc;
43 div.page_header a:hover {
44 color: #880000;
47 div.page_nav {
48 padding: 8px;
51 div.page_nav a:visited {
52 color: #0000cc;
55 div.page_path {
56 padding: 8px;
57 font-weight: bold;
58 border: solid #d9d8d1;
59 border-width: 0px 0px 1px;
62 div.page_footer {
63 height: 17px;
64 padding: 4px 8px;
65 background-color: #d9d8d1;
68 div.page_footer_text {
69 float: left;
70 color: #555555;
71 font-style: italic;
74 div.page_body {
75 padding: 8px;
76 font-family: monospace;
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;
88 div.readme {
89 padding: 8px;
92 a.title:hover {
93 background-color: #d9d8d1;
96 div.title_text {
97 padding: 6px 0px;
98 border: solid #d9d8d1;
99 border-width: 0px 0px 1px;
100 font-family: monospace;
103 div.log_body {
104 padding: 8px 8px 8px 150px;
107 span.age {
108 position: relative;
109 float: left;
110 width: 142px;
111 font-style: italic;
114 span.signoff {
115 color: #888888;
118 div.log_link {
119 padding: 0px 8px;
120 font-size: 70%;
121 font-family: sans-serif;
122 font-style: normal;
123 position: relative;
124 float: left;
125 width: 136px;
128 div.list_head {
129 padding: 6px 8px 4px;
130 border: solid #d9d8d1;
131 border-width: 1px 0px 0px;
132 font-style: italic;
135 .author_date, .author {
136 font-style: italic;
139 div.author_date {
140 padding: 8px;
141 border: solid #d9d8d1;
142 border-width: 0px 0px 1px 0px;
145 a.list {
146 text-decoration: none;
147 color: #000000;
150 a.subject, a.name {
151 font-weight: bold;
154 table.tags a.subject {
155 font-weight: normal;
158 a.list:hover {
159 text-decoration: underline;
160 color: #880000;
163 a.text {
164 text-decoration: none;
165 color: #0000cc;
168 a.text:visited {
169 text-decoration: none;
170 color: #880000;
173 a.text:hover {
174 text-decoration: underline;
175 color: #880000;
178 table {
179 padding: 8px 4px;
180 border-spacing: 0;
183 table.diff_tree {
184 font-family: monospace;
187 table.combined.diff_tree th {
188 text-align: center;
191 table.combined.diff_tree td {
192 padding-right: 24px;
195 table.combined.diff_tree th.link,
196 table.combined.diff_tree td.link {
197 padding: 0px 2px;
200 table.combined.diff_tree td.nochange a {
201 color: #6666ff;
204 table.combined.diff_tree td.nochange a:hover,
205 table.combined.diff_tree td.nochange a:visited {
206 color: #d06666;
209 table.blame {
210 border-collapse: collapse;
213 table.blame td {
214 padding: 0px 5px;
215 font-size: 100%;
216 vertical-align: top;
219 th {
220 padding: 2px 5px;
221 font-size: 100%;
222 text-align: left;
225 tr.light:hover {
226 background-color: #edece6;
229 tr.dark {
230 background-color: #f6f6f0;
233 tr.dark2 {
234 background-color: #f6f6f0;
237 tr.dark:hover {
238 background-color: #edece6;
241 td {
242 padding: 2px 5px;
243 font-size: 100%;
244 vertical-align: top;
247 td.link, td.selflink {
248 padding: 2px 5px;
249 font-family: sans-serif;
250 font-size: 70%;
253 td.selflink {
254 padding-right: 0px;
257 td.sha1 {
258 font-family: monospace;
261 td.error {
262 color: red;
263 background-color: yellow;
266 td.current_head {
267 text-decoration: underline;
270 table.diff_tree span.file_status.new {
271 color: #008000;
274 table.diff_tree span.file_status.deleted {
275 color: #c00000;
278 table.diff_tree span.file_status.moved,
279 table.diff_tree span.file_status.mode_chnge {
280 color: #777777;
283 table.diff_tree span.file_status.copied {
284 color: #70a070;
287 /* noage: "No commits" */
288 table.project_list td.noage {
289 color: #808080;
290 font-style: italic;
293 /* age2: 60*60*24*2 <= age */
294 table.project_list td.age2, table.blame td.age2 {
295 font-style: italic;
298 /* age1: 60*60*2 <= age < 60*60*24*2 */
299 table.project_list td.age1 {
300 color: #009900;
301 font-style: italic;
304 table.blame td.age1 {
305 color: #009900;
306 background: transparent;
309 /* age0: age < 60*60*2 */
310 table.project_list td.age0 {
311 color: #009900;
312 font-style: italic;
313 font-weight: bold;
316 table.blame td.age0 {
317 color: #009900;
318 background: transparent;
319 font-weight: bold;
322 td.pre, div.pre, div.diff {
323 font-family: monospace;
324 font-size: 12px;
325 white-space: pre;
328 td.mode {
329 font-family: monospace;
332 /* styling of diffs (patchsets): commitdiff and blobdiff views */
333 div.diff.header,
334 div.diff.extended_header {
335 white-space: normal;
338 div.diff.header {
339 font-weight: bold;
341 background-color: #edece6;
343 margin-top: 4px;
344 padding: 4px 0px 2px 0px;
345 border: solid #d9d8d1;
346 border-width: 1px 0px 1px 0px;
349 div.diff.header a.path {
350 text-decoration: underline;
353 div.diff.extended_header,
354 div.diff.extended_header a.path,
355 div.diff.extended_header a.hash {
356 color: #777777;
359 div.diff.extended_header .info {
360 color: #b0b0b0;
363 div.diff.extended_header {
364 background-color: #f6f5ee;
365 padding: 2px 0px 2px 0px;
368 div.diff a.list,
369 div.diff a.path,
370 div.diff a.hash {
371 text-decoration: none;
374 div.diff a.list:hover,
375 div.diff a.path:hover,
376 div.diff a.hash:hover {
377 text-decoration: underline;
380 div.diff.to_file a.path,
381 div.diff.to_file {
382 color: #007000;
385 div.diff.add {
386 color: #008800;
389 div.diff.from_file a.path,
390 div.diff.from_file {
391 color: #aa0000;
394 div.diff.rem {
395 color: #cc0000;
398 div.diff.chunk_header a,
399 div.diff.chunk_header {
400 color: #990099;
403 div.diff.chunk_header {
404 border: dotted #ffe0ff;
405 border-width: 1px 0px 0px 0px;
406 margin-top: 2px;
409 div.diff.chunk_header span.chunk_info {
410 background-color: #ffeeff;
413 div.diff.chunk_header span.section {
414 color: #aa22aa;
417 div.diff.incomplete {
418 color: #cccccc;
421 div.diff.nodifferences {
422 font-weight: bold;
423 color: #600000;
426 div.index_include {
427 border: solid #d9d8d1;
428 border-width: 0px 0px 1px;
429 padding: 12px 8px;
432 div.search {
433 font-size: 100%;
434 font-weight: normal;
435 margin: 4px 8px;
436 float: right;
437 top: 56px;
438 right: 12px
441 p.projsearch {
442 text-align: center;
445 td.linenr {
446 text-align: right;
449 a.linenr {
450 color: #999999;
451 text-decoration: none
454 a.rss_logo {
455 float: right;
456 padding: 3px 0px;
457 width: 35px;
458 line-height: 10px;
459 border: 1px solid;
460 border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
461 color: #ffffff;
462 background-color: #ff6600;
463 font-weight: bold;
464 font-family: sans-serif;
465 font-size: 70%;
466 text-align: center;
467 text-decoration: none;
470 a.rss_logo:hover {
471 background-color: #ee5500;
474 a.rss_logo.generic {
475 background-color: #ff8800;
478 a.rss_logo.generic:hover {
479 background-color: #ee7700;
482 span.refs span {
483 padding: 0px 4px;
484 font-size: 70%;
485 font-weight: normal;
486 border: 1px solid;
487 background-color: #ffaaff;
488 border-color: #ffccff #ff00ee #ff00ee #ffccff;
491 span.refs span a {
492 text-decoration: none;
493 color: inherit;
496 span.refs span a:hover {
497 text-decoration: underline;
500 span.refs span.indirect {
501 font-style: italic;
504 span.refs span.ref {
505 background-color: #aaaaff;
506 border-color: #ccccff #0033cc #0033cc #ccccff;
509 span.refs span.tag {
510 background-color: #ffffaa;
511 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
514 span.refs span.head {
515 background-color: #aaffaa;
516 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
519 span.atnight {
520 color: #cc0000;
523 span.match {
524 color: #e00000;
527 div.binary {
528 font-style: italic;