Merge commit 'refs/top-bases/girocco' into girocco
[git/repo.git] / gitweb / gitweb.css
blobcdc0b9814eba81baccac71d046b8550685f2ab82
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.stale_info {
89 display: block;
90 text-align: right;
91 font-style: italic;
94 div.readme {
95 padding: 8px;
98 div.forkinfo {
99 border: 1px;
100 text-align: center;
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 div.author_date {
147 padding: 8px;
148 border: solid #d9d8d1;
149 border-width: 0px 0px 1px 0px;
150 font-style: italic;
153 a.list {
154 text-decoration: none;
155 color: #000000;
158 a.subject, a.name {
159 font-weight: bold;
162 table.tags a.subject {
163 font-weight: normal;
166 a.list:hover {
167 text-decoration: underline;
168 color: #880000;
171 a.text {
172 text-decoration: none;
173 color: #0000cc;
176 a.text:visited {
177 text-decoration: none;
178 color: #880000;
181 a.text:hover {
182 text-decoration: underline;
183 color: #880000;
186 table {
187 padding: 8px 4px;
188 border-spacing: 0;
191 table.diff_tree {
192 font-family: monospace;
195 table.combined.diff_tree th {
196 text-align: center;
199 table.combined.diff_tree td {
200 padding-right: 24px;
203 table.combined.diff_tree th.link,
204 table.combined.diff_tree td.link {
205 padding: 0px 2px;
208 table.combined.diff_tree td.nochange a {
209 color: #6666ff;
212 table.combined.diff_tree td.nochange a:hover,
213 table.combined.diff_tree td.nochange a:visited {
214 color: #d06666;
217 table.blame {
218 border-collapse: collapse;
221 table.blame td {
222 padding: 0px 5px;
223 font-size: 100%;
224 vertical-align: top;
227 th {
228 padding: 2px 5px;
229 font-size: 100%;
230 text-align: left;
233 tr.light:hover {
234 background-color: #edece6;
237 tr.dark {
238 background-color: #f6f6f0;
241 tr.dark2 {
242 background-color: #f6f6f0;
245 tr.dark:hover {
246 background-color: #edece6;
249 td {
250 padding: 2px 5px;
251 font-size: 100%;
252 vertical-align: top;
255 td.link, td.selflink {
256 padding: 2px 5px;
257 font-family: sans-serif;
258 font-size: 70%;
261 td.selflink {
262 padding-right: 0px;
265 td.sha1 {
266 font-family: monospace;
269 td.error {
270 color: red;
271 background-color: yellow;
274 td.current_head {
275 text-decoration: underline;
278 table.diff_tree span.file_status.new {
279 color: #008000;
282 table.diff_tree span.file_status.deleted {
283 color: #c00000;
286 table.diff_tree span.file_status.moved,
287 table.diff_tree span.file_status.mode_chnge {
288 color: #777777;
291 table.diff_tree span.file_status.copied {
292 color: #70a070;
295 /* noage: "No commits" */
296 table.project_list td.noage {
297 color: #808080;
298 font-style: italic;
301 /* age2: 60*60*24*2 <= age */
302 table.project_list td.age2, table.blame td.age2 {
303 font-style: italic;
306 /* age1: 60*60*2 <= age < 60*60*24*2 */
307 table.project_list td.age1 {
308 color: #009900;
309 font-style: italic;
312 table.blame td.age1 {
313 color: #009900;
314 background: transparent;
317 /* age0: age < 60*60*2 */
318 table.project_list td.age0 {
319 color: #009900;
320 font-style: italic;
321 font-weight: bold;
324 table.blame td.age0 {
325 color: #009900;
326 background: transparent;
327 font-weight: bold;
330 td.pre, div.pre, div.diff {
331 font-family: monospace;
332 font-size: 12px;
333 white-space: pre;
336 td.mode {
337 font-family: monospace;
340 /* styling of diffs (patchsets): commitdiff and blobdiff views */
341 div.diff.header,
342 div.diff.extended_header {
343 white-space: normal;
346 div.diff.header {
347 font-weight: bold;
349 background-color: #edece6;
351 margin-top: 4px;
352 padding: 4px 0px 2px 0px;
353 border: solid #d9d8d1;
354 border-width: 1px 0px 1px 0px;
357 div.diff.header a.path {
358 text-decoration: underline;
361 div.diff.extended_header,
362 div.diff.extended_header a.path,
363 div.diff.extended_header a.hash {
364 color: #777777;
367 div.diff.extended_header .info {
368 color: #b0b0b0;
371 div.diff.extended_header {
372 background-color: #f6f5ee;
373 padding: 2px 0px 2px 0px;
376 div.diff a.list,
377 div.diff a.path,
378 div.diff a.hash {
379 text-decoration: none;
382 div.diff a.list:hover,
383 div.diff a.path:hover,
384 div.diff a.hash:hover {
385 text-decoration: underline;
388 div.diff.to_file a.path,
389 div.diff.to_file {
390 color: #007000;
393 div.diff.add {
394 color: #008800;
397 div.diff.from_file a.path,
398 div.diff.from_file {
399 color: #aa0000;
402 div.diff.rem {
403 color: #cc0000;
406 div.diff.chunk_header a,
407 div.diff.chunk_header {
408 color: #990099;
411 div.diff.chunk_header {
412 border: dotted #ffe0ff;
413 border-width: 1px 0px 0px 0px;
414 margin-top: 2px;
417 div.diff.chunk_header span.chunk_info {
418 background-color: #ffeeff;
421 div.diff.chunk_header span.section {
422 color: #aa22aa;
425 div.diff.incomplete {
426 color: #cccccc;
429 div.diff.nodifferences {
430 font-weight: bold;
431 color: #600000;
434 div.index_include {
435 border: solid #d9d8d1;
436 border-width: 0px 0px 1px;
437 padding: 12px 8px;
440 div.search {
441 font-size: 100%;
442 font-weight: normal;
443 margin: 4px 8px;
444 float: right;
445 top: 56px;
446 right: 12px
449 p.projsearch {
450 text-align: center;
453 td.linenr {
454 text-align: right;
457 a.linenr {
458 color: #999999;
459 text-decoration: none
462 a.rss_logo {
463 float: right;
464 padding: 3px 0px;
465 width: 35px;
466 line-height: 10px;
467 border: 1px solid;
468 border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
469 color: #ffffff;
470 background-color: #ff6600;
471 font-weight: bold;
472 font-family: sans-serif;
473 font-size: 70%;
474 text-align: center;
475 text-decoration: none;
478 a.rss_logo:hover {
479 background-color: #ee5500;
482 a.rss_logo.generic {
483 background-color: #ff8800;
486 a.rss_logo.generic:hover {
487 background-color: #ee7700;
490 span.refs span {
491 padding: 0px 4px;
492 font-size: 70%;
493 font-weight: normal;
494 border: 1px solid;
495 background-color: #ffaaff;
496 border-color: #ffccff #ff00ee #ff00ee #ffccff;
499 span.refs span a {
500 text-decoration: none;
501 color: inherit;
504 span.refs span a:hover {
505 text-decoration: underline;
508 span.refs span.indirect {
509 font-style: italic;
512 span.refs span.ref {
513 background-color: #aaaaff;
514 border-color: #ccccff #0033cc #0033cc #ccccff;
517 span.refs span.tag {
518 background-color: #ffffaa;
519 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
522 span.refs span.head {
523 background-color: #aaffaa;
524 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
527 span.atnight {
528 color: #cc0000;
531 span.match {
532 color: #e00000;
535 div.binary {
536 font-style: italic;
539 /* This selector is hardcoded in gitweb.perl */
540 .extra_column {
541 display: none;