Merge branch 'pu' into refs/top-bases/girocco
[git/gitweb.git] / gitweb / gitweb.css
blobc467f7a00cbc3d3bb2126f44d811926b984c8ef0
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 img.avatar {
32 vertical-align: middle;
35 a.list img.avatar {
36 border-style: none;
39 div.page_header {
40 height: 25px;
41 padding: 8px;
42 font-size: 150%;
43 font-weight: bold;
44 background-color: #d9d8d1;
47 div.page_header a:visited, a.header {
48 color: #0000cc;
51 div.page_header a:hover {
52 color: #880000;
55 div.page_nav {
56 padding: 8px;
59 div.page_nav a:visited {
60 color: #0000cc;
63 div.page_path {
64 padding: 8px;
65 font-weight: bold;
66 border: solid #d9d8d1;
67 border-width: 0px 0px 1px;
70 div.page_footer {
71 height: 17px;
72 padding: 4px 8px;
73 background-color: #d9d8d1;
76 div.page_footer_text {
77 float: left;
78 color: #555555;
79 font-style: italic;
82 div.page_body {
83 padding: 8px;
84 font-family: monospace;
87 div.title, a.title {
88 display: block;
89 padding: 6px 8px;
90 font-weight: bold;
91 background-color: #edece6;
92 text-decoration: none;
93 color: #000000;
96 div.stale_info {
97 display: block;
98 text-align: right;
99 font-style: italic;
102 div.readme {
103 padding: 8px;
106 div.forkinfo {
107 border: 1px;
108 text-align: center;
111 p.projectlist_link {
112 text-align: center;
113 font-weight: bold;
116 a.title:hover {
117 background-color: #d9d8d1;
120 div.title_text {
121 padding: 6px 0px;
122 border: solid #d9d8d1;
123 border-width: 0px 0px 1px;
124 font-family: monospace;
127 div.log_body {
128 padding: 8px 8px 8px 150px;
131 span.age {
132 position: relative;
133 float: left;
134 width: 142px;
135 font-style: italic;
138 span.signoff {
139 color: #888888;
142 div.log_link {
143 padding: 0px 8px;
144 font-size: 70%;
145 font-family: sans-serif;
146 font-style: normal;
147 position: relative;
148 float: left;
149 width: 136px;
152 div.list_head {
153 padding: 6px 8px 4px;
154 border: solid #d9d8d1;
155 border-width: 1px 0px 0px;
156 font-style: italic;
159 .author_date, .author {
160 font-style: italic;
163 div.author_date {
164 padding: 8px;
165 border: solid #d9d8d1;
166 border-width: 0px 0px 1px 0px;
169 a.list {
170 text-decoration: none;
171 color: #000000;
174 a.subject, a.name {
175 font-weight: bold;
178 table.tags a.subject {
179 font-weight: normal;
182 a.list:hover {
183 text-decoration: underline;
184 color: #880000;
187 a.text {
188 text-decoration: none;
189 color: #0000cc;
192 a.text:visited {
193 text-decoration: none;
194 color: #880000;
197 a.text:hover {
198 text-decoration: underline;
199 color: #880000;
202 table {
203 padding: 8px 4px;
204 border-spacing: 0;
207 table.diff_tree {
208 font-family: monospace;
211 table.combined.diff_tree th {
212 text-align: center;
215 table.combined.diff_tree td {
216 padding-right: 24px;
219 table.combined.diff_tree th.link,
220 table.combined.diff_tree td.link {
221 padding: 0px 2px;
224 table.combined.diff_tree td.nochange a {
225 color: #6666ff;
228 table.combined.diff_tree td.nochange a:hover,
229 table.combined.diff_tree td.nochange a:visited {
230 color: #d06666;
233 table.blame {
234 border-collapse: collapse;
237 table.blame td {
238 padding: 0px 5px;
239 font-size: 100%;
240 vertical-align: top;
243 th {
244 padding: 2px 5px;
245 font-size: 100%;
246 text-align: left;
249 /* do not change row style on hover for 'blame' view */
250 tr.light,
251 table.blame .light:hover {
252 background-color: #ffffff;
255 tr.dark,
256 table.blame .dark:hover {
257 background-color: #f6f6f0;
260 /* currently both use the same, but it can change */
261 tr.light:hover,
262 tr.dark:hover {
263 background-color: #edece6;
266 /* boundary commits in 'blame' view */
267 /* and commits without "previous" */
268 tr.boundary td.sha1,
269 tr.no-previous td.linenr {
270 font-weight: bold;
273 td {
274 padding: 2px 5px;
275 font-size: 100%;
276 vertical-align: top;
279 td.link, td.selflink {
280 padding: 2px 5px;
281 font-family: sans-serif;
282 font-size: 70%;
285 td.selflink {
286 padding-right: 0px;
289 td.sha1 {
290 font-family: monospace;
293 .error {
294 color: red;
295 background-color: yellow;
298 td.current_head {
299 text-decoration: underline;
302 table.diff_tree span.file_status.new {
303 color: #008000;
306 table.diff_tree span.file_status.deleted {
307 color: #c00000;
310 table.diff_tree span.file_status.moved,
311 table.diff_tree span.file_status.mode_chnge {
312 color: #777777;
315 table.diff_tree span.file_status.copied {
316 color: #70a070;
319 /* noage: "No commits" */
320 table.project_list td.noage {
321 color: #808080;
322 font-style: italic;
325 /* age2: 60*60*24*2 <= age */
326 table.project_list td.age2, table.blame td.age2 {
327 font-style: italic;
330 /* age1: 60*60*2 <= age < 60*60*24*2 */
331 table.project_list td.age1 {
332 color: #009900;
333 font-style: italic;
336 table.blame td.age1 {
337 color: #009900;
338 background: transparent;
341 /* age0: age < 60*60*2 */
342 table.project_list td.age0 {
343 color: #009900;
344 font-style: italic;
345 font-weight: bold;
348 table.blame td.age0 {
349 color: #009900;
350 background: transparent;
351 font-weight: bold;
354 td.pre, div.pre, div.diff {
355 font-family: monospace;
356 font-size: 12px;
357 white-space: pre;
360 td.mode {
361 font-family: monospace;
364 /* format of (optional) objects size in 'tree' view */
365 td.size {
366 font-family: monospace;
367 text-align: right;
370 /* styling of diffs (patchsets): commitdiff and blobdiff views */
371 div.diff.header,
372 div.diff.extended_header {
373 white-space: normal;
376 div.diff.header {
377 font-weight: bold;
379 background-color: #edece6;
381 margin-top: 4px;
382 padding: 4px 0px 2px 0px;
383 border: solid #d9d8d1;
384 border-width: 1px 0px 1px 0px;
387 div.diff.header a.path {
388 text-decoration: underline;
391 div.diff.extended_header,
392 div.diff.extended_header a.path,
393 div.diff.extended_header a.hash {
394 color: #777777;
397 div.diff.extended_header .info {
398 color: #b0b0b0;
401 div.diff.extended_header {
402 background-color: #f6f5ee;
403 padding: 2px 0px 2px 0px;
406 div.diff a.list,
407 div.diff a.path,
408 div.diff a.hash {
409 text-decoration: none;
412 div.diff a.list:hover,
413 div.diff a.path:hover,
414 div.diff a.hash:hover {
415 text-decoration: underline;
418 div.diff.to_file a.path,
419 div.diff.to_file {
420 color: #007000;
423 div.diff.add {
424 color: #008800;
427 div.diff.from_file a.path,
428 div.diff.from_file {
429 color: #aa0000;
432 div.diff.rem {
433 color: #cc0000;
436 div.diff.chunk_header a,
437 div.diff.chunk_header {
438 color: #990099;
441 div.diff.chunk_header {
442 border: dotted #ffe0ff;
443 border-width: 1px 0px 0px 0px;
444 margin-top: 2px;
447 div.diff.chunk_header span.chunk_info {
448 background-color: #ffeeff;
451 div.diff.chunk_header span.section {
452 color: #aa22aa;
455 div.diff.incomplete {
456 color: #cccccc;
459 div.diff.nodifferences {
460 font-weight: bold;
461 color: #600000;
464 div.index_include {
465 border: solid #d9d8d1;
466 border-width: 0px 0px 1px;
467 padding: 12px 8px;
470 div.search {
471 font-size: 100%;
472 font-weight: normal;
473 margin: 4px 8px;
474 float: right;
475 top: 56px;
476 right: 12px
479 p.projsearch {
480 text-align: center;
483 td.linenr {
484 text-align: right;
487 a.linenr {
488 color: #999999;
489 text-decoration: none
492 a.rss_logo {
493 float: right;
494 padding: 3px 0px;
495 width: 35px;
496 line-height: 10px;
497 border: 1px solid;
498 border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
499 color: #ffffff;
500 background-color: #ff6600;
501 font-weight: bold;
502 font-family: sans-serif;
503 font-size: 70%;
504 text-align: center;
505 text-decoration: none;
508 a.rss_logo:hover {
509 background-color: #ee5500;
512 a.rss_logo.generic {
513 background-color: #ff8800;
516 a.rss_logo.generic:hover {
517 background-color: #ee7700;
520 span.refs span {
521 padding: 0px 4px;
522 font-size: 70%;
523 font-weight: normal;
524 border: 1px solid;
525 background-color: #ffaaff;
526 border-color: #ffccff #ff00ee #ff00ee #ffccff;
529 span.refs span a {
530 text-decoration: none;
531 color: inherit;
534 span.refs span a:hover {
535 text-decoration: underline;
538 span.refs span.indirect {
539 font-style: italic;
542 span.refs span.ref {
543 background-color: #aaaaff;
544 border-color: #ccccff #0033cc #0033cc #ccccff;
547 span.refs span.tag {
548 background-color: #ffffaa;
549 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
552 span.refs span.head {
553 background-color: #aaffaa;
554 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
557 span.atnight {
558 color: #cc0000;
561 span.match {
562 color: #e00000;
565 div.binary {
566 font-style: italic;
569 /* This selector is hardcoded in gitweb.perl */
570 .extra_column {
571 display: none;