adopted md5sum
[archlinuxdevstack.git] / gitweb-theme / gitweb.css
blob5da27df3dc017c31125f47f47b8c7e989478cc86
1 @import url("http://www.archserver.org/include/ArchServer.css");
3 body {
4 /*
5 font-family: sans-serif;
6 font-size: small;
7 border: solid #d9d8d1;
8 border-width: 1px;
9 margin: 10px;
10 background-color: #ffffff;
11 color: #000000;
15 a {
16 color: #0000cc;
19 a:hover, a:visited, a:active {
20 color: #880000;
23 span.cntrl {
24 border: dashed #aaaaaa;
25 border-width: 1px;
26 padding: 0px 2px 0px 2px;
27 margin: 0px 2px 0px 2px;
30 img.logo {
31 float: right;
32 border-width: 0px;
35 img.avatar {
36 vertical-align: middle;
39 div.page_header {
40 height: 25px;
41 padding: 8px;
42 font-size: 150%;
43 font-weight: bold;
44 background-color: #F0F0F0; /* #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: #F0F0F0; /*#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.readme {
97 padding: 8px;
100 a.title:hover {
101 background-color: #d9d8d1;
104 div.title_text {
105 padding: 6px 0px;
106 border: solid #d9d8d1;
107 border-width: 0px 0px 1px;
108 font-family: monospace;
111 div.log_body {
112 padding: 8px 8px 8px 150px;
115 span.age {
116 position: relative;
117 float: left;
118 width: 142px;
119 font-style: italic;
122 span.signoff {
123 color: #888888;
126 div.log_link {
127 padding: 0px 8px;
128 font-size: 70%;
129 font-family: sans-serif;
130 font-style: normal;
131 position: relative;
132 float: left;
133 width: 136px;
136 div.list_head {
137 padding: 6px 8px 4px;
138 border: solid #d9d8d1;
139 border-width: 1px 0px 0px;
140 font-style: italic;
143 .author_date, .author {
144 font-style: italic;
147 div.author_date {
148 padding: 8px;
149 border: solid #d9d8d1;
150 border-width: 0px 0px 1px 0px;
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 /* do not change row style on hover for 'blame' view */
234 tr.light,
235 table.blame .light:hover {
236 background-color: #ffffff;
239 tr.dark,
240 table.blame .dark:hover {
241 background-color: #f6f6f0;
244 /* currently both use the same, but it can change */
245 tr.light:hover,
246 tr.dark:hover {
247 background-color: #edece6;
250 /* boundary commits in 'blame' view */
251 /* and commits without "previous" */
252 tr.boundary td.sha1,
253 tr.no-previous td.linenr {
254 font-weight: bold;
257 td {
258 padding: 2px 5px;
259 font-size: 100%;
260 vertical-align: top;
263 td.link, td.selflink {
264 padding: 2px 5px;
265 font-family: sans-serif;
266 font-size: 70%;
269 td.selflink {
270 padding-right: 0px;
273 td.sha1 {
274 font-family: monospace;
277 .error {
278 color: red;
279 background-color: yellow;
282 td.current_head {
283 text-decoration: underline;
286 table.diff_tree span.file_status.new {
287 color: #008000;
290 table.diff_tree span.file_status.deleted {
291 color: #c00000;
294 table.diff_tree span.file_status.moved,
295 table.diff_tree span.file_status.mode_chnge {
296 color: #777777;
299 table.diff_tree span.file_status.copied {
300 color: #70a070;
303 /* noage: "No commits" */
304 table.project_list td.noage {
305 color: #808080;
306 font-style: italic;
309 /* age2: 60*60*24*2 <= age */
310 table.project_list td.age2, table.blame td.age2 {
311 font-style: italic;
314 /* age1: 60*60*2 <= age < 60*60*24*2 */
315 table.project_list td.age1 {
316 color: #009900;
317 font-style: italic;
320 table.blame td.age1 {
321 color: #009900;
322 background: transparent;
325 /* age0: age < 60*60*2 */
326 table.project_list td.age0 {
327 color: #009900;
328 font-style: italic;
329 font-weight: bold;
332 table.blame td.age0 {
333 color: #009900;
334 background: transparent;
335 font-weight: bold;
338 td.pre, div.pre, div.diff {
339 font-family: monospace;
340 font-size: 12px;
341 white-space: pre;
344 td.mode {
345 font-family: monospace;
348 /* styling of diffs (patchsets): commitdiff and blobdiff views */
349 div.diff.header,
350 div.diff.extended_header {
351 white-space: normal;
354 div.diff.header {
355 font-weight: bold;
357 background-color: #edece6;
359 margin-top: 4px;
360 padding: 4px 0px 2px 0px;
361 border: solid #d9d8d1;
362 border-width: 1px 0px 1px 0px;
365 div.diff.header a.path {
366 text-decoration: underline;
369 div.diff.extended_header,
370 div.diff.extended_header a.path,
371 div.diff.extended_header a.hash {
372 color: #777777;
375 div.diff.extended_header .info {
376 color: #b0b0b0;
379 div.diff.extended_header {
380 background-color: #f6f5ee;
381 padding: 2px 0px 2px 0px;
384 div.diff a.list,
385 div.diff a.path,
386 div.diff a.hash {
387 text-decoration: none;
390 div.diff a.list:hover,
391 div.diff a.path:hover,
392 div.diff a.hash:hover {
393 text-decoration: underline;
396 div.diff.to_file a.path,
397 div.diff.to_file {
398 color: #007000;
401 div.diff.add {
402 color: #008800;
405 div.diff.from_file a.path,
406 div.diff.from_file {
407 color: #aa0000;
410 div.diff.rem {
411 color: #cc0000;
414 div.diff.chunk_header a,
415 div.diff.chunk_header {
416 color: #990099;
419 div.diff.chunk_header {
420 border: dotted #ffe0ff;
421 border-width: 1px 0px 0px 0px;
422 margin-top: 2px;
425 div.diff.chunk_header span.chunk_info {
426 background-color: #ffeeff;
429 div.diff.chunk_header span.section {
430 color: #aa22aa;
433 div.diff.incomplete {
434 color: #cccccc;
437 div.diff.nodifferences {
438 font-weight: bold;
439 color: #600000;
442 div.index_include {
443 border: solid #d9d8d1;
444 border-width: 0px 0px 1px;
445 padding: 12px 8px;
448 div.search {
449 font-size: 100%;
450 font-weight: normal;
451 margin: 4px 8px;
452 float: right;
453 top: 56px;
454 right: 12px
457 p.projsearch {
458 text-align: center;
461 td.linenr {
462 text-align: right;
465 a.linenr {
466 color: #999999;
467 text-decoration: none
470 a.rss_logo {
471 float: right;
472 padding: 3px 0px;
473 width: 35px;
474 line-height: 10px;
475 border: 1px solid;
476 border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
477 color: #ffffff;
478 background-color: #ff6600;
479 font-weight: bold;
480 font-family: sans-serif;
481 font-size: 70%;
482 text-align: center;
483 text-decoration: none;
486 a.rss_logo:hover {
487 background-color: #ee5500;
490 a.rss_logo.generic {
491 background-color: #ff8800;
494 a.rss_logo.generic:hover {
495 background-color: #ee7700;
498 span.refs span {
499 padding: 0px 4px;
500 font-size: 70%;
501 font-weight: normal;
502 border: 1px solid;
503 background-color: #ffaaff;
504 border-color: #ffccff #ff00ee #ff00ee #ffccff;
507 span.refs span a {
508 text-decoration: none;
509 color: inherit;
512 span.refs span a:hover {
513 text-decoration: underline;
516 span.refs span.indirect {
517 font-style: italic;
520 span.refs span.ref {
521 background-color: #aaaaff;
522 border-color: #ccccff #0033cc #0033cc #ccccff;
525 span.refs span.tag {
526 background-color: #ffffaa;
527 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
530 span.refs span.head {
531 background-color: #aaffaa;
532 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
535 span.atnight {
536 color: #cc0000;
539 span.match {
540 color: #e00000;
543 div.binary {
544 font-style: italic;