zmieniony kolor :hover dla głównej tabeli
[gitwebc.git] / gitweb.css
blob2d95b1028bcf0311048ba44879111e134b2fdff9
1 body {
2 font-family: sans-serif;
3 font-size: small;
4 border: solid #9ab54f;/*#9ab54f;*/
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: #9ab54f;
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 #9ab54f;
59 border-width: 0px 0px 1px;
62 div.page_footer {
63 height: 17px;
64 padding: 4px 8px;
65 background-color: #9ab54f;
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: #9ab54f;
96 div.title_text {
97 padding: 6px 0px;
98 border: solid #9ab54f;
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 #9ab54f;
131 border-width: 1px 0px 0px;
132 font-style: italic;
135 div.author_date {
136 padding: 8px;
137 border: solid #9ab54f;
138 border-width: 0px 0px 1px 0px;
139 font-style: italic;
142 a.list {
143 text-decoration: none;
144 color: #000000;
147 a.subject, a.name {
148 font-weight: bold;
151 table.tags a.subject {
152 font-weight: normal;
155 a.list:hover {
156 text-decoration: underline;
157 color: #880000;
160 a.text {
161 text-decoration: none;
162 color: #0000cc;
165 a.text:visited {
166 text-decoration: none;
167 color: #880000;
170 a.text:hover {
171 text-decoration: underline;
172 color: #880000;
175 table {
176 padding: 8px 4px;
177 border-spacing: 0;
180 table.diff_tree {
181 font-family: monospace;
184 table.combined.diff_tree th {
185 text-align: center;
188 table.combined.diff_tree td {
189 padding-right: 24px;
192 table.combined.diff_tree th.link,
193 table.combined.diff_tree td.link {
194 padding: 0px 2px;
197 table.combined.diff_tree td.nochange a {
198 color: #6666ff;
201 table.combined.diff_tree td.nochange a:hover,
202 table.combined.diff_tree td.nochange a:visited {
203 color: #d06666;
206 table.blame {
207 border-collapse: collapse;
210 table.blame td {
211 padding: 0px 5px;
212 font-size: 100%;
213 vertical-align: top;
216 th {
217 padding: 2px 5px;
218 font-size: 100%;
219 text-align: left;
222 tr.light {
223 background-color: #fff4db;
226 tr.light:hover {
227 background-color: #edece6;
228 background-color: #E3D185;
231 tr.dark {
232 background-color: #ffe9b7;
235 tr.dark2 {
236 background-color: #f6f6f0;
239 tr.dark:hover {
240 background-color: #eee;
241 background-color: #E3D185;
244 td {
245 padding: 2px 5px;
246 font-size: 100%;
247 vertical-align: top;
250 td.link, td.selflink {
251 padding: 2px 5px;
252 font-family: sans-serif;
253 font-size: 70%;
256 td.selflink {
257 padding-right: 0px;
260 td.sha1 {
261 font-family: monospace;
264 td.error {
265 color: red;
266 background-color: yellow;
269 td.current_head {
270 text-decoration: underline;
273 table.diff_tree span.file_status.new {
274 color: #008000;
277 table.diff_tree span.file_status.deleted {
278 color: #c00000;
281 table.diff_tree span.file_status.moved,
282 table.diff_tree span.file_status.mode_chnge {
283 color: #777777;
286 table.diff_tree span.file_status.copied {
287 color: #70a070;
290 /* noage: "No commits" */
291 table.project_list td.noage {
292 color: #808080;
293 font-style: italic;
296 /* age2: 60*60*24*2 <= age */
297 table.project_list td.age2, table.blame td.age2 {
298 font-style: italic;
301 /* age1: 60*60*2 <= age < 60*60*24*2 */
302 table.project_list td.age1 {
303 color: #009900;
304 font-style: italic;
307 table.blame td.age1 {
308 color: #009900;
309 background: transparent;
312 /* age0: age < 60*60*2 */
313 table.project_list td.age0 {
314 color: #009900;
315 font-style: italic;
316 font-weight: bold;
319 table.blame td.age0 {
320 color: #009900;
321 background: transparent;
322 font-weight: bold;
325 td.pre, div.pre, div.diff {
326 font-family: monospace;
327 font-size: 12px;
328 white-space: pre;
331 td.mode {
332 font-family: monospace;
335 /* styling of diffs (patchsets): commitdiff and blobdiff views */
336 div.diff.header,
337 div.diff.extended_header {
338 white-space: normal;
341 div.diff.header {
342 font-weight: bold;
344 background-color: #edece6;
346 margin-top: 4px;
347 padding: 4px 0px 2px 0px;
348 border: solid #9ab54f;
349 border-width: 1px 0px 1px 0px;
352 div.diff.header a.path {
353 text-decoration: underline;
356 div.diff.extended_header,
357 div.diff.extended_header a.path,
358 div.diff.extended_header a.hash {
359 color: #777777;
362 div.diff.extended_header .info {
363 color: #b0b0b0;
366 div.diff.extended_header {
367 background-color: #f6f5ee;
368 padding: 2px 0px 2px 0px;
371 div.diff a.list,
372 div.diff a.path,
373 div.diff a.hash {
374 text-decoration: none;
377 div.diff a.list:hover,
378 div.diff a.path:hover,
379 div.diff a.hash:hover {
380 text-decoration: underline;
383 div.diff.to_file a.path,
384 div.diff.to_file {
385 color: #007000;
388 div.diff.add {
389 color: #008800;
392 div.diff.from_file a.path,
393 div.diff.from_file {
394 color: #aa0000;
397 div.diff.rem {
398 color: #cc0000;
401 div.diff.chunk_header a,
402 div.diff.chunk_header {
403 color: #990099;
406 div.diff.chunk_header {
407 border: dotted #ffe0ff;
408 border-width: 1px 0px 0px 0px;
409 margin-top: 2px;
412 div.diff.chunk_header span.chunk_info {
413 background-color: #ffeeff;
416 div.diff.chunk_header span.section {
417 color: #aa22aa;
420 div.diff.incomplete {
421 color: #cccccc;
424 div.diff.nodifferences {
425 font-weight: bold;
426 color: #600000;
429 div.index_include {
430 border: solid #9ab54f;
431 border-width: 0px 0px 1px;
432 padding: 12px 8px;
435 div.search {
436 font-size: 100%;
437 font-weight: normal;
438 margin: 4px 8px;
439 float: right;
440 top: 56px;
441 right: 12px
444 p.projsearch {
445 text-align: center;
448 td.linenr {
449 text-align: right;
452 a.linenr {
453 color: #999999;
454 text-decoration: none
457 a.rss_logo {
458 float: right;
459 padding: 3px 0px;
460 width: 35px;
461 line-height: 10px;
462 border: 1px solid;
463 border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
464 color: #ffffff;
465 background-color: #ff6600;
466 font-weight: bold;
467 font-family: sans-serif;
468 font-size: 70%;
469 text-align: center;
470 text-decoration: none;
473 a.rss_logo:hover {
474 background-color: #ee5500;
477 a.rss_logo.generic {
478 background-color: #ff8800;
481 a.rss_logo.generic:hover {
482 background-color: #ee7700;
485 span.refs span {
486 padding: 0px 4px;
487 font-size: 70%;
488 font-weight: normal;
489 border: 1px solid;
490 background-color: #ffaaff;
491 border-color: #ffccff #ff00ee #ff00ee #ffccff;
494 span.refs span a {
495 text-decoration: none;
496 color: inherit;
499 span.refs span a:hover {
500 text-decoration: underline;
503 span.refs span.indirect {
504 font-style: italic;
507 span.refs span.ref {
508 background-color: #aaaaff;
509 border-color: #ccccff #0033cc #0033cc #ccccff;
512 span.refs span.tag {
513 background-color: #ffffaa;
514 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
517 span.refs span.head {
518 background-color: #aaffaa;
519 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
522 span.atnight {
523 color: #cc0000;
526 span.match {
527 color: #e00000;
530 div.binary {
531 font-style: italic;